function openWin(windowURL,windowName,windowFeatures){newWindow=window.open(windowURL,windowName,windowFeatures);if(newWindow!=undefined){newWindow.focus()}}var aktiv,letztes=null,letztesaufzu=null;function zu(welches){document.getElementById(welches).style.display='none';return false}function auf(welches){document.getElementById(welches).style.display='block';return false}function aufzu(welches){if(document.getElementById(welches).style.display=='block'){document.getElementById(welches).style.display='none'}else{document.getElementById(welches).style.display='none';document.getElementById(welches).style.display='block'}void(0)}function aufzuauto(welches){if(letztesaufzu!=null&&letztesaufzu!=welches){document.getElementById(letztesaufzu).style.display='none';letztesaufzu=null}if(document.getElementById(welches).style.display=='block'){document.getElementById(welches).style.display='none'}else{document.getElementById(welches).style.display='none';document.getElementById(welches).style.display='block';letztesaufzu=welches}void(0)}function nurzu(){if(letztes!=null){document.getElementById(letztes).style.display='none';clearTimeout(aktiv);letztes=null}return false}function nurauf(aktuelles){if(letztes!=null){clearTimeout(aktiv);document.getElementById(letztes).style.display='none'}document.getElementById(aktuelles).style.display='block';letztes=aktuelles;return false}function nurzutimer(){aktiv=setTimeout('verzoegern()',1000)}function verzoegern(){if(letztes!=null){document.getElementById(letztes).style.display='none';letztes=null}return false}function stop(){clearTimeout(aktiv)}function InsertBookmark(sUrl,sTitle){if(window.sidebar){window.sidebar.addPanel(sTitle,sUrl,"")}else if(window.external){window.external.AddFavorite(sUrl,sTitle)}}function CreateBookmarkLink(sUrl,sTitle,sLink,sClass){if(sClass==null){sClass=''}if(sClass!=''){sClass=' class="'+sClass+'"'}document.write('<a'+sClass+' href="javascript:InsertBookmark(\''+sUrl+'\',\''+sTitle+'\');">'+sLink+'</a>')}function CreateContactLink(sWo,sWer,sWem,sParameter,sImg,sText){if(sParameter!=''&&sParameter!=undefined){sParameter=' '+sParameter}else{sParameter=''}if(sImg!=''&&sImg!=undefined){document.write('<a'+sParameter+' href="mailto:'+sWem+'@'+sWer+'.'+sWo+'"><img src="'+sImg+'" alt="" /></a>')}else if(sText!=''&&sText!=undefined){document.write('<a'+sParameter+' href="mailto:'+sWem+'@'+sWer+'.'+sWo+'">'+sText+'</a>')}else{document.write('<a'+sParameter+' href="mailto:'+sWem+'@'+sWer+'.'+sWo+'">'+sWem+'@'+sWer+'.'+sWo+'</a>')}}function loschen(oThis,sDeleteThis){var bSetParentClass;if(oThis.value==sDeleteThis)oThis.value='';if((oThis.parentNode.tagName.toLowerCase()=='span')&&(oThis.parentNode.className==oThis.className)){bSetParentClass=true}else{bSetParentClass=false}if(oThis.className.search(/fehler/)!=-1){oThis.className=oThis.className.replace(/fehler/,'aktiv')}else{if(oThis.className.search(/aktiv/)==-1){oThis.className=oThis.className+' aktiv'}}if(bSetParentClass){oThis.parentNode.className=oThis.className}return false}function IsEnter(oEvent,sFunction){if(oEvent.keyCode==13&&!oEvent.shiftKey){window.setTimeout(sFunction,1)}return false}
var Prototype={Version:'1.6.0.3',Browser:{IE:!!(window.attachEvent&&navigator.userAgent.indexOf('Opera')===-1),Opera:navigator.userAgent.indexOf('Opera')>-1,WebKit:navigator.userAgent.indexOf('AppleWebKit/')>-1,Gecko:navigator.userAgent.indexOf('Gecko')>-1&&navigator.userAgent.indexOf('KHTML')===-1,MobileSafari:!!navigator.userAgent.match(/Apple.*Mobile.*Safari/)},BrowserFeatures:{XPath:!!document.evaluate,SelectorsAPI:!!document.querySelector,ElementExtensions:!!window.HTMLElement,SpecificElementExtensions:document.createElement('div')['__proto__']&&document.createElement('div')['__proto__']!==document.createElement('form')['__proto__']},ScriptFragment:'<script[^>]*>([\\S\\s]*?)<\/script>',JSONFilter:/^\/\*-secure-([\s\S]*)\*\/\s*$/,emptyFunction:function(){},K:function(x){return x}};if(Prototype.Browser.MobileSafari)Prototype.BrowserFeatures.SpecificElementExtensions=false;var Class={create:function(){var parent=null,properties=$A(arguments);if(Object.isFunction(properties[0]))parent=properties.shift();function klass(){this.initialize.apply(this,arguments)}Object.extend(klass,Class.Methods);klass.superclass=parent;klass.subclasses=[];if(parent){var subclass=function(){};subclass.prototype=parent.prototype;klass.prototype=new subclass;parent.subclasses.push(klass)}for(var i=0;i<properties.length;i++)klass.addMethods(properties[i]);if(!klass.prototype.initialize)klass.prototype.initialize=Prototype.emptyFunction;klass.prototype.constructor=klass;return klass}};Class.Methods={addMethods:function(source){var ancestor=this.superclass&&this.superclass.prototype;var properties=Object.keys(source);if(!Object.keys({toString:true}).length)properties.push("toString","valueOf");for(var i=0,length=properties.length;i<length;i++){var property=properties[i],value=source[property];if(ancestor&&Object.isFunction(value)&&value.argumentNames().first()=="$super"){var method=value;value=(function(m){return function(){return ancestor[m].apply(this,arguments)}})(property).wrap(method);value.valueOf=method.valueOf.bind(method);value.toString=method.toString.bind(method)}this.prototype[property]=value}return this}};var Abstract={};Object.extend=function(destination,source){for(var property in source)destination[property]=source[property];return destination};Object.extend(Object,{inspect:function(object){try{if(Object.isUndefined(object))return'undefined';if(object===null)return'null';return object.inspect?object.inspect():String(object)}catch(e){if(e instanceof RangeError)return'...';throw e}},toJSON:function(object){var type=typeof object;switch(type){case'undefined':case'function':case'unknown':return;case'boolean':return object.toString()}if(object===null)return'null';if(object.toJSON)return object.toJSON();if(Object.isElement(object))return;var results=[];for(var property in object){var value=Object.toJSON(object[property]);if(!Object.isUndefined(value))results.push(property.toJSON()+': '+value)}return'{'+results.join(', ')+'}'},toQueryString:function(object){return $H(object).toQueryString()},toHTML:function(object){return object&&object.toHTML?object.toHTML():String.interpret(object)},keys:function(object){var keys=[];for(var property in object)keys.push(property);return keys},values:function(object){var values=[];for(var property in object)values.push(object[property]);return values},clone:function(object){return Object.extend({},object)},isElement:function(object){return!!(object&&object.nodeType==1)},isArray:function(object){return object!=null&&typeof object=="object"&&'splice'in object&&'join'in object},isHash:function(object){return object instanceof Hash},isFunction:function(object){return typeof object=="function"},isString:function(object){return typeof object=="string"},isNumber:function(object){return typeof object=="number"},isUndefined:function(object){return typeof object=="undefined"}});Object.extend(Function.prototype,{argumentNames:function(){var names=this.toString().match(/^[\s\(]*function[^(]*\(([^\)]*)\)/)[1].replace(/\s+/g,'').split(',');return names.length==1&&!names[0]?[]:names},bind:function(){if(arguments.length<2&&Object.isUndefined(arguments[0]))return this;var __method=this,args=$A(arguments),object=args.shift();return function(){return __method.apply(object,args.concat($A(arguments)))}},bindAsEventListener:function(){var __method=this,args=$A(arguments),object=args.shift();return function(event){return __method.apply(object,[event||window.event].concat(args))}},curry:function(){if(!arguments.length)return this;var __method=this,args=$A(arguments);return function(){return __method.apply(this,args.concat($A(arguments)))}},delay:function(){var __method=this,args=$A(arguments),timeout=args.shift()*1000;return window.setTimeout(function(){return __method.apply(__method,args)},timeout)},defer:function(){var args=[0.01].concat($A(arguments));return this.delay.apply(this,args)},wrap:function(wrapper){var __method=this;return function(){return wrapper.apply(this,[__method.bind(this)].concat($A(arguments)))}},methodize:function(){if(this._methodized)return this._methodized;var __method=this;return this._methodized=function(){return __method.apply(null,[this].concat($A(arguments)))}}});Date.prototype.toJSON=function(){return'"'+this.getUTCFullYear()+'-'+(this.getUTCMonth()+1).toPaddedString(2)+'-'+this.getUTCDate().toPaddedString(2)+'T'+this.getUTCHours().toPaddedString(2)+':'+this.getUTCMinutes().toPaddedString(2)+':'+this.getUTCSeconds().toPaddedString(2)+'Z"'};var Try={these:function(){var returnValue;for(var i=0,length=arguments.length;i<length;i++){var lambda=arguments[i];try{returnValue=lambda();break}catch(e){}}return returnValue}};RegExp.prototype.match=RegExp.prototype.test;RegExp.escape=function(str){return String(str).replace(/([.*+?^=!:${}()|[\]\/\\])/g,'\\$1')};var PeriodicalExecuter=Class.create({initialize:function(callback,frequency){this.callback=callback;this.frequency=frequency;this.currentlyExecuting=false;this.registerCallback()},registerCallback:function(){this.timer=setInterval(this.onTimerEvent.bind(this),this.frequency*1000)},execute:function(){this.callback(this)},stop:function(){if(!this.timer)return;clearInterval(this.timer);this.timer=null},onTimerEvent:function(){if(!this.currentlyExecuting){try{this.currentlyExecuting=true;this.execute()}finally{this.currentlyExecuting=false}}}});Object.extend(String,{interpret:function(value){return value==null?'':String(value)},specialChar:{'\b':'\\b','\t':'\\t','\n':'\\n','\f':'\\f','\r':'\\r','\\':'\\\\'}});Object.extend(String.prototype,{gsub:function(pattern,replacement){var result='',source=this,match;replacement=arguments.callee.prepareReplacement(replacement);while(source.length>0){if(match=source.match(pattern)){result+=source.slice(0,match.index);result+=String.interpret(replacement(match));source=source.slice(match.index+match[0].length)}else{result+=source,source=''}}return result},sub:function(pattern,replacement,count){replacement=this.gsub.prepareReplacement(replacement);count=Object.isUndefined(count)?1:count;return this.gsub(pattern,function(match){if(--count<0)return match[0];return replacement(match)})},scan:function(pattern,iterator){this.gsub(pattern,iterator);return String(this)},truncate:function(length,truncation){length=length||30;truncation=Object.isUndefined(truncation)?'...':truncation;return this.length>length?this.slice(0,length-truncation.length)+truncation:String(this)},strip:function(){return this.replace(/^\s+/,'').replace(/\s+$/,'')},stripTags:function(){return this.replace(/<\/?[^>]+>/gi,'')},stripScripts:function(){return this.replace(new RegExp(Prototype.ScriptFragment,'img'),'')},extractScripts:function(){var matchAll=new RegExp(Prototype.ScriptFragment,'img');var matchOne=new RegExp(Prototype.ScriptFragment,'im');return(this.match(matchAll)||[]).map(function(scriptTag){return(scriptTag.match(matchOne)||['',''])[1]})},evalScripts:function(){return this.extractScripts().map(function(script){return eval(script)})},escapeHTML:function(){var self=arguments.callee;self.text.data=this;return self.div.innerHTML},unescapeHTML:function(){var div=new Element('div');div.innerHTML=this.stripTags();return div.childNodes[0]?(div.childNodes.length>1?$A(div.childNodes).inject('',function(memo,node){return memo+node.nodeValue}):div.childNodes[0].nodeValue):''},toQueryParams:function(separator){var match=this.strip().match(/([^?#]*)(#.*)?$/);if(!match)return{};return match[1].split(separator||'&').inject({},function(hash,pair){if((pair=pair.split('='))[0]){var key=decodeURIComponent(pair.shift());var value=pair.length>1?pair.join('='):pair[0];if(value!=undefined)value=decodeURIComponent(value);if(key in hash){if(!Object.isArray(hash[key]))hash[key]=[hash[key]];hash[key].push(value)}else hash[key]=value}return hash})},toArray:function(){return this.split('')},succ:function(){return this.slice(0,this.length-1)+String.fromCharCode(this.charCodeAt(this.length-1)+1)},times:function(count){return count<1?'':new Array(count+1).join(this)},camelize:function(){var parts=this.split('-'),len=parts.length;if(len==1)return parts[0];var camelized=this.charAt(0)=='-'?parts[0].charAt(0).toUpperCase()+parts[0].substring(1):parts[0];for(var i=1;i<len;i++)camelized+=parts[i].charAt(0).toUpperCase()+parts[i].substring(1);return camelized},capitalize:function(){return this.charAt(0).toUpperCase()+this.substring(1).toLowerCase()},underscore:function(){return this.gsub(/::/,'/').gsub(/([A-Z]+)([A-Z][a-z])/,'#{1}_#{2}').gsub(/([a-z\d])([A-Z])/,'#{1}_#{2}').gsub(/-/,'_').toLowerCase()},dasherize:function(){return this.gsub(/_/,'-')},inspect:function(useDoubleQuotes){var escapedString=this.gsub(/[\x00-\x1f\\]/,function(match){var character=String.specialChar[match[0]];return character?character:'\\u00'+match[0].charCodeAt().toPaddedString(2,16)});if(useDoubleQuotes)return'"'+escapedString.replace(/"/g,'\\"')+'"';return"'"+escapedString.replace(/'/g,'\\\'')+"'"},toJSON:function(){return this.inspect(true)},unfilterJSON:function(filter){return this.sub(filter||Prototype.JSONFilter,'#{1}')},isJSON:function(){var str=this;if(str.blank())return false;str=this.replace(/\\./g,'@').replace(/"[^"\\\n\r]*"/g,'');return(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(str)},evalJSON:function(sanitize){var json=this.unfilterJSON();try{if(!sanitize||json.isJSON())return eval('('+json+')')}catch(e){}throw new SyntaxError('Badly formed JSON string: '+this.inspect())},include:function(pattern){return this.indexOf(pattern)>-1},startsWith:function(pattern){return this.indexOf(pattern)===0},endsWith:function(pattern){var d=this.length-pattern.length;return d>=0&&this.lastIndexOf(pattern)===d},empty:function(){return this==''},blank:function(){return/^\s*$/.test(this)},interpolate:function(object,pattern){return new Template(this,pattern).evaluate(object)}});if(Prototype.Browser.WebKit||Prototype.Browser.IE)Object.extend(String.prototype,{escapeHTML:function(){return this.replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;')},unescapeHTML:function(){return this.stripTags().replace(/&amp;/g,'&').replace(/&lt;/g,'<').replace(/&gt;/g,'>')}});String.prototype.gsub.prepareReplacement=function(replacement){if(Object.isFunction(replacement))return replacement;var template=new Template(replacement);return function(match){return template.evaluate(match)}};String.prototype.parseQuery=String.prototype.toQueryParams;Object.extend(String.prototype.escapeHTML,{div:document.createElement('div'),text:document.createTextNode('')});String.prototype.escapeHTML.div.appendChild(String.prototype.escapeHTML.text);var Template=Class.create({initialize:function(template,pattern){this.template=template.toString();this.pattern=pattern||Template.Pattern},evaluate:function(object){if(Object.isFunction(object.toTemplateReplacements))object=object.toTemplateReplacements();return this.template.gsub(this.pattern,function(match){if(object==null)return'';var before=match[1]||'';if(before=='\\')return match[2];var ctx=object,expr=match[3];var pattern=/^([^.[]+|\[((?:.*?[^\\])?)\])(\.|\[|$)/;match=pattern.exec(expr);if(match==null)return before;while(match!=null){var comp=match[1].startsWith('[')?match[2].gsub('\\\\]',']'):match[1];ctx=ctx[comp];if(null==ctx||''==match[3])break;expr=expr.substring('['==match[3]?match[1].length:match[0].length);match=pattern.exec(expr)}return before+String.interpret(ctx)})}});Template.Pattern=/(^|.|\r|\n)(#\{(.*?)\})/;var $break={};var Enumerable={each:function(iterator,context){var index=0;try{this._each(function(value){iterator.call(context,value,index++)})}catch(e){if(e!=$break)throw e}return this},eachSlice:function(number,iterator,context){var index=-number,slices=[],array=this.toArray();if(number<1)return array;while((index+=number)<array.length)slices.push(array.slice(index,index+number));return slices.collect(iterator,context)},all:function(iterator,context){iterator=iterator||Prototype.K;var result=true;this.each(function(value,index){result=result&&!!iterator.call(context,value,index);if(!result)throw $break});return result},any:function(iterator,context){iterator=iterator||Prototype.K;var result=false;this.each(function(value,index){if(result=!!iterator.call(context,value,index))throw $break});return result},collect:function(iterator,context){iterator=iterator||Prototype.K;var results=[];this.each(function(value,index){results.push(iterator.call(context,value,index))});return results},detect:function(iterator,context){var result;this.each(function(value,index){if(iterator.call(context,value,index)){result=value;throw $break}});return result},findAll:function(iterator,context){var results=[];this.each(function(value,index){if(iterator.call(context,value,index))results.push(value)});return results},grep:function(filter,iterator,context){iterator=iterator||Prototype.K;var results=[];if(Object.isString(filter))filter=new RegExp(filter);this.each(function(value,index){if(filter.match(value))results.push(iterator.call(context,value,index))});return results},include:function(object){if(Object.isFunction(this.indexOf))if(this.indexOf(object)!=-1)return true;var found=false;this.each(function(value){if(value==object){found=true;throw $break}});return found},inGroupsOf:function(number,fillWith){fillWith=Object.isUndefined(fillWith)?null:fillWith;return this.eachSlice(number,function(slice){while(slice.length<number)slice.push(fillWith);return slice})},inject:function(memo,iterator,context){this.each(function(value,index){memo=iterator.call(context,memo,value,index)});return memo},invoke:function(method){var args=$A(arguments).slice(1);return this.map(function(value){return value[method].apply(value,args)})},max:function(iterator,context){iterator=iterator||Prototype.K;var result;this.each(function(value,index){value=iterator.call(context,value,index);if(result==null||value>=result)result=value});return result},min:function(iterator,context){iterator=iterator||Prototype.K;var result;this.each(function(value,index){value=iterator.call(context,value,index);if(result==null||value<result)result=value});return result},partition:function(iterator,context){iterator=iterator||Prototype.K;var trues=[],falses=[];this.each(function(value,index){(iterator.call(context,value,index)?trues:falses).push(value)});return[trues,falses]},pluck:function(property){var results=[];this.each(function(value){results.push(value[property])});return results},reject:function(iterator,context){var results=[];this.each(function(value,index){if(!iterator.call(context,value,index))results.push(value)});return results},sortBy:function(iterator,context){return this.map(function(value,index){return{value:value,criteria:iterator.call(context,value,index)}}).sort(function(left,right){var a=left.criteria,b=right.criteria;return a<b?-1:a>b?1:0}).pluck('value')},toArray:function(){return this.map()},zip:function(){var iterator=Prototype.K,args=$A(arguments);if(Object.isFunction(args.last()))iterator=args.pop();var collections=[this].concat(args).map($A);return this.map(function(value,index){return iterator(collections.pluck(index))})},size:function(){return this.toArray().length},inspect:function(){return'#<Enumerable:'+this.toArray().inspect()+'>'}};Object.extend(Enumerable,{map:Enumerable.collect,find:Enumerable.detect,select:Enumerable.findAll,filter:Enumerable.findAll,member:Enumerable.include,entries:Enumerable.toArray,every:Enumerable.all,some:Enumerable.any});function $A(iterable){if(!iterable)return[];if(iterable.toArray)return iterable.toArray();var length=iterable.length||0,results=new Array(length);while(length--)results[length]=iterable[length];return results}if(Prototype.Browser.WebKit){$A=function(iterable){if(!iterable)return[];if(!(typeof iterable==='function'&&typeof iterable.length==='number'&&typeof iterable.item==='function')&&iterable.toArray)return iterable.toArray();var length=iterable.length||0,results=new Array(length);while(length--)results[length]=iterable[length];return results}}Array.from=$A;Object.extend(Array.prototype,Enumerable);if(!Array.prototype._reverse)Array.prototype._reverse=Array.prototype.reverse;Object.extend(Array.prototype,{_each:function(iterator){for(var i=0,length=this.length;i<length;i++)iterator(this[i])},clear:function(){this.length=0;return this},first:function(){return this[0]},last:function(){return this[this.length-1]},compact:function(){return this.select(function(value){return value!=null})},flatten:function(){return this.inject([],function(array,value){return array.concat(Object.isArray(value)?value.flatten():[value])})},without:function(){var values=$A(arguments);return this.select(function(value){return!values.include(value)})},reverse:function(inline){return(inline!==false?this:this.toArray())._reverse()},reduce:function(){return this.length>1?this:this[0]},uniq:function(sorted){return this.inject([],function(array,value,index){if(0==index||(sorted?array.last()!=value:!array.include(value)))array.push(value);return array})},intersect:function(array){return this.uniq().findAll(function(item){return array.detect(function(value){return item===value})})},clone:function(){return[].concat(this)},size:function(){return this.length},inspect:function(){return'['+this.map(Object.inspect).join(', ')+']'},toJSON:function(){var results=[];this.each(function(object){var value=Object.toJSON(object);if(!Object.isUndefined(value))results.push(value)});return'['+results.join(', ')+']'}});if(Object.isFunction(Array.prototype.forEach))Array.prototype._each=Array.prototype.forEach;if(!Array.prototype.indexOf)Array.prototype.indexOf=function(item,i){i||(i=0);var length=this.length;if(i<0)i=length+i;for(;i<length;i++)if(this[i]===item)return i;return-1};if(!Array.prototype.lastIndexOf)Array.prototype.lastIndexOf=function(item,i){i=isNaN(i)?this.length:(i<0?this.length+i:i)+1;var n=this.slice(0,i).reverse().indexOf(item);return(n<0)?n:i-n-1};Array.prototype.toArray=Array.prototype.clone;function $w(string){if(!Object.isString(string))return[];string=string.strip();return string?string.split(/\s+/):[]}if(Prototype.Browser.Opera){Array.prototype.concat=function(){var array=[];for(var i=0,length=this.length;i<length;i++)array.push(this[i]);for(var i=0,length=arguments.length;i<length;i++){if(Object.isArray(arguments[i])){for(var j=0,arrayLength=arguments[i].length;j<arrayLength;j++)array.push(arguments[i][j])}else{array.push(arguments[i])}}return array}}Object.extend(Number.prototype,{toColorPart:function(){return this.toPaddedString(2,16)},succ:function(){return this+1},times:function(iterator,context){$R(0,this,true).each(iterator,context);return this},toPaddedString:function(length,radix){var string=this.toString(radix||10);return'0'.times(length-string.length)+string},toJSON:function(){return isFinite(this)?this.toString():'null'}});$w('abs round ceil floor').each(function(method){Number.prototype[method]=Math[method].methodize()});function $H(object){return new Hash(object)};var Hash=Class.create(Enumerable,(function(){function toQueryPair(key,value){if(Object.isUndefined(value))return key;return key+'='+encodeURIComponent(String.interpret(value))}return{initialize:function(object){this._object=Object.isHash(object)?object.toObject():Object.clone(object)},_each:function(iterator){for(var key in this._object){var value=this._object[key],pair=[key,value];pair.key=key;pair.value=value;iterator(pair)}},set:function(key,value){return this._object[key]=value},get:function(key){if(this._object[key]!==Object.prototype[key])return this._object[key]},unset:function(key){var value=this._object[key];delete this._object[key];return value},toObject:function(){return Object.clone(this._object)},keys:function(){return this.pluck('key')},values:function(){return this.pluck('value')},index:function(value){var match=this.detect(function(pair){return pair.value===value});return match&&match.key},merge:function(object){return this.clone().update(object)},update:function(object){return new Hash(object).inject(this,function(result,pair){result.set(pair.key,pair.value);return result})},toQueryString:function(){return this.inject([],function(results,pair){var key=encodeURIComponent(pair.key),values=pair.value;if(values&&typeof values=='object'){if(Object.isArray(values))return results.concat(values.map(toQueryPair.curry(key)))}else results.push(toQueryPair(key,values));return results}).join('&')},inspect:function(){return'#<Hash:{'+this.map(function(pair){return pair.map(Object.inspect).join(': ')}).join(', ')+'}>'},toJSON:function(){return Object.toJSON(this.toObject())},clone:function(){return new Hash(this)}}})());Hash.prototype.toTemplateReplacements=Hash.prototype.toObject;Hash.from=$H;var ObjectRange=Class.create(Enumerable,{initialize:function(start,end,exclusive){this.start=start;this.end=end;this.exclusive=exclusive},_each:function(iterator){var value=this.start;while(this.include(value)){iterator(value);value=value.succ()}},include:function(value){if(value<this.start)return false;if(this.exclusive)return value<this.end;return value<=this.end}});var $R=function(start,end,exclusive){return new ObjectRange(start,end,exclusive)};var Ajax={getTransport:function(){return Try.these(function(){return new XMLHttpRequest()},function(){return new ActiveXObject('Msxml2.XMLHTTP')},function(){return new ActiveXObject('Microsoft.XMLHTTP')})||false},activeRequestCount:0};Ajax.Responders={responders:[],_each:function(iterator){this.responders._each(iterator)},register:function(responder){if(!this.include(responder))this.responders.push(responder)},unregister:function(responder){this.responders=this.responders.without(responder)},dispatch:function(callback,request,transport,json){this.each(function(responder){if(Object.isFunction(responder[callback])){try{responder[callback].apply(responder,[request,transport,json])}catch(e){}}})}};Object.extend(Ajax.Responders,Enumerable);Ajax.Responders.register({onCreate:function(){Ajax.activeRequestCount++},onComplete:function(){Ajax.activeRequestCount--}});Ajax.Base=Class.create({initialize:function(options){this.options={method:'post',asynchronous:true,contentType:'application/x-www-form-urlencoded',encoding:'UTF-8',parameters:'',evalJSON:true,evalJS:true};Object.extend(this.options,options||{});this.options.method=this.options.method.toLowerCase();if(Object.isString(this.options.parameters))this.options.parameters=this.options.parameters.toQueryParams();else if(Object.isHash(this.options.parameters))this.options.parameters=this.options.parameters.toObject()}});Ajax.Request=Class.create(Ajax.Base,{_complete:false,initialize:function($super,url,options){$super(options);this.transport=Ajax.getTransport();this.request(url)},request:function(url){this.url=url;this.method=this.options.method;var params=Object.clone(this.options.parameters);if(!['get','post'].include(this.method)){params['_method']=this.method;this.method='post'}this.parameters=params;if(params=Object.toQueryString(params)){if(this.method=='get')this.url+=(this.url.include('?')?'&':'?')+params;else if(/Konqueror|Safari|KHTML/.test(navigator.userAgent))params+='&_='}try{var response=new Ajax.Response(this);if(this.options.onCreate)this.options.onCreate(response);Ajax.Responders.dispatch('onCreate',this,response);this.transport.open(this.method.toUpperCase(),this.url,this.options.asynchronous);if(this.options.asynchronous)this.respondToReadyState.bind(this).defer(1);this.transport.onreadystatechange=this.onStateChange.bind(this);this.setRequestHeaders();this.body=this.method=='post'?(this.options.postBody||params):null;this.transport.send(this.body);if(!this.options.asynchronous&&this.transport.overrideMimeType)this.onStateChange()}catch(e){this.dispatchException(e)}},onStateChange:function(){var readyState=this.transport.readyState;if(readyState>1&&!((readyState==4)&&this._complete))this.respondToReadyState(this.transport.readyState)},setRequestHeaders:function(){var headers={'X-Requested-With':'XMLHttpRequest','X-Prototype-Version':Prototype.Version,'Accept':'text/javascript, text/html, application/xml, text/xml, */*'};if(this.method=='post'){headers['Content-type']=this.options.contentType+(this.options.encoding?'; charset='+this.options.encoding:'');if(this.transport.overrideMimeType&&(navigator.userAgent.match(/Gecko\/(\d{4})/)||[0,2005])[1]<2005)headers['Connection']='close'}if(typeof this.options.requestHeaders=='object'){var extras=this.options.requestHeaders;if(Object.isFunction(extras.push))for(var i=0,length=extras.length;i<length;i+=2)headers[extras[i]]=extras[i+1];else $H(extras).each(function(pair){headers[pair.key]=pair.value})}for(var name in headers)this.transport.setRequestHeader(name,headers[name])},success:function(){var status=this.getStatus();return!status||(status>=200&&status<300)},getStatus:function(){try{return this.transport.status||0}catch(e){return 0}},respondToReadyState:function(readyState){var state=Ajax.Request.Events[readyState],response=new Ajax.Response(this);if(state=='Complete'){try{this._complete=true;(this.options['on'+response.status]||this.options['on'+(this.success()?'Success':'Failure')]||Prototype.emptyFunction)(response,response.headerJSON)}catch(e){this.dispatchException(e)}var contentType=response.getHeader('Content-type');if(this.options.evalJS=='force'||(this.options.evalJS&&this.isSameOrigin()&&contentType&&contentType.match(/^\s*(text|application)\/(x-)?(java|ecma)script(;.*)?\s*$/i)))this.evalResponse()}try{(this.options['on'+state]||Prototype.emptyFunction)(response,response.headerJSON);Ajax.Responders.dispatch('on'+state,this,response,response.headerJSON)}catch(e){this.dispatchException(e)}if(state=='Complete'){this.transport.onreadystatechange=Prototype.emptyFunction}},isSameOrigin:function(){var m=this.url.match(/^\s*https?:\/\/[^\/]*/);return!m||(m[0]=='#{protocol}//#{domain}#{port}'.interpolate({protocol:location.protocol,domain:document.domain,port:location.port?':'+location.port:''}))},getHeader:function(name){try{return this.transport.getResponseHeader(name)||null}catch(e){return null}},evalResponse:function(){try{return eval((this.transport.responseText||'').unfilterJSON())}catch(e){this.dispatchException(e)}},dispatchException:function(exception){(this.options.onException||Prototype.emptyFunction)(this,exception);Ajax.Responders.dispatch('onException',this,exception)}});Ajax.Request.Events=['Uninitialized','Loading','Loaded','Interactive','Complete'];Ajax.Response=Class.create({initialize:function(request){this.request=request;var transport=this.transport=request.transport,readyState=this.readyState=transport.readyState;if((readyState>2&&!Prototype.Browser.IE)||readyState==4){this.status=this.getStatus();this.statusText=this.getStatusText();this.responseText=String.interpret(transport.responseText);this.headerJSON=this._getHeaderJSON()}if(readyState==4){var xml=transport.responseXML;this.responseXML=Object.isUndefined(xml)?null:xml;this.responseJSON=this._getResponseJSON()}},status:0,statusText:'',getStatus:Ajax.Request.prototype.getStatus,getStatusText:function(){try{return this.transport.statusText||''}catch(e){return''}},getHeader:Ajax.Request.prototype.getHeader,getAllHeaders:function(){try{return this.getAllResponseHeaders()}catch(e){return null}},getResponseHeader:function(name){return this.transport.getResponseHeader(name)},getAllResponseHeaders:function(){return this.transport.getAllResponseHeaders()},_getHeaderJSON:function(){var json=this.getHeader('X-JSON');if(!json)return null;json=decodeURIComponent(escape(json));try{return json.evalJSON(this.request.options.sanitizeJSON||!this.request.isSameOrigin())}catch(e){this.request.dispatchException(e)}},_getResponseJSON:function(){var options=this.request.options;if(!options.evalJSON||(options.evalJSON!='force'&&!(this.getHeader('Content-type')||'').include('application/json'))||this.responseText.blank())return null;try{return this.responseText.evalJSON(options.sanitizeJSON||!this.request.isSameOrigin())}catch(e){this.request.dispatchException(e)}}});Ajax.Updater=Class.create(Ajax.Request,{initialize:function($super,container,url,options){this.container={success:(container.success||container),failure:(container.failure||(container.success?null:container))};options=Object.clone(options);var onComplete=options.onComplete;options.onComplete=(function(response,json){this.updateContent(response.responseText);if(Object.isFunction(onComplete))onComplete(response,json)}).bind(this);$super(url,options)},updateContent:function(responseText){var receiver=this.container[this.success()?'success':'failure'],options=this.options;if(!options.evalScripts)responseText=responseText.stripScripts();if(receiver=$(receiver)){if(options.insertion){if(Object.isString(options.insertion)){var insertion={};insertion[options.insertion]=responseText;receiver.insert(insertion)}else options.insertion(receiver,responseText)}else receiver.update(responseText)}}});Ajax.PeriodicalUpdater=Class.create(Ajax.Base,{initialize:function($super,container,url,options){$super(options);this.onComplete=this.options.onComplete;this.frequency=(this.options.frequency||2);this.decay=(this.options.decay||1);this.updater={};this.container=container;this.url=url;this.start()},start:function(){this.options.onComplete=this.updateComplete.bind(this);this.onTimerEvent()},stop:function(){this.updater.options.onComplete=undefined;clearTimeout(this.timer);(this.onComplete||Prototype.emptyFunction).apply(this,arguments)},updateComplete:function(response){if(this.options.decay){this.decay=(response.responseText==this.lastText?this.decay*this.options.decay:1);this.lastText=response.responseText}this.timer=this.onTimerEvent.bind(this).delay(this.decay*this.frequency)},onTimerEvent:function(){this.updater=new Ajax.Updater(this.container,this.url,this.options)}});function $(element){if(arguments.length>1){for(var i=0,elements=[],length=arguments.length;i<length;i++)elements.push($(arguments[i]));return elements}if(Object.isString(element))element=document.getElementById(element);return Element.extend(element)}if(Prototype.BrowserFeatures.XPath){document._getElementsByXPath=function(expression,parentElement){var results=[];var query=document.evaluate(expression,$(parentElement)||document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null);for(var i=0,length=query.snapshotLength;i<length;i++)results.push(Element.extend(query.snapshotItem(i)));return results}}if(!window.Node)var Node={};if(!Node.ELEMENT_NODE){Object.extend(Node,{ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3,CDATA_SECTION_NODE:4,ENTITY_REFERENCE_NODE:5,ENTITY_NODE:6,PROCESSING_INSTRUCTION_NODE:7,COMMENT_NODE:8,DOCUMENT_NODE:9,DOCUMENT_TYPE_NODE:10,DOCUMENT_FRAGMENT_NODE:11,NOTATION_NODE:12})}(function(){var element=this.Element;this.Element=function(tagName,attributes){attributes=attributes||{};tagName=tagName.toLowerCase();var cache=Element.cache;if(Prototype.Browser.IE&&attributes.name){tagName='<'+tagName+' name="'+attributes.name+'">';delete attributes.name;return Element.writeAttribute(document.createElement(tagName),attributes)}if(!cache[tagName])cache[tagName]=Element.extend(document.createElement(tagName));return Element.writeAttribute(cache[tagName].cloneNode(false),attributes)};Object.extend(this.Element,element||{});if(element)this.Element.prototype=element.prototype}).call(window);Element.cache={};Element.Methods={visible:function(element){return $(element).style.display!='none'},toggle:function(element){element=$(element);Element[Element.visible(element)?'hide':'show'](element);return element},hide:function(element){element=$(element);element.style.display='none';return element},show:function(element){element=$(element);element.style.display='';return element},remove:function(element){element=$(element);element.parentNode.removeChild(element);return element},update:function(element,content){element=$(element);if(content&&content.toElement)content=content.toElement();if(Object.isElement(content))return element.update().insert(content);content=Object.toHTML(content);element.innerHTML=content.stripScripts();content.evalScripts.bind(content).defer();return element},replace:function(element,content){element=$(element);if(content&&content.toElement)content=content.toElement();else if(!Object.isElement(content)){content=Object.toHTML(content);var range=element.ownerDocument.createRange();range.selectNode(element);content.evalScripts.bind(content).defer();content=range.createContextualFragment(content.stripScripts())}element.parentNode.replaceChild(content,element);return element},insert:function(element,insertions){element=$(element);if(Object.isString(insertions)||Object.isNumber(insertions)||Object.isElement(insertions)||(insertions&&(insertions.toElement||insertions.toHTML)))insertions={bottom:insertions};var content,insert,tagName,childNodes;for(var position in insertions){content=insertions[position];position=position.toLowerCase();insert=Element._insertionTranslations[position];if(content&&content.toElement)content=content.toElement();if(Object.isElement(content)){insert(element,content);continue}content=Object.toHTML(content);tagName=((position=='before'||position=='after')?element.parentNode:element).tagName.toUpperCase();childNodes=Element._getContentFromAnonymousElement(tagName,content.stripScripts());if(position=='top'||position=='after')childNodes.reverse();childNodes.each(insert.curry(element));content.evalScripts.bind(content).defer()}return element},wrap:function(element,wrapper,attributes){element=$(element);if(Object.isElement(wrapper))$(wrapper).writeAttribute(attributes||{});else if(Object.isString(wrapper))wrapper=new Element(wrapper,attributes);else wrapper=new Element('div',wrapper);if(element.parentNode)element.parentNode.replaceChild(wrapper,element);wrapper.appendChild(element);return wrapper},inspect:function(element){element=$(element);var result='<'+element.tagName.toLowerCase();$H({'id':'id','className':'class'}).each(function(pair){var property=pair.first(),attribute=pair.last();var value=(element[property]||'').toString();if(value)result+=' '+attribute+'='+value.inspect(true)});return result+'>'},recursivelyCollect:function(element,property){element=$(element);var elements=[];while(element=element[property])if(element.nodeType==1)elements.push(Element.extend(element));return elements},ancestors:function(element){return $(element).recursivelyCollect('parentNode')},descendants:function(element){return $(element).select("*")},firstDescendant:function(element){element=$(element).firstChild;while(element&&element.nodeType!=1)element=element.nextSibling;return $(element)},immediateDescendants:function(element){if(!(element=$(element).firstChild))return[];while(element&&element.nodeType!=1)element=element.nextSibling;if(element)return[element].concat($(element).nextSiblings());return[]},previousSiblings:function(element){return $(element).recursivelyCollect('previousSibling')},nextSiblings:function(element){return $(element).recursivelyCollect('nextSibling')},siblings:function(element){element=$(element);return element.previousSiblings().reverse().concat(element.nextSiblings())},match:function(element,selector){if(Object.isString(selector))selector=new Selector(selector);return selector.match($(element))},up:function(element,expression,index){element=$(element);if(arguments.length==1)return $(element.parentNode);var ancestors=element.ancestors();return Object.isNumber(expression)?ancestors[expression]:Selector.findElement(ancestors,expression,index)},down:function(element,expression,index){element=$(element);if(arguments.length==1)return element.firstDescendant();return Object.isNumber(expression)?element.descendants()[expression]:Element.select(element,expression)[index||0]},previous:function(element,expression,index){element=$(element);if(arguments.length==1)return $(Selector.handlers.previousElementSibling(element));var previousSiblings=element.previousSiblings();return Object.isNumber(expression)?previousSiblings[expression]:Selector.findElement(previousSiblings,expression,index)},next:function(element,expression,index){element=$(element);if(arguments.length==1)return $(Selector.handlers.nextElementSibling(element));var nextSiblings=element.nextSiblings();return Object.isNumber(expression)?nextSiblings[expression]:Selector.findElement(nextSiblings,expression,index)},select:function(){var args=$A(arguments),element=$(args.shift());return Selector.findChildElements(element,args)},adjacent:function(){var args=$A(arguments),element=$(args.shift());return Selector.findChildElements(element.parentNode,args).without(element)},identify:function(element){element=$(element);var id=element.readAttribute('id'),self=arguments.callee;if(id)return id;do{id='anonymous_element_'+self.counter++}while($(id));element.writeAttribute('id',id);return id},readAttribute:function(element,name){element=$(element);if(Prototype.Browser.IE){var t=Element._attributeTranslations.read;if(t.values[name])return t.values[name](element,name);if(t.names[name])name=t.names[name];if(name.include(':')){return(!element.attributes||!element.attributes[name])?null:element.attributes[name].value}}return element.getAttribute(name)},writeAttribute:function(element,name,value){element=$(element);var attributes={},t=Element._attributeTranslations.write;if(typeof name=='object')attributes=name;else attributes[name]=Object.isUndefined(value)?true:value;for(var attr in attributes){name=t.names[attr]||attr;value=attributes[attr];if(t.values[attr])name=t.values[attr](element,value);if(value===false||value===null)element.removeAttribute(name);else if(value===true)element.setAttribute(name,name);else element.setAttribute(name,value)}return element},getHeight:function(element){return $(element).getDimensions().height},getWidth:function(element){return $(element).getDimensions().width},classNames:function(element){return new Element.ClassNames(element)},hasClassName:function(element,className){if(!(element=$(element)))return;var elementClassName=element.className;return(elementClassName.length>0&&(elementClassName==className||new RegExp("(^|\\s)"+className+"(\\s|$)").test(elementClassName)))},addClassName:function(element,className){if(!(element=$(element)))return;if(!element.hasClassName(className))element.className+=(element.className?' ':'')+className;return element},removeClassName:function(element,className){if(!(element=$(element)))return;element.className=element.className.replace(new RegExp("(^|\\s+)"+className+"(\\s+|$)"),' ').strip();return element},toggleClassName:function(element,className){if(!(element=$(element)))return;return element[element.hasClassName(className)?'removeClassName':'addClassName'](className)},cleanWhitespace:function(element){element=$(element);var node=element.firstChild;while(node){var nextNode=node.nextSibling;if(node.nodeType==3&&!/\S/.test(node.nodeValue))element.removeChild(node);node=nextNode}return element},empty:function(element){return $(element).innerHTML.blank()},descendantOf:function(element,ancestor){element=$(element),ancestor=$(ancestor);if(element.compareDocumentPosition)return(element.compareDocumentPosition(ancestor)&8)===8;if(ancestor.contains)return ancestor.contains(element)&&ancestor!==element;while(element=element.parentNode)if(element==ancestor)return true;return false},scrollTo:function(element){element=$(element);var pos=element.cumulativeOffset();window.scrollTo(pos[0],pos[1]);return element},getStyle:function(element,style){element=$(element);style=style=='float'?'cssFloat':style.camelize();var value=element.style[style];if(!value||value=='auto'){var css=document.defaultView.getComputedStyle(element,null);value=css?css[style]:null}if(style=='opacity')return value?parseFloat(value):1.0;return value=='auto'?null:value},getOpacity:function(element){return $(element).getStyle('opacity')},setStyle:function(element,styles){element=$(element);var elementStyle=element.style,match;if(Object.isString(styles)){element.style.cssText+=';'+styles;return styles.include('opacity')?element.setOpacity(styles.match(/opacity:\s*(\d?\.?\d*)/)[1]):element}for(var property in styles)if(property=='opacity')element.setOpacity(styles[property]);else elementStyle[(property=='float'||property=='cssFloat')?(Object.isUndefined(elementStyle.styleFloat)?'cssFloat':'styleFloat'):property]=styles[property];return element},setOpacity:function(element,value){element=$(element);element.style.opacity=(value==1||value==='')?'':(value<0.00001)?0:value;return element},getDimensions:function(element){element=$(element);var display=element.getStyle('display');if(display!='none'&&display!=null)return{width:element.offsetWidth,height:element.offsetHeight};var els=element.style;var originalVisibility=els.visibility;var originalPosition=els.position;var originalDisplay=els.display;els.visibility='hidden';els.position='absolute';els.display='block';var originalWidth=element.clientWidth;var originalHeight=element.clientHeight;els.display=originalDisplay;els.position=originalPosition;els.visibility=originalVisibility;return{width:originalWidth,height:originalHeight}},makePositioned:function(element){element=$(element);var pos=Element.getStyle(element,'position');if(pos=='static'||!pos){element._madePositioned=true;element.style.position='relative';if(Prototype.Browser.Opera){element.style.top=0;element.style.left=0}}return element},undoPositioned:function(element){element=$(element);if(element._madePositioned){element._madePositioned=undefined;element.style.position=element.style.top=element.style.left=element.style.bottom=element.style.right=''}return element},makeClipping:function(element){element=$(element);if(element._overflow)return element;element._overflow=Element.getStyle(element,'overflow')||'auto';if(element._overflow!=='hidden')element.style.overflow='hidden';return element},undoClipping:function(element){element=$(element);if(!element._overflow)return element;element.style.overflow=element._overflow=='auto'?'':element._overflow;element._overflow=null;return element},cumulativeOffset:function(element){var valueT=0,valueL=0;do{valueT+=element.offsetTop||0;valueL+=element.offsetLeft||0;element=element.offsetParent}while(element);return Element._returnOffset(valueL,valueT)},positionedOffset:function(element){var valueT=0,valueL=0;do{valueT+=element.offsetTop||0;valueL+=element.offsetLeft||0;element=element.offsetParent;if(element){if(element.tagName.toUpperCase()=='BODY')break;var p=Element.getStyle(element,'position');if(p!=='static')break}}while(element);return Element._returnOffset(valueL,valueT)},absolutize:function(element){element=$(element);if(element.getStyle('position')=='absolute')return element;var offsets=element.positionedOffset();var top=offsets[1];var left=offsets[0];var width=element.clientWidth;var height=element.clientHeight;element._originalLeft=left-parseFloat(element.style.left||0);element._originalTop=top-parseFloat(element.style.top||0);element._originalWidth=element.style.width;element._originalHeight=element.style.height;element.style.position='absolute';element.style.top=top+'px';element.style.left=left+'px';element.style.width=width+'px';element.style.height=height+'px';return element},relativize:function(element){element=$(element);if(element.getStyle('position')=='relative')return element;element.style.position='relative';var top=parseFloat(element.style.top||0)-(element._originalTop||0);var left=parseFloat(element.style.left||0)-(element._originalLeft||0);element.style.top=top+'px';element.style.left=left+'px';element.style.height=element._originalHeight;element.style.width=element._originalWidth;return element},cumulativeScrollOffset:function(element){var valueT=0,valueL=0;do{valueT+=element.scrollTop||0;valueL+=element.scrollLeft||0;element=element.parentNode}while(element);return Element._returnOffset(valueL,valueT)},getOffsetParent:function(element){if(element.offsetParent)return $(element.offsetParent);if(element==document.body)return $(element);while((element=element.parentNode)&&element!=document.body)if(Element.getStyle(element,'position')!='static')return $(element);return $(document.body)},viewportOffset:function(forElement){var valueT=0,valueL=0;var element=forElement;do{valueT+=element.offsetTop||0;valueL+=element.offsetLeft||0;if(element.offsetParent==document.body&&Element.getStyle(element,'position')=='absolute')break}while(element=element.offsetParent);element=forElement;do{if(!Prototype.Browser.Opera||(element.tagName&&(element.tagName.toUpperCase()=='BODY'))){valueT-=element.scrollTop||0;valueL-=element.scrollLeft||0}}while(element=element.parentNode);return Element._returnOffset(valueL,valueT)},clonePosition:function(element,source){var options=Object.extend({setLeft:true,setTop:true,setWidth:true,setHeight:true,offsetTop:0,offsetLeft:0},arguments[2]||{});source=$(source);var p=source.viewportOffset();element=$(element);var delta=[0,0];var parent=null;if(Element.getStyle(element,'position')=='absolute'){parent=element.getOffsetParent();delta=parent.viewportOffset()}if(parent==document.body){delta[0]-=document.body.offsetLeft;delta[1]-=document.body.offsetTop}if(options.setLeft)element.style.left=(p[0]-delta[0]+options.offsetLeft)+'px';if(options.setTop)element.style.top=(p[1]-delta[1]+options.offsetTop)+'px';if(options.setWidth)element.style.width=source.offsetWidth+'px';if(options.setHeight)element.style.height=source.offsetHeight+'px';return element}};Element.Methods.identify.counter=1;Object.extend(Element.Methods,{getElementsBySelector:Element.Methods.select,childElements:Element.Methods.immediateDescendants});Element._attributeTranslations={write:{names:{className:'class',htmlFor:'for'},values:{}}};if(Prototype.Browser.Opera){Element.Methods.getStyle=Element.Methods.getStyle.wrap(function(proceed,element,style){switch(style){case'left':case'top':case'right':case'bottom':if(proceed(element,'position')==='static')return null;case'height':case'width':if(!Element.visible(element))return null;var dim=parseInt(proceed(element,style),10);if(dim!==element['offset'+style.capitalize()])return dim+'px';var properties;if(style==='height'){properties=['border-top-width','padding-top','padding-bottom','border-bottom-width']}else{properties=['border-left-width','padding-left','padding-right','border-right-width']}return properties.inject(dim,function(memo,property){var val=proceed(element,property);return val===null?memo:memo-parseInt(val,10)})+'px';default:return proceed(element,style)}});Element.Methods.readAttribute=Element.Methods.readAttribute.wrap(function(proceed,element,attribute){if(attribute==='title')return element.title;return proceed(element,attribute)})}else if(Prototype.Browser.IE){Element.Methods.getOffsetParent=Element.Methods.getOffsetParent.wrap(function(proceed,element){element=$(element);try{element.offsetParent}catch(e){return $(document.body)}var position=element.getStyle('position');if(position!=='static')return proceed(element);element.setStyle({position:'relative'});var value=proceed(element);element.setStyle({position:position});return value});$w('positionedOffset viewportOffset').each(function(method){Element.Methods[method]=Element.Methods[method].wrap(function(proceed,element){element=$(element);try{element.offsetParent}catch(e){return Element._returnOffset(0,0)}var position=element.getStyle('position');if(position!=='static')return proceed(element);var offsetParent=element.getOffsetParent();if(offsetParent&&offsetParent.getStyle('position')==='fixed')offsetParent.setStyle({zoom:1});element.setStyle({position:'relative'});var value=proceed(element);element.setStyle({position:position});return value})});Element.Methods.cumulativeOffset=Element.Methods.cumulativeOffset.wrap(function(proceed,element){try{element.offsetParent}catch(e){return Element._returnOffset(0,0)}return proceed(element)});Element.Methods.getStyle=function(element,style){element=$(element);style=(style=='float'||style=='cssFloat')?'styleFloat':style.camelize();var value=element.style[style];if(!value&&element.currentStyle)value=element.currentStyle[style];if(style=='opacity'){if(value=(element.getStyle('filter')||'').match(/alpha\(opacity=(.*)\)/))if(value[1])return parseFloat(value[1])/100;return 1.0}if(value=='auto'){if((style=='width'||style=='height')&&(element.getStyle('display')!='none'))return element['offset'+style.capitalize()]+'px';return null}return value};Element.Methods.setOpacity=function(element,value){function stripAlpha(filter){return filter.replace(/alpha\([^\)]*\)/gi,'')}element=$(element);var currentStyle=element.currentStyle;if((currentStyle&&!currentStyle.hasLayout)||(!currentStyle&&element.style.zoom=='normal'))element.style.zoom=1;var filter=element.getStyle('filter'),style=element.style;if(value==1||value===''){(filter=stripAlpha(filter))?style.filter=filter:style.removeAttribute('filter');return element}else if(value<0.00001)value=0;style.filter=stripAlpha(filter)+'alpha(opacity='+(value*100)+')';return element};Element._attributeTranslations={read:{names:{'class':'className','for':'htmlFor'},values:{_getAttr:function(element,attribute){return element.getAttribute(attribute,2)},_getAttrNode:function(element,attribute){var node=element.getAttributeNode(attribute);return node?node.value:""},_getEv:function(element,attribute){attribute=element.getAttribute(attribute);return attribute?attribute.toString().slice(23,-2):null},_flag:function(element,attribute){return $(element).hasAttribute(attribute)?attribute:null},style:function(element){return element.style.cssText.toLowerCase()},title:function(element){return element.title}}}};Element._attributeTranslations.write={names:Object.extend({cellpadding:'cellPadding',cellspacing:'cellSpacing'},Element._attributeTranslations.read.names),values:{checked:function(element,value){element.checked=!!value},style:function(element,value){element.style.cssText=value?value:''}}};Element._attributeTranslations.has={};$w('colSpan rowSpan vAlign dateTime accessKey tabIndex '+'encType maxLength readOnly longDesc frameBorder').each(function(attr){Element._attributeTranslations.write.names[attr.toLowerCase()]=attr;Element._attributeTranslations.has[attr.toLowerCase()]=attr});(function(v){Object.extend(v,{href:v._getAttr,src:v._getAttr,type:v._getAttr,action:v._getAttrNode,disabled:v._flag,checked:v._flag,readonly:v._flag,multiple:v._flag,onload:v._getEv,onunload:v._getEv,onclick:v._getEv,ondblclick:v._getEv,onmousedown:v._getEv,onmouseup:v._getEv,onmouseover:v._getEv,onmousemove:v._getEv,onmouseout:v._getEv,onfocus:v._getEv,onblur:v._getEv,onkeypress:v._getEv,onkeydown:v._getEv,onkeyup:v._getEv,onsubmit:v._getEv,onreset:v._getEv,onselect:v._getEv,onchange:v._getEv})})(Element._attributeTranslations.read.values)}else if(Prototype.Browser.Gecko&&/rv:1\.8\.0/.test(navigator.userAgent)){Element.Methods.setOpacity=function(element,value){element=$(element);element.style.opacity=(value==1)?0.999999:(value==='')?'':(value<0.00001)?0:value;return element}}else if(Prototype.Browser.WebKit){Element.Methods.setOpacity=function(element,value){element=$(element);element.style.opacity=(value==1||value==='')?'':(value<0.00001)?0:value;if(value==1)if(element.tagName.toUpperCase()=='IMG'&&element.width){element.width++;element.width--}else try{var n=document.createTextNode(' ');element.appendChild(n);element.removeChild(n)}catch(e){}return element};Element.Methods.cumulativeOffset=function(element){var valueT=0,valueL=0;do{valueT+=element.offsetTop||0;valueL+=element.offsetLeft||0;if(element.offsetParent==document.body)if(Element.getStyle(element,'position')=='absolute')break;element=element.offsetParent}while(element);return Element._returnOffset(valueL,valueT)}}if(Prototype.Browser.IE||Prototype.Browser.Opera){Element.Methods.update=function(element,content){element=$(element);if(content&&content.toElement)content=content.toElement();if(Object.isElement(content))return element.update().insert(content);content=Object.toHTML(content);var tagName=element.tagName.toUpperCase();if(tagName in Element._insertionTranslations.tags){$A(element.childNodes).each(function(node){element.removeChild(node)});Element._getContentFromAnonymousElement(tagName,content.stripScripts()).each(function(node){element.appendChild(node)})}else element.innerHTML=content.stripScripts();content.evalScripts.bind(content).defer();return element}}if('outerHTML'in document.createElement('div')){Element.Methods.replace=function(element,content){element=$(element);if(content&&content.toElement)content=content.toElement();if(Object.isElement(content)){element.parentNode.replaceChild(content,element);return element}content=Object.toHTML(content);var parent=element.parentNode,tagName=parent.tagName.toUpperCase();if(Element._insertionTranslations.tags[tagName]){var nextSibling=element.next();var fragments=Element._getContentFromAnonymousElement(tagName,content.stripScripts());parent.removeChild(element);if(nextSibling)fragments.each(function(node){parent.insertBefore(node,nextSibling)});else fragments.each(function(node){parent.appendChild(node)})}else element.outerHTML=content.stripScripts();content.evalScripts.bind(content).defer();return element}}Element._returnOffset=function(l,t){var result=[l,t];result.left=l;result.top=t;return result};Element._getContentFromAnonymousElement=function(tagName,html){var div=new Element('div'),t=Element._insertionTranslations.tags[tagName];if(t){div.innerHTML=t[0]+html+t[1];t[2].times(function(){div=div.firstChild})}else div.innerHTML=html;return $A(div.childNodes)};Element._insertionTranslations={before:function(element,node){element.parentNode.insertBefore(node,element)},top:function(element,node){element.insertBefore(node,element.firstChild)},bottom:function(element,node){element.appendChild(node)},after:function(element,node){element.parentNode.insertBefore(node,element.nextSibling)},tags:{TABLE:['<table>','</table>',1],TBODY:['<table><tbody>','</tbody></table>',2],TR:['<table><tbody><tr>','</tr></tbody></table>',3],TD:['<table><tbody><tr><td>','</td></tr></tbody></table>',4],SELECT:['<select>','</select>',1]}};(function(){Object.extend(this.tags,{THEAD:this.tags.TBODY,TFOOT:this.tags.TBODY,TH:this.tags.TD})}).call(Element._insertionTranslations);Element.Methods.Simulated={hasAttribute:function(element,attribute){attribute=Element._attributeTranslations.has[attribute]||attribute;var node=$(element).getAttributeNode(attribute);return!!(node&&node.specified)}};Element.Methods.ByTag={};Object.extend(Element,Element.Methods);if(!Prototype.BrowserFeatures.ElementExtensions&&document.createElement('div')['__proto__']){window.HTMLElement={};window.HTMLElement.prototype=document.createElement('div')['__proto__'];Prototype.BrowserFeatures.ElementExtensions=true}Element.extend=(function(){if(Prototype.BrowserFeatures.SpecificElementExtensions)return Prototype.K;var Methods={},ByTag=Element.Methods.ByTag;var extend=Object.extend(function(element){if(!element||element._extendedByPrototype||element.nodeType!=1||element==window)return element;var methods=Object.clone(Methods),tagName=element.tagName.toUpperCase(),property,value;if(ByTag[tagName])Object.extend(methods,ByTag[tagName]);for(property in methods){value=methods[property];if(Object.isFunction(value)&&!(property in element))element[property]=value.methodize()}element._extendedByPrototype=Prototype.emptyFunction;return element},{refresh:function(){if(!Prototype.BrowserFeatures.ElementExtensions){Object.extend(Methods,Element.Methods);Object.extend(Methods,Element.Methods.Simulated)}}});extend.refresh();return extend})();Element.hasAttribute=function(element,attribute){if(element.hasAttribute)return element.hasAttribute(attribute);return Element.Methods.Simulated.hasAttribute(element,attribute)};Element.addMethods=function(methods){var F=Prototype.BrowserFeatures,T=Element.Methods.ByTag;if(!methods){Object.extend(Form,Form.Methods);Object.extend(Form.Element,Form.Element.Methods);Object.extend(Element.Methods.ByTag,{"FORM":Object.clone(Form.Methods),"INPUT":Object.clone(Form.Element.Methods),"SELECT":Object.clone(Form.Element.Methods),"TEXTAREA":Object.clone(Form.Element.Methods)})}if(arguments.length==2){var tagName=methods;methods=arguments[1]}if(!tagName)Object.extend(Element.Methods,methods||{});else{if(Object.isArray(tagName))tagName.each(extend);else extend(tagName)}function extend(tagName){tagName=tagName.toUpperCase();if(!Element.Methods.ByTag[tagName])Element.Methods.ByTag[tagName]={};Object.extend(Element.Methods.ByTag[tagName],methods)}function copy(methods,destination,onlyIfAbsent){onlyIfAbsent=onlyIfAbsent||false;for(var property in methods){var value=methods[property];if(!Object.isFunction(value))continue;if(!onlyIfAbsent||!(property in destination))destination[property]=value.methodize()}}function findDOMClass(tagName){var klass;var trans={"OPTGROUP":"OptGroup","TEXTAREA":"TextArea","P":"Paragraph","FIELDSET":"FieldSet","UL":"UList","OL":"OList","DL":"DList","DIR":"Directory","H1":"Heading","H2":"Heading","H3":"Heading","H4":"Heading","H5":"Heading","H6":"Heading","Q":"Quote","INS":"Mod","DEL":"Mod","A":"Anchor","IMG":"Image","CAPTION":"TableCaption","COL":"TableCol","COLGROUP":"TableCol","THEAD":"TableSection","TFOOT":"TableSection","TBODY":"TableSection","TR":"TableRow","TH":"TableCell","TD":"TableCell","FRAMESET":"FrameSet","IFRAME":"IFrame"};if(trans[tagName])klass='HTML'+trans[tagName]+'Element';if(window[klass])return window[klass];klass='HTML'+tagName+'Element';if(window[klass])return window[klass];klass='HTML'+tagName.capitalize()+'Element';if(window[klass])return window[klass];window[klass]={};window[klass].prototype=document.createElement(tagName)['__proto__'];return window[klass]}if(F.ElementExtensions){copy(Element.Methods,HTMLElement.prototype);copy(Element.Methods.Simulated,HTMLElement.prototype,true)}if(F.SpecificElementExtensions){for(var tag in Element.Methods.ByTag){var klass=findDOMClass(tag);if(Object.isUndefined(klass))continue;copy(T[tag],klass.prototype)}}Object.extend(Element,Element.Methods);delete Element.ByTag;if(Element.extend.refresh)Element.extend.refresh();Element.cache={}};document.viewport={getDimensions:function(){var dimensions={},B=Prototype.Browser;$w('width height').each(function(d){var D=d.capitalize();if(B.WebKit&&!document.evaluate){dimensions[d]=self['inner'+D]}else if(B.Opera&&parseFloat(window.opera.version())<9.5){dimensions[d]=document.body['client'+D]}else{dimensions[d]=document.documentElement['client'+D]}});return dimensions},getWidth:function(){return this.getDimensions().width},getHeight:function(){return this.getDimensions().height},getScrollOffsets:function(){return Element._returnOffset(window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft,window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop)}};var Selector=Class.create({initialize:function(expression){this.expression=expression.strip();if(this.shouldUseSelectorsAPI()){this.mode='selectorsAPI'}else if(this.shouldUseXPath()){this.mode='xpath';this.compileXPathMatcher()}else{this.mode="normal";this.compileMatcher()}},shouldUseXPath:function(){if(!Prototype.BrowserFeatures.XPath)return false;var e=this.expression;if(Prototype.Browser.WebKit&&(e.include("-of-type")||e.include(":empty")))return false;if((/(\[[\w-]*?:|:checked)/).test(e))return false;return true},shouldUseSelectorsAPI:function(){if(!Prototype.BrowserFeatures.SelectorsAPI)return false;if(!Selector._div)Selector._div=new Element('div');try{Selector._div.querySelector(this.expression)}catch(e){return false}return true},compileMatcher:function(){var e=this.expression,ps=Selector.patterns,h=Selector.handlers,c=Selector.criteria,le,p,m;if(Selector._cache[e]){this.matcher=Selector._cache[e];return}this.matcher=["this.matcher = function(root) {","var r = root, h = Selector.handlers, c = false, n;"];while(e&&le!=e&&(/\S/).test(e)){le=e;for(var i in ps){p=ps[i];if(m=e.match(p)){this.matcher.push(Object.isFunction(c[i])?c[i](m):new Template(c[i]).evaluate(m));e=e.replace(m[0],'');break}}}this.matcher.push("return h.unique(n);\n}");eval(this.matcher.join('\n'));Selector._cache[this.expression]=this.matcher},compileXPathMatcher:function(){var e=this.expression,ps=Selector.patterns,x=Selector.xpath,le,m;if(Selector._cache[e]){this.xpath=Selector._cache[e];return}this.matcher=['.//*'];while(e&&le!=e&&(/\S/).test(e)){le=e;for(var i in ps){if(m=e.match(ps[i])){this.matcher.push(Object.isFunction(x[i])?x[i](m):new Template(x[i]).evaluate(m));e=e.replace(m[0],'');break}}}this.xpath=this.matcher.join('');Selector._cache[this.expression]=this.xpath},findElements:function(root){root=root||document;var e=this.expression,results;switch(this.mode){case'selectorsAPI':if(root!==document){var oldId=root.id,id=$(root).identify();e="#"+id+" "+e}results=$A(root.querySelectorAll(e)).map(Element.extend);root.id=oldId;return results;case'xpath':return document._getElementsByXPath(this.xpath,root);default:return this.matcher(root)}},match:function(element){this.tokens=[];var e=this.expression,ps=Selector.patterns,as=Selector.assertions;var le,p,m;while(e&&le!==e&&(/\S/).test(e)){le=e;for(var i in ps){p=ps[i];if(m=e.match(p)){if(as[i]){this.tokens.push([i,Object.clone(m)]);e=e.replace(m[0],'')}else{return this.findElements(document).include(element)}}}}var match=true,name,matches;for(var i=0,token;token=this.tokens[i];i++){name=token[0],matches=token[1];if(!Selector.assertions[name](element,matches)){match=false;break}}return match},toString:function(){return this.expression},inspect:function(){return"#<Selector:"+this.expression.inspect()+">"}});Object.extend(Selector,{_cache:{},xpath:{descendant:"//*",child:"/*",adjacent:"/following-sibling::*[1]",laterSibling:'/following-sibling::*',tagName:function(m){if(m[1]=='*')return'';return"[local-name()='"+m[1].toLowerCase()+"' or local-name()='"+m[1].toUpperCase()+"']"},className:"[contains(concat(' ', @class, ' '), ' #{1} ')]",id:"[@id='#{1}']",attrPresence:function(m){m[1]=m[1].toLowerCase();return new Template("[@#{1}]").evaluate(m)},attr:function(m){m[1]=m[1].toLowerCase();m[3]=m[5]||m[6];return new Template(Selector.xpath.operators[m[2]]).evaluate(m)},pseudo:function(m){var h=Selector.xpath.pseudos[m[1]];if(!h)return'';if(Object.isFunction(h))return h(m);return new Template(Selector.xpath.pseudos[m[1]]).evaluate(m)},operators:{'=':"[@#{1}='#{3}']",'!=':"[@#{1}!='#{3}']",'^=':"[starts-with(@#{1}, '#{3}')]",'$=':"[substring(@#{1}, (string-length(@#{1}) - string-length('#{3}') + 1))='#{3}']",'*=':"[contains(@#{1}, '#{3}')]",'~=':"[contains(concat(' ', @#{1}, ' '), ' #{3} ')]",'|=':"[contains(concat('-', @#{1}, '-'), '-#{3}-')]"},pseudos:{'first-child':'[not(preceding-sibling::*)]','last-child':'[not(following-sibling::*)]','only-child':'[not(preceding-sibling::* or following-sibling::*)]','empty':"[count(*) = 0 and (count(text()) = 0)]",'checked':"[@checked]",'disabled':"[(@disabled) and (@type!='hidden')]",'enabled':"[not(@disabled) and (@type!='hidden')]",'not':function(m){var e=m[6],p=Selector.patterns,x=Selector.xpath,le,v;var exclusion=[];while(e&&le!=e&&(/\S/).test(e)){le=e;for(var i in p){if(m=e.match(p[i])){v=Object.isFunction(x[i])?x[i](m):new Template(x[i]).evaluate(m);exclusion.push("("+v.substring(1,v.length-1)+")");e=e.replace(m[0],'');break}}}return"[not("+exclusion.join(" and ")+")]"},'nth-child':function(m){return Selector.xpath.pseudos.nth("(count(./preceding-sibling::*) + 1) ",m)},'nth-last-child':function(m){return Selector.xpath.pseudos.nth("(count(./following-sibling::*) + 1) ",m)},'nth-of-type':function(m){return Selector.xpath.pseudos.nth("position() ",m)},'nth-last-of-type':function(m){return Selector.xpath.pseudos.nth("(last() + 1 - position()) ",m)},'first-of-type':function(m){m[6]="1";return Selector.xpath.pseudos['nth-of-type'](m)},'last-of-type':function(m){m[6]="1";return Selector.xpath.pseudos['nth-last-of-type'](m)},'only-of-type':function(m){var p=Selector.xpath.pseudos;return p['first-of-type'](m)+p['last-of-type'](m)},nth:function(fragment,m){var mm,formula=m[6],predicate;if(formula=='even')formula='2n+0';if(formula=='odd')formula='2n+1';if(mm=formula.match(/^(\d+)$/))return'['+fragment+"= "+mm[1]+']';if(mm=formula.match(/^(-?\d*)?n(([+-])(\d+))?/)){if(mm[1]=="-")mm[1]=-1;var a=mm[1]?Number(mm[1]):1;var b=mm[2]?Number(mm[2]):0;predicate="[((#{fragment} - #{b}) mod #{a} = 0) and "+"((#{fragment} - #{b}) div #{a} >= 0)]";return new Template(predicate).evaluate({fragment:fragment,a:a,b:b})}}}},criteria:{tagName:'n = h.tagName(n, r, "#{1}", c);      c = false;',className:'n = h.className(n, r, "#{1}", c);    c = false;',id:'n = h.id(n, r, "#{1}", c);           c = false;',attrPresence:'n = h.attrPresence(n, r, "#{1}", c); c = false;',attr:function(m){m[3]=(m[5]||m[6]);return new Template('n = h.attr(n, r, "#{1}", "#{3}", "#{2}", c); c = false;').evaluate(m)},pseudo:function(m){if(m[6])m[6]=m[6].replace(/"/g,'\\"');return new Template('n = h.pseudo(n, "#{1}", "#{6}", r, c); c = false;').evaluate(m)},descendant:'c = "descendant";',child:'c = "child";',adjacent:'c = "adjacent";',laterSibling:'c = "laterSibling";'},patterns:{laterSibling:/^\s*~\s*/,child:/^\s*>\s*/,adjacent:/^\s*\+\s*/,descendant:/^\s/,tagName:/^\s*(\*|[\w\-]+)(\b|$)?/,id:/^#([\w\-\*]+)(\b|$)/,className:/^\.([\w\-\*]+)(\b|$)/,pseudo:/^:((first|last|nth|nth-last|only)(-child|-of-type)|empty|checked|(en|dis)abled|not)(\((.*?)\))?(\b|$|(?=\s|[:+~>]))/,attrPresence:/^\[((?:[\w]+:)?[\w]+)\]/,attr:/\[((?:[\w-]*:)?[\w-]+)\s*(?:([!^$*~|]?=)\s*((['"])([^\4]*?)\4|([^'"][^\]]*?)))?\]/},assertions:{tagName:function(element,matches){return matches[1].toUpperCase()==element.tagName.toUpperCase()},className:function(element,matches){return Element.hasClassName(element,matches[1])},id:function(element,matches){return element.id===matches[1]},attrPresence:function(element,matches){return Element.hasAttribute(element,matches[1])},attr:function(element,matches){var nodeValue=Element.readAttribute(element,matches[1]);return nodeValue&&Selector.operators[matches[2]](nodeValue,matches[5]||matches[6])}},handlers:{concat:function(a,b){for(var i=0,node;node=b[i];i++)a.push(node);return a},mark:function(nodes){var _true=Prototype.emptyFunction;for(var i=0,node;node=nodes[i];i++)node._countedByPrototype=_true;return nodes},unmark:function(nodes){for(var i=0,node;node=nodes[i];i++)node._countedByPrototype=undefined;return nodes},index:function(parentNode,reverse,ofType){parentNode._countedByPrototype=Prototype.emptyFunction;if(reverse){for(var nodes=parentNode.childNodes,i=nodes.length-1,j=1;i>=0;i--){var node=nodes[i];if(node.nodeType==1&&(!ofType||node._countedByPrototype))node.nodeIndex=j++}}else{for(var i=0,j=1,nodes=parentNode.childNodes;node=nodes[i];i++)if(node.nodeType==1&&(!ofType||node._countedByPrototype))node.nodeIndex=j++}},unique:function(nodes){if(nodes.length==0)return nodes;var results=[],n;for(var i=0,l=nodes.length;i<l;i++)if(!(n=nodes[i])._countedByPrototype){n._countedByPrototype=Prototype.emptyFunction;results.push(Element.extend(n))}return Selector.handlers.unmark(results)},descendant:function(nodes){var h=Selector.handlers;for(var i=0,results=[],node;node=nodes[i];i++)h.concat(results,node.getElementsByTagName('*'));return results},child:function(nodes){var h=Selector.handlers;for(var i=0,results=[],node;node=nodes[i];i++){for(var j=0,child;child=node.childNodes[j];j++)if(child.nodeType==1&&child.tagName!='!')results.push(child)}return results},adjacent:function(nodes){for(var i=0,results=[],node;node=nodes[i];i++){var next=this.nextElementSibling(node);if(next)results.push(next)}return results},laterSibling:function(nodes){var h=Selector.handlers;for(var i=0,results=[],node;node=nodes[i];i++)h.concat(results,Element.nextSiblings(node));return results},nextElementSibling:function(node){while(node=node.nextSibling)if(node.nodeType==1)return node;return null},previousElementSibling:function(node){while(node=node.previousSibling)if(node.nodeType==1)return node;return null},tagName:function(nodes,root,tagName,combinator){var uTagName=tagName.toUpperCase();var results=[],h=Selector.handlers;if(nodes){if(combinator){if(combinator=="descendant"){for(var i=0,node;node=nodes[i];i++)h.concat(results,node.getElementsByTagName(tagName));return results}else nodes=this[combinator](nodes);if(tagName=="*")return nodes}for(var i=0,node;node=nodes[i];i++)if(node.tagName.toUpperCase()===uTagName)results.push(node);return results}else return root.getElementsByTagName(tagName)},id:function(nodes,root,id,combinator){var targetNode=$(id),h=Selector.handlers;if(!targetNode)return[];if(!nodes&&root==document)return[targetNode];if(nodes){if(combinator){if(combinator=='child'){for(var i=0,node;node=nodes[i];i++)if(targetNode.parentNode==node)return[targetNode]}else if(combinator=='descendant'){for(var i=0,node;node=nodes[i];i++)if(Element.descendantOf(targetNode,node))return[targetNode]}else if(combinator=='adjacent'){for(var i=0,node;node=nodes[i];i++)if(Selector.handlers.previousElementSibling(targetNode)==node)return[targetNode]}else nodes=h[combinator](nodes)}for(var i=0,node;node=nodes[i];i++)if(node==targetNode)return[targetNode];return[]}return(targetNode&&Element.descendantOf(targetNode,root))?[targetNode]:[]},className:function(nodes,root,className,combinator){if(nodes&&combinator)nodes=this[combinator](nodes);return Selector.handlers.byClassName(nodes,root,className)},byClassName:function(nodes,root,className){if(!nodes)nodes=Selector.handlers.descendant([root]);var needle=' '+className+' ';for(var i=0,results=[],node,nodeClassName;node=nodes[i];i++){nodeClassName=node.className;if(nodeClassName.length==0)continue;if(nodeClassName==className||(' '+nodeClassName+' ').include(needle))results.push(node)}return results},attrPresence:function(nodes,root,attr,combinator){if(!nodes)nodes=root.getElementsByTagName("*");if(nodes&&combinator)nodes=this[combinator](nodes);var results=[];for(var i=0,node;node=nodes[i];i++)if(Element.hasAttribute(node,attr))results.push(node);return results},attr:function(nodes,root,attr,value,operator,combinator){if(!nodes)nodes=root.getElementsByTagName("*");if(nodes&&combinator)nodes=this[combinator](nodes);var handler=Selector.operators[operator],results=[];for(var i=0,node;node=nodes[i];i++){var nodeValue=Element.readAttribute(node,attr);if(nodeValue===null)continue;if(handler(nodeValue,value))results.push(node)}return results},pseudo:function(nodes,name,value,root,combinator){if(nodes&&combinator)nodes=this[combinator](nodes);if(!nodes)nodes=root.getElementsByTagName("*");return Selector.pseudos[name](nodes,value,root)}},pseudos:{'first-child':function(nodes,value,root){for(var i=0,results=[],node;node=nodes[i];i++){if(Selector.handlers.previousElementSibling(node))continue;results.push(node)}return results},'last-child':function(nodes,value,root){for(var i=0,results=[],node;node=nodes[i];i++){if(Selector.handlers.nextElementSibling(node))continue;results.push(node)}return results},'only-child':function(nodes,value,root){var h=Selector.handlers;for(var i=0,results=[],node;node=nodes[i];i++)if(!h.previousElementSibling(node)&&!h.nextElementSibling(node))results.push(node);return results},'nth-child':function(nodes,formula,root){return Selector.pseudos.nth(nodes,formula,root)},'nth-last-child':function(nodes,formula,root){return Selector.pseudos.nth(nodes,formula,root,true)},'nth-of-type':function(nodes,formula,root){return Selector.pseudos.nth(nodes,formula,root,false,true)},'nth-last-of-type':function(nodes,formula,root){return Selector.pseudos.nth(nodes,formula,root,true,true)},'first-of-type':function(nodes,formula,root){return Selector.pseudos.nth(nodes,"1",root,false,true)},'last-of-type':function(nodes,formula,root){return Selector.pseudos.nth(nodes,"1",root,true,true)},'only-of-type':function(nodes,formula,root){var p=Selector.pseudos;return p['last-of-type'](p['first-of-type'](nodes,formula,root),formula,root)},getIndices:function(a,b,total){if(a==0)return b>0?[b]:[];return $R(1,total).inject([],function(memo,i){if(0==(i-b)%a&&(i-b)/a>=0)memo.push(i);return memo})},nth:function(nodes,formula,root,reverse,ofType){if(nodes.length==0)return[];if(formula=='even')formula='2n+0';if(formula=='odd')formula='2n+1';var h=Selector.handlers,results=[],indexed=[],m;h.mark(nodes);for(var i=0,node;node=nodes[i];i++){if(!node.parentNode._countedByPrototype){h.index(node.parentNode,reverse,ofType);indexed.push(node.parentNode)}}if(formula.match(/^\d+$/)){formula=Number(formula);for(var i=0,node;node=nodes[i];i++)if(node.nodeIndex==formula)results.push(node)}else if(m=formula.match(/^(-?\d*)?n(([+-])(\d+))?/)){if(m[1]=="-")m[1]=-1;var a=m[1]?Number(m[1]):1;var b=m[2]?Number(m[2]):0;var indices=Selector.pseudos.getIndices(a,b,nodes.length);for(var i=0,node,l=indices.length;node=nodes[i];i++){for(var j=0;j<l;j++)if(node.nodeIndex==indices[j])results.push(node)}}h.unmark(nodes);h.unmark(indexed);return results},'empty':function(nodes,value,root){for(var i=0,results=[],node;node=nodes[i];i++){if(node.tagName=='!'||node.firstChild)continue;results.push(node)}return results},'not':function(nodes,selector,root){var h=Selector.handlers,selectorType,m;var exclusions=new Selector(selector).findElements(root);h.mark(exclusions);for(var i=0,results=[],node;node=nodes[i];i++)if(!node._countedByPrototype)results.push(node);h.unmark(exclusions);return results},'enabled':function(nodes,value,root){for(var i=0,results=[],node;node=nodes[i];i++)if(!node.disabled&&(!node.type||node.type!=='hidden'))results.push(node);return results},'disabled':function(nodes,value,root){for(var i=0,results=[],node;node=nodes[i];i++)if(node.disabled)results.push(node);return results},'checked':function(nodes,value,root){for(var i=0,results=[],node;node=nodes[i];i++)if(node.checked)results.push(node);return results}},operators:{'=':function(nv,v){return nv==v},'!=':function(nv,v){return nv!=v},'^=':function(nv,v){return nv==v||nv&&nv.startsWith(v)},'$=':function(nv,v){return nv==v||nv&&nv.endsWith(v)},'*=':function(nv,v){return nv==v||nv&&nv.include(v)},'$=':function(nv,v){return nv.endsWith(v)},'*=':function(nv,v){return nv.include(v)},'~=':function(nv,v){return(' '+nv+' ').include(' '+v+' ')},'|=':function(nv,v){return('-'+(nv||"").toUpperCase()+'-').include('-'+(v||"").toUpperCase()+'-')}},split:function(expression){var expressions=[];expression.scan(/(([\w#:.~>+()\s-]+|\*|\[.*?\])+)\s*(,|$)/,function(m){expressions.push(m[1].strip())});return expressions},matchElements:function(elements,expression){var matches=$$(expression),h=Selector.handlers;h.mark(matches);for(var i=0,results=[],element;element=elements[i];i++)if(element._countedByPrototype)results.push(element);h.unmark(matches);return results},findElement:function(elements,expression,index){if(Object.isNumber(expression)){index=expression;expression=false}return Selector.matchElements(elements,expression||'*')[index||0]},findChildElements:function(element,expressions){expressions=Selector.split(expressions.join(','));var results=[],h=Selector.handlers;for(var i=0,l=expressions.length,selector;i<l;i++){selector=new Selector(expressions[i].strip());h.concat(results,selector.findElements(element))}return(l>1)?h.unique(results):results}});if(Prototype.Browser.IE){Object.extend(Selector.handlers,{concat:function(a,b){for(var i=0,node;node=b[i];i++)if(node.tagName!=="!")a.push(node);return a},unmark:function(nodes){for(var i=0,node;node=nodes[i];i++)node.removeAttribute('_countedByPrototype');return nodes}})}function $$(){return Selector.findChildElements(document,$A(arguments))}var Form={reset:function(form){$(form).reset();return form},serializeElements:function(elements,options){if(typeof options!='object')options={hash:!!options};else if(Object.isUndefined(options.hash))options.hash=true;var key,value,submitted=false,submit=options.submit;var data=elements.inject({},function(result,element){if(!element.disabled&&element.name){key=element.name;value=$(element).getValue();if(value!=null&&element.type!='file'&&(element.type!='submit'||(!submitted&&submit!==false&&(!submit||key==submit)&&(submitted=true)))){if(key in result){if(!Object.isArray(result[key]))result[key]=[result[key]];result[key].push(value)}else result[key]=value}}return result});return options.hash?data:Object.toQueryString(data)}};Form.Methods={serialize:function(form,options){return Form.serializeElements(Form.getElements(form),options)},getElements:function(form){return $A($(form).getElementsByTagName('*')).inject([],function(elements,child){if(Form.Element.Serializers[child.tagName.toLowerCase()])elements.push(Element.extend(child));return elements})},getInputs:function(form,typeName,name){form=$(form);var inputs=form.getElementsByTagName('input');if(!typeName&&!name)return $A(inputs).map(Element.extend);for(var i=0,matchingInputs=[],length=inputs.length;i<length;i++){var input=inputs[i];if((typeName&&input.type!=typeName)||(name&&input.name!=name))continue;matchingInputs.push(Element.extend(input))}return matchingInputs},disable:function(form){form=$(form);Form.getElements(form).invoke('disable');return form},enable:function(form){form=$(form);Form.getElements(form).invoke('enable');return form},findFirstElement:function(form){var elements=$(form).getElements().findAll(function(element){return'hidden'!=element.type&&!element.disabled});var firstByIndex=elements.findAll(function(element){return element.hasAttribute('tabIndex')&&element.tabIndex>=0}).sortBy(function(element){return element.tabIndex}).first();return firstByIndex?firstByIndex:elements.find(function(element){return['input','select','textarea'].include(element.tagName.toLowerCase())})},focusFirstElement:function(form){form=$(form);form.findFirstElement().activate();return form},request:function(form,options){form=$(form),options=Object.clone(options||{});var params=options.parameters,action=form.readAttribute('action')||'';if(action.blank())action=window.location.href;options.parameters=form.serialize(true);if(params){if(Object.isString(params))params=params.toQueryParams();Object.extend(options.parameters,params)}if(form.hasAttribute('method')&&!options.method)options.method=form.method;return new Ajax.Request(action,options)}};Form.Element={focus:function(element){$(element).focus();return element},select:function(element){$(element).select();return element}};Form.Element.Methods={serialize:function(element){element=$(element);if(!element.disabled&&element.name){var value=element.getValue();if(value!=undefined){var pair={};pair[element.name]=value;return Object.toQueryString(pair)}}return''},getValue:function(element){element=$(element);var method=element.tagName.toLowerCase();return Form.Element.Serializers[method](element)},setValue:function(element,value){element=$(element);var method=element.tagName.toLowerCase();Form.Element.Serializers[method](element,value);return element},clear:function(element){$(element).value='';return element},present:function(element){return $(element).value!=''},activate:function(element){element=$(element);try{element.focus();if(element.select&&(element.tagName.toLowerCase()!='input'||!['button','reset','submit'].include(element.type)))element.select()}catch(e){}return element},disable:function(element){element=$(element);element.disabled=true;return element},enable:function(element){element=$(element);element.disabled=false;return element}};var Field=Form.Element;var $F=Form.Element.Methods.getValue;Form.Element.Serializers={input:function(element,value){switch(element.type.toLowerCase()){case'checkbox':case'radio':return Form.Element.Serializers.inputSelector(element,value);default:return Form.Element.Serializers.textarea(element,value)}},inputSelector:function(element,value){if(Object.isUndefined(value))return element.checked?element.value:null;else element.checked=!!value},textarea:function(element,value){if(Object.isUndefined(value))return element.value;else element.value=value},select:function(element,value){if(Object.isUndefined(value))return this[element.type=='select-one'?'selectOne':'selectMany'](element);else{var opt,currentValue,single=!Object.isArray(value);for(var i=0,length=element.length;i<length;i++){opt=element.options[i];currentValue=this.optionValue(opt);if(single){if(currentValue==value){opt.selected=true;return}}else opt.selected=value.include(currentValue)}}},selectOne:function(element){var index=element.selectedIndex;return index>=0?this.optionValue(element.options[index]):null},selectMany:function(element){var values,length=element.length;if(!length)return null;for(var i=0,values=[];i<length;i++){var opt=element.options[i];if(opt.selected)values.push(this.optionValue(opt))}return values},optionValue:function(opt){return Element.extend(opt).hasAttribute('value')?opt.value:opt.text}};Abstract.TimedObserver=Class.create(PeriodicalExecuter,{initialize:function($super,element,frequency,callback){$super(callback,frequency);this.element=$(element);this.lastValue=this.getValue()},execute:function(){var value=this.getValue();if(Object.isString(this.lastValue)&&Object.isString(value)?this.lastValue!=value:String(this.lastValue)!=String(value)){this.callback(this.element,value);this.lastValue=value}}});Form.Element.Observer=Class.create(Abstract.TimedObserver,{getValue:function(){return Form.Element.getValue(this.element)}});Form.Observer=Class.create(Abstract.TimedObserver,{getValue:function(){return Form.serialize(this.element)}});Abstract.EventObserver=Class.create({initialize:function(element,callback){this.element=$(element);this.callback=callback;this.lastValue=this.getValue();if(this.element.tagName.toLowerCase()=='form')this.registerFormCallbacks();else this.registerCallback(this.element)},onElementEvent:function(){var value=this.getValue();if(this.lastValue!=value){this.callback(this.element,value);this.lastValue=value}},registerFormCallbacks:function(){Form.getElements(this.element).each(this.registerCallback,this)},registerCallback:function(element){if(element.type){switch(element.type.toLowerCase()){case'checkbox':case'radio':Event.observe(element,'click',this.onElementEvent.bind(this));break;default:Event.observe(element,'change',this.onElementEvent.bind(this));break}}}});Form.Element.EventObserver=Class.create(Abstract.EventObserver,{getValue:function(){return Form.Element.getValue(this.element)}});Form.EventObserver=Class.create(Abstract.EventObserver,{getValue:function(){return Form.serialize(this.element)}});if(!window.Event)var Event={};Object.extend(Event,{KEY_BACKSPACE:8,KEY_TAB:9,KEY_RETURN:13,KEY_ESC:27,KEY_LEFT:37,KEY_UP:38,KEY_RIGHT:39,KEY_DOWN:40,KEY_DELETE:46,KEY_HOME:36,KEY_END:35,KEY_PAGEUP:33,KEY_PAGEDOWN:34,KEY_INSERT:45,cache:{},relatedTarget:function(event){var element;switch(event.type){case'mouseover':element=event.fromElement;break;case'mouseout':element=event.toElement;break;default:return null}return Element.extend(element)}});Event.Methods=(function(){var isButton;if(Prototype.Browser.IE){var buttonMap={0:1,1:4,2:2};isButton=function(event,code){return event.button==buttonMap[code]}}else if(Prototype.Browser.WebKit){isButton=function(event,code){switch(code){case 0:return event.which==1&&!event.metaKey;case 1:return event.which==1&&event.metaKey;default:return false}}}else{isButton=function(event,code){return event.which?(event.which===code+1):(event.button===code)}}return{isLeftClick:function(event){return isButton(event,0)},isMiddleClick:function(event){return isButton(event,1)},isRightClick:function(event){return isButton(event,2)},element:function(event){event=Event.extend(event);var node=event.target,type=event.type,currentTarget=event.currentTarget;if(currentTarget&&currentTarget.tagName){if(type==='load'||type==='error'||(type==='click'&&currentTarget.tagName.toLowerCase()==='input'&&currentTarget.type==='radio'))node=currentTarget}if(node.nodeType==Node.TEXT_NODE)node=node.parentNode;return Element.extend(node)},findElement:function(event,expression){var element=Event.element(event);if(!expression)return element;var elements=[element].concat(element.ancestors());return Selector.findElement(elements,expression,0)},pointer:function(event){var docElement=document.documentElement,body=document.body||{scrollLeft:0,scrollTop:0};return{x:event.pageX||(event.clientX+(docElement.scrollLeft||body.scrollLeft)-(docElement.clientLeft||0)),y:event.pageY||(event.clientY+(docElement.scrollTop||body.scrollTop)-(docElement.clientTop||0))}},pointerX:function(event){return Event.pointer(event).x},pointerY:function(event){return Event.pointer(event).y},stop:function(event){Event.extend(event);event.preventDefault();event.stopPropagation();event.stopped=true}}})();Event.extend=(function(){var methods=Object.keys(Event.Methods).inject({},function(m,name){m[name]=Event.Methods[name].methodize();return m});if(Prototype.Browser.IE){Object.extend(methods,{stopPropagation:function(){this.cancelBubble=true},preventDefault:function(){this.returnValue=false},inspect:function(){return"[object Event]"}});return function(event){if(!event)return false;if(event._extendedByPrototype)return event;event._extendedByPrototype=Prototype.emptyFunction;var pointer=Event.pointer(event);Object.extend(event,{target:event.srcElement,relatedTarget:Event.relatedTarget(event),pageX:pointer.x,pageY:pointer.y});return Object.extend(event,methods)}}else{Event.prototype=Event.prototype||document.createEvent("HTMLEvents")['__proto__'];Object.extend(Event.prototype,methods);return Prototype.K}})();Object.extend(Event,(function(){var cache=Event.cache;function getEventID(element){if(element._prototypeEventID)return element._prototypeEventID[0];arguments.callee.id=arguments.callee.id||1;return element._prototypeEventID=[++arguments.callee.id]}function getDOMEventName(eventName){if(eventName&&eventName.include(':'))return"dataavailable";return eventName}function getCacheForID(id){return cache[id]=cache[id]||{}}function getWrappersForEventName(id,eventName){var c=getCacheForID(id);return c[eventName]=c[eventName]||[]}function createWrapper(element,eventName,handler){var id=getEventID(element);var c=getWrappersForEventName(id,eventName);if(c.pluck("handler").include(handler))return false;var wrapper=function(event){if(!Event||!Event.extend||(event.eventName&&event.eventName!=eventName))return false;Event.extend(event);handler.call(element,event)};wrapper.handler=handler;c.push(wrapper);return wrapper}function findWrapper(id,eventName,handler){var c=getWrappersForEventName(id,eventName);return c.find(function(wrapper){return wrapper.handler==handler})}function destroyWrapper(id,eventName,handler){var c=getCacheForID(id);if(!c[eventName])return false;c[eventName]=c[eventName].without(findWrapper(id,eventName,handler))}function destroyCache(){for(var id in cache)for(var eventName in cache[id])cache[id][eventName]=null}if(window.attachEvent){window.attachEvent("onunload",destroyCache)}if(Prototype.Browser.WebKit){window.addEventListener('unload',Prototype.emptyFunction,false)}return{observe:function(element,eventName,handler){element=$(element);var name=getDOMEventName(eventName);var wrapper=createWrapper(element,eventName,handler);if(!wrapper)return element;if(element.addEventListener){element.addEventListener(name,wrapper,false)}else{element.attachEvent("on"+name,wrapper)}return element},stopObserving:function(element,eventName,handler){element=$(element);var id=getEventID(element),name=getDOMEventName(eventName);if(!handler&&eventName){getWrappersForEventName(id,eventName).each(function(wrapper){element.stopObserving(eventName,wrapper.handler)});return element}else if(!eventName){Object.keys(getCacheForID(id)).each(function(eventName){element.stopObserving(eventName)});return element}var wrapper=findWrapper(id,eventName,handler);if(!wrapper)return element;if(element.removeEventListener){element.removeEventListener(name,wrapper,false)}else{element.detachEvent("on"+name,wrapper)}destroyWrapper(id,eventName,handler);return element},fire:function(element,eventName,memo){element=$(element);if(element==document&&document.createEvent&&!element.dispatchEvent)element=document.documentElement;var event;if(document.createEvent){event=document.createEvent("HTMLEvents");event.initEvent("dataavailable",true,true)}else{event=document.createEventObject();event.eventType="ondataavailable"}event.eventName=eventName;event.memo=memo||{};if(document.createEvent){element.dispatchEvent(event)}else{element.fireEvent(event.eventType,event)}return Event.extend(event)}}})());Object.extend(Event,Event.Methods);Element.addMethods({fire:Event.fire,observe:Event.observe,stopObserving:Event.stopObserving});Object.extend(document,{fire:Element.Methods.fire.methodize(),observe:Element.Methods.observe.methodize(),stopObserving:Element.Methods.stopObserving.methodize(),loaded:false});(function(){var timer;function fireContentLoadedEvent(){if(document.loaded)return;if(timer)window.clearInterval(timer);document.fire("dom:loaded");document.loaded=true}if(document.addEventListener){if(Prototype.Browser.WebKit){timer=window.setInterval(function(){if(/loaded|complete/.test(document.readyState))fireContentLoadedEvent()},0);Event.observe(window,"load",fireContentLoadedEvent)}else{document.addEventListener("DOMContentLoaded",fireContentLoadedEvent,false)}}else{document.write("<script id=__onDOMContentLoaded defer src=//:><\/script>");$("__onDOMContentLoaded").onreadystatechange=function(){if(this.readyState=="complete"){this.onreadystatechange=null;fireContentLoadedEvent()}}}})();Hash.toQueryString=Object.toQueryString;var Toggle={display:Element.toggle};Element.Methods.childOf=Element.Methods.descendantOf;var Insertion={Before:function(element,content){return Element.insert(element,{before:content})},Top:function(element,content){return Element.insert(element,{top:content})},Bottom:function(element,content){return Element.insert(element,{bottom:content})},After:function(element,content){return Element.insert(element,{after:content})}};var $continue=new Error('"throw $continue" is deprecated, use "return" instead');var Position={includeScrollOffsets:false,prepare:function(){this.deltaX=window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft||0;this.deltaY=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0},within:function(element,x,y){if(this.includeScrollOffsets)return this.withinIncludingScrolloffsets(element,x,y);this.xcomp=x;this.ycomp=y;this.offset=Element.cumulativeOffset(element);return(y>=this.offset[1]&&y<this.offset[1]+element.offsetHeight&&x>=this.offset[0]&&x<this.offset[0]+element.offsetWidth)},withinIncludingScrolloffsets:function(element,x,y){var offsetcache=Element.cumulativeScrollOffset(element);this.xcomp=x+offsetcache[0]-this.deltaX;this.ycomp=y+offsetcache[1]-this.deltaY;this.offset=Element.cumulativeOffset(element);return(this.ycomp>=this.offset[1]&&this.ycomp<this.offset[1]+element.offsetHeight&&this.xcomp>=this.offset[0]&&this.xcomp<this.offset[0]+element.offsetWidth)},overlap:function(mode,element){if(!mode)return 0;if(mode=='vertical')return((this.offset[1]+element.offsetHeight)-this.ycomp)/element.offsetHeight;if(mode=='horizontal')return((this.offset[0]+element.offsetWidth)-this.xcomp)/element.offsetWidth},cumulativeOffset:Element.Methods.cumulativeOffset,positionedOffset:Element.Methods.positionedOffset,absolutize:function(element){Position.prepare();return Element.absolutize(element)},relativize:function(element){Position.prepare();return Element.relativize(element)},realOffset:Element.Methods.cumulativeScrollOffset,offsetParent:Element.Methods.getOffsetParent,page:Element.Methods.viewportOffset,clone:function(source,target,options){options=options||{};return Element.clonePosition(target,source,options)}};if(!document.getElementsByClassName)document.getElementsByClassName=function(instanceMethods){function iter(name){return name.blank()?null:"[contains(concat(' ', @class, ' '), ' "+name+" ')]"}instanceMethods.getElementsByClassName=Prototype.BrowserFeatures.XPath?function(element,className){className=className.toString().strip();var cond=/\s/.test(className)?$w(className).map(iter).join(''):iter(className);return cond?document._getElementsByXPath('.//*'+cond,element):[]}:function(element,className){className=className.toString().strip();var elements=[],classNames=(/\s/.test(className)?$w(className):null);if(!classNames&&!className)return elements;var nodes=$(element).getElementsByTagName('*');className=' '+className+' ';for(var i=0,child,cn;child=nodes[i];i++){if(child.className&&(cn=' '+child.className+' ')&&(cn.include(className)||(classNames&&classNames.all(function(name){return!name.toString().blank()&&cn.include(' '+name+' ')}))))elements.push(Element.extend(child))}return elements};return function(className,parentElement){return $(parentElement||document.body).getElementsByClassName(className)}}(Element.Methods);Element.ClassNames=Class.create();Element.ClassNames.prototype={initialize:function(element){this.element=$(element)},_each:function(iterator){this.element.className.split(/\s+/).select(function(name){return name.length>0})._each(iterator)},set:function(className){this.element.className=className},add:function(classNameToAdd){if(this.include(classNameToAdd))return;this.set($A(this).concat(classNameToAdd).join(' '))},remove:function(classNameToRemove){if(!this.include(classNameToRemove))return;this.set($A(this).without(classNameToRemove).join(' '))},toString:function(){return $A(this).join(' ')}};Object.extend(Element.ClassNames.prototype,Enumerable);Element.addMethods();
String.prototype.parseColor=function(){var color='#';if(this.slice(0,4)=='rgb('){var cols=this.slice(4,this.length-1).split(',');var i=0;do{color+=parseInt(cols[i]).toColorPart()}while(++i<3)}else{if(this.slice(0,1)=='#'){if(this.length==4)for(var i=1;i<4;i++)color+=(this.charAt(i)+this.charAt(i)).toLowerCase();if(this.length==7)color=this.toLowerCase()}}return(color.length==7?color:(arguments[0]||this))};Element.collectTextNodes=function(element){return $A($(element).childNodes).collect(function(node){return(node.nodeType==3?node.nodeValue:(node.hasChildNodes()?Element.collectTextNodes(node):''))}).flatten().join('')};Element.collectTextNodesIgnoreClass=function(element,className){return $A($(element).childNodes).collect(function(node){return(node.nodeType==3?node.nodeValue:((node.hasChildNodes()&&!Element.hasClassName(node,className))?Element.collectTextNodesIgnoreClass(node,className):''))}).flatten().join('')};Element.setContentZoom=function(element,percent){element=$(element);element.setStyle({fontSize:(percent/100)+'em'});if(Prototype.Browser.WebKit)window.scrollBy(0,0);return element};Element.getInlineOpacity=function(element){return $(element).style.opacity||''};Element.forceRerendering=function(element){try{element=$(element);var n=document.createTextNode(' ');element.appendChild(n);element.removeChild(n)}catch(e){}};var Effect={_elementDoesNotExistError:{name:'ElementDoesNotExistError',message:'The specified DOM element does not exist, but is required for this effect to operate'},Transitions:{linear:Prototype.K,sinoidal:function(pos){return(-Math.cos(pos*Math.PI)/2)+.5},reverse:function(pos){return 1-pos},flicker:function(pos){var pos=((-Math.cos(pos*Math.PI)/4)+.75)+Math.random()/4;return pos>1?1:pos},wobble:function(pos){return(-Math.cos(pos*Math.PI*(9*pos))/2)+.5},pulse:function(pos,pulses){return(-Math.cos((pos*((pulses||5)-.5)*2)*Math.PI)/2)+.5},spring:function(pos){return 1-(Math.cos(pos*4.5*Math.PI)*Math.exp(-pos*6))},none:function(pos){return 0},full:function(pos){return 1}},DefaultOptions:{duration:1.0,fps:100,sync:false,from:0.0,to:1.0,delay:0.0,queue:'parallel'},tagifyText:function(element){var tagifyStyle='position:relative';if(Prototype.Browser.IE)tagifyStyle+=';zoom:1';element=$(element);$A(element.childNodes).each(function(child){if(child.nodeType==3){child.nodeValue.toArray().each(function(character){element.insertBefore(new Element('span',{style:tagifyStyle}).update(character==' '?String.fromCharCode(160):character),child)});Element.remove(child)}})},multiple:function(element,effect){var elements;if(((typeof element=='object')||Object.isFunction(element))&&(element.length))elements=element;else elements=$(element).childNodes;var options=Object.extend({speed:0.1,delay:0.0},arguments[2]||{});var masterDelay=options.delay;$A(elements).each(function(element,index){new effect(element,Object.extend(options,{delay:index*options.speed+masterDelay}))})},PAIRS:{'slide':['SlideDown','SlideUp'],'blind':['BlindDown','BlindUp'],'appear':['Appear','Fade']},toggle:function(element,effect){element=$(element);effect=(effect||'appear').toLowerCase();var options=Object.extend({queue:{position:'end',scope:(element.id||'global'),limit:1}},arguments[2]||{});Effect[element.visible()?Effect.PAIRS[effect][1]:Effect.PAIRS[effect][0]](element,options)}};Effect.DefaultOptions.transition=Effect.Transitions.sinoidal;Effect.ScopedQueue=Class.create(Enumerable,{initialize:function(){this.effects=[];this.interval=null},_each:function(iterator){this.effects._each(iterator)},add:function(effect){var timestamp=new Date().getTime();var position=Object.isString(effect.options.queue)?effect.options.queue:effect.options.queue.position;switch(position){case'front':this.effects.findAll(function(e){return e.state=='idle'}).each(function(e){e.startOn+=effect.finishOn;e.finishOn+=effect.finishOn});break;case'with-last':timestamp=this.effects.pluck('startOn').max()||timestamp;break;case'end':timestamp=this.effects.pluck('finishOn').max()||timestamp;break}effect.startOn+=timestamp;effect.finishOn+=timestamp;if(!effect.options.queue.limit||(this.effects.length<effect.options.queue.limit))this.effects.push(effect);if(!this.interval)this.interval=setInterval(this.loop.bind(this),15)},remove:function(effect){this.effects=this.effects.reject(function(e){return e==effect});if(this.effects.length==0){clearInterval(this.interval);this.interval=null}},loop:function(){var timePos=new Date().getTime();for(var i=0,len=this.effects.length;i<len;i++)this.effects[i]&&this.effects[i].loop(timePos)}});Effect.Queues={instances:$H(),get:function(queueName){if(!Object.isString(queueName))return queueName;return this.instances.get(queueName)||this.instances.set(queueName,new Effect.ScopedQueue())}};Effect.Queue=Effect.Queues.get('global');Effect.Base=Class.create({position:null,start:function(options){function codeForEvent(options,eventName){return((options[eventName+'Internal']?'this.options.'+eventName+'Internal(this);':'')+(options[eventName]?'this.options.'+eventName+'(this);':''))}if(options&&options.transition===false)options.transition=Effect.Transitions.linear;this.options=Object.extend(Object.extend({},Effect.DefaultOptions),options||{});this.currentFrame=0;this.state='idle';this.startOn=this.options.delay*1000;this.finishOn=this.startOn+(this.options.duration*1000);this.fromToDelta=this.options.to-this.options.from;this.totalTime=this.finishOn-this.startOn;this.totalFrames=this.options.fps*this.options.duration;this.render=(function(){function dispatch(effect,eventName){if(effect.options[eventName+'Internal'])effect.options[eventName+'Internal'](effect);if(effect.options[eventName])effect.options[eventName](effect)}return function(pos){if(this.state==="idle"){this.state="running";dispatch(this,'beforeSetup');if(this.setup)this.setup();dispatch(this,'afterSetup')}if(this.state==="running"){pos=(this.options.transition(pos)*this.fromToDelta)+this.options.from;this.position=pos;dispatch(this,'beforeUpdate');if(this.update)this.update(pos);dispatch(this,'afterUpdate')}}})();this.event('beforeStart');if(!this.options.sync)Effect.Queues.get(Object.isString(this.options.queue)?'global':this.options.queue.scope).add(this)},loop:function(timePos){if(timePos>=this.startOn){if(timePos>=this.finishOn){this.render(1.0);this.cancel();this.event('beforeFinish');if(this.finish)this.finish();this.event('afterFinish');return}var pos=(timePos-this.startOn)/this.totalTime,frame=(pos*this.totalFrames).round();if(frame>this.currentFrame){this.render(pos);this.currentFrame=frame}}},cancel:function(){if(!this.options.sync)Effect.Queues.get(Object.isString(this.options.queue)?'global':this.options.queue.scope).remove(this);this.state='finished'},event:function(eventName){if(this.options[eventName+'Internal'])this.options[eventName+'Internal'](this);if(this.options[eventName])this.options[eventName](this)},inspect:function(){var data=$H();for(property in this)if(!Object.isFunction(this[property]))data.set(property,this[property]);return'#<Effect:'+data.inspect()+',options:'+$H(this.options).inspect()+'>'}});Effect.Parallel=Class.create(Effect.Base,{initialize:function(effects){this.effects=effects||[];this.start(arguments[1])},update:function(position){this.effects.invoke('render',position)},finish:function(position){this.effects.each(function(effect){effect.render(1.0);effect.cancel();effect.event('beforeFinish');if(effect.finish)effect.finish(position);effect.event('afterFinish')})}});Effect.Tween=Class.create(Effect.Base,{initialize:function(object,from,to){object=Object.isString(object)?$(object):object;var args=$A(arguments),method=args.last(),options=args.length==5?args[3]:null;this.method=Object.isFunction(method)?method.bind(object):Object.isFunction(object[method])?object[method].bind(object):function(value){object[method]=value};this.start(Object.extend({from:from,to:to},options||{}))},update:function(position){this.method(position)}});Effect.Event=Class.create(Effect.Base,{initialize:function(){this.start(Object.extend({duration:0},arguments[0]||{}))},update:Prototype.emptyFunction});Effect.Opacity=Class.create(Effect.Base,{initialize:function(element){this.element=$(element);if(!this.element)throw(Effect._elementDoesNotExistError);if(Prototype.Browser.IE&&(!this.element.currentStyle.hasLayout))this.element.setStyle({zoom:1});var options=Object.extend({from:this.element.getOpacity()||0.0,to:1.0},arguments[1]||{});this.start(options)},update:function(position){this.element.setOpacity(position)}});Effect.Move=Class.create(Effect.Base,{initialize:function(element){this.element=$(element);if(!this.element)throw(Effect._elementDoesNotExistError);var options=Object.extend({x:0,y:0,mode:'relative'},arguments[1]||{});this.start(options)},setup:function(){this.element.makePositioned();this.originalLeft=parseFloat(this.element.getStyle('left')||'0');this.originalTop=parseFloat(this.element.getStyle('top')||'0');if(this.options.mode=='absolute'){this.options.x=this.options.x-this.originalLeft;this.options.y=this.options.y-this.originalTop}},update:function(position){this.element.setStyle({left:(this.options.x*position+this.originalLeft).round()+'px',top:(this.options.y*position+this.originalTop).round()+'px'})}});Effect.MoveBy=function(element,toTop,toLeft){return new Effect.Move(element,Object.extend({x:toLeft,y:toTop},arguments[3]||{}))};Effect.Scale=Class.create(Effect.Base,{initialize:function(element,percent){this.element=$(element);if(!this.element)throw(Effect._elementDoesNotExistError);var options=Object.extend({scaleX:true,scaleY:true,scaleContent:true,scaleFromCenter:false,scaleMode:'box',scaleFrom:100.0,scaleTo:percent},arguments[2]||{});this.start(options)},setup:function(){this.restoreAfterFinish=this.options.restoreAfterFinish||false;this.elementPositioning=this.element.getStyle('position');this.originalStyle={};['top','left','width','height','fontSize'].each(function(k){this.originalStyle[k]=this.element.style[k]}.bind(this));this.originalTop=this.element.offsetTop;this.originalLeft=this.element.offsetLeft;var fontSize=this.element.getStyle('font-size')||'100%';['em','px','%','pt'].each(function(fontSizeType){if(fontSize.indexOf(fontSizeType)>0){this.fontSize=parseFloat(fontSize);this.fontSizeType=fontSizeType}}.bind(this));this.factor=(this.options.scaleTo-this.options.scaleFrom)/100;this.dims=null;if(this.options.scaleMode=='box')this.dims=[this.element.offsetHeight,this.element.offsetWidth];if(/^content/.test(this.options.scaleMode))this.dims=[this.element.scrollHeight,this.element.scrollWidth];if(!this.dims)this.dims=[this.options.scaleMode.originalHeight,this.options.scaleMode.originalWidth]},update:function(position){var currentScale=(this.options.scaleFrom/100.0)+(this.factor*position);if(this.options.scaleContent&&this.fontSize)this.element.setStyle({fontSize:this.fontSize*currentScale+this.fontSizeType});this.setDimensions(this.dims[0]*currentScale,this.dims[1]*currentScale)},finish:function(position){if(this.restoreAfterFinish)this.element.setStyle(this.originalStyle)},setDimensions:function(height,width){var d={};if(this.options.scaleX)d.width=width.round()+'px';if(this.options.scaleY)d.height=height.round()+'px';if(this.options.scaleFromCenter){var topd=(height-this.dims[0])/2;var leftd=(width-this.dims[1])/2;if(this.elementPositioning=='absolute'){if(this.options.scaleY)d.top=this.originalTop-topd+'px';if(this.options.scaleX)d.left=this.originalLeft-leftd+'px'}else{if(this.options.scaleY)d.top=-topd+'px';if(this.options.scaleX)d.left=-leftd+'px'}}this.element.setStyle(d)}});Effect.Highlight=Class.create(Effect.Base,{initialize:function(element){this.element=$(element);if(!this.element)throw(Effect._elementDoesNotExistError);var options=Object.extend({startcolor:'#ffff99'},arguments[1]||{});this.start(options)},setup:function(){if(this.element.getStyle('display')=='none'){this.cancel();return}this.oldStyle={};if(!this.options.keepBackgroundImage){this.oldStyle.backgroundImage=this.element.getStyle('background-image');this.element.setStyle({backgroundImage:'none'})}if(!this.options.endcolor)this.options.endcolor=this.element.getStyle('background-color').parseColor('#ffffff');if(!this.options.restorecolor)this.options.restorecolor=this.element.getStyle('background-color');this._base=$R(0,2).map(function(i){return parseInt(this.options.startcolor.slice(i*2+1,i*2+3),16)}.bind(this));this._delta=$R(0,2).map(function(i){return parseInt(this.options.endcolor.slice(i*2+1,i*2+3),16)-this._base[i]}.bind(this))},update:function(position){this.element.setStyle({backgroundColor:$R(0,2).inject('#',function(m,v,i){return m+((this._base[i]+(this._delta[i]*position)).round().toColorPart())}.bind(this))})},finish:function(){this.element.setStyle(Object.extend(this.oldStyle,{backgroundColor:this.options.restorecolor}))}});Effect.ScrollTo=function(element){var options=arguments[1]||{},scrollOffsets=document.viewport.getScrollOffsets(),elementOffsets=$(element).cumulativeOffset();if(options.offset)elementOffsets[1]+=options.offset;return new Effect.Tween(null,scrollOffsets.top,elementOffsets[1],options,function(p){scrollTo(scrollOffsets.left,p.round())})};Effect.Fade=function(element){element=$(element);var oldOpacity=element.getInlineOpacity();var options=Object.extend({from:element.getOpacity()||1.0,to:0.0,afterFinishInternal:function(effect){if(effect.options.to!=0)return;effect.element.hide().setStyle({opacity:oldOpacity})}},arguments[1]||{});return new Effect.Opacity(element,options)};Effect.Appear=function(element){element=$(element);var options=Object.extend({from:(element.getStyle('display')=='none'?0.0:element.getOpacity()||0.0),to:1.0,afterFinishInternal:function(effect){effect.element.forceRerendering()},beforeSetup:function(effect){effect.element.setOpacity(effect.options.from).show()}},arguments[1]||{});return new Effect.Opacity(element,options)};Effect.Puff=function(element){element=$(element);var oldStyle={opacity:element.getInlineOpacity(),position:element.getStyle('position'),top:element.style.top,left:element.style.left,width:element.style.width,height:element.style.height};return new Effect.Parallel([new Effect.Scale(element,200,{sync:true,scaleFromCenter:true,scaleContent:true,restoreAfterFinish:true}),new Effect.Opacity(element,{sync:true,to:0.0})],Object.extend({duration:1.0,beforeSetupInternal:function(effect){Position.absolutize(effect.effects[0].element)},afterFinishInternal:function(effect){effect.effects[0].element.hide().setStyle(oldStyle)}},arguments[1]||{}))};Effect.BlindUp=function(element){element=$(element);element.makeClipping();return new Effect.Scale(element,0,Object.extend({scaleContent:false,scaleX:false,restoreAfterFinish:true,afterFinishInternal:function(effect){effect.element.hide().undoClipping()}},arguments[1]||{}))};Effect.BlindDown=function(element){element=$(element);var elementDimensions=element.getDimensions();return new Effect.Scale(element,100,Object.extend({scaleContent:false,scaleX:false,scaleFrom:0,scaleMode:{originalHeight:elementDimensions.height,originalWidth:elementDimensions.width},restoreAfterFinish:true,afterSetup:function(effect){effect.element.makeClipping().setStyle({height:'0px'}).show()},afterFinishInternal:function(effect){effect.element.undoClipping()}},arguments[1]||{}))};Effect.SwitchOff=function(element){element=$(element);var oldOpacity=element.getInlineOpacity();return new Effect.Appear(element,Object.extend({duration:0.4,from:0,transition:Effect.Transitions.flicker,afterFinishInternal:function(effect){new Effect.Scale(effect.element,1,{duration:0.3,scaleFromCenter:true,scaleX:false,scaleContent:false,restoreAfterFinish:true,beforeSetup:function(effect){effect.element.makePositioned().makeClipping()},afterFinishInternal:function(effect){effect.element.hide().undoClipping().undoPositioned().setStyle({opacity:oldOpacity})}})}},arguments[1]||{}))};Effect.DropOut=function(element){element=$(element);var oldStyle={top:element.getStyle('top'),left:element.getStyle('left'),opacity:element.getInlineOpacity()};return new Effect.Parallel([new Effect.Move(element,{x:0,y:100,sync:true}),new Effect.Opacity(element,{sync:true,to:0.0})],Object.extend({duration:0.5,beforeSetup:function(effect){effect.effects[0].element.makePositioned()},afterFinishInternal:function(effect){effect.effects[0].element.hide().undoPositioned().setStyle(oldStyle)}},arguments[1]||{}))};Effect.Shake=function(element){element=$(element);var options=Object.extend({distance:20,duration:0.5},arguments[1]||{});var distance=parseFloat(options.distance);var split=parseFloat(options.duration)/10.0;var oldStyle={top:element.getStyle('top'),left:element.getStyle('left')};return new Effect.Move(element,{x:distance,y:0,duration:split,afterFinishInternal:function(effect){new Effect.Move(effect.element,{x:-distance*2,y:0,duration:split*2,afterFinishInternal:function(effect){new Effect.Move(effect.element,{x:distance*2,y:0,duration:split*2,afterFinishInternal:function(effect){new Effect.Move(effect.element,{x:-distance*2,y:0,duration:split*2,afterFinishInternal:function(effect){new Effect.Move(effect.element,{x:distance*2,y:0,duration:split*2,afterFinishInternal:function(effect){new Effect.Move(effect.element,{x:-distance,y:0,duration:split,afterFinishInternal:function(effect){effect.element.undoPositioned().setStyle(oldStyle)}})}})}})}})}})}})};Effect.SlideDown=function(element){element=$(element).cleanWhitespace();var oldInnerBottom=element.down().getStyle('bottom');var elementDimensions=element.getDimensions();return new Effect.Scale(element,100,Object.extend({scaleContent:false,scaleX:false,scaleFrom:window.opera?0:1,scaleMode:{originalHeight:elementDimensions.height,originalWidth:elementDimensions.width},restoreAfterFinish:true,afterSetup:function(effect){effect.element.makePositioned();effect.element.down().makePositioned();if(window.opera)effect.element.setStyle({top:''});effect.element.makeClipping().setStyle({height:'0px'}).show()},afterUpdateInternal:function(effect){effect.element.down().setStyle({bottom:(effect.dims[0]-effect.element.clientHeight)+'px'})},afterFinishInternal:function(effect){effect.element.undoClipping().undoPositioned();effect.element.down().undoPositioned().setStyle({bottom:oldInnerBottom})}},arguments[1]||{}))};Effect.SlideUp=function(element){element=$(element).cleanWhitespace();var oldInnerBottom=element.down().getStyle('bottom');var elementDimensions=element.getDimensions();return new Effect.Scale(element,window.opera?0:1,Object.extend({scaleContent:false,scaleX:false,scaleMode:'box',scaleFrom:100,scaleMode:{originalHeight:elementDimensions.height,originalWidth:elementDimensions.width},restoreAfterFinish:true,afterSetup:function(effect){effect.element.makePositioned();effect.element.down().makePositioned();if(window.opera)effect.element.setStyle({top:''});effect.element.makeClipping().show()},afterUpdateInternal:function(effect){effect.element.down().setStyle({bottom:(effect.dims[0]-effect.element.clientHeight)+'px'})},afterFinishInternal:function(effect){effect.element.hide().undoClipping().undoPositioned();effect.element.down().undoPositioned().setStyle({bottom:oldInnerBottom})}},arguments[1]||{}))};Effect.Squish=function(element){return new Effect.Scale(element,window.opera?1:0,{restoreAfterFinish:true,beforeSetup:function(effect){effect.element.makeClipping()},afterFinishInternal:function(effect){effect.element.hide().undoClipping()}})};Effect.Grow=function(element){element=$(element);var options=Object.extend({direction:'center',moveTransition:Effect.Transitions.sinoidal,scaleTransition:Effect.Transitions.sinoidal,opacityTransition:Effect.Transitions.full},arguments[1]||{});var oldStyle={top:element.style.top,left:element.style.left,height:element.style.height,width:element.style.width,opacity:element.getInlineOpacity()};var dims=element.getDimensions();var initialMoveX,initialMoveY;var moveX,moveY;switch(options.direction){case'top-left':initialMoveX=initialMoveY=moveX=moveY=0;break;case'top-right':initialMoveX=dims.width;initialMoveY=moveY=0;moveX=-dims.width;break;case'bottom-left':initialMoveX=moveX=0;initialMoveY=dims.height;moveY=-dims.height;break;case'bottom-right':initialMoveX=dims.width;initialMoveY=dims.height;moveX=-dims.width;moveY=-dims.height;break;case'center':initialMoveX=dims.width/2;initialMoveY=dims.height/2;moveX=-dims.width/2;moveY=-dims.height/2;break}return new Effect.Move(element,{x:initialMoveX,y:initialMoveY,duration:0.01,beforeSetup:function(effect){effect.element.hide().makeClipping().makePositioned()},afterFinishInternal:function(effect){new Effect.Parallel([new Effect.Opacity(effect.element,{sync:true,to:1.0,from:0.0,transition:options.opacityTransition}),new Effect.Move(effect.element,{x:moveX,y:moveY,sync:true,transition:options.moveTransition}),new Effect.Scale(effect.element,100,{scaleMode:{originalHeight:dims.height,originalWidth:dims.width},sync:true,scaleFrom:window.opera?1:0,transition:options.scaleTransition,restoreAfterFinish:true})],Object.extend({beforeSetup:function(effect){effect.effects[0].element.setStyle({height:'0px'}).show()},afterFinishInternal:function(effect){effect.effects[0].element.undoClipping().undoPositioned().setStyle(oldStyle)}},options))}})};Effect.Shrink=function(element){element=$(element);var options=Object.extend({direction:'center',moveTransition:Effect.Transitions.sinoidal,scaleTransition:Effect.Transitions.sinoidal,opacityTransition:Effect.Transitions.none},arguments[1]||{});var oldStyle={top:element.style.top,left:element.style.left,height:element.style.height,width:element.style.width,opacity:element.getInlineOpacity()};var dims=element.getDimensions();var moveX,moveY;switch(options.direction){case'top-left':moveX=moveY=0;break;case'top-right':moveX=dims.width;moveY=0;break;case'bottom-left':moveX=0;moveY=dims.height;break;case'bottom-right':moveX=dims.width;moveY=dims.height;break;case'center':moveX=dims.width/2;moveY=dims.height/2;break}return new Effect.Parallel([new Effect.Opacity(element,{sync:true,to:0.0,from:1.0,transition:options.opacityTransition}),new Effect.Scale(element,window.opera?1:0,{sync:true,transition:options.scaleTransition,restoreAfterFinish:true}),new Effect.Move(element,{x:moveX,y:moveY,sync:true,transition:options.moveTransition})],Object.extend({beforeStartInternal:function(effect){effect.effects[0].element.makePositioned().makeClipping()},afterFinishInternal:function(effect){effect.effects[0].element.hide().undoClipping().undoPositioned().setStyle(oldStyle)}},options))};Effect.Pulsate=function(element){element=$(element);var options=arguments[1]||{},oldOpacity=element.getInlineOpacity(),transition=options.transition||Effect.Transitions.linear,reverser=function(pos){return 1-transition((-Math.cos((pos*(options.pulses||5)*2)*Math.PI)/2)+.5)};return new Effect.Opacity(element,Object.extend(Object.extend({duration:2.0,from:0,afterFinishInternal:function(effect){effect.element.setStyle({opacity:oldOpacity})}},options),{transition:reverser}))};Effect.Fold=function(element){element=$(element);var oldStyle={top:element.style.top,left:element.style.left,width:element.style.width,height:element.style.height};element.makeClipping();return new Effect.Scale(element,5,Object.extend({scaleContent:false,scaleX:false,afterFinishInternal:function(effect){new Effect.Scale(element,1,{scaleContent:false,scaleY:false,afterFinishInternal:function(effect){effect.element.hide().undoClipping().setStyle(oldStyle)}})}},arguments[1]||{}))};Effect.Morph=Class.create(Effect.Base,{initialize:function(element){this.element=$(element);if(!this.element)throw(Effect._elementDoesNotExistError);var options=Object.extend({style:{}},arguments[1]||{});if(!Object.isString(options.style))this.style=$H(options.style);else{if(options.style.include(':'))this.style=options.style.parseStyle();else{this.element.addClassName(options.style);this.style=$H(this.element.getStyles());this.element.removeClassName(options.style);var css=this.element.getStyles();this.style=this.style.reject(function(style){return style.value==css[style.key]});options.afterFinishInternal=function(effect){effect.element.addClassName(effect.options.style);effect.transforms.each(function(transform){effect.element.style[transform.style]=''})}}}this.start(options)},setup:function(){function parseColor(color){if(!color||['rgba(0, 0, 0, 0)','transparent'].include(color))color='#ffffff';color=color.parseColor();return $R(0,2).map(function(i){return parseInt(color.slice(i*2+1,i*2+3),16)})}this.transforms=this.style.map(function(pair){var property=pair[0],value=pair[1],unit=null;if(value.parseColor('#zzzzzz')!='#zzzzzz'){value=value.parseColor();unit='color'}else if(property=='opacity'){value=parseFloat(value);if(Prototype.Browser.IE&&(!this.element.currentStyle.hasLayout))this.element.setStyle({zoom:1})}else if(Element.CSS_LENGTH.test(value)){var components=value.match(/^([\+\-]?[0-9\.]+)(.*)$/);value=parseFloat(components[1]);unit=(components.length==3)?components[2]:null}var originalValue=this.element.getStyle(property);return{style:property.camelize(),originalValue:unit=='color'?parseColor(originalValue):parseFloat(originalValue||0),targetValue:unit=='color'?parseColor(value):value,unit:unit}}.bind(this)).reject(function(transform){return((transform.originalValue==transform.targetValue)||(transform.unit!='color'&&(isNaN(transform.originalValue)||isNaN(transform.targetValue))))})},update:function(position){var style={},transform,i=this.transforms.length;while(i--)style[(transform=this.transforms[i]).style]=transform.unit=='color'?'#'+(Math.round(transform.originalValue[0]+(transform.targetValue[0]-transform.originalValue[0])*position)).toColorPart()+(Math.round(transform.originalValue[1]+(transform.targetValue[1]-transform.originalValue[1])*position)).toColorPart()+(Math.round(transform.originalValue[2]+(transform.targetValue[2]-transform.originalValue[2])*position)).toColorPart():(transform.originalValue+(transform.targetValue-transform.originalValue)*position).toFixed(3)+(transform.unit===null?'':transform.unit);this.element.setStyle(style,true)}});Effect.Transform=Class.create({initialize:function(tracks){this.tracks=[];this.options=arguments[1]||{};this.addTracks(tracks)},addTracks:function(tracks){tracks.each(function(track){track=$H(track);var data=track.values().first();this.tracks.push($H({ids:track.keys().first(),effect:Effect.Morph,options:{style:data}}))}.bind(this));return this},play:function(){return new Effect.Parallel(this.tracks.map(function(track){var ids=track.get('ids'),effect=track.get('effect'),options=track.get('options');var elements=[$(ids)||$$(ids)].flatten();return elements.map(function(e){return new effect(e,Object.extend({sync:true},options))})}).flatten(),this.options)}});Element.CSS_PROPERTIES=$w('backgroundColor backgroundPosition borderBottomColor borderBottomStyle '+'borderBottomWidth borderLeftColor borderLeftStyle borderLeftWidth '+'borderRightColor borderRightStyle borderRightWidth borderSpacing '+'borderTopColor borderTopStyle borderTopWidth bottom clip color '+'fontSize fontWeight height left letterSpacing lineHeight '+'marginBottom marginLeft marginRight marginTop markerOffset maxHeight '+'maxWidth minHeight minWidth opacity outlineColor outlineOffset '+'outlineWidth paddingBottom paddingLeft paddingRight paddingTop '+'right textIndent top width wordSpacing zIndex');Element.CSS_LENGTH=/^(([\+\-]?[0-9\.]+)(em|ex|px|in|cm|mm|pt|pc|\%))|0$/;String.__parseStyleElement=document.createElement('div');String.prototype.parseStyle=function(){var style,styleRules=$H();if(Prototype.Browser.WebKit)style=new Element('div',{style:this}).style;else{String.__parseStyleElement.innerHTML='<div style="'+this+'"></div>';style=String.__parseStyleElement.childNodes[0].style}Element.CSS_PROPERTIES.each(function(property){if(style[property])styleRules.set(property,style[property])});if(Prototype.Browser.IE&&this.include('opacity'))styleRules.set('opacity',this.match(/opacity:\s*((?:0|1)?(?:\.\d*)?)/)[1]);return styleRules};if(document.defaultView&&document.defaultView.getComputedStyle){Element.getStyles=function(element){var css=document.defaultView.getComputedStyle($(element),null);return Element.CSS_PROPERTIES.inject({},function(styles,property){styles[property]=css[property];return styles})}}else{Element.getStyles=function(element){element=$(element);var css=element.currentStyle,styles;styles=Element.CSS_PROPERTIES.inject({},function(results,property){results[property]=css[property];return results});if(!styles.opacity)styles.opacity=element.getOpacity();return styles}}Effect.Methods={morph:function(element,style){element=$(element);new Effect.Morph(element,Object.extend({style:style},arguments[2]||{}));return element},visualEffect:function(element,effect,options){element=$(element);var s=effect.dasherize().camelize(),klass=s.charAt(0).toUpperCase()+s.substring(1);new Effect[klass](element,options);return element},highlight:function(element,options){element=$(element);new Effect.Highlight(element,options);return element}};$w('fade appear grow shrink fold blindUp blindDown slideUp slideDown '+'pulsate shake puff squish switchOff dropOut').each(function(effect){Effect.Methods[effect]=function(element,options){element=$(element);Effect[effect.charAt(0).toUpperCase()+effect.substring(1)](element,options);return element}});$w('getInlineOpacity forceRerendering setContentZoom collectTextNodes collectTextNodesIgnoreClass getStyles').each(function(f){Effect.Methods[f]=Element[f]});Element.addMethods(Effect.Methods);
var fileLoadingImage="/images/lightbox/loading.gif";var fileBottomNavCloseImage="/images/lightbox/close.gif";var overlayOpacity=0.8;var animate=true;var resizeSpeed=7;var borderSize=10;var imageArray=new Array;var activeImage,resizeDuration,overlayDuration;if(animate==true){overlayDuration=0.2;if(resizeSpeed>10){resizeSpeed=10}if(resizeSpeed<1){resizeSpeed=1}resizeDuration=(11-resizeSpeed)*0.15}else{overlayDuration=0;resizeDuration=0}Object.extend(Element,{getWidth:function(element){element=$(element);return element.offsetWidth},setWidth:function(element,w){element=$(element);element.style.width=w+"px"},setHeight:function(element,h){element=$(element);element.style.height=h+"px"},setTop:function(element,t){element=$(element);element.style.top=t+"px"},setLeft:function(element,l){element=$(element);element.style.left=l+"px"},setSrc:function(element,src){element=$(element);element.src=src},setHref:function(element,href){element=$(element);element.href=href},setInnerHTML:function(element,content){element=$(element);element.innerHTML=content},getInnerHTML:function(element){element=$(element);return element.innerHTML}});Array.prototype.removeDuplicates=function(){for(i=0;i<this.length;i++){for(j=this.length-1;j>i;j--){if(this[i][0]==this[j][0]){this.splice(j,1)}}}};Array.prototype.empty=function(){for(i=0;i<=this.length;i++){this.shift()}};var Lightbox=Class.create();Lightbox.prototype={initialize:function(){this.updateImageList();var objBody=document.getElementsByTagName("body").item(0);var objOverlay=document.createElement("div");objOverlay.setAttribute('id','overlay');objOverlay.style.display='none';objOverlay.onclick=function(){myLightbox.end()};objBody.appendChild(objOverlay);var objLightbox=document.createElement("div");objLightbox.setAttribute('id','lightbox');objLightbox.style.display='none';objLightbox.onclick=function(e){if(!e)var e=window.event;var clickObj=Event.element(e).id;if(clickObj=='lightbox'){myLightbox.end()}};objBody.appendChild(objLightbox);var objOuterImageContainer=document.createElement("div");objOuterImageContainer.setAttribute('id','outerImageContainer');objLightbox.appendChild(objOuterImageContainer);if(animate){Element.setWidth('outerImageContainer',250);Element.setHeight('outerImageContainer',250)}else{Element.setWidth('outerImageContainer',1);Element.setHeight('outerImageContainer',1)}var objImageContainer=document.createElement("div");objImageContainer.setAttribute('id','imageContainer');objOuterImageContainer.appendChild(objImageContainer);var objLightboxImage=document.createElement("img");objLightboxImage.setAttribute('id','lightboxImage');objImageContainer.appendChild(objLightboxImage);var objHoverNav=document.createElement("div");objHoverNav.setAttribute('id','hoverNav');objImageContainer.appendChild(objHoverNav);var objPrevLink=document.createElement("a");objPrevLink.setAttribute('id','prevLink');objPrevLink.setAttribute('href','#');objHoverNav.appendChild(objPrevLink);var objNextLink=document.createElement("a");objNextLink.setAttribute('id','nextLink');objNextLink.setAttribute('href','#');objHoverNav.appendChild(objNextLink);var objLoading=document.createElement("div");objLoading.setAttribute('id','loading');objImageContainer.appendChild(objLoading);var objLoadingLink=document.createElement("a");objLoadingLink.setAttribute('id','loadingLink');objLoadingLink.setAttribute('href','#');objLoadingLink.onclick=function(){myLightbox.end();return false};objLoading.appendChild(objLoadingLink);var objLoadingImage=document.createElement("img");objLoadingImage.setAttribute('src',fileLoadingImage);objLoadingLink.appendChild(objLoadingImage);var objImageDataContainer=document.createElement("div");objImageDataContainer.setAttribute('id','imageDataContainer');objLightbox.appendChild(objImageDataContainer);var objImageData=document.createElement("div");objImageData.setAttribute('id','imageData');objImageDataContainer.appendChild(objImageData);var objImageDetails=document.createElement("div");objImageDetails.setAttribute('id','imageDetails');objImageData.appendChild(objImageDetails);var objCaption=document.createElement("span");objCaption.setAttribute('id','caption');objImageDetails.appendChild(objCaption);var objNumberDisplay=document.createElement("span");objNumberDisplay.setAttribute('id','numberDisplay');objImageDetails.appendChild(objNumberDisplay);var objBottomNav=document.createElement("div");objBottomNav.setAttribute('id','bottomNav');objImageData.appendChild(objBottomNav);var objBottomNavCloseLink=document.createElement("a");objBottomNavCloseLink.setAttribute('id','bottomNavClose');objBottomNavCloseLink.setAttribute('href','#');objBottomNavCloseLink.onclick=function(){myLightbox.end();return false};objBottomNav.appendChild(objBottomNavCloseLink);var objBottomNavCloseImage=document.createElement("img");objBottomNavCloseImage.setAttribute('src',fileBottomNavCloseImage);objBottomNavCloseLink.appendChild(objBottomNavCloseImage)},updateImageList:function(){if(!document.getElementsByTagName){return};var anchors=document.getElementsByTagName('a');var areas=document.getElementsByTagName('area');for(var i=0;i<anchors.length;i++){var anchor=anchors[i];var relAttribute=String(anchor.getAttribute('rel'));if(anchor.getAttribute('href')&&(relAttribute.toLowerCase().match('lightbox'))){anchor.onclick=function(){myLightbox.start(this);return false}}}for(var i=0;i<areas.length;i++){var area=areas[i];var relAttribute=String(area.getAttribute('rel'));if(area.getAttribute('href')&&(relAttribute.toLowerCase().match('lightbox'))){area.onclick=function(){myLightbox.start(this);return false}}}},start:function(imageLink){hideSelectBoxes();hideFlash();var arrayPageSize=getPageSize();Element.setWidth('overlay',arrayPageSize[0]);Element.setHeight('overlay',arrayPageSize[1]);new Effect.Appear('overlay',{duration:overlayDuration,from:0.0,to:overlayOpacity});imageArray=[];imageNum=0;if(!document.getElementsByTagName){return}var anchors=document.getElementsByTagName(imageLink.tagName);if((imageLink.getAttribute('rel')=='lightbox')){imageArray.push(new Array(imageLink.getAttribute('href'),imageLink.getAttribute('title')))}else{for(var i=0;i<anchors.length;i++){var anchor=anchors[i];if(anchor.getAttribute('href')&&(anchor.getAttribute('rel')==imageLink.getAttribute('rel'))){imageArray.push(new Array(anchor.getAttribute('href'),anchor.getAttribute('title')))}}imageArray.removeDuplicates();while(imageArray[imageNum][0]!=imageLink.getAttribute('href')){imageNum++}}var arrayPageScroll=getPageScroll();var lightboxTop=arrayPageScroll[1]+(arrayPageSize[3]/10);var lightboxLeft=arrayPageScroll[0];Element.setTop('lightbox',lightboxTop);Element.setLeft('lightbox',lightboxLeft);Element.show('lightbox');this.changeImage(imageNum)},changeImage:function(imageNum){activeImage=imageNum;if(animate){Element.show('loading')}Element.hide('lightboxImage');Element.hide('hoverNav');Element.hide('prevLink');Element.hide('nextLink');Element.hide('imageDataContainer');Element.hide('numberDisplay');imgPreloader=new Image();imgPreloader.onload=function(){Element.setSrc('lightboxImage',imageArray[activeImage][0]);myLightbox.resizeImageContainer(imgPreloader.width,imgPreloader.height);imgPreloader.onload=function(){}};imgPreloader.src=imageArray[activeImage][0]},resizeImageContainer:function(imgWidth,imgHeight){this.widthCurrent=Element.getWidth('outerImageContainer');this.heightCurrent=Element.getHeight('outerImageContainer');var widthNew=(imgWidth+(borderSize*2));var heightNew=(imgHeight+(borderSize*2));this.xScale=(widthNew/this.widthCurrent)*100;this.yScale=(heightNew/this.heightCurrent)*100;wDiff=this.widthCurrent-widthNew;hDiff=this.heightCurrent-heightNew;if(!(hDiff==0)){new Effect.Scale('outerImageContainer',this.yScale,{scaleX:false,duration:resizeDuration,queue:'front'})}if(!(wDiff==0)){new Effect.Scale('outerImageContainer',this.xScale,{scaleY:false,delay:resizeDuration,duration:resizeDuration})}if((hDiff==0)&&(wDiff==0)){if(navigator.appVersion.indexOf("MSIE")!=-1){pause(250)}else{pause(100)}}Element.setHeight('prevLink',imgHeight);Element.setHeight('nextLink',imgHeight);Element.setWidth('imageDataContainer',widthNew);this.showImage()},showImage:function(){Element.hide('loading');new Effect.Appear('lightboxImage',{duration:resizeDuration,queue:'end',afterFinish:function(){myLightbox.updateDetails()}});this.preloadNeighborImages()},updateDetails:function(){if(imageArray[activeImage][1]){Element.show('caption');if(document.getElementById(imageArray[activeImage][1])!=null){Element.setInnerHTML('caption',Element.getInnerHTML(imageArray[activeImage][1]))}else{Element.setInnerHTML('caption',imageArray[activeImage][1])}}else{Element.hide('caption')}if(imageArray.length>1){Element.show('numberDisplay');Element.setInnerHTML('numberDisplay',eval(activeImage+1)+" / "+imageArray.length)}new Effect.Parallel([new Effect.SlideDown('imageDataContainer',{sync:true,duration:resizeDuration,from:0.0,to:1.0}),new Effect.Appear('imageDataContainer',{sync:true,duration:resizeDuration})],{duration:resizeDuration,afterFinish:function(){var arrayPageSize=getPageSize();Element.setHeight('overlay',arrayPageSize[1]);myLightbox.updateNav()}})},updateNav:function(){Element.show('hoverNav');if(activeImage!=0){Element.show('prevLink');document.getElementById('prevLink').onclick=function(){myLightbox.changeImage(activeImage-1);return false}}if(activeImage!=(imageArray.length-1)){Element.show('nextLink');document.getElementById('nextLink').onclick=function(){myLightbox.changeImage(activeImage+1);return false}}this.enableKeyboardNav()},enableKeyboardNav:function(){document.onkeydown=this.keyboardAction},disableKeyboardNav:function(){document.onkeydown=''},keyboardAction:function(e){if(e==null){keycode=event.keyCode;escapeKey=27}else{keycode=e.keyCode;escapeKey=e.DOM_VK_ESCAPE}key=String.fromCharCode(keycode).toLowerCase();if((key=='x')||(key=='o')||(key=='c')||(keycode==escapeKey)){myLightbox.end()}else if((key=='p')||(keycode==37)){if(activeImage!=0){myLightbox.disableKeyboardNav();myLightbox.changeImage(activeImage-1)}}else if((key=='n')||(keycode==39)){if(activeImage!=(imageArray.length-1)){myLightbox.disableKeyboardNav();myLightbox.changeImage(activeImage+1)}}},preloadNeighborImages:function(){if((imageArray.length-1)>activeImage){preloadNextImage=new Image();preloadNextImage.src=imageArray[activeImage+1][0]}if(activeImage>0){preloadPrevImage=new Image();preloadPrevImage.src=imageArray[activeImage-1][0]}},end:function(){this.disableKeyboardNav();Element.hide('lightbox');new Effect.Fade('overlay',{duration:overlayDuration});showSelectBoxes();showFlash()}};function getPageScroll(){var xScroll,yScroll;if(self.pageYOffset){yScroll=self.pageYOffset;xScroll=self.pageXOffset}else if(document.documentElement&&document.documentElement.scrollTop){yScroll=document.documentElement.scrollTop;xScroll=document.documentElement.scrollLeft}else if(document.body){yScroll=document.body.scrollTop;xScroll=document.body.scrollLeft}arrayPageScroll=new Array(xScroll,yScroll);return arrayPageScroll}function getPageSize(){var xScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=window.innerWidth+window.scrollMaxX;yScroll=window.innerHeight+window.scrollMaxY}else if(document.body.scrollHeight>document.body.offsetHeight){xScroll=document.body.scrollWidth;yScroll=document.body.scrollHeight}else{xScroll=document.body.offsetWidth;yScroll=document.body.offsetHeight}var windowWidth,windowHeight;if(self.innerHeight){if(document.documentElement.clientWidth){windowWidth=document.documentElement.clientWidth}else{windowWidth=self.innerWidth}windowHeight=self.innerHeight}else if(document.documentElement&&document.documentElement.clientHeight){windowWidth=document.documentElement.clientWidth;windowHeight=document.documentElement.clientHeight}else if(document.body){windowWidth=document.body.clientWidth;windowHeight=document.body.clientHeight}if(yScroll<windowHeight){pageHeight=windowHeight}else{pageHeight=yScroll}if(xScroll<windowWidth){pageWidth=xScroll}else{pageWidth=windowWidth}arrayPageSize=new Array(pageWidth,pageHeight,windowWidth,windowHeight);return arrayPageSize}function getKey(e){if(e==null){keycode=event.keyCode}else{keycode=e.which}key=String.fromCharCode(keycode).toLowerCase();if(key=='x'){}}function listenKey(){document.onkeypress=getKey}function showSelectBoxes(){var selects=document.getElementsByTagName("select");for(i=0;i!=selects.length;i++){selects[i].style.visibility="visible"}}function hideSelectBoxes(){var selects=document.getElementsByTagName("select");for(i=0;i!=selects.length;i++){selects[i].style.visibility="hidden"}}function showFlash(){var flashObjects=document.getElementsByTagName("object");for(i=0;i<flashObjects.length;i++){flashObjects[i].style.visibility="visible"}var flashEmbeds=document.getElementsByTagName("embed");for(i=0;i<flashEmbeds.length;i++){flashEmbeds[i].style.visibility="visible"}}function hideFlash(){var flashObjects=document.getElementsByTagName("object");for(i=0;i<flashObjects.length;i++){flashObjects[i].style.visibility="hidden"}var flashEmbeds=document.getElementsByTagName("embed");for(i=0;i<flashEmbeds.length;i++){flashEmbeds[i].style.visibility="hidden"}}function pause(ms){var date=new Date();curDate=null;do{var curDate=new Date()}while(curDate-date<ms)}var JsLightboxIsLoaded,myLightbox;function initLightbox(){myLightbox=new Lightbox();hideImageOverlays();JsLightboxIsLoaded=true}function onJsLightboxIsLoaded(sFunction){if((sFunction!='')&&(sFunction!=null)&&(JsLightboxIsLoaded!=true)){window.setTimeout('onJsLightboxIsLoaded("'+sFunction+'")',200)}if(JsLightboxIsLoaded){window.setTimeout(sFunction,20)}}function hideImageOverlays(){if(!document.getElementsByTagName){return}var divs=document.getElementsByTagName('div');for(var i=0;i<divs.length;i++){var div=divs[i];var relAttribute=String(div.getAttribute('rel'));if(relAttribute=='ImageOverlay'){div.style.display='none'}}}Event.observe(window,'load',initLightbox,false);
function IsFlashActive(){var flashVersion=0;var MIN_FLASH_VERSION=7;var ua=navigator.userAgent.toLowerCase();if(ua.indexOf('ie')>-1&&!(ua.indexOf('opera')>-1)){try{flashVersion=parseFloat(/([\d,?]+)/.exec(new ActiveXObject('ShockwaveFlash.ShockwaveFlash.7').GetVariable('$version'))[1].replace(/,/g,'.'))}catch(e){}}else if(navigator.plugins&&navigator.plugins['Shockwave Flash']){var flashPlugin=navigator.plugins['Shockwave Flash'];flashVersion=parseFloat(/(\d+\.?\d*)/.exec(flashPlugin.description)[1]);var i=0;while(flashVersion>=MIN_FLASH_VERSION&&i<navigator.mimeTypes.length){var mime=navigator.mimeTypes[i];if(mime.type=='application/x-shockwave-flash'&&!new RegExp('.*Shockwave\\sFlash\\s'+flashVersion+'.*').exec(mime.enabledPlugin.description)){flashVersion=0}i++}}return flashVersion>=MIN_FLASH_VERSION}function CreateFlashOnId(src,id,width,height,wmode,bgcolor,flashvars){if(IsFlashActive()){src=src.slice(0,src.lastIndexOf('.swf'));AC_FL_DomID=id;AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width',width,'height',height,'src',src,'quality','high','flashvars',flashvars,'wmode',wmode,'bgcolor',bgcolor,'pluginspage','http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash','movie',src);AC_FL_DomID=null}}function CreateFlash(src,width,height,wmode,bgcolor,flashvars){if(IsFlashActive()){src=src.slice(0,src.lastIndexOf('.swf'));AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width',width,'height',height,'src',src,'quality','high','flashvars',flashvars,'wmode',wmode,'bgcolor',bgcolor,'pluginspage','http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash','movie',src)}}var AC_FL_DomID=null;function AC_AddExtension(src,ext){if(src.indexOf('?')!=-1)return src.replace(/\?/,ext+'?');else return src+ext}function AC_Generateobj(objAttrs,params,embedAttrs){var str='<object ';for(var i in objAttrs)str+=i+'="'+objAttrs[i]+'" ';str+='>';for(var i in params)str+='<param name="'+i+'" value="'+params[i]+'" /> ';str+='<embed ';for(var i in embedAttrs)str+=i+'="'+embedAttrs[i]+'" ';str+=' ></embed></object>';if(AC_FL_DomID!=null){if(document.getElementById(AC_FL_DomID)!=null){document.getElementById(AC_FL_DomID).innerHTML=str}else{document.write(str)}}else{document.write(str)}}function AC_FL_RunContent(){var ret=AC_GetArgs(arguments,".swf","movie","clsid:d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash");AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs)}function AC_SW_RunContent(){var ret=AC_GetArgs(arguments,".dcr","src","clsid:166B1BCA-3F9C-11CF-8075-444553540000",null);AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs)}function AC_GetArgs(args,ext,srcParamName,classid,mimeType){var ret=new Object();ret.embedAttrs=new Object();ret.params=new Object();ret.objAttrs=new Object();for(var i=0;i<args.length;i=i+2){var currArg=args[i].toLowerCase();switch(currArg){case"classid":break;case"pluginspage":ret.embedAttrs[args[i]]=args[i+1];break;case"src":case"movie":args[i+1]=AC_AddExtension(args[i+1],ext);ret.embedAttrs["src"]=args[i+1];ret.params[srcParamName]=args[i+1];break;case"onafterupdate":case"onbeforeupdate":case"onblur":case"oncellchange":case"onclick":case"ondblClick":case"ondrag":case"ondragend":case"ondragenter":case"ondragleave":case"ondragover":case"ondrop":case"onfinish":case"onfocus":case"onhelp":case"onmousedown":case"onmouseup":case"onmouseover":case"onmousemove":case"onmouseout":case"onkeypress":case"onkeydown":case"onkeyup":case"onload":case"onlosecapture":case"onpropertychange":case"onreadystatechange":case"onrowsdelete":case"onrowenter":case"onrowexit":case"onrowsinserted":case"onstart":case"onscroll":case"onbeforeeditfocus":case"onactivate":case"onbeforedeactivate":case"ondeactivate":case"type":case"codebase":ret.objAttrs[args[i]]=args[i+1];break;case"width":case"height":case"align":case"vspace":case"hspace":case"class":case"title":case"accesskey":case"name":case"id":case"tabindex":ret.embedAttrs[args[i]]=ret.objAttrs[args[i]]=args[i+1];break;default:ret.embedAttrs[args[i]]=ret.params[args[i]]=args[i+1]}}ret.objAttrs["classid"]=classid;if(mimeType)ret.embedAttrs["type"]=mimeType;return ret}
function blurLinks(){if(navigator.userAgent.indexOf('Firefox')>0){var elements=document.getElementsByTagName('a');if(elements!=undefined){var i;for(i=0;i<elements.length;i++){elements[i].onfocus=function(){this.blur()}}}}}Event.observe(window,'load',blurLinks,false);
var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments)};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn()){}};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false)}if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10)})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform()}catch(e){setTimeout(arguments.callee,1)}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener)}})(),root:function(){return document.documentElement||document.body}};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value};this.convertFrom=function(value){return value/this.value*base};this.toString=function(){return this.value+this.unit}},addClass:function(el,className){var current=el.className;el.className=current+(current&&' ')+className;return el},color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')'});return parsed}),fontStretch:cached(function(value){if(typeof value=='number')return value;if(/%$/.test(value))return parseFloat(value)/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}[value]||1}),getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style)},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]])}return gradient}),hasClass:function(el,className){return RegExp('(?:^|\\s)'+className+'(?=\\s|$)').test(el.className)},quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list}),recognizesMedia:cached(function(media){var el=document.createElement('style'),sheet,container,supported;el.type='text/css';el.media=media;try{el.appendChild(document.createTextNode('/**/'))}catch(e){}container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);sheet=(el.sheet||el.styleSheet);supported=sheet&&!sheet.disabled;container.removeChild(el);return supported}),removeClass:function(el,className){var re=RegExp('(?:^|\\s+)'+className+'(?=\\s|$)','g');el.className=el.className.replace(re,'');return el},supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word}else if(position<wordCount-1)word+=' ';return word},textDecoration:function(el,style){if(!style)style=this.getStyle(el);var types={underline:null,overline:null,'line-through':null};for(var search=el;search.parentNode&&search.parentNode.nodeType==1;){var foundAll=true;for(var type in types){if(!hasOwnProperty(types,type)||types[type])continue;if(style.get('textDecoration').indexOf(type)!=-1)types[type]=style.get('color');foundAll=false}if(foundAll)break;style=this.getStyle(search=search.parentNode)}return types},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={};offCount=0}else if(result[1]){currentShadow.color=result[1]}else{currentShadow[['offX','offY','blur'][offCount++]]=result[2]}}shadows.push(currentShadow);return shadows}),textTransform:(function(){var map={uppercase:function(s){return s.toUpperCase()},lowercase:function(s){return s.toLowerCase()},capitalize:function(s){return s.replace(/\b./g,function($0){return $0.toUpperCase()})}};return function(text,style){var transform=map[style.get('textTransform')];return transform?transform(text):text}})(),whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};return function(text,style,node){if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(/^\s+/,'');if(!node.nextSibling)text=text.replace(/\s+$/,'');return text}})()};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all'),hasLayout=false;var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn()){}};var links=elementsByTagName('link'),styles=elementsByTagName('style');function isContainerReady(el){return el.disabled||isSheetReady(el.sheet,el.media||'screen')}function isSheetReady(sheet,media){if(!CSS.recognizesMedia(media||'all'))return true;if(!sheet||sheet.disabled)return false;try{var rules=sheet.cssRules,rule;if(rules){search:for(var i=0,l=rules.length;rule=rules[i],i<l;++i){switch(rule.type){case 2:break;case 3:if(!isSheetReady(rule.styleSheet,rule.media.mediaText))return false;break;default:break search}}}}catch(e){}return true}function allStylesLoaded(){if(document.createStyleSheet)return true;var el,i;for(i=0;el=links[i];++i){if(el.rel.toLowerCase()=='stylesheet'&&!isContainerReady(el))return false}for(i=0;el=styles[i];++i){if(!isContainerReady(el))return false}return true}DOM.ready(function(){if(!hasLayout)hasLayout=CSS.getStyle(document.body).isUsable();if(complete||(hasLayout&&allStylesLoaded()))perform();else setTimeout(arguments.callee,10)});return function(listener){if(complete)listener();else queue.push(listener)}})();function Font(data){var face=this.face=data.face;this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX;box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ')};return box})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent}function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt)}if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>weight&&b>weight)?a<b:a>b:(a<weight&&b<weight)?a>b:a<b)?-1:1});return weights[alts[0]]}}function HoverHandler(){function contains(node,anotherNode){if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16}function onOverOut(e){var related=e.relatedTarget;if(!related||contains(this,related))return;trigger(this)}function onEnterLeave(e){trigger(this)}function trigger(el){setTimeout(function(){api.replace(el,sharedStorage.get(el).options,true)},10)}this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut)}else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave)}}}function ReplaceHistory(){var list=[],map={};function filter(keys){var values=[],key;for(var i=0;key=keys[i];++i)values[i]=list[map[key]];return values}this.add=function(key,args){map[key]=list.push(args)-1};this.repeat=function(){var snapshot=arguments.length?filter(arguments):list,args;for(var i=0;args=snapshot[i++];)api.replace(args[0],args[1],true)}}function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at)}this.get=function(el){var id=identify(el);return map[id]||(map[id]={})}}function Style(style){var custom={},sizes={};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property]}return this};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property]};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base))};this.isUsable=function(){return!!style}}function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false)}else if(el.attachEvent){el.attachEvent('on'+type,function(){return listener.call(el,window.event)})}}function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el)}storage.options=options;return el}function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key]}}function getFont(el,style){var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0;family=families[i];++i){if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'))}return null}function elementsByTagName(query){return document.getElementsByTagName(query)}function hasOwnProperty(obj,property){return obj.hasOwnProperty(property)}function merge(){var merged={},args,key;for(var i=0,l=arguments.length;args=arguments[i],i<l;++i){for(key in args){if(hasOwnProperty(args,key))merged[key]=args[key]}}return merged}function process(font,text,style,options,node,el){var fragment=document.createDocumentFragment(),processed;if(text==='')return fragment;var separate=options.separate;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('')}for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed)}return fragment}function replaceElement(el,options){var style=CSS.getStyle(attach(el,options)).extend(options);var font=getFont(el,style),node,type,next,anchor,text;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(type==3){if(anchor){anchor.appendData(node.data);el.removeChild(node)}else anchor=node;if(next)continue}if(anchor){el.replaceChild(process(font,CSS.whiteSpace(anchor.data,style,anchor),style,options,node,el),anchor);anchor=null}if(type==1&&node.firstChild){if(CSS.hasClass(node,'cufon')){engines[options.engine](font,null,style,options,node,el)}else arguments.callee(node,options)}}}var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var engines={},fonts={},defaultOptions={autoDetect:false,enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(query){return jQuery(query)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(query){return $$(query)})||(window.$&&function(query){return $(query)})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query)})||elementsByTagName),separate:'words',textShadow:'none'};var separators={words:/[^\S\u00a0]+/,characters:'',none:/^/};api.now=function(){DOM.ready();return api};api.refresh=function(){replaceHistory.repeat.apply(replaceHistory,arguments);return api};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id)};api.registerFont=function(data){if(!data)return api;var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"')};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(!initialized){CSS.addClass(DOM.root(),'cufon-active cufon-loading');CSS.ready(function(){CSS.addClass(CSS.removeClass(DOM.root(),'cufon-loading'),'cufon-ready')});initialized=true}if(options.hover)options.forceHitArea=true;if(options.autoDetect)delete options.fontFamily;if(typeof options.textShadow=='string')options.textShadow=CSS.textShadow(options.textShadow);if(typeof options.color=='string'&&/^-/.test(options.color))options.textGradient=CSS.gradient(options.color);if(!ignoreHistory)replaceHistory.add(elements,arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options)}});return api};api.set=function(option,value){defaultOptions[option]=value;return api};return api})();Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('.cufon-canvas{text-indent:0;}'+'@media screen,projection{'+'.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;'+(HAS_BROKEN_LINEHEIGHT?'':'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;}'+(HAS_INLINE_BLOCK?'.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(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate}context[code[i].m].apply(context,code[i].a)}return code}function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a)}}return function(font,text,style,options,node,el){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var letterSpacing=style.get('letterSpacing');letterSpacing=(letterSpacing=='normal')?0:size.convertFrom(parseInt(letterSpacing,10));var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x}}var chars=Cufon.CSS.textTransform(text,style).split(''),chr;var glyphs=font.glyphs,glyph,kerning,k;var width=0,advance,jumps=[];for(var i=0,j=0,l=chars.length;i<l;++i){glyph=glyphs[chr=chars[i]]||font.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j-1]-=k}width+=advance=jumps[j++]=~~(glyph.w||font.w)+letterSpacing;kerning=glyph.k}if(advance===undefined)return null;expandRight+=viewBox.width-advance;expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild}else{wrapper=document.createElement('span');wrapper.className='cufon cufon-canvas';wrapper.alt=text;canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';print.appendChild(document.createTextNode(text));wrapper.appendChild(print)}}var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var stretchedWidth=width*stretchFactor;var canvasWidth=Math.ceil(size.convert(stretchedWidth+expandRight-expandLeft));var canvasHeight=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));canvas.width=canvasWidth;canvas.height=canvasHeight;cStyle.width=canvasWidth+'px';cStyle.height=canvasHeight+'px';expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.ceil(size.convert(stretchedWidth))+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px'}else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px'}var g=canvas.getContext('2d'),scale=height/viewBox.height;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.lineWidth=font.face['underline-thickness'];g.save();function line(y,color){g.strokeStyle=color;g.beginPath();g.moveTo(0,y);g.lineTo(width,y);g.stroke()}var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};if(textDecoration.underline)line(-font.face['underline-position'],textDecoration.underline);if(textDecoration.overline)line(font.ascent,textDecoration.overline);function renderText(){g.scale(stretchFactor,1);for(var i=0,j=0,l=chars.length;i<l;++i){var glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill()}g.translate(jumps[j++],0)}g.restore()}if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText()}}var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i])}g.fillStyle=fill}else g.fillStyle=style.get('color');renderText();if(textDecoration['line-through'])line(-font.descent,textDecoration['line-through']);return wrapper}})());Cufon.registerEngine('vml',(function(){var ns=document.namespaces;if(!ns)return;ns.add('cvml','urn:schemas-microsoft-com:vml');ns=null;var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;var HAS_BROKEN_LINEHEIGHT=(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:'+(HAS_BROKEN_LINEHEIGHT?'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 getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value)}function getSizeInPixels(el,value){if(/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value.replace('%','em');var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result}var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='sigma';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1])}fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill}return fills[id]}return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var letterSpacing=style.computedLSpacing;if(letterSpacing==undefined){letterSpacing=style.get('letterSpacing');style.computedLSpacing=letterSpacing=(letterSpacing=='normal')?0:~~size.convertFrom(getSizeInPixels(el,letterSpacing))}var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild}else{wrapper=document.createElement('span');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('span');canvas.className='cufon-vml-canvas';wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('span');print.className='cufon-alt';print.appendChild(document.createTextNode(text));wrapper.appendChild(print)}if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'))}var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var textDecoration=options.enableTextDecoration?Cufon.CSS.textDecoration(el,style):{};var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split(''),chr;var glyphs=font.glyphs,glyph,kerning,k;var width=0,jumps=[],offsetX=0,advance;var shape,shadows=options.textShadow;for(var i=0,j=0,l=chars.length;i<l;++i){glyph=glyphs[chr=chars[i]]||font.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j-1]-=k}width+=advance=jumps[j++]=~~(glyph.w||font.w)+letterSpacing;kerning=glyph.k}if(advance===undefined)return null;var fullWidth=-minX+width+(viewBox.width-advance);var shapeWidth=size.convert(fullWidth*stretchFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);for(i=0,j=0;i<l;++i){glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(redraw){shape=canvas.childNodes[j];while(shape.firstChild)shape.removeChild(shape.firstChild)}else{shape=document.createElement('cvml:shape');canvas.appendChild(shape)}shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY}shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow)}offsetX+=jumps[j++]}var cover=shape.nextSibling,coverFill,vStyle;if(options.forceHitArea){if(!cover){cover=document.createElement('cvml:rect');cover.stroked='f';cover.className='cufon-vml-cover';coverFill=document.createElement('cvml:fill');coverFill.opacity=0;cover.appendChild(coverFill);canvas.appendChild(cover)}vStyle=cover.style;vStyle.width=roundedShapeWidth;vStyle.height=roundedHeight}else if(cover)canvas.removeChild(cover);wStyle.width=Math.max(Math.ceil(size.convert(width*stretchFactor)),0);if(HAS_BROKEN_LINEHEIGHT){var yAdjust=style.computedYAdjust;if(yAdjust===undefined){var lineHeight=style.get('lineHeight');if(lineHeight=='normal')lineHeight='1em';else if(!isNaN(lineHeight))lineHeight+='em';style.computedYAdjust=yAdjust=0.5*(getSizeInPixels(el,lineHeight)-parseFloat(wStyle.height))}if(yAdjust){wStyle.marginTop=Math.ceil(yAdjust)+'px';wStyle.marginBottom=yAdjust+'px'}}return wrapper}})());
Cufon.registerFont({"w":262,"face":{"font-family":"segoe-script","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 4 2 0 0 0 0 3","ascent":"288","descent":"-72","cap-height":"2","bbox":"-35 -382.85 417.114 177.8","underline-thickness":"25.1367","underline-position":"-10.8984","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":143},"!":{"d":"43,-142v17,-41,1,-106,37,-120v5,1,15,6,14,12v-8,50,-26,96,-29,151v3,15,-18,11,-26,7v0,-18,1,-35,4,-50xm25,-21v-1,-18,26,-36,37,-14v5,20,-35,50,-37,14","w":116},"\"":{"d":"104,-215v5,-15,1,-59,27,-44v6,33,-11,86,-20,119v-13,5,-20,-4,-20,-17v0,-7,13,-52,13,-58xm23,-160v9,-33,11,-72,23,-101v23,-6,17,25,13,44v-4,16,-9,34,-10,54v-2,8,-4,21,-14,21v-9,1,-12,-10,-12,-18","w":145},"#":{"d":"244,-83v-20,-12,-44,2,-72,0v-3,12,-12,28,-10,45v0,7,-4,18,-12,17v-17,-7,-7,-39,-3,-55v-12,-1,-40,6,-53,7v-13,41,-20,67,-34,45v0,-15,5,-29,13,-45v-23,-3,-60,8,-65,-9v6,-24,44,-13,70,-13v7,-12,9,-38,16,-51v-23,-1,-40,6,-61,7v-22,1,-27,-12,-13,-18r72,-12v22,-12,16,-55,43,-62v17,9,-14,49,-13,60r57,-7r20,-80v5,-8,22,-8,20,5v-4,25,-16,48,-21,72v22,-2,44,-8,67,-5v12,-3,13,18,5,20v-30,1,-55,1,-78,7r-13,47v16,19,73,-30,78,14v1,6,-7,11,-13,11xm99,-94v23,-2,43,0,58,-9v4,-17,11,-32,14,-50v-19,3,-42,3,-58,9v-6,14,-10,30,-14,50","w":286},"$":{"d":"123,-277v21,2,5,42,6,59v20,3,51,-16,53,10v1,23,-34,8,-55,14v0,19,-9,47,-3,61v17,13,43,13,41,44v-1,25,-31,35,-53,43v-2,28,-6,56,-1,82v-9,14,-29,5,-27,-17r4,-53v-22,3,-42,11,-64,13v-7,1,-19,-3,-19,-9v5,-36,59,-16,85,-33v2,-21,6,-39,6,-62v-17,-11,-68,-18,-64,-51v3,-23,49,-33,72,-37v5,-22,-10,-67,19,-64xm103,-190v-33,8,-59,15,-26,31v10,5,17,8,22,10xm115,-69v10,-8,42,-16,19,-35v-6,-6,-11,-9,-15,-11v-2,17,-4,31,-4,46","w":197},"%":{"d":"189,-105v28,2,55,11,55,40v0,38,-30,52,-66,55v-24,2,-32,-17,-32,-34v0,-27,20,-56,43,-61xm26,-170v8,-37,24,-76,68,-77v5,0,10,4,16,10r91,8v9,14,-14,20,-16,33r-75,123v-13,22,-17,52,-38,66v-24,-56,54,-123,76,-174r18,-29v-17,-4,-34,-8,-55,-5v12,44,-21,83,-61,83v-20,0,-23,-18,-24,-38xm65,-153v24,-6,38,-36,23,-67v-29,-1,-38,28,-40,54v-1,12,10,12,17,13xm175,-32v29,7,64,-27,36,-45v-22,-14,-41,3,-40,31v0,7,1,12,4,14"},"&":{"d":"242,-135v26,1,65,-15,79,1v-7,28,-57,6,-67,37v-7,20,-22,39,-32,56v10,16,51,19,74,11v8,1,16,1,15,10v-21,36,-92,19,-117,-1v-25,13,-44,34,-80,34v-43,0,-83,-20,-83,-63v0,-47,34,-68,64,-88v10,-12,-1,-39,0,-60v2,-38,13,-67,52,-67v25,0,39,22,39,50v0,42,-38,57,-55,80v12,38,36,63,65,84v20,-11,22,-41,34,-60v-18,-4,-46,4,-44,-22v10,-20,36,-3,56,-2xm124,-159v21,-12,58,-69,15,-81v-25,6,-20,54,-15,81xm63,-52v6,50,79,38,108,18v-25,-24,-49,-50,-65,-81v-21,11,-40,33,-43,63","w":332},"'":{"d":"58,-260v29,22,-21,62,-9,110v-2,8,-4,15,-12,16v-14,-3,-15,-25,-12,-42v5,-29,13,-76,33,-84","w":83},"(":{"d":"100,68v10,11,1,22,-13,21v-65,-26,-92,-139,-67,-224v16,-55,49,-120,111,-141v20,24,-29,45,-43,66v-22,34,-48,73,-52,124v8,55,13,115,49,140v8,5,12,10,15,14","w":144,"k":{"j":-86}},")":{"d":"7,-260v-8,-7,4,-19,13,-19v80,47,127,242,48,330v-14,16,-27,55,-46,27v30,-53,82,-113,57,-202v-15,-54,-37,-106,-72,-136","w":130},"*":{"d":"87,-179v-17,16,-32,87,-54,49v6,-13,28,-38,35,-51v-23,-3,-39,5,-58,8v-12,-18,14,-23,27,-24v19,0,30,-2,36,-4v-7,-14,-39,-38,-23,-50v7,0,19,13,37,38v16,-15,26,-37,46,-49v17,0,9,16,1,20v-11,19,-15,22,-27,34v21,8,64,-23,72,6v-5,17,-51,4,-71,14v9,16,33,34,38,51v-23,29,-40,-30,-59,-42","w":185,"k":{"\u00c1":47,"\u00c2":47,"\u00c3":47,"\u00c0":47,"\u00c6":47,"\u00c5":47,"\u00c4":47,"J":50,"A":47}},"+":{"d":"103,-187v20,12,1,53,7,78v28,5,82,-15,80,20v-16,12,-53,-3,-80,3v-6,13,-1,42,-5,61v-1,7,-1,11,-9,11v-28,-5,-4,-44,-7,-72v-27,-5,-91,13,-64,-22v21,3,42,2,65,1v9,-24,-12,-72,13,-80","w":205},",":{"d":"78,-55v4,0,23,5,22,9v23,53,-21,85,-69,92v-3,0,-6,-2,-6,-8v0,-2,1,-4,2,-5v39,-5,62,-38,44,-76v-1,-3,4,-12,7,-12","w":123,"k":{"9":94,"7":72,"2":-36,"0":-25}},"-":{"d":"100,-116v37,8,92,-15,117,11v7,29,-29,9,-52,14v-27,-4,-56,0,-84,0v-11,0,-19,-1,-19,-11v0,-15,29,-13,38,-14","w":230},".":{"d":"24,-41v2,-7,39,-15,41,4v2,19,-36,49,-42,20","w":90,"k":{"9":94,"7":72,"2":-36,"0":-25}},"\/":{"d":"182,-275v23,-2,27,19,4,42r-163,243v-9,21,-21,12,-26,-1v47,-101,113,-174,167,-263v6,-8,12,-15,18,-21","w":207},"0":{"d":"160,-236v71,0,125,78,81,145v-34,52,-95,95,-179,95v-38,0,-60,-30,-58,-67v5,-96,67,-173,156,-173xm55,-129v-26,38,-28,109,29,104v55,-6,104,-46,132,-82v28,-34,-5,-80,-30,-95v-14,13,-29,-12,-50,0v-38,11,-61,44,-81,73","k":{".":22,",":43}},"1":{"d":"144,-49v25,-1,63,-18,94,-17v4,8,6,17,2,22v-25,13,-66,10,-92,22v7,16,-9,22,-26,17v-17,-30,-86,39,-97,-7v11,-25,63,-17,88,-32v3,-53,11,-102,18,-151v-25,4,-51,34,-85,34v-7,0,-10,-4,-8,-11v7,-27,49,-24,65,-41v15,-8,38,-24,53,-29v7,-1,14,15,14,21v-16,46,-30,114,-26,172"},"2":{"d":"179,-43v33,8,63,-15,72,8v0,18,-21,26,-40,24v-61,-8,-152,-18,-181,26v-8,6,-28,4,-26,-9v9,-60,80,-59,112,-97v21,-24,51,-43,56,-81v-6,-29,-41,-52,-70,-27v-23,10,-28,33,-57,37v-8,-4,-18,-29,0,-32v31,-18,49,-45,99,-44v33,1,56,35,66,61v-14,60,-68,106,-115,132"},"3":{"d":"46,-233v36,23,98,4,148,3v33,-1,21,32,3,38v-21,16,-49,26,-65,48v52,-5,99,1,104,50v-14,76,-120,114,-205,86v-12,-9,-10,-38,10,-36v51,35,153,3,164,-45v-4,-44,-92,-36,-122,-19v-22,-1,-9,-21,0,-28r78,-64v-35,0,-63,8,-97,8v-19,1,-31,-10,-31,-28v1,-7,5,-13,13,-13","k":{".":36,",":36}},"4":{"d":"176,-119v15,12,84,-9,73,26v-8,26,-44,-6,-77,2v-8,27,-11,67,4,86v-2,8,-8,18,-17,18v-39,0,-18,-67,-16,-102v-50,-8,-88,20,-128,9v-23,-23,36,-52,50,-70r110,-90v14,-11,21,-14,31,-3v-12,40,-22,81,-30,124xm61,-107v19,-7,64,-4,88,-11v3,-27,17,-59,18,-84r-109,92v0,2,1,3,3,3"},"5":{"d":"25,-23v1,-43,49,0,75,-3v35,-3,75,-15,84,-46v-1,-50,-64,-39,-104,-48v-9,-2,-27,-10,-27,-19v15,-25,36,-84,82,-84v41,0,86,0,118,-11v10,1,22,5,25,13v-12,47,-107,9,-155,27v-13,13,-23,30,-33,44v50,20,132,5,126,74v-6,76,-137,106,-191,53"},"6":{"d":"162,-130v65,-13,106,55,52,91v-32,21,-49,39,-108,39v-84,0,-93,-101,-47,-152v29,-33,51,-71,100,-83v16,-4,22,24,9,28v-52,16,-82,62,-105,106v-15,29,-3,60,20,68v-2,-61,29,-87,79,-97xm199,-60v28,-21,6,-44,-28,-44v-46,0,-65,29,-67,73v38,11,72,-12,95,-29"},"7":{"d":"60,-229v67,14,163,-17,193,8v-43,68,-99,118,-116,208v-2,10,-6,17,-16,18v-36,-10,-3,-58,5,-75v24,-50,52,-91,85,-131v-39,-6,-105,6,-155,2v-16,-1,-10,-29,4,-30","k":{".":72,",":72}},"8":{"d":"210,-194v5,2,10,9,11,14v-11,32,-44,48,-68,68v25,13,55,31,54,68v-1,42,-51,42,-90,48v-57,8,-93,-49,-43,-84v13,-9,26,-17,37,-27v-35,-11,-83,-58,-38,-90v21,-15,43,-34,77,-34v29,0,52,17,51,50v2,-3,6,-11,9,-13xm135,-123v15,-13,37,-26,42,-50v-6,-56,-81,-24,-93,6v4,27,35,32,51,44xm108,-21v35,0,93,-9,64,-48v-9,-12,-27,-22,-39,-28v-17,12,-51,36,-53,60v-1,11,18,17,28,16","k":{".":29,",":29}},"9":{"d":"56,-165v26,-45,119,-98,169,-39v1,1,2,4,3,10v-16,55,-46,101,-46,167v0,18,-4,26,-12,26v-15,0,-17,-15,-19,-27v4,-26,16,-61,22,-86v-24,4,-53,30,-87,25v-29,-5,-48,-44,-30,-76xm76,-137v20,54,112,1,116,-40v14,-17,-5,-29,-25,-28v-48,1,-80,31,-91,68","k":{".":43,",":43}},":":{"d":"59,-178v10,6,22,6,20,22v-2,12,-12,23,-28,22v-21,-5,-17,-45,8,-44xm33,-24v-7,-27,35,-37,42,-13v4,25,-42,52,-42,13","w":107},";":{"d":"60,-178v10,6,25,5,24,22v1,11,-18,19,-28,19v-7,0,-12,-12,-12,-18v3,-6,5,-26,16,-23xm46,-46v-1,-15,24,-15,28,-4v23,56,-25,87,-69,94v-4,1,-5,-10,-3,-13v37,-3,64,-40,44,-77","w":118},"<":{"d":"54,-114v34,22,71,38,109,54v16,6,8,30,-6,30r-111,-56v-61,-26,4,-51,20,-75v25,-21,54,-40,76,-64v7,-6,22,-3,21,8v4,14,-84,75,-109,103","w":193},"=":{"d":"70,-181v52,9,109,-22,124,17v-1,28,-30,4,-51,12v-34,-4,-67,3,-101,3v-10,0,-17,-1,-16,-12v0,-20,27,-18,44,-20xm50,-87v52,0,124,-16,147,17v-1,21,-27,10,-44,10r-111,2v-3,0,-14,-15,-13,-19v-1,-6,14,-10,21,-10","w":225},">":{"d":"34,-196v-13,-28,7,-28,24,-13v35,31,92,54,128,81v1,26,-39,32,-52,50v-19,14,-40,54,-66,64v-22,-3,-13,-28,1,-33v22,-29,50,-49,77,-73v-29,-36,-85,-41,-112,-76","w":206},"?":{"d":"104,-267v83,-20,107,83,54,124v-18,14,-46,19,-69,27v-9,17,-2,51,-33,48v-17,-56,38,-83,85,-96v27,-15,22,-82,-20,-76v-26,-2,-39,7,-45,25v-3,6,-30,12,-28,-5v3,-23,34,-42,56,-47xm29,-10v0,-11,26,-29,37,-14v8,0,12,3,12,10v0,25,-49,32,-49,4","w":185},"@":{"d":"135,-250v70,-41,139,24,142,96v2,51,-60,105,-96,63v-14,10,-36,25,-59,25v-45,0,-39,-63,-10,-87v11,-15,26,-35,46,-35v18,0,36,1,35,22v2,7,23,-8,22,9v-5,15,-13,27,-14,46v0,8,4,8,12,8v23,0,43,-25,43,-49v0,-52,-55,-117,-110,-78v-50,36,-88,80,-104,148v14,91,171,74,220,26v21,7,5,35,-13,38v-77,39,-226,38,-231,-64v12,-74,62,-136,117,-168xm174,-116v-3,-25,18,-58,-17,-45v-21,8,-37,34,-42,58v-2,11,7,14,19,13v15,-1,36,-14,40,-26","w":296},"A":{"d":"191,-265v20,-2,14,24,13,42v31,59,42,139,78,189v24,20,1,52,-16,33v-21,-22,-31,-59,-42,-88v-36,13,-80,19,-121,27v-23,5,-37,67,-71,72v-14,1,-28,-6,-28,-16v4,-11,14,-3,23,-16r120,-169v15,-23,33,-77,44,-74xm215,-115v-10,-28,-18,-60,-31,-84r-68,104v37,0,69,-13,99,-20","w":301,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"B":{"d":"194,-153v45,8,84,49,56,99v-22,40,-61,73,-117,73v-18,0,-39,-6,-39,-25v1,-30,44,-8,59,-8v45,0,69,-35,78,-75v-5,-43,-68,-49,-102,-31v-7,-1,-17,-5,-17,-13v-1,-19,16,-22,34,-23v31,-8,57,-31,69,-57v-21,-39,-132,-18,-132,38v0,49,-10,90,-7,140v1,17,-3,29,-18,29v-42,-8,-6,-86,-9,-123v12,-42,-16,-107,40,-110v42,-18,146,-50,153,23v-4,29,-25,43,-48,63","w":271},"C":{"d":"72,-134v-21,38,-39,128,27,123v93,-8,141,-68,196,-114v26,28,-30,58,-51,76v-38,31,-82,60,-146,64v-110,6,-75,-152,-29,-198v35,-35,71,-72,131,-80v63,-8,48,77,8,84v-34,-7,3,-38,10,-51v-67,-14,-118,47,-146,96","w":265,"k":{"\u00dd":-22,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00ab":-54,"\u00c6":7,"\u00c7":29,"\u00c5":7,"\u00c4":7,"}":-36,"]":-36,"Y":-22,"V":-22,"Q":22,"G":27,"C":29,"A":7,"?":-36,")":-36}},"D":{"d":"72,-247v94,0,215,-19,226,88v-19,97,-131,115,-211,151v-49,22,-47,-33,-41,-76v6,-42,21,-86,20,-127v-18,-7,-13,-36,6,-36xm82,-46v78,-23,170,-37,185,-113v-4,-68,-99,-61,-165,-55r-24,147v0,9,1,16,4,21","w":312,"k":{"\u00ff":29,"\u00fd":29,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c0":36,"\u00c6":36,"\u00c5":36,"\u00c4":36,"y":29,"x":29,"w":22,"v":14,"t":-50,"s":14,"n":14,"m":14,"f":14,"d":14,"J":58,"A":36,".":58,",":58}},"E":{"d":"228,-145v-5,44,-96,17,-147,32v-5,26,-15,49,-17,77v57,9,132,-5,181,-20v20,4,13,32,-5,35r-192,28v-49,-23,9,-101,2,-155v6,-56,-8,-117,75,-99v54,12,98,-12,143,-15v24,31,-22,38,-51,39r-127,5v-6,19,-5,46,-7,69v39,16,98,-1,136,-10v7,1,9,6,9,14","w":270,"k":{"\u00ec":-11,"\u00ef":-11,"\u00ee":-11,"\u00ed":-11,"\u00dd":-14,"}":-22,"z":-22,"t":-29,"]":-22,"Y":-14,"X":-14,"W":-7,"V":-29,"J":-7,")":-22}},"F":{"d":"214,-263v20,2,14,34,-5,34v-44,0,-88,1,-119,15v-10,25,-16,62,-16,97r109,-26v12,0,17,5,19,15v-22,37,-94,19,-133,45v-6,21,-3,52,-4,80v0,11,-2,20,-15,18v-55,-47,23,-173,0,-248v3,-18,20,-18,39,-14v42,-2,81,-21,125,-16","w":209,"k":{"\u00ec":-16,"\u00ef":-16,"\u00ee":-16,"\u00ed":-16,"\u00dd":-29,"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"}":-43,"t":-29,"]":-43,"Y":-29,"W":-18,"V":-29,"T":-29,"S":-23,"J":14,"A":29,".":27,",":27,")":-43}},"G":{"d":"155,-243v32,-15,117,-54,129,1v2,9,-6,20,-16,19v-11,-2,-15,-15,-28,-15v-92,16,-175,71,-185,173v3,21,24,34,51,31v57,-6,105,-28,124,-74v-3,-11,-8,-20,13,-19v5,-1,27,14,25,19v-16,31,-37,69,-41,110v7,13,6,32,-14,31v-32,-3,-6,-52,-8,-71v-25,9,-69,36,-104,34v-39,-2,-83,-20,-83,-59v0,-74,73,-149,137,-180","w":289,"k":{"}":-22,"]":-22,"V":-29,"T":-22,")":-22}},"H":{"d":"35,-44v23,-70,6,-185,43,-221v42,17,-2,82,3,124v29,18,100,-1,139,-4v31,-15,20,-78,26,-127v2,-17,34,-19,36,-1v-10,84,-31,160,-28,258v0,21,-37,33,-37,8v0,-34,10,-64,10,-99v-24,-21,-88,3,-131,-1r-19,3v-10,19,-11,50,-11,79v0,36,-28,47,-37,14v1,-11,3,-24,6,-33","w":296},"I":{"d":"95,-237v-12,63,-31,129,-32,207v10,16,-3,31,-20,32v-45,-55,15,-172,18,-245v1,-7,6,-14,12,-16v12,1,21,9,22,22","w":111,"k":{"z":14,"w":22,"v":29}},"J":{"d":"193,-253v17,110,11,254,-98,254v-36,0,-74,-6,-86,-32v9,-40,54,3,81,3v96,-3,71,-131,73,-224v5,-9,28,-16,30,-1","w":220,"k":{"\u00c1":22,"\u00c2":22,"\u00c3":22,"\u00c0":22,"\u00f8":-7,"\u00c6":22,"\u00c5":22,"\u00c4":22,"}":-54,"w":14,"v":14,"t":-14,"s":7,"o":-7,"m":7,"]":-54,"V":-14,"A":22,".":18,",":18,")":-54}},"K":{"d":"118,-108v51,18,90,55,156,46v10,16,-4,33,-20,35v-64,-11,-100,-48,-169,-58v-19,16,-6,65,1,81v0,10,-12,13,-20,16v-34,-15,-22,-81,-21,-124r3,-134v-1,-18,30,-19,33,-4v-5,39,-4,80,-6,124v-1,12,9,6,15,3v60,-26,92,-101,144,-134v17,5,15,27,5,38v-3,8,-18,7,-22,14v-24,42,-61,72,-99,97","w":281,"k":{"\u00dd":14,"x":14,"v":22,"t":-14,"g":-14,"d":-14,"Y":14,"X":-29,"T":22,"J":-43}},"L":{"d":"230,-41v15,11,-1,32,-22,30v-61,-4,-98,19,-150,26v-52,-10,-5,-90,-5,-133v0,-36,13,-68,14,-107v-8,-35,45,-45,39,-10r-36,209v-1,4,4,9,9,8v51,-6,95,-29,151,-23","w":243,"k":{"\u00e7":-14,"\u00dd":22,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00c1":-7,"\u00c2":-7,"\u00c3":-7,"\u00c0":-7,"\u00c6":-7,"\u00dc":-14,"\u00c5":-7,"\u00c4":-7,"v":11,"s":-7,"l":14,"d":-14,"c":-14,"Y":22,"V":14,"U":-14,"T":29,"Q":-7,"J":-29,"A":-7}},"M":{"d":"303,-271v4,-18,28,-8,32,5v-23,65,-21,160,-21,248v4,5,15,8,15,17v0,8,-13,20,-21,19v-61,-34,-8,-156,-16,-229r-95,131v-60,44,-82,-72,-103,-133v-13,62,-45,119,-31,192v-1,8,-11,25,-24,17v-45,-27,7,-103,9,-146r24,-91v3,-6,6,-9,10,-9v45,-5,40,38,51,68v10,28,23,55,41,82","w":361,"k":{"t":-14}},"N":{"d":"66,-36v9,36,-21,69,-34,38v1,-81,37,-149,37,-231v0,-21,32,-21,36,-1v16,78,67,132,108,187r35,-222v2,-11,12,-17,25,-17v29,36,-7,91,-12,136v-5,45,-18,82,-18,133v-20,48,-47,-6,-60,-24v-32,-46,-64,-89,-91,-141v-12,42,-20,96,-26,142","w":301},"O":{"d":"203,-68v48,-40,65,-178,-33,-164v-69,10,-95,69,-115,130v-22,69,46,108,103,70v16,-10,34,-22,45,-36xm91,-223v57,-54,200,-41,187,60v-12,93,-71,150,-150,173v-96,28,-130,-81,-89,-160v14,-26,32,-54,52,-73","w":289,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"P":{"d":"42,-235v55,-31,213,-55,235,17v-21,82,-113,108,-187,139v-2,29,4,56,3,87v1,8,-7,15,-15,14v-14,3,-22,-37,-19,-89v3,-59,10,-119,34,-158v42,1,-3,56,2,88v-1,10,-3,18,-3,29v50,-22,104,-40,139,-78v15,-17,32,-40,4,-46v-66,-15,-132,-1,-189,20v-11,-1,-10,-17,-4,-23","w":281,"k":{"\u00f5":18,"\u00f2":18,"\u00f6":18,"\u00f4":18,"\u00f3":18,"\u00e8":11,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e7":22,"\u00e3":9,"\u00e5":9,"\u00e0":9,"\u00e4":9,"\u00e2":9,"\u00e1":9,"\u00dd":-36,"\u00c1":40,"\u00c2":40,"\u00c3":40,"\u00c0":40,"\u00f8":18,"\u00e6":9,"\u00c5":40,"\u00c4":40,"t":-18,"q":22,"o":18,"g":22,"e":-4,"d":5,"c":22,"a":9,"Y":-36,"W":-23,"V":-29,"J":54,"G":5,"A":40,".":65,",":65,"\u00c6":50}},"Q":{"d":"110,-234v27,-24,96,-51,106,1v42,29,91,105,43,161v-17,20,-37,36,-59,50v15,21,38,38,49,64v-1,12,-23,25,-31,12v-14,-22,-29,-44,-46,-62v-61,20,-158,12,-154,-63v4,-75,49,-124,92,-163xm253,-127v-8,-52,-42,-86,-82,-106v-68,13,-96,72,-117,131v-23,62,34,93,97,72v-9,-18,-42,-40,-7,-50v25,-7,18,33,40,34v36,-11,60,-43,69,-81","w":299,"k":{"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c0":14,"\u00c6":14,"\u00c5":14,"\u00c4":14,"A":14}},"R":{"d":"262,-183v0,44,-47,63,-80,82r139,95v-45,41,-97,-32,-134,-56v-36,-24,-25,-26,-74,-24v-13,-12,-4,-36,20,-30v39,-6,69,-23,90,-47v35,-41,-33,-73,-85,-65r-48,8v32,61,-28,153,5,216v-17,19,-50,4,-41,-30v2,-61,23,-113,13,-179v-13,4,-20,6,-22,6v-15,-3,-11,-21,4,-25v62,-31,213,-41,213,49","w":315,"k":{"z":-14,"w":14,"v":14,"J":-29,";":-86,":":-86,".":-86,",":-86}},"S":{"d":"15,-20v58,16,135,-2,154,-49v-36,-49,-149,-26,-153,-113v13,-55,71,-72,138,-74v34,0,70,23,48,56v-3,3,-8,6,-15,6v-1,-63,-117,-29,-136,1v-24,84,164,42,146,136v-28,46,-79,74,-148,74v-17,0,-45,-5,-42,-23v1,-5,3,-13,8,-14","w":220,"k":{"t":-29}},"T":{"d":"51,-224v82,0,168,-52,227,-15v5,44,-110,-11,-129,43v-3,60,-20,124,-7,181v-2,9,-5,20,-15,20v-26,-6,-21,-43,-21,-74v0,-42,11,-89,14,-128v1,-5,-3,-5,-8,-5v-35,-1,-82,17,-107,1v-5,-25,25,-23,46,-23","w":252,"k":{"\u00ec":-36,"\u00ef":-36,"\u00ee":-36,"\u00ed":-36,"\u00dd":-65,"\u00c1":65,"\u00c2":65,"\u00c3":65,"\u00c0":65,"\u00c6":65,"\u00c5":65,"\u00c4":65,"}":-36,"e":22,"]":-36,"Y":-65,"W":-43,"V":-36,"Q":11,"J":65,"A":65,".":43,",":43,")":-36}},"U":{"d":"263,-247v0,113,4,251,-132,251v-91,0,-115,-97,-89,-184v8,-28,4,-65,19,-86v25,-13,26,17,20,39v-19,69,-44,193,47,201v94,9,91,-77,96,-160v2,-30,0,-69,27,-73v8,-1,12,5,12,12","w":278,"k":{"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c0":20,"\u00c6":20,"\u00c5":20,"\u00c4":20,"A":20}},"V":{"d":"248,-247v9,-1,16,18,16,26v-19,78,-98,149,-125,223v-48,-1,-49,-70,-71,-104v-20,-52,-46,-98,-61,-155v6,-15,26,-13,29,5r77,183v8,17,12,26,14,27v45,-55,86,-128,115,-200v1,-4,3,-5,6,-5","k":{"\u00ff":29,"\u00fd":29,"\u00e7":22,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":54,"\u00c2":54,"\u00d5":7,"\u00c3":54,"\u00c0":54,"\u00f8":14,"\u00e6":22,"\u00d8":7,"\u00c6":54,"\u00d6":7,"\u00c7":13,"\u00c5":54,"\u00c4":54,"}":-29,"y":29,"u":36,"s":14,"r":29,"q":29,"p":22,"o":14,"n":29,"m":29,"i":14,"e":22,"d":22,"c":22,"a":22,"]":-29,"W":-14,"V":-29,"Q":7,"O":7,"J":52,"G":9,"C":13,"A":54,")":-29}},"W":{"d":"335,-275v5,-15,29,-12,27,8v-8,104,-47,185,-80,259v-48,26,-55,-71,-80,-104v-7,-15,-6,-15,-11,-27v-28,41,-58,119,-91,156v-31,-5,-35,-51,-41,-78r-39,-174v1,-12,16,-20,23,-3v27,62,35,144,56,209v28,-50,57,-95,80,-151v10,-13,19,-12,29,11r30,70v14,33,24,52,28,58v36,-63,63,-143,69,-234","w":364,"k":{"\u00ff":29,"\u00fd":29,"\u00e7":22,"\u00c1":22,"\u00c2":22,"\u00c3":22,"\u00c0":22,"\u00e6":22,"\u00c6":22,"\u00c5":22,"\u00c4":22,"z":36,"y":29,"x":36,"w":43,"v":36,"u":22,"t":-14,"n":14,"m":29,"i":29,"g":29,"e":29,"c":22,"a":22,"A":22}},"X":{"d":"140,-135v31,43,75,83,118,114v0,9,-14,22,-23,21v-39,-14,-89,-78,-117,-114v-41,33,-74,76,-104,120v-10,5,-16,-12,-14,-23v9,-53,77,-82,100,-122v-6,-18,-45,-75,-50,-101v-4,-20,22,-39,28,-10v14,33,28,64,48,91r89,-97v10,-14,39,-11,35,11v-2,15,-29,10,-34,29v-21,32,-52,54,-76,81","w":264,"k":{"J":-18}},"Y":{"d":"222,-293v4,-17,38,-14,30,5v-19,44,-65,78,-87,120v-33,32,-23,107,-30,166v-6,15,-35,15,-35,-5v0,-44,15,-92,9,-134v-41,-24,-61,-68,-94,-97v-3,-3,-5,-7,-5,-9v7,-11,32,-20,41,-2v23,24,41,54,67,75v32,-2,42,-47,63,-63","w":245,"k":{"\u00ff":58,"\u00fd":58,"\u00e7":65,"\u00d2":20,"\u00d4":20,"\u00d3":20,"\u00c1":50,"\u00c2":50,"\u00d5":20,"\u00c3":50,"\u00c0":50,"\u00f8":43,"\u00e6":36,"\u00d8":20,"\u00c6":50,"\u00d6":20,"\u00c7":32,"\u00c5":50,"\u00c4":50,"}":-29,"z":58,"y":58,"x":43,"w":43,"v":72,"u":58,"s":43,"r":58,"q":29,"p":29,"o":43,"n":58,"m":36,"g":43,"f":43,"e":65,"d":65,"c":65,"a":36,"]":-29,"W":-14,"V":-22,"Q":20,"O":20,"J":50,"G":32,"C":32,"B":18,"A":50,")":-29}},"Z":{"d":"50,-245v64,35,181,-23,216,15r-163,178v71,-4,145,-27,215,-25v9,4,11,24,-5,22r-205,31v-14,1,-28,3,-42,3v-11,8,-42,31,-45,1v30,-44,82,-63,112,-106v20,-29,42,-56,70,-78v-43,-17,-131,22,-169,-14v1,-14,0,-28,16,-27","w":305},"[":{"d":"47,-187v2,-39,-37,-85,32,-85v25,0,71,-6,68,17v-3,22,-50,8,-73,15v-2,18,-1,68,-2,81r-10,200v-6,32,28,14,49,12v16,-2,17,20,10,27v-19,9,-55,8,-75,16v-26,-8,-13,-57,-11,-94","w":146,"k":{"j":-86}},"\\":{"d":"15,-248v-20,-19,-1,-49,19,-30r72,124v28,60,64,112,87,177v1,12,-18,16,-27,12r-97,-195","w":197},"]":{"d":"19,-253v6,-37,63,-18,101,-30v7,-1,19,10,17,17v-27,91,-34,220,-34,335v0,26,-34,9,-55,13v-18,0,-45,9,-51,-5v-3,-35,40,-23,75,-25v11,-88,2,-215,32,-298v0,-3,-1,-4,-4,-4v-27,-1,-40,5,-62,8v-5,0,-20,-5,-19,-11","w":150},"^":{"d":"44,-115v-6,17,-29,19,-30,-1v26,-44,55,-77,78,-114v7,-12,24,-11,27,4v22,39,62,68,78,113v-10,29,-26,0,-34,-11r-57,-76v-27,15,-49,65,-62,85","w":207},"_":{"d":"0,14v58,4,138,-19,161,13v-4,22,-41,-1,-67,7r-94,2v-8,0,-11,-5,-11,-12v0,-6,5,-10,11,-10","w":150},"`":{"d":"87,-184v-20,-24,-96,-51,-64,-73v30,10,46,37,72,49v16,8,7,29,-8,24","w":113},"a":{"d":"181,-55v51,-6,75,-46,105,-72v12,38,-40,62,-64,85v-25,24,-85,21,-91,-18v-25,25,-47,54,-91,60v-68,-52,11,-183,96,-176v63,6,-20,111,45,121xm47,-29v52,-9,90,-53,86,-113v0,-7,-4,-11,-12,-10v-50,12,-77,58,-82,111v0,6,3,11,8,12","w":236,"k":{".":-36,",":-36}},"b":{"d":"195,-73v33,-13,78,-67,107,-55v-34,58,-115,69,-159,115v-12,13,-28,31,-53,34v-21,2,-21,-20,-5,-26v36,-30,93,-46,98,-106v2,-32,-31,-46,-52,-21v-27,32,-65,60,-66,119v0,6,-6,11,-13,11v-39,-43,4,-167,5,-235v5,-16,4,-47,28,-41v6,2,8,9,7,18v-11,55,-25,111,-26,176v20,-37,49,-79,96,-87v47,2,59,64,33,98","w":244,"k":{".":-22,",":-22}},"c":{"d":"44,-54v9,53,85,20,110,1v30,-23,58,-59,93,-73v-3,37,-53,55,-74,81v-33,41,-155,80,-155,-12v0,-50,30,-87,58,-115v28,-28,49,10,53,35v2,13,-12,33,-21,13r-13,-29v-35,13,-46,55,-51,99","w":188,"k":{".":-14,",":-14}},"d":{"d":"195,-52v46,-7,80,-52,109,-78v6,41,-50,74,-78,98v-42,35,-63,-28,-64,-72v-25,44,-70,102,-130,104v-38,-10,-15,-77,-2,-99v16,-29,38,-63,66,-81v8,-5,20,-7,36,-7v19,0,24,32,26,51v9,-29,12,-62,15,-98v2,-21,-1,-44,20,-43v7,0,16,2,16,8v0,59,-25,108,-23,176v1,12,1,38,9,41xm144,-110v-21,-8,4,-55,-26,-56v-36,19,-71,77,-81,124v3,25,22,16,39,5v32,-23,50,-42,68,-73","w":254,"k":{"\u00bb":-43,".":-43,",":-43}},"e":{"d":"55,-67v3,61,93,26,115,4v27,-18,46,-45,73,-62v1,0,2,2,2,4v-35,55,-79,116,-158,116v-100,0,-56,-176,9,-189v21,-9,41,8,41,29v0,54,-48,69,-82,98xm55,-93v21,-18,69,-41,50,-76v-30,0,-43,45,-50,76","w":189,"k":{".":-43,",":-43}},"f":{"d":"104,-130v38,0,73,-7,102,-5v-13,36,-75,25,-122,31v-16,72,-1,182,-73,196v-19,4,-24,-25,-7,-30v51,5,34,-78,49,-126r2,-31v1,-10,-11,-8,-11,-18v0,-5,20,-28,20,-34v7,-55,17,-115,68,-121v46,-5,38,69,5,79v4,-17,7,-51,-8,-56v-34,13,-38,64,-43,108v0,5,6,7,18,7","w":143,"k":{"\u00ec":-58,"\u00ef":-58,"\u00ee":-58,"\u00ed":-58,"\u00ab":-58,"}":-94,"]":-94,"?":-29,"*":-115,")":-94}},"g":{"d":"161,-165v-13,81,0,186,-46,236v-37,39,-115,0,-125,-44v1,-10,9,-2,12,1v21,23,48,32,73,32v56,0,42,-77,52,-128v-22,22,-52,46,-91,50v-55,-53,27,-158,94,-169v15,1,29,6,31,22xm46,-55v51,15,97,-36,88,-100v-1,-8,-8,-8,-19,-8v-32,24,-67,58,-69,108","w":175},"h":{"d":"87,-253v-13,60,-14,135,-24,200v16,2,27,-39,43,-48v19,-23,39,-52,75,-53v32,14,7,87,37,102v56,-1,90,-48,122,-71v-9,51,-65,96,-123,101v-51,5,-34,-66,-50,-101v-54,27,-82,93,-116,141v-44,0,-5,-72,-9,-112v9,-56,-4,-132,22,-171v9,-8,26,-2,23,12","w":286,"k":{"\u00bb":-58,";":-58,":":-58,".":-58,",":-58}},"i":{"d":"85,-271v13,0,21,1,20,14v5,27,-35,35,-47,18v1,-15,14,-29,27,-32xm213,-123v20,29,-36,65,-56,89v-14,16,-45,38,-67,37v-44,-1,-54,-47,-54,-91v0,-29,1,-77,34,-76v14,17,-6,53,-3,81v2,20,4,55,23,55v55,-13,93,-56,123,-95","w":167,"k":{"\u00bb":-58,".":-50,",":-50}},"j":{"d":"101,-228v-24,-1,-34,-39,-7,-43v11,2,22,6,23,18v-3,8,-9,21,-16,25xm74,-173v29,10,-8,35,2,67v-3,82,14,192,-61,192v-23,0,-43,-10,-50,-27v0,-3,1,-5,3,-5v12,3,27,7,42,8v54,-8,34,-98,36,-160v1,-38,2,-69,28,-75","w":109},"k":{"d":"286,-114v4,-5,16,-27,20,-9v-24,51,-60,101,-110,124v-58,26,-75,-41,-112,-65v-12,13,-27,22,-26,47v0,15,-3,25,-18,24v-25,-23,3,-95,7,-138r10,-118v-1,-20,28,-29,34,-10r-29,190r81,-98v7,-21,57,-30,41,3v-26,27,-60,53,-82,81v32,16,49,76,95,55v37,-17,65,-57,89,-86","w":246,"k":{";":-29,":":-29,".":-43,",":-43}},"l":{"d":"100,-34v52,0,69,-53,101,-78v1,44,-53,97,-106,104v-101,-12,-34,-161,-34,-244v0,-17,23,-30,32,-13r-29,177v0,29,8,54,36,54","w":159,"k":{"\u00bb":-58,";":-58,":":-58,".":-79,",":-79}},"m":{"d":"185,-19v-36,-2,-9,-89,-33,-106v-37,25,-55,78,-81,114v-14,19,-36,-2,-33,-28v4,-40,6,-76,11,-113v2,-13,27,-24,29,-3v2,38,-13,72,-15,110v31,-34,44,-82,81,-109v39,-18,44,32,44,72v0,19,9,30,18,7v22,-31,31,-77,74,-87v41,10,-3,139,65,99v28,-17,48,-43,72,-64v3,44,-54,77,-89,98v-46,16,-47,-38,-53,-77v0,-8,0,-18,-6,-20v-36,22,-47,90,-84,107","w":366},"n":{"d":"326,-130v6,45,-61,99,-114,110v-50,-1,-39,-66,-56,-101v-44,-6,-55,59,-86,82v-6,7,-14,15,-23,18v-27,-22,-19,-138,21,-148v7,0,8,15,6,22v-5,23,-17,49,-14,77v37,-21,52,-99,113,-82v26,17,10,74,32,98v4,3,8,4,15,4v52,0,71,-55,106,-80","w":272,"k":{".":-79,",":-79}},"o":{"d":"134,-174v21,33,97,46,140,22v2,47,-83,43,-112,22v19,68,-35,131,-112,126v-56,-4,-31,-92,-7,-118v21,-24,50,-72,91,-52xm99,-149v-27,24,-82,85,-37,118v56,0,100,-55,72,-106v-12,-4,-22,-13,-35,-12","w":208},"p":{"d":"172,-67v49,-18,87,-51,130,-75v6,44,-68,61,-100,85v-33,15,-60,37,-97,45v-19,4,-29,-24,-9,-29v45,-11,75,-38,83,-87v-3,-46,-53,-14,-64,3v-45,44,-62,114,-65,198v0,17,-28,19,-31,2r16,-201v-1,-37,26,-42,33,-17v-2,20,-11,40,-8,61v28,-45,49,-90,110,-99v47,2,42,77,15,99v-4,5,-8,11,-13,15","w":241},"q":{"d":"255,-95v9,-5,27,-44,34,-21v-35,75,-109,112,-157,174v-5,20,-21,40,-36,15v-3,-50,31,-102,40,-146v-26,20,-54,54,-94,54v-21,0,-24,-9,-24,-35v0,-69,59,-131,127,-143v28,3,22,34,31,56r-48,164r68,-59xm149,-144v-27,12,3,-30,-16,-27v-31,5,-87,63,-90,109v-2,26,9,18,25,10v37,-19,81,-36,81,-92","w":233},"r":{"d":"59,-50v20,-56,76,-138,139,-92v2,13,-8,12,-22,12v-73,0,-90,77,-113,135v-20,15,-34,-4,-30,-33v7,-44,7,-95,20,-134v8,-11,25,-2,22,15","w":184},"s":{"d":"163,-97v20,-8,33,-49,48,-34v-7,36,-43,53,-64,78v-39,26,-75,73,-124,86v-5,1,-17,-2,-16,-8v1,-43,102,-28,58,-87v-11,-15,-26,-32,-26,-56v0,-30,17,-58,42,-66v36,10,-2,50,-16,58v5,28,24,52,37,74v23,-9,43,-29,61,-45","w":150},"t":{"d":"100,-147v43,3,78,-11,113,-12v-7,45,-82,25,-125,41v-9,33,-18,67,-21,106v-2,17,13,14,14,27v-11,22,-46,10,-43,-20v4,-37,14,-72,19,-103v-7,-19,-65,15,-60,-23v9,-21,71,12,71,-31r20,-84v5,-14,28,-14,26,5v-3,30,-20,62,-21,88v0,4,3,6,7,6","w":134},"u":{"d":"202,-171v-8,40,-16,128,40,103v38,-17,65,-51,96,-76v-6,55,-68,93,-120,110v-35,-2,-39,-35,-44,-66v-29,39,-49,90,-110,96v-54,-12,-17,-87,-19,-143v2,-8,5,-16,16,-15v40,17,-8,81,0,118v51,37,98,-68,118,-115v6,-13,11,-20,15,-20v6,1,7,2,8,8","w":275},"v":{"d":"215,-124v29,0,47,-23,67,-15v-14,34,-73,48,-110,27r-65,128v-9,8,-23,2,-23,-12v0,-49,-39,-84,-45,-136v-3,-27,33,-41,36,-13v-13,46,15,89,30,121v24,-33,31,-85,56,-117v20,-9,31,17,54,17","w":209},"w":{"d":"297,-159v16,30,77,21,101,7v1,45,-77,48,-110,30v-25,35,-31,90,-55,126v-4,3,-8,6,-13,7v-41,-13,-47,-75,-60,-113v-25,33,-34,103,-66,122v-45,-24,-55,-96,-55,-158v0,-14,7,-21,21,-21v16,5,10,35,13,53v5,31,10,62,23,83v33,-33,29,-110,73,-133v5,0,8,4,9,12v4,33,12,60,18,83v17,60,40,18,45,-10v13,-31,17,-74,45,-91v5,1,8,1,11,3","w":322},"x":{"d":"244,-72v20,-13,43,-72,59,-56v-19,47,-53,86,-90,110v-41,27,-78,-1,-106,-28v-27,18,-38,53,-52,83v-15,0,-23,-8,-24,-23v8,-37,32,-52,56,-77v-17,-21,-39,-44,-42,-77v-2,-21,33,-27,34,-5v2,31,12,46,29,62v26,-20,37,-49,56,-75v43,4,10,45,-5,57v-11,14,-19,23,-31,35v18,18,54,44,85,22v9,-6,20,-16,31,-28","w":243},"y":{"d":"88,-154v-12,29,-42,76,-15,107v59,-7,110,-40,103,-115v3,-11,8,-17,15,-17v27,2,10,49,10,76v0,62,-17,123,-42,163v-31,50,-118,24,-135,-17v0,-5,5,-16,9,-16v17,22,41,38,76,37v48,-14,55,-77,60,-130v-27,15,-62,43,-100,48v-60,-10,-28,-114,-7,-147v7,-12,28,-5,26,11","w":226},"z":{"d":"91,-27v42,2,92,16,118,-9v6,0,6,6,7,10v-16,44,-81,31,-126,21v-27,-6,-38,31,-60,15v-8,-15,9,-22,17,-31v32,-35,70,-68,95,-110v-27,-6,-103,18,-105,-17v10,-28,51,4,88,-10v19,-1,56,-14,60,9v-23,49,-66,77,-94,122","w":217},"{":{"d":"76,5v-3,45,31,58,63,42v10,0,14,2,14,8v-3,21,-26,29,-51,26v-45,-5,-50,-53,-49,-103v0,-23,2,-41,-11,-46v-13,3,-38,18,-39,-5v7,-33,80,-26,63,-77v-19,-60,1,-114,57,-125v21,-4,26,26,11,32v-49,-12,-50,42,-42,83v7,40,-12,58,-31,72v24,12,17,59,15,93","w":152,"k":{"j":-86}},"|":{"d":"59,-361v10,0,11,14,11,24r-2,475v1,39,-17,52,-26,27r4,-504v-1,-12,3,-22,13,-22","w":116},"}":{"d":"78,-226v0,-34,-56,-27,-73,-11v-3,0,-5,-1,-5,-4v1,-28,26,-37,58,-37v29,0,46,21,46,55v0,43,-26,62,-24,107v11,23,55,-11,63,23v-2,16,-30,18,-43,11v-22,21,9,65,5,106v-4,40,-24,67,-68,61v-8,-1,-18,-7,-18,-16v4,-13,22,-15,37,-12v33,-14,13,-85,11,-124v-1,-14,5,-18,16,-21v-58,-21,-5,-88,-5,-138","w":145},"~":{"d":"48,-152v62,-59,94,46,161,28v22,-6,26,-63,55,-48v2,2,4,4,4,7v-9,35,-46,75,-92,71v-39,-3,-46,-52,-91,-50v-27,1,-34,45,-53,58v-34,-12,-1,-60,16,-66","w":280},"\u00c4":{"d":"191,-265v20,-2,14,24,13,42v31,59,42,139,78,189v24,20,1,52,-16,33v-21,-22,-31,-59,-42,-88v-36,13,-80,19,-121,27v-23,5,-37,67,-71,72v-14,1,-28,-6,-28,-16v4,-11,14,-3,23,-16r120,-169v15,-23,33,-77,44,-74xm215,-115v-10,-28,-18,-60,-31,-84r-68,104v37,0,69,-13,99,-20xm232,-322v15,5,11,32,-8,30v-27,-8,-13,-29,8,-30xm153,-315v18,-2,36,30,7,29v-6,0,-22,-3,-18,-17v2,-6,4,-11,11,-12","w":301,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"\u00c5":{"d":"243,-90v18,42,31,50,51,76v0,8,-7,18,-16,18v-24,0,-55,-61,-71,-86v-45,6,-90,8,-131,19v-22,21,-30,55,-61,67v-31,-7,-3,-40,6,-52r82,-110v18,-35,47,-59,62,-94v-31,-7,-29,-54,-5,-69v30,1,57,3,57,32v0,23,-5,36,-17,45v10,42,16,91,32,127v15,-3,44,-13,47,5v0,16,-24,17,-36,22xm198,-110v-10,-40,-16,-55,-19,-97v-1,-4,-3,-8,-5,-8r-75,118v33,-5,69,-5,99,-13xm186,-267v11,-1,10,-8,11,-20v1,-14,-18,-4,-20,-18v-4,-1,-18,15,-17,19v-1,10,17,19,26,19","w":312,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"\u00c7":{"d":"45,75v14,10,52,16,54,-12v2,-31,-58,7,-32,-37r5,-13v-90,-22,-32,-176,9,-210v34,-28,67,-60,121,-66v30,-4,39,15,46,36v-7,18,-17,44,-38,48v-34,-9,3,-36,10,-51v-92,-9,-166,75,-166,177v0,71,101,30,132,10v46,-29,93,-60,129,-98v25,25,-23,56,-42,71v-44,37,-120,85,-182,85r-3,13v17,9,35,11,32,45v-3,28,-48,38,-76,25v-11,-5,-11,-23,1,-23","w":265,"k":{"\u00dd":-22,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c7":29,"\u00c5":7,"\u00c4":7,"}":-36,"]":-36,"Y":-22,"V":-22,"Q":22,"G":27,"C":29,"A":7,"?":-36,")":-36,"\u00ab":40}},"\u00c9":{"d":"228,-145v-5,44,-96,17,-147,32v-5,26,-15,49,-17,77v57,9,132,-5,181,-20v20,4,13,32,-5,35r-192,28v-49,-23,9,-101,2,-155v6,-56,-8,-117,75,-99v54,12,98,-12,143,-15v24,31,-22,38,-51,39r-127,5v-6,19,-5,46,-7,69v39,16,98,-1,136,-10v7,1,9,6,9,14xm126,-287v8,-27,62,-56,89,-65v3,3,7,8,8,13v-24,24,-58,40,-86,60v-7,0,-8,-5,-11,-8","w":270,"k":{"\u00ef":-11,"\u00ee":-11,"\u00ed":-11,"\u00dd":-14,"}":-22,"z":-22,"t":-29,"]":-22,"Y":-14,"X":-14,"W":-7,"V":-29,"J":-7,")":-22,"\u00ec":-4}},"\u00d1":{"d":"179,-338v20,26,47,19,61,-6v6,-1,7,4,8,9v-5,18,-17,38,-36,40v-31,3,-32,-27,-57,-31v-24,2,-22,29,-44,33v-5,1,-7,-5,-7,-9v5,-27,50,-67,75,-36xm66,-36v9,36,-21,69,-34,38v1,-81,37,-149,37,-231v0,-21,32,-21,36,-1v16,78,67,132,108,187r35,-222v2,-11,12,-17,25,-17v29,36,-7,91,-12,136v-5,45,-18,82,-18,133v-20,48,-47,-6,-60,-24v-32,-46,-64,-89,-91,-141v-12,42,-20,96,-26,142","w":301},"\u00d6":{"d":"203,-68v48,-40,65,-178,-33,-164v-69,10,-95,69,-115,130v-22,69,46,108,103,70v16,-10,34,-22,45,-36xm91,-223v57,-54,200,-41,187,60v-12,93,-71,150,-150,173v-96,28,-130,-81,-89,-160v14,-26,32,-54,52,-73xm221,-330v15,5,11,32,-8,30v-27,-8,-13,-29,8,-30xm142,-323v18,-2,36,30,7,29v-6,0,-22,-3,-18,-17v2,-6,4,-11,11,-12","w":289,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"\u00dc":{"d":"263,-247v0,113,4,251,-132,251v-91,0,-115,-97,-89,-184v8,-28,4,-65,19,-86v25,-13,26,17,20,39v-19,69,-44,193,47,201v94,9,91,-77,96,-160v2,-30,0,-69,27,-73v8,-1,12,5,12,12xm207,-329v15,5,11,32,-8,30v-27,-8,-13,-29,8,-30xm128,-322v18,-2,36,30,7,29v-6,0,-22,-3,-18,-17v2,-6,4,-11,11,-12","w":278,"k":{"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c0":20,"\u00c6":20,"\u00c5":20,"\u00c4":20,"A":20}},"\u00b0":{"d":"82,-249v45,-10,71,15,74,49v6,65,-125,83,-122,9v1,-24,26,-53,48,-58xm91,-165v43,9,56,-49,24,-64v-10,1,-15,9,-27,4v-17,3,-27,17,-28,35v-1,14,18,26,31,25","w":182},"\u00a2":{"d":"127,-191v13,7,38,11,38,28v0,26,-27,1,-38,-2v-9,13,-21,56,-13,76v17,1,29,-23,45,-8v3,33,-47,17,-53,43v-4,19,3,56,-15,56v-26,0,-9,-43,-6,-60v-64,9,-86,-77,-35,-106v13,-12,35,-14,51,-21v8,-7,-4,-67,21,-62v23,5,5,47,5,56xm101,-164v-43,6,-86,64,-32,84v35,0,20,-51,32,-84","w":183},"\u00a3":{"d":"204,-45v8,-13,27,-8,26,13v-2,28,-32,40,-58,40v-31,0,-78,-28,-111,-35v-22,15,-34,23,-36,23v-5,0,-18,-5,-16,-11v4,-16,17,-36,37,-36v8,-9,25,-35,30,-48v-21,0,-50,2,-55,-13v-2,-31,44,-2,59,-14v-2,-60,21,-111,73,-115v22,-2,47,25,28,41v-17,9,-21,-13,-35,-15v-30,8,-42,46,-41,82v28,-3,67,-28,90,-9v-4,39,-87,5,-93,48v-2,16,-20,34,-26,45v36,10,64,32,106,32v13,0,25,-9,22,-28","w":240},"\u00a7":{"d":"41,-242v3,-33,86,-38,93,-3v1,7,-11,21,-18,20v-7,-9,-12,-26,-28,-26v-23,0,-39,29,-16,44v27,18,61,30,61,70v0,23,-18,40,-38,45v17,13,31,18,33,47v3,60,-105,67,-111,12v0,-4,1,-18,5,-17v29,-2,12,33,49,33v38,0,44,-43,10,-54v-30,-10,-82,-41,-57,-85v9,-15,24,-24,42,-30v-15,-14,-39,-27,-25,-56xm81,-168v-34,-3,-49,44,-19,58v20,20,44,-5,47,-25v2,-16,-14,-32,-28,-33","w":150},"\u00b6":{"d":"95,35v-23,-19,-15,-90,-17,-129v-25,-16,-56,-28,-56,-66v0,-76,89,-88,164,-91v15,3,32,8,34,24v-26,56,-36,172,-13,239v-1,2,-9,6,-13,6v-22,-8,-25,-54,-25,-85v0,-56,13,-102,19,-152v0,-4,-4,-7,-12,-7v-53,3,-122,15,-129,64v2,14,16,38,31,40v20,-3,-4,-66,23,-68v17,5,3,47,5,65v8,5,33,-2,23,21v-41,2,-20,82,-20,126v-2,7,-6,13,-14,13","w":240},"\u00df":{"d":"185,-210v1,43,-47,49,-71,66v37,7,71,32,71,76v0,41,-42,65,-82,69v-27,3,-45,-39,-22,-53v3,9,11,30,21,30v31,-1,55,-21,58,-50v2,-19,-29,-49,-66,-51v-8,0,-15,-12,-15,-21v0,-22,33,-16,47,-27v12,-10,34,-21,31,-47v4,-31,-41,-39,-55,-18v-48,70,-39,199,-68,287v-7,18,-35,49,-54,29v3,-30,30,-19,35,-57r20,-136v11,-75,20,-158,106,-158v28,0,43,32,44,61","w":200},"\u00ae":{"d":"98,-210v12,-62,119,-68,165,-31v35,27,85,106,31,148v-51,39,-116,79,-206,75v-35,-9,-73,-36,-73,-78v0,-53,49,-90,83,-114xm41,-118v-20,97,121,82,180,47v36,-21,77,-31,77,-81v0,-72,-108,-121,-168,-73v40,-20,64,-18,78,14v0,2,-2,5,-4,9v-66,-35,-134,35,-163,84xm218,-153v-2,9,-20,15,-30,18v16,13,51,15,61,32v-19,26,-56,-17,-83,-16v-5,0,-6,-7,-7,-11v0,-15,31,-15,33,-26v0,-10,-32,-8,-39,-2v-4,23,16,60,-8,69v-29,-1,-3,-55,-19,-73v-13,-14,8,-18,23,-21v35,-7,62,5,69,30","w":336},"\u00a9":{"d":"178,-263v19,4,51,20,34,42v53,-5,159,34,116,101v-42,65,-133,91,-223,105v-39,-3,-77,-21,-81,-59v14,-98,57,-173,154,-189xm50,-77v22,70,138,25,185,1v33,-16,73,-39,81,-80v-15,-45,-86,-43,-135,-55v-3,-12,8,-10,19,-10v-7,-12,-6,-18,-22,-18v-75,17,-115,85,-128,162xm144,-99v45,2,70,-18,95,-34v4,0,5,7,3,11v-14,29,-52,48,-95,48v-53,0,-39,-80,-11,-98v18,-20,77,-36,74,13v-4,4,-23,15,-23,0v0,-21,-20,-10,-26,-1v-15,11,-29,26,-24,54v0,4,3,7,7,7","w":344},"\u00b4":{"d":"18,-189v8,-27,62,-56,89,-65v3,3,7,8,8,13v-24,24,-58,40,-86,60v-7,0,-8,-5,-11,-8","w":133},"\u00a8":{"d":"102,-244v15,5,11,32,-8,30v-27,-8,-13,-29,8,-30xm23,-237v18,-2,36,30,7,29v-6,0,-22,-3,-18,-17v2,-6,4,-11,11,-12","w":126},"\u00c6":{"d":"346,-168v13,-2,17,6,17,20v-24,17,-95,23,-136,20v-13,49,2,111,64,91v30,-10,68,-11,90,-28v26,23,-11,39,-36,43v-35,6,-68,17,-105,15v-37,-2,-40,-41,-48,-71v-43,11,-100,-11,-120,29v-24,21,-32,59,-70,64v-19,3,-20,-29,-3,-32v81,-60,128,-151,182,-236v41,-20,111,12,162,-11v30,-14,48,21,17,29v-45,3,-89,13,-135,9v-6,19,1,51,0,74v36,9,90,-11,121,-16xm114,-100v25,4,63,-2,80,-12r-2,-99","w":396,"k":{"\u00ec":-11,"\u00ef":-11,"\u00ee":-11,"\u00ed":-11,"\u00dd":-14,"}":-22,"z":-22,"t":-29,"]":-22,"Y":-14,"X":-14,"W":-7,"V":-29,"J":-7,")":-22}},"\u00d8":{"d":"242,-309v20,-3,11,23,4,31v-10,15,-20,31,-28,48v78,4,104,105,48,155v-42,37,-89,68,-160,75v-29,15,-14,67,-56,69v-9,0,-13,-5,-13,-15v12,-18,25,-35,33,-56v-37,-30,-74,-89,-35,-146v34,-49,68,-112,144,-112v7,0,16,7,19,12v19,-17,14,-56,44,-61xm206,-205v-34,56,-59,118,-91,175v71,0,136,-49,157,-110v0,-39,-34,-61,-66,-65xm86,-40v39,-54,63,-132,100,-189v-71,-6,-115,63,-135,121v-11,31,5,65,35,68","w":306,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"\u00b1":{"d":"115,-144v29,9,68,-13,74,11v-4,25,-45,5,-75,11v-10,23,14,70,-16,76v-20,-10,0,-45,-6,-76r-71,2v-8,-2,-7,-10,-8,-20v16,-8,53,-3,79,-6v6,-17,2,-42,3,-61v1,-8,1,-12,10,-11v12,0,16,3,15,15xm22,-1v-16,-17,8,-26,27,-26r124,4v9,0,13,4,13,13v-22,28,-83,10,-138,10v-13,0,-22,0,-26,-1","w":205},"\u00a5":{"d":"195,-72v9,27,-44,20,-63,25v-15,1,-7,29,-1,35v-4,8,-8,12,-20,12v-17,0,-9,-30,-16,-41v-21,0,-65,25,-69,-5v3,-31,76,10,71,-38v6,-40,-72,16,-72,-27v0,-25,51,1,69,-11v-19,-40,-55,-64,-79,-99v-10,-15,9,-35,20,-20v23,33,47,62,75,91r82,-82v12,-14,47,-7,28,12v-31,31,-78,53,-97,95v21,-1,51,-8,66,-15v5,-1,13,14,13,18v-12,15,-58,14,-77,20v-2,7,-4,25,0,34v21,1,53,-18,70,-4","w":232},"\u00aa":{"d":"136,-173v16,3,31,-18,43,-29v3,0,6,4,6,7v-3,24,-28,45,-53,45v-17,0,-24,-17,-29,-31v-12,17,-29,51,-55,53v-16,1,-26,-16,-25,-32v3,-47,28,-96,74,-103v8,-1,12,13,19,8v23,10,-11,75,20,82xm45,-160v12,19,29,-10,35,-20v8,-14,18,-34,20,-57v1,-6,-5,-6,-10,-6v-26,6,-41,55,-45,83","w":187},"\u00ba":{"d":"122,-242v27,14,20,78,-3,90v-23,22,-103,51,-98,-12v3,-46,32,-107,88,-95v5,4,6,12,13,17xm44,-160v8,31,59,-8,66,-13v8,-17,7,-47,-8,-52v-2,-5,-1,-14,-7,-14v-34,0,-47,44,-51,79","w":157},"\u00e6":{"d":"306,-114v6,47,-72,89,-122,105v-46,-1,-63,-27,-61,-74v-20,36,-37,87,-85,93v-16,-4,-24,-20,-23,-41v6,-66,32,-136,93,-145v29,-5,49,12,39,44v10,-35,80,-67,96,-12v-5,46,-49,54,-88,66v-5,-1,-7,5,-7,8v26,80,128,-3,148,-35v6,-6,9,-9,10,-9xm182,-108v19,-5,54,-36,17,-43v-18,3,-40,33,-44,49v8,0,17,-3,27,-6xm47,-17v35,-16,63,-81,75,-118v2,-28,-32,-17,-41,-4v-20,29,-38,57,-40,104v0,12,2,18,6,18","k":{".":-43,",":-43}},"\u00f8":{"d":"188,-208v-3,18,-22,29,-26,45v17,6,39,25,39,45v0,64,-57,100,-120,106v-26,9,-27,53,-51,63v-34,-12,9,-50,17,-64v-38,-18,-33,-88,-6,-114v18,-28,57,-59,101,-41v9,-16,20,-62,46,-40xm92,-38v43,-3,85,-43,81,-88v-3,-7,-12,-11,-19,-14xm61,-36v25,-30,50,-72,68,-110v-47,-9,-78,31,-84,74v1,13,3,35,16,36","w":209},"\u00bf":{"d":"120,-185v-25,-4,-19,-44,2,-45v21,1,17,44,-2,45xm37,28v0,59,96,16,116,-6v8,-4,17,1,17,9v-18,32,-61,62,-115,55v-25,-3,-43,-19,-43,-45v0,-58,29,-96,83,-101v-1,-23,-12,-74,20,-76v25,8,-4,30,2,53v5,20,25,52,-6,55v-3,0,-7,-2,-13,-7v-30,5,-61,30,-61,63","w":173,"k":{"j":-58}},"\u00a1":{"d":"46,-206v-1,-3,20,-25,35,-15v9,15,-1,44,-23,41v-11,1,-10,-17,-12,-26xm21,54v16,-66,0,-157,45,-187v22,38,-9,100,-9,159v0,29,-21,72,-36,28","w":103},"\u00ac":{"d":"43,-115v65,7,122,-11,179,-1v12,15,0,66,1,93v-4,14,-27,9,-24,-7v0,-21,9,-48,0,-64r-175,4v-13,-1,-6,-22,1,-23v6,-1,13,-2,18,-2","w":259},"\u00ab":{"d":"215,-159v7,-3,38,-27,41,-3v0,3,-5,12,-8,12v-20,9,-75,21,-85,34v24,21,45,37,61,62v-2,14,-18,8,-24,0v-19,-24,-53,-41,-70,-67v15,-26,55,-26,85,-38xm27,-136v32,3,90,-70,100,-39v-2,27,-36,27,-52,44v-7,4,-19,4,-23,11v17,11,56,41,65,61v-1,17,-16,6,-24,-1v-23,-19,-46,-39,-73,-54v-6,-7,-7,-23,7,-22","w":263},"\u00bb":{"d":"214,-103v-6,-16,-80,-48,-44,-70v23,17,47,53,80,63v3,25,-48,30,-64,48v-15,8,-25,22,-41,29v-25,-6,-3,-29,8,-35xm45,-163v23,-33,45,32,70,41v5,4,23,21,11,28v-27,17,-59,37,-85,56v-16,1,-18,-10,-11,-24v18,-15,57,-23,69,-42v-10,-18,-45,-40,-54,-59"},"\u00a0":{"w":143},"\u00c0":{"d":"191,-265v20,-2,14,24,13,42v31,59,42,139,78,189v24,20,1,52,-16,33v-21,-22,-31,-59,-42,-88v-36,13,-80,19,-121,27v-23,5,-37,67,-71,72v-14,1,-28,-6,-28,-16v4,-11,14,-3,23,-16r120,-169v15,-23,33,-77,44,-74xm215,-115v-10,-28,-18,-60,-31,-84r-68,104v37,0,69,-13,99,-20xm204,-289v-20,-24,-96,-51,-64,-73v30,10,46,37,72,49v16,8,7,29,-8,24","w":301,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"\u00c3":{"d":"184,-341v17,27,51,30,67,-1v6,-1,7,4,8,9v-5,17,-16,38,-36,40v-30,1,-34,-25,-57,-31v-23,2,-22,30,-44,33v-5,1,-8,-4,-8,-8v7,-24,39,-62,70,-42xm191,-265v20,-2,14,24,13,42v31,59,42,139,78,189v24,20,1,52,-16,33v-21,-22,-31,-59,-42,-88v-36,13,-80,19,-121,27v-23,5,-37,67,-71,72v-14,1,-28,-6,-28,-16v4,-11,14,-3,23,-16r120,-169v15,-23,33,-77,44,-74xm215,-115v-10,-28,-18,-60,-31,-84r-68,104v37,0,69,-13,99,-20","w":301,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"\u00d5":{"d":"193,-336v21,26,46,19,60,-6v7,-1,9,3,9,9v-6,16,-18,38,-36,40v-36,3,-52,-56,-81,-15v-6,9,-23,27,-28,8v4,-29,51,-67,76,-36xm203,-68v48,-40,65,-178,-33,-164v-69,10,-95,69,-115,130v-22,69,46,108,103,70v16,-10,34,-22,45,-36xm91,-223v57,-54,200,-41,187,60v-12,93,-71,150,-150,173v-96,28,-130,-81,-89,-160v14,-26,32,-54,52,-73","w":289,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"\u00f7":{"d":"87,-168v4,-13,35,-11,38,-1v0,9,-4,23,-12,23v-16,1,-25,-10,-26,-22xm37,-107v54,0,101,-7,146,0v11,2,13,16,5,23r-137,5v-29,4,-36,-28,-14,-28xm83,-19v-1,-12,33,-27,37,-9v4,26,-32,26,-37,9","w":208},"\u00c2":{"d":"204,-377v19,16,35,57,54,71v10,14,-9,27,-18,14v-14,-18,-25,-39,-40,-55v-25,16,-30,41,-58,55v-6,0,-9,-5,-9,-15v12,-29,39,-35,54,-58v6,-9,12,-12,17,-12xm191,-265v20,-2,14,24,13,42v31,59,42,139,78,189v24,20,1,52,-16,33v-21,-22,-31,-59,-42,-88v-36,13,-80,19,-121,27v-23,5,-37,67,-71,72v-14,1,-28,-6,-28,-16v4,-11,14,-3,23,-16r120,-169v15,-23,33,-77,44,-74xm215,-115v-10,-28,-18,-60,-31,-84r-68,104v37,0,69,-13,99,-20","w":301,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"\u00ca":{"d":"232,-290v-24,-11,-33,-44,-50,-61v-23,16,-32,42,-58,55v-6,0,-9,-5,-9,-15v12,-28,39,-34,54,-57v19,-28,28,0,39,17v8,23,30,28,34,51v0,5,-5,10,-10,10xm228,-145v-5,44,-96,17,-147,32v-5,26,-15,49,-17,77v57,9,132,-5,181,-20v20,4,13,32,-5,35r-192,28v-49,-23,9,-101,2,-155v6,-56,-8,-117,75,-99v54,12,98,-12,143,-15v24,31,-22,38,-51,39r-127,5v-6,19,-5,46,-7,69v39,16,98,-1,136,-10v7,1,9,6,9,14","w":270,"k":{"\u00ef":-11,"\u00ee":-11,"\u00ed":-11,"\u00dd":-14,"}":-22,"z":-22,"t":-29,"]":-22,"Y":-14,"X":-14,"W":-7,"V":-29,"J":-7,")":-22,"\u00ec":-5}},"\u00c1":{"d":"191,-265v20,-2,14,24,13,42v31,59,42,139,78,189v24,20,1,52,-16,33v-21,-22,-31,-59,-42,-88v-36,13,-80,19,-121,27v-23,5,-37,67,-71,72v-14,1,-28,-6,-28,-16v4,-11,14,-3,23,-16r120,-169v15,-23,33,-77,44,-74xm215,-115v-10,-28,-18,-60,-31,-84r-68,104v37,0,69,-13,99,-20xm150,-290v8,-27,62,-56,89,-65v3,3,7,8,8,13v-24,24,-58,40,-86,60v-7,0,-8,-5,-11,-8","w":301,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"\u00cb":{"d":"228,-145v-5,44,-96,17,-147,32v-5,26,-15,49,-17,77v57,9,132,-5,181,-20v20,4,13,32,-5,35r-192,28v-49,-23,9,-101,2,-155v6,-56,-8,-117,75,-99v54,12,98,-12,143,-15v24,31,-22,38,-51,39r-127,5v-6,19,-5,46,-7,69v39,16,98,-1,136,-10v7,1,9,6,9,14xm210,-337v15,5,11,32,-8,30v-27,-8,-13,-29,8,-30xm131,-330v18,-2,36,30,7,29v-6,0,-22,-3,-18,-17v2,-6,4,-11,11,-12","w":270,"k":{"\u00ef":-11,"\u00ee":-11,"\u00ed":-11,"\u00dd":-14,"}":-22,"z":-22,"t":-29,"]":-22,"Y":-14,"X":-14,"W":-7,"V":-29,"J":-7,")":-22,"\u00ec":-5}},"\u00c8":{"d":"228,-145v-5,44,-96,17,-147,32v-5,26,-15,49,-17,77v57,9,132,-5,181,-20v20,4,13,32,-5,35r-192,28v-49,-23,9,-101,2,-155v6,-56,-8,-117,75,-99v54,12,98,-12,143,-15v24,31,-22,38,-51,39r-127,5v-6,19,-5,46,-7,69v39,16,98,-1,136,-10v7,1,9,6,9,14xm184,-294v-20,-24,-96,-51,-64,-73v30,10,46,37,72,49v16,8,7,29,-8,24","w":270,"k":{"\u00ed":-11,"\u00dd":-14,"}":-22,"z":-22,"t":-29,"]":-22,"Y":-14,"X":-14,"W":-7,"V":-29,"J":-7,")":-22,"\u00ec":-5,"\u00ef":-5,"\u00ee":-5}},"\u00cd":{"d":"95,-237v-12,63,-31,129,-32,207v10,16,-3,31,-20,32v-45,-55,15,-172,18,-245v1,-7,6,-14,12,-16v12,1,21,9,22,22xm57,-300v8,-27,62,-56,89,-65v3,3,7,8,8,13v-24,24,-58,40,-86,60v-7,0,-8,-5,-11,-8","w":111,"k":{"z":14,"w":22,"v":29}},"\u00ce":{"d":"138,-267v-23,-12,-34,-43,-50,-61v-25,15,-32,40,-58,55v-6,0,-9,-5,-9,-15v10,-30,39,-36,54,-58v19,-26,28,1,38,17v8,23,29,29,35,51v0,6,-5,10,-10,11xm95,-237v-12,63,-31,129,-32,207v10,16,-3,31,-20,32v-45,-55,15,-172,18,-245v1,-7,6,-14,12,-16v12,1,21,9,22,22","w":111,"k":{"z":14,"w":22,"v":29}},"\u00cc":{"d":"95,-237v-12,63,-31,129,-32,207v10,16,-3,31,-20,32v-45,-55,15,-172,18,-245v1,-7,6,-14,12,-16v12,1,21,9,22,22xm116,-291v-20,-24,-96,-51,-64,-73v30,10,46,37,72,49v16,8,7,29,-8,24","w":111,"k":{"z":14,"w":22,"v":29}},"\u00d3":{"d":"203,-68v48,-40,65,-178,-33,-164v-69,10,-95,69,-115,130v-22,69,46,108,103,70v16,-10,34,-22,45,-36xm91,-223v57,-54,200,-41,187,60v-12,93,-71,150,-150,173v-96,28,-130,-81,-89,-160v14,-26,32,-54,52,-73xm147,-284v8,-27,62,-56,89,-65v3,3,7,8,8,13v-24,24,-58,40,-86,60v-7,0,-8,-5,-11,-8","w":289,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"\u00d4":{"d":"188,-372v19,16,35,57,54,71v10,14,-9,27,-18,14v-14,-18,-23,-40,-40,-55v-25,16,-30,41,-58,55v-6,0,-9,-5,-9,-15v12,-29,39,-35,54,-58v6,-9,12,-12,17,-12xm203,-68v48,-40,65,-178,-33,-164v-69,10,-95,69,-115,130v-22,69,46,108,103,70v16,-10,34,-22,45,-36xm91,-223v57,-54,200,-41,187,60v-12,93,-71,150,-150,173v-96,28,-130,-81,-89,-160v14,-26,32,-54,52,-73","w":289,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"\u00d2":{"d":"203,-68v48,-40,65,-178,-33,-164v-69,10,-95,69,-115,130v-22,69,46,108,103,70v16,-10,34,-22,45,-36xm91,-223v57,-54,200,-41,187,60v-12,93,-71,150,-150,173v-96,28,-130,-81,-89,-160v14,-26,32,-54,52,-73xm210,-289v-20,-24,-96,-51,-64,-73v30,10,46,37,72,49v16,8,7,29,-8,24","w":289,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"\u00da":{"d":"263,-247v0,113,4,251,-132,251v-91,0,-115,-97,-89,-184v8,-28,4,-65,19,-86v25,-13,26,17,20,39v-19,69,-44,193,47,201v94,9,91,-77,96,-160v2,-30,0,-69,27,-73v8,-1,12,5,12,12xm138,-280v8,-27,62,-56,89,-65v3,3,7,8,8,13v-24,24,-58,40,-86,60v-7,0,-8,-5,-11,-8","w":278,"k":{"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c0":20,"\u00c6":20,"\u00c5":20,"\u00c4":20,"A":20}},"\u00db":{"d":"224,-292v-26,-10,-33,-46,-51,-61v-23,17,-32,41,-58,55v-6,0,-8,-5,-8,-15v5,-22,22,-23,33,-37v15,-8,33,-50,46,-25v14,26,35,48,48,72v0,6,-4,11,-10,11xm263,-247v0,113,4,251,-132,251v-91,0,-115,-97,-89,-184v8,-28,4,-65,19,-86v25,-13,26,17,20,39v-19,69,-44,193,47,201v94,9,91,-77,96,-160v2,-30,0,-69,27,-73v8,-1,12,5,12,12","w":278,"k":{"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c0":20,"\u00c6":20,"\u00c5":20,"\u00c4":20,"A":20}},"\u00d9":{"d":"263,-247v0,113,4,251,-132,251v-91,0,-115,-97,-89,-184v8,-28,4,-65,19,-86v25,-13,26,17,20,39v-19,69,-44,193,47,201v94,9,91,-77,96,-160v2,-30,0,-69,27,-73v8,-1,12,5,12,12xm172,-288v-20,-24,-96,-51,-64,-73v30,10,46,37,72,49v16,8,7,29,-8,24","w":278,"k":{"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c0":20,"\u00c6":20,"\u00c5":20,"\u00c4":20,"A":20}},"\u00b8":{"d":"12,79v6,-30,62,21,64,-23v1,-29,-37,0,-40,-20v15,-25,4,-43,29,-49v13,8,0,20,0,34v18,8,35,12,31,45v-3,27,-48,40,-75,24v-6,-2,-9,-6,-9,-11","w":111},"\u00a6":{"d":"49,-354v8,-10,22,1,22,12r-1,198v2,17,-23,18,-23,3xm58,-55v29,31,0,134,10,208v4,27,-21,31,-26,15r2,-204v1,-9,3,-20,14,-19","w":116},"\u00d0":{"d":"3,-136v64,11,64,-30,64,-85v0,-14,7,-40,26,-29v91,19,208,16,218,116v-14,97,-121,94,-179,143v-13,11,-19,-12,-20,-19v42,-45,154,-48,170,-122v-4,-49,-56,-56,-89,-75v-35,-1,-63,-9,-97,-11v-3,23,-8,57,-5,82v27,2,70,-14,77,10v-3,33,-65,4,-85,21v-4,26,6,54,6,80v0,14,-6,19,-20,20v-19,-7,-14,-64,-15,-93v-1,-22,-58,5,-62,-28v0,-6,5,-10,11,-10","w":324,"k":{"\u00ff":29,"\u00fd":29,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c0":36,"\u00c6":36,"\u00c4":36,"y":29,"x":29,"w":22,"v":14,"t":-50,"s":14,"n":14,"m":14,"f":14,"d":14,"J":58,"A":36,",":58,"\u00c5":-29,".":-65}},"\u00f0":{"d":"150,-272v29,22,-26,32,-32,45v40,34,81,143,19,184v-20,13,-43,39,-75,39v-38,0,-48,-45,-50,-83v10,-51,49,-86,106,-93r-24,-34v-19,2,-35,24,-53,27v-28,-19,33,-28,27,-44v-10,-5,-22,-9,-28,-17v0,-7,14,-18,21,-18v13,0,31,19,40,23v21,-2,29,-26,49,-29xm40,-87v-7,69,63,58,82,19v24,-15,26,-69,5,-92v-39,6,-83,30,-87,73","w":181},"\u00dd":{"d":"222,-293v4,-17,38,-14,30,5v-19,44,-65,78,-87,120v-33,32,-23,107,-30,166v-6,15,-35,15,-35,-5v0,-44,15,-92,9,-134v-41,-24,-61,-68,-94,-97v-3,-3,-5,-7,-5,-9v7,-11,32,-20,41,-2v23,24,41,54,67,75v32,-2,42,-47,63,-63xm97,-290v8,-27,62,-56,89,-65v3,3,7,8,8,13v-24,24,-58,40,-86,60v-7,0,-8,-5,-11,-8","w":245,"k":{"\u00ff":58,"\u00fd":58,"\u00e7":65,"\u00d2":20,"\u00d4":20,"\u00d3":20,"\u00c1":50,"\u00c2":50,"\u00d5":20,"\u00c3":50,"\u00c0":50,"\u00f8":43,"\u00e6":36,"\u00d8":20,"\u00c6":50,"\u00d6":20,"\u00c7":32,"\u00c5":50,"\u00c4":50,"}":-29,"z":58,"y":58,"x":43,"w":43,"v":72,"u":58,"s":43,"r":58,"q":29,"p":29,"o":43,"n":58,"m":36,"g":43,"f":43,"e":65,"d":65,"c":65,"a":36,"]":-29,"W":-14,"V":-22,"Q":20,"O":20,"J":50,"G":32,"C":32,"B":18,"A":50,")":-29}},"\u00de":{"d":"78,-282v29,-16,33,17,24,39v12,15,63,-4,88,13v54,5,131,40,84,96v-43,52,-138,54,-206,84v-13,21,13,62,-16,65v-52,-32,8,-128,5,-187xm70,-98v10,33,72,-7,97,-5v39,-12,76,-26,93,-59v-18,-42,-93,-42,-150,-49v-15,-2,-21,16,-21,24v1,32,-16,61,-19,89","w":284,"k":{"\u00e7":20,"\u00c1":83,"\u00c2":83,"\u00c3":83,"\u00c0":83,"\u00c6":83,"\u00c5":83,"\u00c4":83,"c":20,"A":83,".":43,",":43}},"\u00fe":{"d":"27,56v18,-99,14,-238,46,-323v14,-8,18,3,17,25v-2,63,-21,111,-24,170v27,-38,42,-100,94,-107v37,-5,64,33,44,67v-8,14,-29,34,-43,48v48,-17,90,-41,128,-67v4,51,-107,78,-155,102v-21,10,-38,11,-49,11v-10,0,-17,-9,-19,7v-3,20,-6,36,-7,57v-1,18,-4,48,-19,48v-17,0,-16,-22,-13,-38xm96,-89v-6,17,-31,39,-16,53v44,-10,98,-64,100,-102v-18,-31,-54,4,-64,20v-6,10,-14,19,-20,29","w":242,"k":{".":-22,",":-22}},"\u00d7":{"d":"177,-155v-4,26,-47,40,-56,62v18,24,43,40,57,68v-13,29,-35,-9,-45,-19r-28,-33v-21,20,-38,44,-62,61v-4,1,-12,-9,-12,-12v15,-22,44,-43,59,-64v-16,-18,-36,-35,-52,-52v-7,-8,-2,-21,9,-21v27,11,35,40,58,59v15,-5,38,-52,61,-57v6,-1,10,4,11,8","w":205},"\u00b9":{"d":"75,-270v15,31,-17,82,-11,133v3,24,-21,30,-29,13r5,-58v8,-31,7,-80,35,-88","w":107},"\u00b2":{"d":"95,-230v-12,-10,-44,10,-54,19v-14,-2,-13,-29,2,-30v22,-7,70,-32,75,5v-10,48,-52,67,-71,103v26,-2,67,-12,96,-17v9,1,14,7,14,17v0,13,-18,16,-29,10v-37,2,-68,18,-105,23v-28,-7,-14,-25,6,-48r65,-75v1,-3,1,-5,1,-7","w":158},"\u00b3":{"d":"94,-195v14,-6,44,-4,42,18v-4,46,-79,78,-121,75v-14,-12,-2,-37,21,-28v33,-4,66,-18,77,-42v-13,-21,-66,20,-72,-10v1,-9,8,-17,19,-14v14,-4,40,-20,42,-36v-22,-11,-42,14,-64,16v-21,-6,-7,-25,7,-27v21,-3,35,-14,58,-14v12,0,24,6,23,19v5,13,-28,38,-32,43","w":139},"\u00bd":{"d":"177,-25v39,-1,111,-30,124,10v-5,19,-33,3,-53,5v-37,3,-75,7,-110,11v-16,-2,-24,-17,-6,-28v35,-23,93,-37,109,-80v-29,-16,-79,32,-87,-2v18,-19,101,-41,112,-2v-6,44,-50,68,-86,81v-2,1,-3,3,-3,5xm30,-145v14,-36,9,-96,38,-117v16,1,6,26,5,39v-3,27,-16,49,-16,79v-1,3,0,20,-14,16v-9,1,-13,-8,-13,-17xm122,-152v30,-26,35,-77,78,-90v10,32,-35,61,-46,90v-36,44,-78,82,-103,137v-7,14,-26,17,-28,1v4,-18,22,-27,26,-46v20,-30,44,-67,73,-92","w":307},"\u00bc":{"d":"246,-152v19,16,-8,53,-4,81v4,9,55,-2,53,12v3,22,-57,4,-57,19v0,25,12,60,-11,64v-19,-4,-10,-42,-12,-64v-19,-13,-63,22,-70,-7v19,-37,70,-69,92,-103v1,-1,5,-2,9,-2xm57,-275v11,0,15,11,13,24v-7,38,-7,86,-22,117v-27,4,-18,-37,-13,-59v7,-26,3,-69,22,-82xm108,-129v40,-39,52,-163,108,-134v-46,60,-80,135,-120,198v-17,26,-26,59,-44,83v-11,7,-23,-6,-15,-20xm224,-103v-17,6,-31,28,-42,41v6,6,27,0,36,-2v2,-4,6,-34,6,-39","w":298},"\u00be":{"d":"272,-107v-3,25,32,-12,28,17v-11,17,-49,9,-40,58v4,24,-12,52,-25,24v-3,-19,9,-37,9,-58v0,-15,-32,-1,-39,0v-6,7,-29,19,-30,-2v10,-24,52,-76,73,-89v12,-3,18,-36,36,-17v-6,17,-9,41,-12,67xm96,-40v-8,19,-24,69,-38,33v25,-70,77,-121,109,-185v22,-24,59,-84,82,-96v4,0,7,3,7,10v-33,56,-95,130,-128,188v-13,23,-27,38,-32,50xm106,-247v-24,-20,-71,25,-91,4v0,-1,-1,-3,-1,-4v14,-18,50,-21,83,-22v13,0,35,2,34,15v-1,20,-27,30,-41,38v10,6,41,-1,38,16v-7,37,-49,46,-78,63v-5,0,-13,-9,-12,-14v16,-19,56,-25,70,-45v-16,-5,-82,6,-52,-21v13,-12,39,-19,50,-30xm216,-88v28,-3,42,-13,38,-47v-20,19,-33,35,-38,47","w":315},"\u00ad":{"d":"100,-116v37,8,92,-15,117,11v7,29,-29,9,-52,14v-27,-4,-56,0,-84,0v-11,0,-19,-1,-19,-11v0,-15,29,-13,38,-14","w":230},"\u00a4":{"d":"166,-46v-22,8,-58,11,-77,-2v-24,5,-42,34,-64,43v-9,-1,-20,-23,-6,-27v8,-13,43,-22,44,-42v-17,-28,-21,-82,2,-106v-6,-21,-22,-37,-37,-49v-2,-15,18,-26,30,-8r27,40v30,-28,69,-20,101,-6v17,-15,27,-37,49,-47v4,-1,15,7,14,12v-7,22,-32,33,-39,54v14,33,9,92,-12,116v7,30,58,42,27,71v-25,-6,-35,-39,-59,-49xm130,-68v48,5,56,-39,56,-86v0,-30,-32,-37,-58,-37v-29,0,-43,39,-47,68v-4,35,26,53,49,55"},"\u00e1":{"d":"181,-55v51,-6,75,-46,105,-72v12,38,-40,62,-64,85v-25,24,-85,21,-91,-18v-25,25,-47,54,-91,60v-68,-52,11,-183,96,-176v63,6,-20,111,45,121xm47,-29v52,-9,90,-53,86,-113v0,-7,-4,-11,-12,-10v-50,12,-77,58,-82,111v0,6,3,11,8,12xm97,-215v8,-27,62,-56,89,-65v3,3,7,8,8,13v-24,24,-58,40,-86,60v-7,0,-8,-5,-11,-8","w":236,"k":{".":-36,",":-36}},"\u00e2":{"d":"152,-250v7,25,52,42,25,62v-23,-12,-33,-43,-50,-61v-23,15,-34,41,-58,55v-6,0,-9,-6,-9,-16v12,-28,38,-35,54,-57v19,-26,29,0,38,17xm181,-55v51,-6,75,-46,105,-72v12,38,-40,62,-64,85v-25,24,-85,21,-91,-18v-25,25,-47,54,-91,60v-68,-52,11,-183,96,-176v63,6,-20,111,45,121xm47,-29v52,-9,90,-53,86,-113v0,-7,-4,-11,-12,-10v-50,12,-77,58,-82,111v0,6,3,11,8,12","w":236,"k":{".":-36,",":-36}},"\u00e4":{"d":"181,-55v51,-6,75,-46,105,-72v12,38,-40,62,-64,85v-25,24,-85,21,-91,-18v-25,25,-47,54,-91,60v-68,-52,11,-183,96,-176v63,6,-20,111,45,121xm47,-29v52,-9,90,-53,86,-113v0,-7,-4,-11,-12,-10v-50,12,-77,58,-82,111v0,6,3,11,8,12xm164,-244v15,5,11,32,-8,30v-27,-8,-13,-29,8,-30xm85,-237v18,-2,36,30,7,29v-6,0,-22,-3,-18,-17v2,-6,4,-11,11,-12","w":236,"k":{".":-36,",":-36}},"\u00e0":{"d":"181,-55v51,-6,75,-46,105,-72v12,38,-40,62,-64,85v-25,24,-85,21,-91,-18v-25,25,-47,54,-91,60v-68,-52,11,-183,96,-176v63,6,-20,111,45,121xm47,-29v52,-9,90,-53,86,-113v0,-7,-4,-11,-12,-10v-50,12,-77,58,-82,111v0,6,3,11,8,12xm135,-200v-20,-24,-96,-51,-64,-73v30,10,46,37,72,49v16,8,7,29,-8,24","w":236,"k":{".":-36,",":-36}},"\u00e5":{"d":"81,-232v-1,-49,87,-60,88,-6v2,51,-88,61,-88,6xm123,-210v11,-3,24,-9,24,-25v0,-15,-12,-24,-29,-19v-20,5,-15,45,5,44xm181,-55v51,-6,75,-46,105,-72v12,38,-40,62,-64,85v-25,24,-85,21,-91,-18v-25,25,-47,54,-91,60v-68,-52,11,-183,96,-176v63,6,-20,111,45,121xm47,-29v52,-9,90,-53,86,-113v0,-7,-4,-11,-12,-10v-50,12,-77,58,-82,111v0,6,3,11,8,12","w":236,"k":{".":-36,",":-36}},"\u00e3":{"d":"51,-200v4,-33,56,-67,82,-30v14,20,39,13,48,-8v4,-10,14,-3,15,4v-6,16,-17,38,-36,40v-36,3,-52,-56,-81,-14v-5,8,-24,26,-28,8xm181,-55v51,-6,75,-46,105,-72v12,38,-40,62,-64,85v-25,24,-85,21,-91,-18v-25,25,-47,54,-91,60v-68,-52,11,-183,96,-176v63,6,-20,111,45,121xm47,-29v52,-9,90,-53,86,-113v0,-7,-4,-11,-12,-10v-50,12,-77,58,-82,111v0,6,3,11,8,12","w":236,"k":{".":-36,",":-36}},"\u00e7":{"d":"17,79v8,-30,61,22,64,-23v1,-29,-37,1,-40,-20r14,-37v-78,-35,-14,-169,44,-182v19,8,44,52,19,68v-12,-2,-16,-30,-23,-38v-35,13,-46,55,-51,99v9,53,85,20,110,1v30,-23,58,-59,93,-73v-3,37,-50,58,-74,81v-26,26,-52,42,-97,45v-3,7,-6,10,-6,21v19,7,35,12,31,45v-3,27,-48,40,-75,24v-6,-2,-9,-6,-9,-11","w":188,"k":{".":-14,",":-14}},"\u00e9":{"d":"55,-67v3,61,93,26,115,4v27,-18,46,-45,73,-62v1,0,2,2,2,4v-35,55,-79,116,-158,116v-100,0,-56,-176,9,-189v21,-9,41,8,41,29v0,54,-48,69,-82,98xm55,-93v21,-18,69,-41,50,-76v-30,0,-43,45,-50,76xm57,-219v8,-27,62,-56,89,-65v3,3,7,8,8,13v-24,24,-58,40,-86,60v-7,0,-8,-5,-11,-8","w":189,"k":{".":-43,",":-43}},"\u00ea":{"d":"118,-285v18,17,34,57,53,71v6,9,2,18,-7,20v-24,-11,-34,-43,-50,-61v-26,15,-31,40,-58,55v-6,0,-9,-5,-9,-15v5,-22,22,-23,33,-37v13,-9,24,-30,38,-33xm55,-67v3,61,93,26,115,4v27,-18,46,-45,73,-62v1,0,2,2,2,4v-35,55,-79,116,-158,116v-100,0,-56,-176,9,-189v21,-9,41,8,41,29v0,54,-48,69,-82,98xm55,-93v21,-18,69,-41,50,-76v-30,0,-43,45,-50,76","w":189,"k":{".":-43,",":-43}},"\u00eb":{"d":"55,-67v3,61,93,26,115,4v27,-18,46,-45,73,-62v1,0,2,2,2,4v-35,55,-79,116,-158,116v-100,0,-56,-176,9,-189v21,-9,41,8,41,29v0,54,-48,69,-82,98xm55,-93v21,-18,69,-41,50,-76v-30,0,-43,45,-50,76xm146,-246v15,5,11,32,-8,30v-27,-8,-13,-29,8,-30xm67,-239v18,-2,36,30,7,29v-6,0,-22,-3,-18,-17v2,-6,4,-11,11,-12","w":189,"k":{".":-43,",":-43}},"\u00e8":{"d":"55,-67v3,61,93,26,115,4v27,-18,46,-45,73,-62v1,0,2,2,2,4v-35,55,-79,116,-158,116v-100,0,-56,-176,9,-189v21,-9,41,8,41,29v0,54,-48,69,-82,98xm55,-93v21,-18,69,-41,50,-76v-30,0,-43,45,-50,76xm120,-214v-20,-24,-96,-51,-64,-73v30,10,46,37,72,49v16,8,7,29,-8,24","w":189,"k":{".":-43,",":-43}},"\u00ed":{"d":"223,-142v14,40,-44,76,-62,106v-20,17,-37,42,-71,42v-52,0,-49,-67,-46,-117v2,-26,8,-47,31,-49v14,23,-11,65,-2,102v-2,52,52,26,71,5xm44,-204v8,-27,62,-56,89,-65v3,3,7,8,8,13v-24,24,-58,40,-86,60v-7,0,-8,-5,-11,-8","w":162,"k":{"\u00bb":-58,".":-50,",":-50}},"\u00ee":{"d":"102,-252v7,25,52,42,25,62v-23,-12,-32,-43,-50,-61v-25,15,-32,40,-58,55v-6,0,-9,-5,-9,-15v10,-30,39,-36,54,-58v19,-26,28,1,38,17xm223,-142v14,40,-44,76,-62,106v-20,17,-37,42,-71,42v-52,0,-49,-67,-46,-117v2,-26,8,-47,31,-49v14,23,-11,65,-2,102v-2,52,52,26,71,5","w":162,"k":{"\u00bb":-58,".":-50,",":-50}},"\u00ef":{"d":"223,-142v14,40,-44,76,-62,106v-20,17,-37,42,-71,42v-52,0,-49,-67,-46,-117v2,-26,8,-47,31,-49v14,23,-11,65,-2,102v-2,52,52,26,71,5xm112,-245v15,5,11,32,-8,30v-27,-8,-13,-29,8,-30xm33,-238v18,-2,36,30,7,29v-6,0,-22,-3,-18,-17v2,-6,4,-11,11,-12","w":162,"k":{"\u00bb":-58,".":-50,",":-50}},"\u00ec":{"d":"223,-142v14,40,-44,76,-62,106v-20,17,-37,42,-71,42v-52,0,-49,-67,-46,-117v2,-26,8,-47,31,-49v14,23,-11,65,-2,102v-2,52,52,26,71,5xm90,-192v-20,-24,-96,-51,-64,-73v30,10,46,37,72,49v16,8,7,29,-8,24","w":162,"k":{"\u00bb":-58,".":-50,",":-50}},"\u00f1":{"d":"144,-255v20,26,46,18,60,-7v7,-1,8,4,9,9v-6,16,-16,39,-36,40v-36,2,-52,-56,-81,-14v-5,8,-24,26,-28,8v4,-29,51,-68,76,-36xm326,-130v6,45,-61,99,-114,110v-50,-1,-39,-66,-56,-101v-44,-6,-55,59,-86,82v-6,7,-14,15,-23,18v-27,-22,-19,-138,21,-148v7,0,8,15,6,22v-5,23,-17,49,-14,77v37,-21,52,-99,113,-82v26,17,10,74,32,98v4,3,8,4,15,4v52,0,71,-55,106,-80","w":272,"k":{".":-79,",":-79}},"\u00f3":{"d":"134,-174v21,33,97,46,140,22v2,47,-83,43,-112,22v19,68,-35,131,-112,126v-56,-4,-31,-92,-7,-118v21,-24,50,-72,91,-52xm99,-149v-27,24,-82,85,-37,118v56,0,100,-55,72,-106v-12,-4,-22,-13,-35,-12xm97,-211v8,-27,62,-56,89,-65v3,3,7,8,8,13v-24,24,-58,40,-86,60v-7,0,-8,-5,-11,-8","w":208},"\u00f4":{"d":"120,-282v19,17,35,57,54,71v8,25,-14,21,-23,8v-10,-14,-24,-35,-35,-49v-25,15,-32,42,-58,55v-6,0,-9,-5,-9,-15v12,-28,38,-36,54,-58v6,-9,12,-12,17,-12xm134,-174v21,33,97,46,140,22v2,47,-83,43,-112,22v19,68,-35,131,-112,126v-56,-4,-31,-92,-7,-118v21,-24,50,-72,91,-52xm99,-149v-27,24,-82,85,-37,118v56,0,100,-55,72,-106v-12,-4,-22,-13,-35,-12","w":208},"\u00f6":{"d":"134,-174v21,33,97,46,140,22v2,47,-83,43,-112,22v19,68,-35,131,-112,126v-56,-4,-31,-92,-7,-118v21,-24,50,-72,91,-52xm99,-149v-27,24,-82,85,-37,118v56,0,100,-55,72,-106v-12,-4,-22,-13,-35,-12xm150,-245v15,5,11,32,-8,30v-27,-8,-13,-29,8,-30xm71,-238v18,-2,36,30,7,29v-6,0,-22,-3,-18,-17v2,-6,4,-11,11,-12","w":208},"\u00f2":{"d":"134,-174v21,33,97,46,140,22v2,47,-83,43,-112,22v19,68,-35,131,-112,126v-56,-4,-31,-92,-7,-118v21,-24,50,-72,91,-52xm99,-149v-27,24,-82,85,-37,118v56,0,100,-55,72,-106v-12,-4,-22,-13,-35,-12xm141,-201v-20,-24,-96,-51,-64,-73v30,10,46,37,72,49v16,8,7,29,-8,24","w":208},"\u00f5":{"d":"124,-246v20,26,47,18,60,-7v6,0,9,4,9,10v-6,16,-18,38,-36,40v-30,3,-34,-27,-58,-32v-22,4,-22,29,-43,34v-5,0,-8,-5,-8,-9v4,-28,51,-68,76,-36xm134,-174v21,33,97,46,140,22v2,47,-83,43,-112,22v19,68,-35,131,-112,126v-56,-4,-31,-92,-7,-118v21,-24,50,-72,91,-52xm99,-149v-27,24,-82,85,-37,118v56,0,100,-55,72,-106v-12,-4,-22,-13,-35,-12","w":208},"\u00fa":{"d":"202,-171v-8,40,-16,128,40,103v38,-17,65,-51,96,-76v-6,55,-68,93,-120,110v-35,-2,-39,-35,-44,-66v-29,39,-49,90,-110,96v-54,-12,-17,-87,-19,-143v2,-8,5,-16,16,-15v40,17,-8,81,0,118v51,37,98,-68,118,-115v6,-13,11,-20,15,-20v6,1,7,2,8,8xm99,-203v8,-27,62,-56,89,-65v3,3,7,8,8,13v-24,24,-58,40,-86,60v-7,0,-8,-5,-11,-8","w":275},"\u00fb":{"d":"188,-207v-25,-11,-33,-46,-51,-62v-23,17,-32,41,-58,55v-6,0,-9,-5,-9,-15v12,-28,38,-35,54,-57v26,-36,35,24,52,37v8,10,35,33,12,42xm202,-171v-8,40,-16,128,40,103v38,-17,65,-51,96,-76v-6,55,-68,93,-120,110v-35,-2,-39,-35,-44,-66v-29,39,-49,90,-110,96v-54,-12,-17,-87,-19,-143v2,-8,5,-16,16,-15v40,17,-8,81,0,118v51,37,98,-68,118,-115v6,-13,11,-20,15,-20v6,1,7,2,8,8","w":275},"\u00fc":{"d":"202,-171v-8,40,-16,128,40,103v38,-17,65,-51,96,-76v-6,55,-68,93,-120,110v-35,-2,-39,-35,-44,-66v-29,39,-49,90,-110,96v-54,-12,-17,-87,-19,-143v2,-8,5,-16,16,-15v40,17,-8,81,0,118v51,37,98,-68,118,-115v6,-13,11,-20,15,-20v6,1,7,2,8,8xm168,-244v15,5,11,32,-8,30v-27,-8,-13,-29,8,-30xm89,-237v18,-2,36,30,7,29v-6,0,-22,-3,-18,-17v2,-6,4,-11,11,-12","w":275},"\u00f9":{"d":"202,-171v-8,40,-16,128,40,103v38,-17,65,-51,96,-76v-6,55,-68,93,-120,110v-35,-2,-39,-35,-44,-66v-29,39,-49,90,-110,96v-54,-12,-17,-87,-19,-143v2,-8,5,-16,16,-15v40,17,-8,81,0,118v51,37,98,-68,118,-115v6,-13,11,-20,15,-20v6,1,7,2,8,8xm145,-201v-20,-24,-96,-51,-64,-73v30,10,46,37,72,49v16,8,7,29,-8,24","w":275},"\u00fd":{"d":"88,-154v-12,29,-42,76,-15,107v59,-7,110,-40,103,-115v3,-11,8,-17,15,-17v27,2,10,49,10,76v0,62,-17,123,-42,163v-31,50,-118,24,-135,-17v0,-5,5,-16,9,-16v17,22,41,38,76,37v48,-14,55,-77,60,-130v-27,15,-62,43,-100,48v-60,-10,-28,-114,-7,-147v7,-12,28,-5,26,11xm106,-208v8,-27,62,-56,89,-65v3,3,7,8,8,13v-24,24,-58,40,-86,60v-7,0,-8,-5,-11,-8","w":226},"\u00ff":{"d":"88,-154v-12,29,-42,76,-15,107v59,-7,110,-40,103,-115v3,-11,8,-17,15,-17v27,2,10,49,10,76v0,62,-17,123,-42,163v-31,50,-118,24,-135,-17v0,-5,5,-16,9,-16v17,22,41,38,76,37v48,-14,55,-77,60,-130v-27,15,-62,43,-100,48v-60,-10,-28,-114,-7,-147v7,-12,28,-5,26,11xm176,-248v15,5,11,32,-8,30v-27,-8,-13,-29,8,-30xm97,-241v18,-2,36,30,7,29v-6,0,-22,-3,-18,-17v2,-6,4,-11,11,-12","w":226},"\u00cf":{"d":"95,-237v-12,63,-31,129,-32,207v10,16,-3,31,-20,32v-45,-55,15,-172,18,-245v1,-7,6,-14,12,-16v12,1,21,9,22,22xm123,-334v15,5,11,32,-8,30v-27,-8,-13,-29,8,-30xm44,-327v18,-2,36,30,7,29v-6,0,-22,-3,-18,-17v2,-6,4,-11,11,-12","w":111,"k":{"z":14,"w":22,"v":29}},"\u00af":{"d":"0,-254v58,4,137,-19,161,13v-4,21,-43,0,-67,7v-32,2,-62,5,-94,2v-7,0,-11,-5,-11,-11v0,-6,5,-11,11,-11","w":150},"\u0305":{"d":"0,-254v58,4,137,-19,161,13v-4,21,-43,0,-67,7v-32,2,-62,5,-94,2v-7,0,-11,-5,-11,-11v0,-6,5,-11,11,-11","w":150},"\u00b5":{"d":"224,-164v-2,23,-16,49,-16,73v0,18,1,57,16,58v10,1,29,-17,29,3v0,16,-20,24,-39,25v-22,-5,-29,-36,-33,-61v-17,20,-48,62,-80,57v-18,-3,-24,-7,-29,-28v-5,32,-12,76,-22,103v-16,10,-24,-11,-20,-31r34,-188v-1,-23,35,-43,35,-8v0,38,-37,100,-2,123v58,-4,86,-57,93,-113v-4,-23,26,-28,34,-13","w":266},"\u00b7":{"d":"55,-137v7,-1,15,21,14,28v-1,9,-6,14,-21,13v-5,1,-24,-11,-23,-16v6,-13,5,-28,30,-25","w":92}}});Cufon.registerFont({"w":262,"face":{"font-family":"segoe-script","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 4 2 0 0 0 0 3","ascent":"288","descent":"-72","cap-height":"2","bbox":"-39 -383.829 414.866 177.61","underline-thickness":"25.1367","underline-position":"-10.8984","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":143},"!":{"d":"19,-25v0,-27,38,-39,49,-13v3,16,-13,35,-29,35v-13,0,-20,-8,-20,-22xm50,-221v-6,-30,37,-57,49,-24r-35,161v-16,-1,-28,1,-28,-20v0,-42,12,-78,14,-117","w":116},"\"":{"d":"36,-251v6,-19,35,-10,34,8v-2,33,-11,63,-16,95v-3,20,-40,13,-36,-10xm120,-262v28,0,17,37,11,57v-8,26,1,68,-28,72v-36,-4,-11,-56,-6,-79v4,-20,0,-50,23,-50","w":145},"#":{"d":"108,-101v16,0,31,-1,42,-6r12,-39r-42,6v-5,11,-9,25,-12,39xm207,-260v35,10,-3,55,-3,79v27,-4,90,-14,66,24v-22,5,-51,0,-74,7r-12,41v26,-4,75,-23,75,14v0,17,-23,17,-36,10v-17,0,-29,6,-47,6v-13,19,1,55,-27,59v-21,-3,-17,-35,-10,-52r-38,5v-10,34,-20,52,-30,52v-23,0,-13,-34,-5,-51v-23,-2,-57,8,-60,-14v6,-25,41,-20,69,-18r11,-38v-24,3,-91,16,-71,-17v20,-9,50,-12,76,-15v18,-15,13,-57,44,-60v27,5,1,40,-4,56r41,-5v12,-27,3,-77,35,-83","w":286},"$":{"d":"121,-82v14,-3,14,-17,2,-23xm95,-181v-16,4,-35,12,-14,19r11,6xm108,-272v35,-16,34,29,26,52v20,1,51,-13,51,15v0,25,-31,17,-53,18v-2,17,-5,32,-5,50v18,14,43,14,41,47v-2,28,-28,35,-50,44v-2,26,-7,53,-1,77v-6,18,-40,14,-39,-11r3,-51v-26,2,-67,24,-80,-3v2,-38,58,-19,83,-36r5,-52v-24,-13,-61,-17,-62,-52v8,-26,42,-34,71,-40v3,-21,-8,-50,10,-58","w":197},"%":{"d":"176,-42v20,3,41,-10,34,-29r-19,-10v-12,5,-16,20,-15,39xm68,-157v16,-7,26,-29,16,-54v-22,1,-31,23,-32,46v2,5,10,8,16,8xm139,-47v0,-33,18,-59,47,-64v53,-9,83,62,34,86v-12,10,-25,14,-45,15v-25,2,-36,-19,-36,-37xm163,-233v16,3,45,-4,44,14v0,6,-4,11,-11,15v-36,62,-77,116,-104,185v-5,11,-38,21,-33,-4v14,-78,63,-119,96,-181v-11,-2,-21,-4,-35,-3v6,45,-24,80,-67,80v-24,0,-33,-17,-34,-41v7,-43,28,-76,76,-79v6,0,12,4,19,10v16,0,32,5,49,4"},"&":{"d":"141,-230v-26,5,-22,48,-13,70v14,-11,29,-26,29,-47v0,-12,-5,-22,-16,-23xm74,-55v0,42,63,34,83,15v-19,-18,-37,-44,-50,-67v-17,11,-32,25,-33,52xm183,-130v13,-38,61,4,108,-14v9,0,14,4,14,11v3,29,-38,16,-48,32v-12,20,-25,41,-41,57v15,10,39,17,58,8v6,0,11,7,10,15v-8,44,-79,29,-101,6v-48,45,-182,34,-149,-63v10,-28,34,-44,56,-61v2,-17,-10,-31,-9,-54v2,-43,24,-69,64,-71v60,-3,59,86,22,112v-13,9,-33,22,-17,42v13,17,26,34,40,47v10,-12,22,-28,27,-44v-17,-2,-34,-4,-34,-23","w":332},"'":{"d":"57,-260v40,14,-8,56,-1,95v-1,18,0,37,-19,36v-29,-2,-19,-43,-14,-67v4,-25,11,-58,34,-64","w":83},"(":{"d":"101,55v17,12,11,37,-13,34v-84,-27,-98,-185,-55,-268v20,-38,47,-75,84,-95v23,-12,37,16,15,29v-83,49,-124,229,-31,300","w":144,"k":{"j":-86}},")":{"d":"13,-242v-17,-8,-20,-37,7,-37v84,44,127,220,62,313v-17,14,-20,48,-46,55v-53,-16,18,-58,22,-90v43,-80,1,-196,-45,-241","w":130},"*":{"d":"133,-120v-24,-2,-32,-42,-47,-46v-9,16,-20,49,-38,55v-39,-11,1,-49,11,-63v-25,3,-71,16,-49,-18v13,-7,35,-7,54,-8v-10,-14,-40,-43,-12,-51v8,0,20,11,36,32v15,-14,21,-37,43,-43v35,5,-1,35,-6,47r-6,5v23,-2,60,-17,63,11v-4,20,-42,11,-66,16v11,16,25,29,34,47v0,9,-7,17,-17,16","w":185,"k":{"\u00c1":47,"\u00c2":47,"\u00c3":47,"\u00c0":47,"\u00c6":47,"\u00c5":47,"\u00c4":47,"J":50,"A":47}},"+":{"d":"187,-109v13,14,4,32,-22,28v-16,-3,-33,-2,-51,-2v-10,20,12,70,-20,69v-32,0,-12,-42,-13,-69v-25,-2,-68,12,-68,-14v0,-28,45,-10,71,-16v4,-26,-14,-72,17,-77v28,4,10,52,14,76v23,2,55,-3,72,5","w":205},",":{"d":"64,-46v-1,-24,34,-18,40,-5v25,54,-21,89,-72,95v-11,1,-16,-14,-8,-21v33,-5,58,-34,40,-69","w":123,"k":{"9":94,"7":72,"2":-36,"0":-25}},"-":{"d":"64,-121v51,7,119,-20,134,20v-14,37,-89,0,-148,13v-8,-2,-15,-5,-15,-15v0,-13,16,-16,29,-18","w":230},".":{"d":"17,-44v8,-21,67,-17,51,16v-5,20,-57,39,-51,-2r0,-14","w":90,"k":{"9":94,"7":72,"2":-36,"0":-25}},"\/":{"d":"29,9v-9,23,-44,11,-34,-11v41,-86,97,-150,145,-228v13,-21,39,-69,65,-34v-9,53,-55,90,-82,131","w":207},"0":{"d":"63,-126v-27,40,-17,112,41,89v48,-19,93,-45,112,-94v-1,-30,-14,-48,-32,-61v-20,6,-48,-15,-68,8v-21,16,-38,35,-53,58xm179,-30v-48,36,-184,61,-177,-35v6,-90,60,-148,133,-169v96,-28,164,97,90,166v-14,13,-30,26,-46,38","k":{".":22,",":43}},"1":{"d":"237,-71v24,42,-45,36,-78,48v7,18,-24,25,-38,15v-22,-15,-83,38,-95,-7v10,-28,58,-20,85,-33r20,-142v-24,11,-43,30,-77,32v-28,-8,-9,-31,8,-34r97,-51v13,-2,20,16,20,26v-15,46,-25,102,-26,161v28,-5,51,-15,84,-15"},"2":{"d":"213,-42v19,-5,40,-7,43,12v-24,67,-157,-25,-212,44v-28,17,-47,-18,-26,-40v49,-52,134,-66,154,-144v-9,-58,-83,-16,-96,10v-20,15,-51,-11,-32,-31v33,-19,55,-48,106,-48v59,0,88,76,45,117v-25,34,-60,61,-100,80v36,-7,81,-5,118,0"},"3":{"d":"136,-146v57,-12,123,14,98,74v-24,57,-128,94,-202,64v-22,-9,-7,-53,20,-40v45,23,137,11,143,-42v3,-26,-31,-26,-55,-26v-20,0,-38,5,-53,13v-40,-4,-11,-36,3,-45v25,-16,47,-38,75,-52r-97,16v-33,7,-52,-45,-17,-48v35,17,94,3,140,1v38,-2,30,38,7,46v-20,13,-44,23,-62,39","k":{".":36,",":36}},"4":{"d":"69,-111r80,-11r16,-69xm142,-86v-52,-7,-99,33,-132,-3v46,-66,115,-110,177,-158v35,-15,28,21,19,44v-10,25,-13,53,-18,82v29,3,71,-8,70,27v-10,30,-45,1,-76,6v-4,24,-8,61,5,78v-1,14,-12,24,-28,22v-38,-6,-19,-63,-17,-98"},"5":{"d":"95,-208v30,-36,112,-6,154,-27v12,4,28,5,30,18v-13,50,-100,15,-154,30v-11,11,-19,22,-27,35v53,13,140,13,118,91v-21,40,-60,65,-119,65v-34,0,-64,-9,-75,-35v0,-14,9,-21,27,-21v19,0,29,20,53,17v34,-4,89,-19,69,-56v-19,-36,-109,-5,-122,-48v8,-23,32,-52,46,-69"},"6":{"d":"194,-69v18,-15,8,-31,-16,-31v-45,0,-64,21,-66,63v39,5,60,-15,82,-32xm186,-135v54,0,74,65,31,94v-31,21,-56,41,-110,41v-88,0,-99,-100,-51,-152v29,-31,51,-75,101,-84v23,-4,34,35,6,38v-54,21,-89,63,-97,127v-1,12,5,19,12,23v5,-62,40,-87,108,-87"},"7":{"d":"150,-73v-22,20,-7,71,-42,78v-15,-2,-22,-13,-23,-28v22,-65,60,-128,101,-174r-140,6v-27,-3,-17,-38,4,-39r126,1v28,-6,86,-8,57,28v-32,39,-61,79,-83,128","k":{".":72,",":72}},"8":{"d":"200,-190v6,-14,23,-7,24,7v-6,38,-40,50,-63,70v41,9,76,86,18,104v-46,27,-164,13,-126,-54v11,-19,32,-32,50,-44v-35,-10,-73,-57,-33,-90v31,-25,101,-54,128,-7v1,3,2,9,2,14xm88,-41v23,28,119,-1,67,-37v-7,-6,-13,-11,-21,-14v-17,13,-40,27,-46,51xm159,-150v28,-16,5,-59,-25,-44v-29,7,-58,36,-20,53r20,13","k":{".":29,",":29}},"9":{"d":"104,-117v44,-6,76,-28,84,-70v-5,-11,-22,-11,-36,-9v-33,7,-57,29,-67,59v-1,11,7,21,19,20xm107,-217v38,-26,114,-22,124,26v-16,54,-38,95,-45,162v5,40,-37,36,-41,9v-5,-33,15,-60,20,-88v-33,25,-122,41,-122,-23v0,-46,32,-64,64,-86","k":{".":43,",":43}},":":{"d":"30,-155v2,-29,46,-34,54,-7v2,23,-13,32,-33,34v-10,1,-21,-18,-21,-27xm27,-40v4,-25,53,-25,53,4v0,26,-45,49,-52,16","w":107},";":{"d":"83,-171v19,20,-13,50,-36,37v-22,-12,-2,-62,24,-43v7,3,11,5,12,6xm-1,20v36,-4,57,-34,40,-69v-1,-22,34,-21,40,-5v20,55,-22,90,-72,96v-13,1,-15,-15,-8,-22","w":118},"<":{"d":"65,-115v30,19,67,35,98,48v22,8,13,38,-8,39r-126,-66v-36,-33,33,-59,50,-84v27,-14,46,-57,83,-47v15,25,-18,41,-34,55","w":193},"=":{"d":"53,-97v56,0,129,-18,147,21v-7,39,-67,4,-115,16v-29,1,-60,5,-60,-22v0,-12,16,-15,28,-15xm73,-181v48,10,134,-26,120,35v-18,14,-50,-2,-83,1r-75,5v-9,-2,-13,-7,-13,-18v0,-21,29,-22,51,-23","w":225},">":{"d":"25,-209v22,-35,60,23,89,32r70,41v19,30,-30,43,-47,60r-56,59v-21,13,-48,-18,-21,-32v22,-22,42,-45,67,-64v18,-14,-10,-21,-22,-29v-29,-19,-72,-27,-80,-67","w":206},"?":{"d":"25,-15v2,-28,55,-33,61,-4v0,30,-60,39,-61,4xm144,-220v-39,-33,-56,19,-85,19v-11,0,-16,-5,-16,-15v10,-38,45,-54,97,-51v58,4,64,104,19,128v-19,11,-41,19,-64,26v-5,23,-10,58,-43,45v-21,-57,37,-86,84,-99v15,-8,15,-36,8,-53","w":185},"@":{"d":"167,-158v-25,6,-37,32,-45,54v0,7,5,8,12,7v17,-2,38,-11,31,-36v-2,-11,13,-20,2,-25xm278,-153v5,55,-55,101,-100,69v-16,8,-33,21,-55,21v-50,0,-45,-67,-16,-92v12,-28,74,-56,91,-14v40,0,3,36,8,60v61,-5,35,-93,3,-110v-7,-7,-18,-13,-31,-14v-77,13,-117,68,-126,149v7,42,45,60,91,60v49,0,82,-21,114,-40v29,5,12,37,-5,43v-82,51,-270,32,-230,-97v24,-76,63,-145,154,-145v64,0,97,50,102,110","w":296},"A":{"d":"123,-95v33,-2,56,-12,84,-18r-26,-70v-21,29,-39,56,-58,88xm210,-244v0,60,34,97,45,149v6,28,31,56,39,79v-1,12,-8,22,-22,21v-32,-11,-39,-52,-52,-81r-121,24v-18,21,-29,57,-63,62v-26,4,-49,-30,-14,-33r131,-190v14,-34,26,-51,36,-51v15,-1,22,5,21,20","w":301,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"B":{"d":"204,-154v63,8,74,94,26,130v-21,25,-53,37,-96,42v-45,5,-56,-54,-8,-49v46,21,88,-17,95,-60v-4,-38,-61,-39,-90,-24v-25,1,-24,-35,-6,-42v8,-3,16,-5,28,-4v18,-14,44,-25,53,-49v-24,-27,-122,-11,-114,42r-8,129v7,36,-45,46,-47,11v-4,-55,19,-116,12,-168v-2,-17,11,-36,21,-39v48,-8,69,-31,123,-27v30,2,52,19,52,50v0,27,-22,40,-41,58","w":271},"C":{"d":"257,-96v15,-8,36,-49,47,-18v-31,64,-99,99,-168,124v-107,40,-142,-88,-86,-168v35,-50,77,-94,148,-105v31,-5,45,16,51,40v-8,23,-17,48,-43,52v-36,-4,-14,-41,2,-53v-82,7,-144,75,-144,162v0,80,115,23,147,-1v15,-11,33,-22,46,-33","w":265,"k":{"\u00dd":-22,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00ab":-54,"\u00c6":7,"\u00c7":29,"\u00c5":7,"\u00c4":7,"}":-36,"]":-36,"Y":-22,"V":-22,"Q":22,"G":27,"C":29,"A":7,"?":-36,")":-36}},"D":{"d":"88,-56v72,-20,178,-37,164,-122v-21,-36,-92,-33,-143,-27v-6,49,-24,95,-21,149xm76,-248v98,0,217,-11,223,90v-16,94,-128,114,-205,149v-45,21,-61,-26,-50,-73v9,-40,18,-83,20,-124v-22,-8,-10,-42,12,-42","w":312,"k":{"\u00ff":29,"\u00fd":29,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c0":36,"\u00c6":36,"\u00c5":36,"\u00c4":36,"y":29,"x":29,"w":22,"v":14,"t":-50,"s":14,"n":14,"m":14,"f":14,"d":14,"J":58,"A":36,".":58,",":58}},"E":{"d":"96,-251v69,26,152,-36,182,6v-21,48,-110,30,-182,36v-2,20,-1,43,-5,61v45,2,91,-2,125,-12v19,-2,21,31,6,37v-36,14,-95,5,-136,15r-13,68v56,-7,119,-7,168,-21v20,1,25,32,6,37v-61,17,-137,14,-195,31v-61,-24,5,-119,-1,-186v-4,-39,2,-75,45,-72","w":270,"k":{"\u00ec":-11,"\u00ef":-11,"\u00ee":-11,"\u00ed":-11,"\u00dd":-14,"}":-22,"z":-22,"t":-29,"]":-22,"Y":-14,"X":-14,"W":-7,"V":-29,"J":-7,")":-22}},"F":{"d":"52,-209v-15,-29,12,-49,39,-38v38,-5,73,-15,114,-16v28,-1,32,35,6,40v-38,7,-84,3,-115,16v-7,25,-14,51,-13,83v37,-6,70,-19,109,-21v18,-1,13,25,4,31v-32,17,-88,14,-118,32v-7,21,0,57,-5,83v-5,25,-45,13,-45,-11v1,-73,16,-132,24,-199","w":209,"k":{"\u00ec":-16,"\u00ef":-16,"\u00ee":-16,"\u00ed":-16,"\u00dd":-29,"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"}":-43,"t":-29,"]":-43,"Y":-29,"W":-18,"V":-29,"T":-29,"S":-23,"J":14,"A":29,".":27,",":27,")":-43}},"G":{"d":"270,-109v-14,35,-35,65,-39,109v10,15,-1,35,-21,34v-39,-2,-12,-58,-5,-76v-28,19,-54,38,-102,38v-67,0,-107,-52,-74,-114v41,-79,108,-142,222,-151v33,-3,50,52,12,53v-85,-34,-162,45,-193,113v-4,9,-4,21,-4,33v1,21,21,26,42,27v52,-8,112,-23,110,-78v8,-22,49,-7,52,12","w":289,"k":{"}":-22,"]":-22,"V":-29,"T":-22,")":-22}},"H":{"d":"84,-101v-13,35,5,104,-35,112v-48,-23,2,-96,-2,-149r13,-110v8,-29,49,-16,44,11v2,34,-17,66,-11,97v42,-5,97,3,129,-12v6,-36,15,-71,15,-114v0,-22,46,-27,46,-1v0,81,-29,156,-26,250v1,29,-49,35,-49,4v0,-31,12,-60,10,-94v-31,-6,-98,4,-134,6","w":296},"I":{"d":"22,-24v0,-79,23,-150,32,-215v3,-8,9,-19,19,-20v39,4,25,56,14,80r-17,146v10,18,-7,34,-25,35v-16,1,-23,-13,-23,-26","w":111,"k":{"z":14,"w":22,"v":29}},"J":{"d":"176,-262v32,2,24,47,26,76v6,102,-16,187,-106,187v-38,0,-79,-4,-88,-35v8,-41,52,-3,83,-3v81,0,62,-122,62,-208v0,-11,14,-15,23,-17","w":220,"k":{"\u00c1":22,"\u00c2":22,"\u00c3":22,"\u00c0":22,"\u00f8":-7,"\u00c6":22,"\u00c5":22,"\u00c4":22,"}":-54,"w":14,"v":14,"t":-14,"s":7,"o":-7,"m":7,"]":-54,"V":-14,"A":22,".":18,",":18,")":-54}},"K":{"d":"214,-74v25,19,66,-11,66,23v0,17,-13,25,-30,25v-59,0,-100,-47,-162,-55v-8,28,2,52,8,73v-2,13,-14,16,-27,20v-57,-42,-14,-164,-23,-253v-3,-25,42,-25,45,-4v-5,38,-5,77,-6,120v62,-29,91,-93,141,-131v30,-5,29,42,8,50v-39,31,-62,74,-109,97","w":281,"k":{"\u00dd":14,"x":14,"v":22,"t":-14,"g":-14,"d":-14,"Y":14,"X":-29,"T":22,"J":-43}},"L":{"d":"78,-27v41,1,85,-26,135,-23v30,-5,33,29,11,37v-60,2,-111,20,-163,27v-39,5,-26,-43,-22,-72r24,-158v0,-23,4,-42,28,-41v51,20,-2,107,-2,156v0,25,-11,46,-11,74","w":243,"k":{"\u00e7":-14,"\u00dd":22,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00c1":-7,"\u00c2":-7,"\u00c3":-7,"\u00c0":-7,"\u00c6":-7,"\u00dc":-14,"\u00c5":-7,"\u00c4":-7,"v":11,"s":-7,"l":14,"d":-14,"c":-14,"Y":22,"V":14,"U":-14,"T":29,"Q":-7,"J":-29,"A":-7}},"M":{"d":"295,-268v8,-21,37,-10,40,8r1,-1v-12,20,-12,49,-14,80v-3,44,-13,92,-8,143v-4,23,30,26,8,47v-5,3,-11,9,-19,8v-66,-25,-19,-146,-16,-214r-86,118v-62,55,-86,-60,-106,-114v-10,54,-29,101,-26,168v1,25,-48,32,-48,4v0,-84,35,-149,50,-219v14,-23,60,-4,60,19v10,43,23,79,45,111r62,-83","w":361,"k":{"t":-14}},"N":{"d":"77,-37v-2,24,-4,48,-26,52v-52,-18,2,-101,2,-147v0,-30,12,-56,12,-88v0,-30,41,-34,48,-5v16,66,60,117,95,167v20,-66,20,-149,39,-215v25,-22,45,3,37,38r-27,120r-12,97v4,28,-38,31,-49,12v-17,-32,-39,-58,-59,-89v-13,-20,-27,-43,-41,-68v-9,37,-15,86,-19,126","w":301},"O":{"d":"195,-74v42,-36,65,-161,-26,-148v-69,10,-99,73,-107,145v-7,65,84,55,114,22v6,-7,12,-13,19,-19xm195,-21v-58,52,-183,40,-177,-54v6,-83,47,-147,110,-173v78,-33,172,14,148,111v-12,49,-49,87,-81,116","w":289,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"P":{"d":"116,-222v14,31,-18,61,-14,104v54,-24,117,-39,137,-98v-27,-19,-85,-11,-123,-6xm48,-239v60,-26,212,-49,231,25v-17,72,-87,94,-145,124v-12,6,-24,8,-35,12r3,80v1,13,-8,19,-20,19v-17,0,-26,-28,-26,-85v0,-51,9,-109,27,-149v-18,9,-57,17,-45,-17v2,-4,6,-6,10,-9","w":281,"k":{"\u00f5":18,"\u00f2":18,"\u00f6":18,"\u00f4":18,"\u00f3":18,"\u00e8":11,"\u00eb":11,"\u00ea":11,"\u00e9":11,"\u00e7":22,"\u00e3":9,"\u00e5":9,"\u00e0":9,"\u00e4":9,"\u00e2":9,"\u00e1":9,"\u00dd":-36,"\u00c1":40,"\u00c2":40,"\u00c3":40,"\u00c0":40,"\u00f8":18,"\u00e6":9,"\u00c5":40,"\u00c4":40,"t":-18,"q":22,"o":18,"g":22,"e":-4,"d":5,"c":22,"a":9,"Y":-36,"W":-23,"V":-29,"J":54,"G":5,"A":40,".":65,",":65,"\u00c6":50}},"Q":{"d":"171,-7v-63,19,-159,10,-154,-66v7,-96,65,-154,138,-187v30,-13,58,3,64,29v29,24,63,55,63,104v0,53,-41,79,-76,102v16,20,35,39,44,66v-2,16,-33,22,-41,8v-12,-20,-25,-39,-38,-56xm242,-127v-7,-46,-37,-80,-72,-97v-3,0,-7,1,-10,1v-54,26,-93,75,-99,147v-4,43,44,48,84,39v-7,-10,-20,-16,-24,-29v1,-15,15,-22,30,-22v20,0,19,28,35,34v30,-10,49,-39,56,-73","w":299,"k":{"\u00c1":14,"\u00c2":14,"\u00c3":14,"\u00c0":14,"\u00c6":14,"\u00c5":14,"\u00c4":14,"A":14}},"R":{"d":"265,-181v0,42,-42,61,-72,79r129,91v-72,65,-111,-78,-197,-71v-21,-15,-6,-45,21,-40v32,-15,66,-25,78,-59v-10,-45,-78,-42,-121,-32v25,63,-28,142,2,204v-16,26,-64,12,-53,-29v2,-56,22,-103,13,-164v-14,4,-33,5,-30,-14v15,-31,72,-38,116,-38v58,0,114,18,114,73","w":315,"k":{"z":-14,"w":14,"v":14,"J":-29,";":-86,":":-86,".":-86,",":-86}},"S":{"d":"55,-179v17,68,161,29,145,121v-29,47,-79,74,-148,74v-18,0,-43,-5,-48,-22v2,-10,5,-22,14,-24v53,17,123,0,142,-42v-41,-37,-144,-28,-147,-109v14,-54,75,-74,140,-74v40,0,74,28,50,62v-4,4,-12,6,-26,6v3,-29,-16,-35,-44,-32v-34,4,-67,12,-78,40","w":220,"k":{"t":-29}},"T":{"d":"63,-226r187,-25v27,-5,44,38,12,38v-37,0,-77,-2,-103,11v-11,51,-19,127,-12,183v3,29,-37,29,-42,5v-12,-55,4,-125,9,-180v-29,1,-58,8,-91,7v-12,-1,-23,-8,-19,-22v5,-19,36,-14,59,-17","w":252,"k":{"\u00ec":-36,"\u00ef":-36,"\u00ee":-36,"\u00ed":-36,"\u00dd":-65,"\u00c1":65,"\u00c2":65,"\u00c3":65,"\u00c0":65,"\u00c6":65,"\u00c5":65,"\u00c4":65,"}":-36,"e":22,"]":-36,"Y":-65,"W":-43,"V":-36,"Q":11,"J":65,"A":65,".":43,",":43,")":-36}},"U":{"d":"95,-244v-13,65,-57,199,30,209v109,12,74,-123,100,-207v4,-10,10,-17,23,-17v42,13,5,80,6,121v2,87,-41,141,-128,141v-121,0,-100,-156,-75,-251v4,-11,11,-21,25,-21v10,2,18,14,19,25","w":278,"k":{"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c0":20,"\u00c6":20,"\u00c5":20,"\u00c4":20,"A":20}},"V":{"d":"227,-223v3,-26,38,-34,38,-3v0,83,-99,151,-120,228v-61,3,-56,-67,-81,-103v-19,-51,-45,-96,-59,-152v22,-34,49,8,52,30r71,178v35,-58,72,-111,99,-178","k":{"\u00ff":29,"\u00fd":29,"\u00e7":22,"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":54,"\u00c2":54,"\u00d5":7,"\u00c3":54,"\u00c0":54,"\u00f8":14,"\u00e6":22,"\u00d8":7,"\u00c6":54,"\u00d6":7,"\u00c7":13,"\u00c5":54,"\u00c4":54,"}":-29,"y":29,"u":36,"s":14,"r":29,"q":29,"p":22,"o":14,"n":29,"m":29,"i":14,"e":22,"d":22,"c":22,"a":22,"]":-29,"W":-14,"V":-29,"Q":7,"O":7,"J":52,"G":9,"C":13,"A":54,")":-29}},"W":{"d":"323,-269v2,-25,42,-15,39,8v-9,103,-45,181,-80,254v-22,17,-43,-5,-51,-25r-41,-100r-66,128v-24,48,-50,0,-57,-29r-47,-197v-1,-20,26,-25,34,-6v24,55,33,132,50,194v30,-45,47,-92,72,-142v42,-26,48,53,64,82v14,26,14,36,24,54v31,-61,51,-135,59,-221","w":364,"k":{"\u00ff":29,"\u00fd":29,"\u00e7":22,"\u00c1":22,"\u00c2":22,"\u00c3":22,"\u00c0":22,"\u00e6":22,"\u00c6":22,"\u00c5":22,"\u00c4":22,"z":36,"y":29,"x":36,"w":43,"v":36,"u":22,"t":-14,"n":14,"m":29,"i":29,"g":29,"e":29,"c":22,"a":22,"A":22}},"X":{"d":"252,-240v-3,20,-33,13,-41,35v-21,29,-46,44,-67,69v33,37,62,82,112,102v11,15,-6,34,-25,34v-40,-11,-89,-74,-113,-109r-97,114v-15,8,-22,-13,-23,-27v13,-51,70,-79,99,-117v-15,-29,-45,-67,-50,-97v-3,-19,19,-41,33,-23r46,93r67,-71v9,-9,20,-25,38,-27v16,-1,23,9,21,24","w":264,"k":{"J":-18}},"Y":{"d":"213,-289v2,-18,44,-21,42,4v-27,59,-78,97,-106,154r-7,125v-2,10,-13,17,-25,16v-36,-4,-15,-60,-15,-91v0,-19,6,-39,2,-56v-26,-17,-47,-44,-63,-66v-11,-14,-25,-23,-32,-39v5,-19,35,-23,49,-7v22,26,45,59,72,78v26,-42,57,-80,83,-118","w":245,"k":{"\u00ff":58,"\u00fd":58,"\u00e7":65,"\u00d2":20,"\u00d4":20,"\u00d3":20,"\u00c1":50,"\u00c2":50,"\u00d5":20,"\u00c3":50,"\u00c0":50,"\u00f8":43,"\u00e6":36,"\u00d8":20,"\u00c6":50,"\u00d6":20,"\u00c7":32,"\u00c5":50,"\u00c4":50,"}":-29,"z":58,"y":58,"x":43,"w":43,"v":72,"u":58,"s":43,"r":58,"q":29,"p":29,"o":43,"n":58,"m":36,"g":43,"f":43,"e":65,"d":65,"c":65,"a":36,"]":-29,"W":-14,"V":-22,"Q":20,"O":20,"J":50,"G":32,"C":32,"B":18,"A":50,")":-29}},"Z":{"d":"259,-81v25,-2,65,-14,67,14v-12,28,-71,15,-107,29r-106,15v-34,-3,-50,14,-76,20v-43,-31,30,-60,49,-83v49,-36,79,-87,123,-124r-103,15v-31,-3,-81,1,-72,-34v9,-37,56,8,96,-7v41,-1,76,-10,114,-10v26,0,30,29,10,39r-143,151v52,-5,97,-22,148,-25","w":305},"[":{"d":"31,-249v2,-34,50,-24,85,-24v23,0,35,7,35,22v0,27,-51,13,-72,19v5,89,-12,189,-10,281v20,6,60,-18,61,14v1,31,-37,19,-60,28v-15,6,-43,7,-42,-15r13,-272v0,-20,-7,-36,-10,-53","w":146,"k":{"j":-86}},"\\":{"d":"1,-266v5,-21,40,-23,46,-1r65,113v26,60,68,108,83,177v-2,14,-31,21,-38,7r-93,-187v-21,-38,-49,-67,-63,-109","w":197},"]":{"d":"38,-276v46,2,126,-25,94,43r-23,156r-1,142v-7,35,-59,9,-96,20v-10,0,-17,-5,-20,-13v-3,-39,42,-24,76,-31v1,-102,4,-202,27,-282v-31,-2,-67,22,-81,-8v2,-13,11,-25,24,-27","w":150},"^":{"d":"18,-132v32,-33,43,-85,88,-107v24,4,23,32,40,46v19,25,43,46,54,79v-2,20,-26,25,-36,7v-17,-31,-41,-57,-60,-83v-21,24,-38,50,-52,77v-6,21,-41,22,-42,-4v0,-4,2,-9,8,-15","w":207},"_":{"d":"0,14v55,4,139,-18,160,13v-10,22,-72,-3,-112,10v-20,-4,-57,8,-59,-13v0,-6,5,-10,11,-10","w":150},"`":{"d":"7,-247v27,-41,63,21,88,34v18,8,15,32,-5,31v-29,-18,-66,-37,-83,-65","w":113},"a":{"d":"54,-35v44,-14,74,-50,78,-105v-40,-21,-80,47,-85,97v0,4,2,8,7,8xm270,-122v9,-9,30,-9,21,9v-22,46,-60,78,-119,88v-21,-2,-34,-17,-39,-35v-21,28,-45,55,-89,60v-79,-50,9,-200,103,-177v51,12,-17,99,32,114v44,-4,67,-34,91,-59","w":236,"k":{".":-36,",":-36}},"b":{"d":"291,-141v25,6,3,35,-9,40v-42,37,-104,56,-144,97v-11,12,-23,24,-45,24v-11,0,-22,-2,-22,-13v23,-51,130,-63,97,-143v-44,-6,-69,53,-89,88v-3,20,-3,44,-24,46v-42,-14,-9,-113,-9,-165v0,-30,6,-59,14,-87v3,-9,7,-24,19,-24v16,1,25,8,23,24v-6,39,-20,81,-22,126r-3,24v20,-33,41,-70,86,-70v41,0,66,53,41,86v31,-17,56,-39,87,-53","w":244,"k":{".":-22,",":-22}},"c":{"d":"75,-34v82,-3,105,-72,167,-97v25,29,-38,54,-55,78v-31,26,-62,54,-116,54v-88,0,-51,-134,-9,-164v13,-18,48,-35,61,-5v5,11,14,24,11,37v-2,8,-4,17,-14,17v-16,-1,-20,-20,-25,-32v-25,17,-38,50,-41,89v-1,11,12,23,21,23","w":188,"k":{".":-14,",":-14}},"d":{"d":"139,-112v-14,-10,3,-60,-29,-41v-26,26,-55,65,-61,107v-3,22,18,5,26,1v28,-18,49,-43,64,-67xm295,-131v7,-6,14,0,13,10v-18,45,-57,73,-96,97v-41,13,-51,-32,-54,-69v-27,43,-57,90,-121,93v-46,-8,-22,-77,-7,-102v22,-39,41,-86,101,-87v18,0,25,15,28,31v11,-33,0,-92,21,-116v12,-7,32,-1,34,11v-9,62,-30,125,-20,196v32,16,59,-31,85,-48v6,-5,11,-11,16,-16","w":254,"k":{"\u00bb":-43,".":-43,",":-43}},"e":{"d":"63,-94v20,-16,58,-38,44,-72v-28,8,-37,41,-44,72xm216,-110v6,-13,46,-28,27,0v-35,50,-78,105,-154,105v-42,0,-65,-23,-63,-68v3,-65,24,-115,83,-126v24,1,35,18,35,43v0,46,-48,69,-78,94v13,42,81,10,101,-6v17,-14,33,-27,49,-42","w":189,"k":{".":-43,",":-43}},"f":{"d":"94,-137v29,10,73,-1,103,-3v6,0,9,2,9,7v-15,33,-70,28,-115,33v-17,71,0,180,-76,192v-28,5,-30,-35,-7,-39v38,5,25,-63,38,-100v0,-22,11,-51,-5,-62v-7,-18,26,-30,21,-59v7,-50,21,-96,69,-101v51,-5,44,78,5,87r-3,0v6,-17,9,-47,-4,-58v-25,19,-32,61,-35,103","w":143,"k":{"\u00ec":-58,"\u00ef":-58,"\u00ee":-58,"\u00ed":-58,"\u00ab":-58,"}":-94,"]":-94,"?":-29,"*":-115,")":-94}},"g":{"d":"58,-54v45,-8,80,-48,67,-104v-1,-1,-4,-1,-7,-1v-30,24,-58,54,-66,100v0,3,2,5,6,5xm165,-161v-16,98,8,233,-90,248v-43,-5,-77,-26,-88,-61v-1,-5,3,-10,8,-9v27,18,84,64,108,14v12,-25,13,-58,16,-91v-21,20,-44,40,-81,43v-68,-49,20,-173,90,-173v20,0,36,9,37,29","w":175},"h":{"d":"220,-57v58,2,80,-61,122,-65r1,6v-25,47,-63,89,-127,95v-51,5,-39,-59,-52,-95v-46,27,-73,85,-102,129v-13,12,-34,3,-32,-21r20,-220v-4,-31,40,-59,46,-20r-26,192v29,-37,52,-97,113,-102v34,12,11,76,37,101","w":286,"k":{"\u00bb":-58,";":-58,":":-58,".":-58,",":-58}},"i":{"d":"86,-275v15,0,24,3,26,18v3,31,-45,40,-56,17v2,-18,14,-31,30,-35xm209,-125v19,0,10,26,1,37v-33,36,-60,81,-119,91v-51,-2,-59,-54,-57,-104v1,-33,7,-65,38,-67v8,0,12,5,12,14v-1,23,-9,45,-8,69v1,23,1,57,28,47v44,-17,77,-53,105,-87","w":167,"k":{"\u00bb":-58,".":-50,",":-50}},"j":{"d":"71,-255v1,-24,50,-28,50,1v-4,22,-33,40,-45,11v-3,-5,-5,-6,-5,-12xm73,-176v37,9,-2,39,8,79v0,80,11,183,-65,183v-24,0,-47,-13,-55,-30v5,-21,34,5,50,0v46,-14,26,-95,28,-155v1,-41,2,-73,34,-77","w":109},"k":{"d":"271,-86v6,0,8,5,9,10v-25,44,-101,110,-154,54r-38,-37v-9,10,-22,18,-22,37v0,19,-2,30,-21,29v-30,-1,-13,-43,-10,-66r21,-185v-3,-25,37,-34,42,-11v-2,59,-19,114,-26,169v34,-34,51,-86,102,-102v12,-1,17,7,17,17v-17,36,-57,55,-78,86v24,17,36,50,74,50v39,0,55,-37,84,-51","w":249,"k":{";":-29,":":-29,".":-43,",":-43}},"l":{"d":"183,-101v1,-7,21,-23,24,-6v-17,51,-53,89,-111,100v-105,-10,-50,-171,-36,-251v3,-17,34,-21,41,-3v-9,57,-22,109,-28,171v-5,55,50,55,75,24v13,-10,25,-23,35,-35","w":159,"k":{"\u00bb":-58,";":-58,":":-58,".":-79,",":-79}},"m":{"d":"187,-19v-42,1,-20,-73,-31,-102v-35,28,-49,83,-81,115v-60,11,-27,-83,-27,-135v0,-27,35,-43,41,-15v-1,37,-11,68,-16,99r55,-87v18,-26,63,-23,65,20r2,55v28,-27,47,-120,101,-87v16,23,-2,86,25,96v41,-14,61,-48,93,-70v9,46,-54,92,-104,105v-41,-4,-39,-54,-44,-96v-30,28,-36,86,-79,102","w":366},"n":{"d":"300,-113v7,-7,24,-31,33,-13v-20,51,-56,90,-108,105v-68,20,-54,-65,-75,-98v-42,20,-51,80,-97,99v-42,-17,-18,-127,7,-151v31,-11,24,27,18,51r-11,44v29,-29,40,-84,91,-84v34,0,38,30,40,62v2,24,11,51,38,36v24,-12,45,-32,64,-51","w":272,"k":{".":-79,",":-79}},"o":{"d":"106,-147v-24,24,-74,75,-41,110v45,-5,72,-30,74,-79v1,-22,-23,-20,-33,-31xm144,-172v17,32,92,37,130,18v9,46,-69,50,-105,33v9,72,-42,117,-115,117v-61,0,-41,-94,-13,-121v19,-28,60,-78,103,-47","w":208},"p":{"d":"291,-141v9,-6,19,3,13,13v-38,60,-127,74,-184,113v-23,16,-52,-19,-24,-33v42,-11,73,-33,75,-80v2,-35,-33,-12,-41,-1v-44,37,-72,89,-68,175v1,23,-3,41,-24,42v-41,-11,-12,-74,-10,-114r5,-100v-5,-37,40,-50,45,-16r-6,40v24,-36,44,-82,99,-82v49,0,49,82,16,103v36,-17,72,-40,104,-60","w":241},"q":{"d":"53,-65v20,30,64,-26,83,-41v5,-7,9,-18,10,-29v-13,-2,-8,-20,-9,-30v-40,15,-73,54,-84,100xm278,-125v15,-2,13,16,4,29v-46,68,-122,105,-159,179v-38,12,-33,-33,-22,-64r29,-84v-22,19,-45,43,-83,47v-64,-14,-9,-106,13,-130v23,-25,75,-75,112,-35v5,13,4,30,9,43r-39,140","w":233},"r":{"d":"161,-161v27,-4,57,23,29,37v-73,-6,-102,55,-118,115v-3,11,-9,19,-22,19v-41,-19,-8,-113,-6,-160v1,-22,32,-27,38,-6v-2,30,-8,56,-14,81v20,-40,42,-78,93,-86","w":184},"s":{"d":"155,-96v19,-8,41,-58,57,-31v-31,67,-99,100,-150,146v-14,13,-51,25,-60,1v1,-42,70,-24,68,-67v-11,-22,-35,-42,-35,-71v0,-37,26,-77,64,-64v13,25,-14,41,-27,54v2,29,25,46,33,68v19,-10,34,-24,50,-36","w":150},"t":{"d":"198,-160v15,-6,21,9,11,18v-26,22,-75,21,-116,27v-5,36,-20,73,-18,108v4,5,12,9,13,17v-13,31,-55,14,-53,-19v2,-36,12,-68,17,-100v-25,2,-58,8,-56,-22v6,-19,37,-11,61,-15v8,-14,10,-38,15,-56v6,-20,3,-52,29,-53v44,9,-4,72,0,104v35,1,68,-4,97,-9","w":134},"u":{"d":"42,-102v4,-25,-4,-63,25,-64v43,9,5,78,5,113v0,26,29,4,39,-4v36,-28,45,-82,72,-119v9,-13,29,-4,24,15v-7,33,-11,108,34,87v38,-18,59,-52,93,-72v15,46,-57,88,-97,108v-39,20,-63,-16,-65,-52v-23,40,-46,86,-103,86v-47,0,-33,-62,-27,-98","w":275},"v":{"d":"213,-129v27,4,45,-18,68,-13v0,36,-68,55,-106,37v-22,39,-37,85,-63,120v-13,9,-34,1,-31,-17v-7,-44,-44,-80,-44,-130v0,-17,7,-33,25,-33v40,0,6,64,31,95v6,12,11,25,14,40r41,-106v17,-27,43,4,65,7","w":209},"w":{"d":"80,-126v3,37,8,72,20,98v27,-42,24,-112,71,-132v36,15,13,98,49,127v23,-37,23,-100,54,-129v32,-12,41,35,88,19v14,2,29,-16,37,-7v-2,44,-76,51,-112,35v-23,35,-26,91,-51,121v-5,3,-10,5,-16,5v-43,-11,-47,-65,-60,-106v-18,37,-26,84,-54,111v-52,9,-55,-73,-65,-120v-6,-26,-9,-60,21,-58v17,1,17,21,18,36","w":322},"x":{"d":"295,-134v22,27,-33,64,-47,89v-18,19,-38,39,-73,39v-30,0,-46,-22,-66,-38v-25,19,-31,56,-47,83v-19,-1,-35,-8,-33,-28v4,-39,31,-52,54,-77v-15,-19,-38,-41,-40,-73v-2,-27,42,-33,44,-7v2,26,11,41,23,55v22,-17,32,-45,48,-68v24,-14,45,16,26,37r-48,54v18,15,45,35,75,18v29,-17,57,-70,84,-84","w":243},"y":{"d":"95,-158v0,32,-26,48,-26,81v1,11,3,22,12,24v54,-10,90,-41,86,-109v4,-11,8,-20,21,-20v42,8,10,82,12,126v-14,61,-21,144,-90,144v-37,0,-85,-16,-87,-53v2,-5,4,-12,12,-11v24,21,82,51,103,3v11,-25,18,-54,21,-88v-24,19,-51,39,-89,44v-67,-7,-31,-114,-11,-150v10,-11,36,-8,36,9","w":226},"z":{"d":"90,-33v30,-6,59,4,86,8v13,-1,35,-25,41,-3v-18,51,-85,24,-135,24v-19,0,-36,32,-55,12r-3,-14v37,-49,85,-79,121,-128v0,0,-101,29,-109,-13v2,-29,38,-8,59,-12v32,2,87,-23,95,12v-25,46,-66,77,-100,114","w":217},"{":{"d":"85,-54v0,59,-2,125,51,92v22,-1,24,12,16,25v-9,15,-29,19,-51,18v-61,-3,-52,-77,-56,-137v-1,-20,-16,0,-27,-1v-11,-1,-19,-8,-19,-19v9,-35,79,-25,59,-85v-19,-57,13,-106,63,-113v27,-4,36,35,10,41v-77,-14,4,113,-62,143v11,6,16,20,16,36","w":152,"k":{"j":-86}},"|":{"d":"59,-361v14,1,18,11,18,26r-3,463v8,38,-29,58,-39,26r4,-489v-2,-17,8,-23,20,-26","w":116},"}":{"d":"110,-220v0,41,-25,59,-24,102v11,15,60,-13,60,23v0,19,-27,24,-45,17v-10,19,10,62,10,92v0,52,-40,88,-89,65v-17,-15,2,-37,27,-32v19,4,20,-29,19,-53v-1,-28,-19,-69,4,-83v-51,-24,-1,-88,-1,-134v0,-30,-49,-18,-63,-5v-7,0,-12,-3,-12,-9v2,-30,27,-41,63,-41v32,0,51,23,51,58","w":145},"~":{"d":"252,-178v11,-1,18,8,16,19v-11,52,-97,98,-136,45v-18,-24,-62,-33,-71,3v-5,9,-15,29,-25,29v-28,1,-26,-43,-8,-54v19,-31,79,-55,110,-19v22,12,33,38,67,26v15,-14,20,-50,47,-49","w":280},"\u00c4":{"d":"123,-95v33,-2,56,-12,84,-18r-26,-70v-21,29,-39,56,-58,88xm210,-244v0,60,34,97,45,149v6,28,31,56,39,79v-1,12,-8,22,-22,21v-32,-11,-39,-52,-52,-81r-121,24v-18,21,-29,57,-63,62v-26,4,-49,-30,-14,-33r131,-190v14,-34,26,-51,36,-51v15,-1,22,5,21,20xm204,-311v-1,-24,44,-29,44,-3v0,15,-8,22,-24,22v-12,0,-20,-6,-20,-19xm134,-310v7,-27,48,-14,46,11v-4,18,-54,16,-46,-11","w":301,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"\u00c5":{"d":"173,-295v-17,12,-1,27,14,28v6,0,7,-20,2,-21v-7,-1,-14,-2,-16,-7xm194,-108v-7,-33,-17,-64,-18,-102r-69,113xm282,-114v5,22,-15,25,-33,31v12,27,33,43,47,65v-2,13,-8,25,-23,23v-34,-5,-51,-47,-69,-80r-123,16v-21,21,-27,56,-61,64v-56,-26,23,-76,36,-104v32,-40,58,-87,90,-128v5,-6,7,-14,10,-20v-34,-12,-24,-66,7,-74v31,1,57,5,58,36v1,20,-3,37,-16,44r30,123v14,-4,41,-9,47,4","w":312,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"\u00c7":{"d":"85,50v-36,16,-32,-21,-20,-40v-81,-28,-25,-174,15,-207v34,-28,67,-60,121,-66v31,-3,44,16,50,40v-8,19,-18,47,-43,47v-40,0,-10,-35,2,-48v-86,6,-138,78,-145,168v61,95,196,-42,246,-88v37,39,-50,77,-77,103v-40,24,-78,54,-137,55v-6,7,-6,14,6,14v18,4,23,18,21,41v-2,29,-42,41,-69,33v-12,-4,-23,-7,-25,-21v3,-29,76,17,62,-28","w":265,"k":{"\u00dd":-22,"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c7":29,"\u00c5":7,"\u00c4":7,"}":-36,"]":-36,"Y":-22,"V":-22,"Q":22,"G":27,"C":29,"A":7,"?":-36,")":-36,"\u00ab":40}},"\u00c9":{"d":"96,-251v69,26,152,-36,182,6v-21,48,-110,30,-182,36v-2,20,-1,43,-5,61v45,2,91,-2,125,-12v19,-2,21,31,6,37v-36,14,-95,5,-136,15r-13,68v56,-7,119,-7,168,-21v20,1,25,32,6,37v-61,17,-137,14,-195,31v-61,-24,5,-119,-1,-186v-4,-39,2,-75,45,-72xm149,-318v21,-12,59,-63,79,-21v-16,26,-55,37,-77,55v-9,7,-27,7,-27,-8v0,-6,8,-17,25,-26","w":270,"k":{"\u00ef":-11,"\u00ee":-11,"\u00ed":-11,"\u00dd":-14,"}":-22,"z":-22,"t":-29,"]":-22,"Y":-14,"X":-14,"W":-7,"V":-29,"J":-7,")":-22,"\u00ec":-4}},"\u00d1":{"d":"239,-353v30,9,-2,49,-15,55v-32,15,-46,-17,-68,-28v-20,3,-22,30,-43,33v-8,1,-13,-6,-13,-14v5,-34,61,-71,89,-32v5,7,12,10,19,15v15,-3,16,-27,31,-29xm77,-37v-2,24,-4,48,-26,52v-52,-18,2,-101,2,-147v0,-30,12,-56,12,-88v0,-30,41,-34,48,-5v16,66,60,117,95,167v20,-66,20,-149,39,-215v25,-22,45,3,37,38r-27,120r-12,97v4,28,-38,31,-49,12v-17,-32,-39,-58,-59,-89v-13,-20,-27,-43,-41,-68v-9,37,-15,86,-19,126","w":301},"\u00d6":{"d":"195,-74v42,-36,65,-161,-26,-148v-69,10,-99,73,-107,145v-7,65,84,55,114,22v6,-7,12,-13,19,-19xm195,-21v-58,52,-183,40,-177,-54v6,-83,47,-147,110,-173v78,-33,172,14,148,111v-12,49,-49,87,-81,116xm191,-309v-1,-24,44,-29,44,-3v0,15,-8,22,-24,22v-12,0,-20,-6,-20,-19xm121,-308v7,-27,48,-14,46,11v-4,18,-54,16,-46,-11","w":289,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"\u00dc":{"d":"95,-244v-13,65,-57,199,30,209v109,12,74,-123,100,-207v4,-10,10,-17,23,-17v42,13,5,80,6,121v2,87,-41,141,-128,141v-121,0,-100,-156,-75,-251v4,-11,11,-21,25,-21v10,2,18,14,19,25xm182,-317v-1,-24,44,-29,44,-3v0,15,-8,22,-24,22v-12,0,-20,-6,-20,-19xm112,-316v7,-27,48,-14,46,11v-4,18,-54,16,-46,-11","w":278,"k":{"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c0":20,"\u00c6":20,"\u00c5":20,"\u00c4":20,"A":20}},"\u00b0":{"d":"90,-165v33,7,50,-38,26,-57v-10,4,-16,8,-30,4v-28,5,-26,55,4,53xm29,-188v0,-47,58,-79,107,-55v10,8,23,30,24,46v3,70,-131,86,-131,9","w":182},"\u00a2":{"d":"116,-95v12,-6,40,-24,47,-2v2,29,-33,23,-50,36v-7,22,4,63,-22,63v-29,0,-20,-38,-14,-59v-66,9,-77,-86,-29,-110v14,-11,30,-14,48,-19v0,0,0,1,1,-4v5,-23,-7,-59,24,-57v26,3,16,36,11,56v14,7,36,12,37,29v1,28,-34,15,-42,4xm92,-154v-29,4,-60,51,-23,67v25,-2,13,-42,23,-67","w":183},"\u00a3":{"d":"213,-61v14,1,19,11,19,25v0,31,-34,40,-62,44v-35,-4,-73,-23,-105,-34v-14,9,-25,17,-36,22v-40,-5,-12,-44,5,-52v20,-3,23,-26,34,-39v-22,0,-45,-1,-51,-17v-1,-34,37,-9,58,-19v-1,-62,22,-106,76,-111v28,-3,56,30,30,50v-18,7,-27,-7,-36,-14v-23,9,-32,37,-33,67v26,-3,69,-30,86,-2v-5,37,-64,18,-87,37v-3,22,-15,36,-26,50v33,8,62,26,98,27v17,-3,6,-38,30,-34","w":240},"\u00a7":{"d":"55,-186v-35,-14,-26,-77,10,-79v27,-8,69,-3,73,25v-2,13,-10,24,-24,24v-13,0,-11,-28,-27,-25v-43,8,-5,38,10,47v21,12,36,28,40,59v3,28,-47,39,-20,51v35,33,3,94,-52,88v-31,-4,-53,-15,-53,-48v7,-28,39,-11,39,10v11,20,60,2,44,-20v-22,-30,-81,-28,-81,-81v0,-29,23,-39,41,-51xm76,-108v18,2,37,-45,6,-53v-25,-6,-42,34,-17,46v4,3,8,4,11,7","w":150},"\u00b6":{"d":"22,-141v-28,-99,154,-144,201,-81v-1,11,-15,10,-13,25v-9,62,-22,147,0,206v-2,5,-12,11,-19,11v-33,-12,-30,-69,-29,-113v1,-43,12,-83,16,-123v-48,-1,-115,11,-122,56v2,13,30,43,38,26v2,-24,-6,-59,21,-58v26,1,9,40,12,65v12,-3,25,2,24,15v0,10,-6,13,-15,15v-21,7,-8,80,-7,113v-1,10,-10,16,-19,18v-30,-16,-22,-76,-21,-120v-23,-13,-59,-26,-67,-55","w":240},"\u00df":{"d":"73,-246v38,-39,124,-24,120,39v-2,39,-35,53,-68,64v43,3,68,27,68,73v0,43,-43,67,-88,71v-35,3,-53,-53,-16,-63v2,32,43,38,57,10v23,-30,-8,-71,-49,-66v-17,2,-18,-31,-5,-37v25,-12,58,-19,60,-55v2,-28,-36,-39,-50,-19v-53,77,-26,231,-84,306v-13,17,-59,10,-40,-16v73,-57,21,-232,95,-307","w":208},"\u00ae":{"d":"130,-229v1,-61,105,-32,134,-11v38,27,81,103,29,152v-46,44,-115,78,-202,70v-61,-5,-102,-80,-55,-133v20,-39,63,-54,94,-78xm57,-126v-31,91,96,86,157,55v34,-17,72,-32,72,-79v0,-52,-49,-77,-98,-86v16,12,36,24,16,46v-56,-41,-118,25,-147,64xm200,-130v17,11,44,9,49,29v-19,34,-61,-13,-85,-8v8,32,-30,48,-37,19r0,-54v1,-11,-12,-11,-10,-21v5,-22,36,-19,61,-19v24,0,38,16,44,35v-1,11,-12,16,-22,19xm188,-149v-2,-11,-22,-8,-29,-3r0,17v10,-6,16,-8,29,-14","w":336},"\u00a9":{"d":"140,-113v18,31,75,-4,89,-21v8,-5,22,1,17,11v-15,33,-56,53,-98,53v-27,0,-41,-18,-43,-42v5,-45,33,-79,77,-79v20,0,36,16,33,36v-2,13,-33,21,-35,4v0,-3,-1,-9,-5,-8v-18,9,-34,20,-35,46xm94,-165v-24,32,-59,123,15,119v82,-5,171,-39,197,-108v-19,-39,-76,-39,-126,-47v-7,0,-7,-12,-5,-18v9,-1,19,-6,7,-10v-45,4,-66,35,-88,64xm220,-223v62,3,148,40,108,105v-40,65,-125,95,-220,103v-112,10,-85,-133,-38,-184v27,-30,57,-57,108,-63v21,3,48,16,42,39","w":344},"\u00b4":{"d":"41,-220v21,-12,59,-63,79,-21v-16,26,-55,37,-77,55v-9,7,-27,7,-27,-8v0,-6,8,-17,25,-26","w":133},"\u00a8":{"d":"74,-233v-1,-24,44,-29,44,-3v0,15,-8,22,-24,22v-12,0,-20,-6,-20,-19xm4,-232v7,-27,48,-14,46,11v-4,18,-54,16,-46,-11","w":126},"\u00c6":{"d":"121,-99v26,1,48,-3,68,-8r2,-102xm228,-156v50,12,88,-21,130,-9v4,4,5,10,5,18v-28,24,-87,24,-135,25v-4,46,5,88,58,76r69,-16v8,-14,37,-14,35,8v-19,42,-87,41,-140,48v-43,6,-58,-27,-61,-66v-28,6,-64,5,-95,9v-22,24,-40,55,-67,74v-16,11,-39,0,-41,-17v10,-24,38,-28,53,-50v42,-59,97,-114,128,-181v19,-42,77,-13,127,-18v30,-3,73,-28,84,8v-19,37,-93,29,-149,30","w":396,"k":{"\u00ec":-11,"\u00ef":-11,"\u00ee":-11,"\u00ed":-11,"\u00dd":-14,"}":-22,"z":-22,"t":-29,"]":-22,"Y":-14,"X":-14,"W":-7,"V":-29,"J":-7,")":-22}},"\u00d8":{"d":"86,-48r90,-175v-66,14,-104,60,-116,129v2,21,10,39,26,46xm125,-36v68,-17,143,-54,130,-127v-9,-18,-24,-32,-48,-34xm222,-226v63,1,99,76,62,128v-38,53,-92,89,-173,98v-24,18,-16,68,-57,70v-50,-17,25,-60,8,-83v-52,-25,-55,-119,-14,-163v34,-37,63,-80,130,-83v8,0,13,2,18,6v13,-21,25,-74,62,-50v2,32,-26,51,-36,77","w":306,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"\u00b1":{"d":"23,-30v51,-5,154,-19,166,17v-15,34,-77,4,-128,14v-29,5,-67,-9,-38,-31xm122,-152v32,4,80,-12,66,26v-13,13,-43,2,-69,5v-1,28,8,68,-21,68v-29,0,-7,-42,-13,-68v-23,-1,-53,6,-71,-2v-3,-6,-5,-12,-5,-22v15,-13,49,-7,78,-9v8,-20,-12,-64,18,-64v34,0,17,39,17,66","w":205},"\u00a5":{"d":"198,-76v9,35,-45,22,-68,33v0,13,2,19,7,26v-7,27,-50,20,-45,-12v0,-4,-1,-6,-1,-9v-24,3,-65,20,-69,-12v5,-24,44,-12,68,-21r1,-24v-25,0,-71,17,-70,-16v1,-30,40,-9,65,-14v-19,-42,-64,-58,-77,-105v7,-32,47,-7,48,11v18,20,34,43,54,62v33,-30,53,-71,100,-85v14,1,21,19,9,30v-30,26,-67,46,-88,81v32,0,65,-31,73,9v-10,21,-53,16,-75,24v0,7,-2,16,0,22v22,-2,53,-18,68,0","w":232},"\u00aa":{"d":"56,-155v22,-17,33,-46,40,-79v-29,2,-40,42,-43,74v0,2,1,5,3,5xm141,-177v20,0,24,-34,44,-23v7,29,-24,56,-54,56v-17,0,-24,-14,-28,-28v-10,22,-25,49,-53,49v-21,0,-31,-15,-31,-36v0,-47,26,-98,78,-103v8,-1,12,4,19,7v35,0,-8,68,25,78","w":187},"\u00ba":{"d":"105,-183v6,-24,-9,-32,-15,-47v-22,12,-42,38,-39,72v15,16,49,-6,54,-25xm16,-162v0,-49,35,-113,96,-95v13,17,32,29,31,60v-2,52,-42,77,-88,77v-26,0,-39,-14,-39,-42","w":157},"\u00e6":{"d":"155,-93v25,-5,68,-26,56,-53v-28,-8,-45,29,-56,53xm66,-100v-8,20,-30,56,-13,78v32,-27,52,-69,67,-114v-1,-6,0,-12,-7,-12v-30,2,-34,30,-47,48xm279,-95v5,-8,28,-36,32,-11v-17,48,-65,73,-110,94v-43,10,-81,-8,-80,-51v-12,30,-63,103,-102,56v-2,-9,-6,-17,-5,-28v8,-71,31,-133,96,-144v31,-5,49,14,37,45v9,-42,86,-65,99,-9v-4,50,-46,64,-90,75v24,57,107,-3,123,-27","k":{".":-43,",":-43}},"\u00f8":{"d":"155,-207v20,-23,48,4,27,22v-5,10,-22,23,-4,27v59,45,-5,130,-61,139v-28,4,-53,13,-58,41v-4,23,-37,43,-47,12v4,-23,19,-34,30,-51v-37,-18,-30,-89,-3,-113v16,-28,54,-56,98,-43xm123,-145v-49,-2,-84,50,-66,99v30,-21,45,-69,66,-99xm97,-41v37,-11,82,-45,67,-88r-9,-6v-21,30,-40,62,-58,94","w":209},"\u00bf":{"d":"97,-199v-6,-33,39,-44,43,-12v2,19,-8,35,-25,33v-11,-2,-16,-11,-18,-21xm45,22v12,49,83,8,102,-10v11,-5,26,0,26,13v-18,35,-54,59,-106,59v-32,0,-59,-18,-59,-49v0,-59,30,-92,80,-102v-6,-29,-7,-74,26,-74v30,0,9,35,8,56v11,19,21,57,-12,58v-7,0,-10,-3,-15,-6v-26,7,-46,26,-50,55","w":173,"k":{"j":-58}},"\u00a1":{"d":"69,-224v19,-3,21,10,19,28v-2,16,-16,22,-31,24v-28,-7,-21,-55,12,-52xm65,-138v25,0,10,42,9,62v-12,45,-5,110,-25,147v-27,15,-41,-22,-29,-51r11,-102v8,-22,6,-56,34,-56","w":103},"\u00ac":{"d":"15,-116v0,-47,85,-11,133,-26v39,-1,91,-19,80,45v-5,28,5,65,-21,64v-32,-2,-10,-51,-16,-77r-164,4v-8,1,-12,-3,-12,-10","w":259},"\u00ab":{"d":"27,-139v27,0,85,-48,93,-47v27,28,-30,52,-65,65v25,18,54,33,70,60v-11,32,-43,-2,-53,-12v-16,-15,-37,-28,-55,-41v-7,-10,-3,-25,10,-25xm209,-163v27,-26,74,6,23,23r-66,22v22,18,49,36,61,61v-1,16,-24,17,-32,6v-18,-23,-54,-43,-72,-70v7,-23,38,-21,56,-32v8,-5,19,-7,30,-10","w":263},"\u00bb":{"d":"44,-161v25,-42,55,27,79,40v11,6,17,28,0,35v-31,12,-49,36,-79,49v-25,2,-24,-28,-6,-34r59,-34v-17,-16,-42,-35,-53,-56xm208,-104v-18,-20,-80,-45,-40,-70v33,12,46,49,81,59v15,33,-58,40,-77,66v-9,5,-13,16,-27,16v-10,0,-18,-6,-17,-17v13,-26,55,-39,80,-54"},"\u00a0":{"w":143},"\u00c0":{"d":"123,-95v33,-2,56,-12,84,-18r-26,-70v-21,29,-39,56,-58,88xm210,-244v0,60,34,97,45,149v6,28,31,56,39,79v-1,12,-8,22,-22,21v-32,-11,-39,-52,-52,-81r-121,24v-18,21,-29,57,-63,62v-26,4,-49,-30,-14,-33r131,-190v14,-34,26,-51,36,-51v15,-1,22,5,21,20xm124,-352v27,-41,63,21,88,34v18,8,15,32,-5,31v-29,-18,-66,-37,-83,-65","w":301,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"\u00c3":{"d":"242,-333v1,-14,31,-30,31,-5v0,44,-62,56,-84,20v-23,-23,-31,23,-55,26v-8,0,-12,-7,-13,-14v5,-35,61,-71,90,-32v7,10,22,23,31,5xm123,-95v33,-2,56,-12,84,-18r-26,-70v-21,29,-39,56,-58,88xm210,-244v0,60,34,97,45,149v6,28,31,56,39,79v-1,12,-8,22,-22,21v-32,-11,-39,-52,-52,-81r-121,24v-18,21,-29,57,-63,62v-26,4,-49,-30,-14,-33r131,-190v14,-34,26,-51,36,-51v15,-1,22,5,21,20","w":301,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"\u00d5":{"d":"241,-337v10,-14,28,-5,23,14v-10,36,-64,48,-83,12v-23,-21,-31,24,-55,27v-8,1,-12,-7,-12,-14v4,-36,62,-72,89,-32v13,19,33,11,38,-7xm195,-74v42,-36,65,-161,-26,-148v-69,10,-99,73,-107,145v-7,65,84,55,114,22v6,-7,12,-13,19,-19xm195,-21v-58,52,-183,40,-177,-54v6,-83,47,-147,110,-173v78,-33,172,14,148,111v-12,49,-49,87,-81,116","w":289,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"\u00f7":{"d":"77,-23v0,-21,46,-32,49,-9v4,32,-42,32,-49,9xm81,-167v0,-17,47,-18,50,-1v-1,11,-6,29,-19,28v-18,0,-31,-9,-31,-27xm187,-111v15,8,11,30,-11,31r-123,4v-38,5,-43,-37,-15,-37v50,0,105,-7,149,2","w":208},"\u00c2":{"d":"159,-303v-8,17,-38,10,-26,-11v13,-22,34,-37,50,-55v38,-41,51,31,76,53v18,15,-9,43,-24,23v-16,-10,-27,-60,-46,-39v-12,13,-17,17,-30,29xm123,-95v33,-2,56,-12,84,-18r-26,-70v-21,29,-39,56,-58,88xm210,-244v0,60,34,97,45,149v6,28,31,56,39,79v-1,12,-8,22,-22,21v-32,-11,-39,-52,-52,-81r-121,24v-18,21,-29,57,-63,62v-26,4,-49,-30,-14,-33r131,-190v14,-34,26,-51,36,-51v15,-1,22,5,21,20","w":301,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"\u00ca":{"d":"135,-305v-4,11,-30,17,-28,-4v10,-28,34,-43,52,-63v37,-41,51,36,79,58v5,11,0,28,-13,26v-29,-5,-30,-44,-53,-55v-13,15,-22,24,-37,38xm96,-251v69,26,152,-36,182,6v-21,48,-110,30,-182,36v-2,20,-1,43,-5,61v45,2,91,-2,125,-12v19,-2,21,31,6,37v-36,14,-95,5,-136,15r-13,68v56,-7,119,-7,168,-21v20,1,25,32,6,37v-61,17,-137,14,-195,31v-61,-24,5,-119,-1,-186v-4,-39,2,-75,45,-72","w":270,"k":{"\u00ef":-11,"\u00ee":-11,"\u00ed":-11,"\u00dd":-14,"}":-22,"z":-22,"t":-29,"]":-22,"Y":-14,"X":-14,"W":-7,"V":-29,"J":-7,")":-22,"\u00ec":-5}},"\u00c1":{"d":"123,-95v33,-2,56,-12,84,-18r-26,-70v-21,29,-39,56,-58,88xm210,-244v0,60,34,97,45,149v6,28,31,56,39,79v-1,12,-8,22,-22,21v-32,-11,-39,-52,-52,-81r-121,24v-18,21,-29,57,-63,62v-26,4,-49,-30,-14,-33r131,-190v14,-34,26,-51,36,-51v15,-1,22,5,21,20xm182,-324v21,-12,59,-63,79,-21v-16,26,-55,37,-77,55v-9,7,-27,7,-27,-8v0,-6,8,-17,25,-26","w":301,"k":{"\u00ff":-4,"\u00fd":-4,"\u00dd":14,"\u00d9":-14,"\u00db":-14,"\u00da":-14,"\u00d2":-7,"\u00d4":-7,"\u00d3":-7,"\u00d5":-7,"\u00d8":-7,"\u00dc":-14,"\u00d6":-7,"\u00c7":-7,"y":-4,"w":7,"v":14,"t":-14,"Z":-5,"Y":14,"W":-9,"V":11,"U":-14,"T":14,"O":-7,"C":-7,";":-18,":":-18,".":-16,",":-16,"*":14}},"\u00cb":{"d":"96,-251v69,26,152,-36,182,6v-21,48,-110,30,-182,36v-2,20,-1,43,-5,61v45,2,91,-2,125,-12v19,-2,21,31,6,37v-36,14,-95,5,-136,15r-13,68v56,-7,119,-7,168,-21v20,1,25,32,6,37v-61,17,-137,14,-195,31v-61,-24,5,-119,-1,-186v-4,-39,2,-75,45,-72xm185,-320v-1,-24,44,-29,44,-3v0,15,-8,22,-24,22v-12,0,-20,-6,-20,-19xm115,-319v7,-27,48,-14,46,11v-4,18,-54,16,-46,-11","w":270,"k":{"\u00ef":-11,"\u00ee":-11,"\u00ed":-11,"\u00dd":-14,"}":-22,"z":-22,"t":-29,"]":-22,"Y":-14,"X":-14,"W":-7,"V":-29,"J":-7,")":-22,"\u00ec":-5}},"\u00c8":{"d":"96,-251v69,26,152,-36,182,6v-21,48,-110,30,-182,36v-2,20,-1,43,-5,61v45,2,91,-2,125,-12v19,-2,21,31,6,37v-36,14,-95,5,-136,15r-13,68v56,-7,119,-7,168,-21v20,1,25,32,6,37v-61,17,-137,14,-195,31v-61,-24,5,-119,-1,-186v-4,-39,2,-75,45,-72xm104,-357v27,-41,63,21,88,34v18,8,15,32,-5,31v-29,-18,-66,-37,-83,-65","w":270,"k":{"\u00ed":-11,"\u00dd":-14,"}":-22,"z":-22,"t":-29,"]":-22,"Y":-14,"X":-14,"W":-7,"V":-29,"J":-7,")":-22,"\u00ec":-5,"\u00ef":-5,"\u00ee":-5}},"\u00cd":{"d":"22,-24v0,-79,23,-150,32,-215v3,-8,9,-19,19,-20v39,4,25,56,14,80r-17,146v10,18,-7,34,-25,35v-16,1,-23,-13,-23,-26xm80,-331v21,-12,59,-63,79,-21v-16,26,-55,37,-77,55v-9,7,-27,7,-27,-8v0,-6,8,-17,25,-26","w":111,"k":{"z":14,"w":22,"v":29}},"\u00ce":{"d":"47,-295v-4,12,-31,17,-28,-4v10,-28,34,-42,52,-62v37,-42,50,34,77,54v8,11,4,29,-11,30v-27,-7,-31,-46,-52,-55xm22,-24v0,-79,23,-150,32,-215v3,-8,9,-19,19,-20v39,4,25,56,14,80r-17,146v10,18,-7,34,-25,35v-16,1,-23,-13,-23,-26","w":111,"k":{"z":14,"w":22,"v":29}},"\u00cc":{"d":"22,-24v0,-79,23,-150,32,-215v3,-8,9,-19,19,-20v39,4,25,56,14,80r-17,146v10,18,-7,34,-25,35v-16,1,-23,-13,-23,-26xm36,-354v27,-41,63,21,88,34v18,8,15,32,-5,31v-29,-18,-66,-37,-83,-65","w":111,"k":{"z":14,"w":22,"v":29}},"\u00d3":{"d":"195,-74v42,-36,65,-161,-26,-148v-69,10,-99,73,-107,145v-7,65,84,55,114,22v6,-7,12,-13,19,-19xm195,-21v-58,52,-183,40,-177,-54v6,-83,47,-147,110,-173v78,-33,172,14,148,111v-12,49,-49,87,-81,116xm173,-322v21,-12,59,-63,79,-21v-16,26,-55,37,-77,55v-9,7,-27,7,-27,-8v0,-6,8,-17,25,-26","w":289,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"\u00d4":{"d":"137,-297v-6,12,-29,8,-24,-8v9,-28,34,-42,52,-62v38,-42,55,38,81,63v3,26,-27,24,-35,7v-13,-11,-21,-52,-40,-33xm195,-74v42,-36,65,-161,-26,-148v-69,10,-99,73,-107,145v-7,65,84,55,114,22v6,-7,12,-13,19,-19xm195,-21v-58,52,-183,40,-177,-54v6,-83,47,-147,110,-173v78,-33,172,14,148,111v-12,49,-49,87,-81,116","w":289,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"\u00d2":{"d":"195,-74v42,-36,65,-161,-26,-148v-69,10,-99,73,-107,145v-7,65,84,55,114,22v6,-7,12,-13,19,-19xm195,-21v-58,52,-183,40,-177,-54v6,-83,47,-147,110,-173v78,-33,172,14,148,111v-12,49,-49,87,-81,116xm119,-356v27,-41,63,21,88,34v18,8,15,32,-5,31v-29,-18,-66,-37,-83,-65","w":289,"k":{"\u00c1":29,"\u00c2":29,"\u00c3":29,"\u00c0":29,"\u00c6":29,"\u00c5":29,"\u00c4":29,"J":22,"A":29,".":43,",":43}},"\u00da":{"d":"95,-244v-13,65,-57,199,30,209v109,12,74,-123,100,-207v4,-10,10,-17,23,-17v42,13,5,80,6,121v2,87,-41,141,-128,141v-121,0,-100,-156,-75,-251v4,-11,11,-21,25,-21v10,2,18,14,19,25xm160,-314v21,-12,59,-63,79,-21v-16,26,-55,37,-77,55v-9,7,-27,7,-27,-8v0,-6,8,-17,25,-26","w":278,"k":{"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c0":20,"\u00c6":20,"\u00c5":20,"\u00c4":20,"A":20}},"\u00db":{"d":"225,-288v-28,-7,-31,-42,-52,-55v-18,16,-32,36,-53,49v-36,-23,27,-56,39,-78v40,-38,49,34,77,54v7,12,6,29,-11,30xm95,-244v-13,65,-57,199,30,209v109,12,74,-123,100,-207v4,-10,10,-17,23,-17v42,13,5,80,6,121v2,87,-41,141,-128,141v-121,0,-100,-156,-75,-251v4,-11,11,-21,25,-21v10,2,18,14,19,25","w":278,"k":{"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c0":20,"\u00c6":20,"\u00c5":20,"\u00c4":20,"A":20}},"\u00d9":{"d":"95,-244v-13,65,-57,199,30,209v109,12,74,-123,100,-207v4,-10,10,-17,23,-17v42,13,5,80,6,121v2,87,-41,141,-128,141v-121,0,-100,-156,-75,-251v4,-11,11,-21,25,-21v10,2,18,14,19,25xm101,-351v27,-41,63,21,88,34v18,8,15,32,-5,31v-29,-18,-66,-37,-83,-65","w":278,"k":{"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c0":20,"\u00c6":20,"\u00c5":20,"\u00c4":20,"A":20}},"\u00b8":{"d":"68,21v32,0,47,50,16,68v-20,19,-75,13,-78,-12v5,-32,61,20,64,-25v-9,-13,-42,9,-41,-16v15,-25,5,-47,34,-51v21,3,12,24,5,36","w":111},"\u00a6":{"d":"41,-346v5,-20,36,-11,36,9r-1,194v2,23,-36,23,-36,3xm40,32v5,-39,-15,-91,17,-95v42,21,5,131,17,209v5,34,-40,43,-39,15","w":116},"\u00d0":{"d":"39,-141v51,0,-1,-97,46,-111r118,20v92,2,150,130,57,175v-43,21,-80,48,-127,64v-10,-2,-14,-17,-17,-26v39,-50,138,-41,154,-113v-12,-70,-98,-66,-166,-77v-4,20,-3,44,-6,68v29,1,75,-15,76,19v-6,24,-49,12,-78,17v-11,35,23,100,-23,100v-31,0,-18,-65,-20,-97v-23,-1,-61,2,-61,-24v0,-21,29,-15,47,-15","w":324,"k":{"\u00ff":29,"\u00fd":29,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c0":36,"\u00c6":36,"\u00c4":36,"y":29,"x":29,"w":22,"v":14,"t":-50,"s":14,"n":14,"m":14,"f":14,"d":14,"J":58,"A":36,",":58,"\u00c5":-29,".":-65}},"\u00f0":{"d":"72,-42v41,-14,78,-56,51,-111v-40,13,-74,24,-74,77v0,17,13,29,23,34xm162,-255v-3,18,-27,19,-38,31v41,34,75,144,16,183v-23,15,-40,37,-77,37v-40,0,-60,-40,-55,-85v6,-54,48,-83,102,-93v-4,-9,-10,-17,-18,-23v-17,7,-56,46,-64,8v3,-15,29,-16,37,-28v-10,-5,-25,-9,-30,-18v4,-11,12,-24,27,-24v16,0,28,15,38,24v16,-7,52,-49,62,-12","w":181},"\u00dd":{"d":"213,-289v2,-18,44,-21,42,4v-27,59,-78,97,-106,154r-7,125v-2,10,-13,17,-25,16v-36,-4,-15,-60,-15,-91v0,-19,6,-39,2,-56v-26,-17,-47,-44,-63,-66v-11,-14,-25,-23,-32,-39v5,-19,35,-23,49,-7v22,26,45,59,72,78v26,-42,57,-80,83,-118xm120,-321v21,-12,59,-63,79,-21v-16,26,-55,37,-77,55v-9,7,-27,7,-27,-8v0,-6,8,-17,25,-26","w":245,"k":{"\u00ff":58,"\u00fd":58,"\u00e7":65,"\u00d2":20,"\u00d4":20,"\u00d3":20,"\u00c1":50,"\u00c2":50,"\u00d5":20,"\u00c3":50,"\u00c0":50,"\u00f8":43,"\u00e6":36,"\u00d8":20,"\u00c6":50,"\u00d6":20,"\u00c7":32,"\u00c5":50,"\u00c4":50,"}":-29,"z":58,"y":58,"x":43,"w":43,"v":72,"u":58,"s":43,"r":58,"q":29,"p":29,"o":43,"n":58,"m":36,"g":43,"f":43,"e":65,"d":65,"c":65,"a":36,"]":-29,"W":-14,"V":-22,"Q":20,"O":20,"J":50,"G":32,"C":32,"B":18,"A":50,")":-29}},"\u00de":{"d":"80,-95v64,-1,139,-23,169,-65v-19,-39,-86,-36,-138,-43v-11,-2,-10,13,-13,20v1,33,-17,58,-18,88xm150,-239v59,12,154,17,136,91v-34,66,-135,70,-209,97v-8,24,12,69,-22,66v-60,-28,-1,-124,-1,-185v0,-30,11,-58,15,-88v-6,-30,41,-36,48,-12v0,10,-10,23,-5,32","w":284,"k":{"\u00e7":20,"\u00c1":83,"\u00c2":83,"\u00c3":83,"\u00c0":83,"\u00c6":83,"\u00c5":83,"\u00c4":83,"c":20,"A":83,".":43,",":43}},"\u00fe":{"d":"89,-46v36,-19,79,-43,84,-92v-40,-22,-70,51,-89,88v-1,3,3,4,5,4xm176,-76v39,-11,76,-44,114,-55v-15,68,-134,95,-206,117r-10,-2v-7,35,-5,78,-19,106v-26,14,-32,-17,-28,-47r41,-302v12,-21,38,-10,33,19r-24,142v20,-34,37,-78,83,-84v52,-7,73,58,35,88","w":242,"k":{".":-22,",":-22}},"\u00d7":{"d":"104,-72v-23,18,-49,81,-77,40v13,-26,41,-39,57,-61r-53,-53v-8,-25,26,-25,38,-12v13,14,22,31,36,45v21,-15,41,-71,74,-46v5,31,-31,36,-44,56v-21,19,25,35,32,54v14,6,21,32,0,36v-35,-6,-42,-41,-63,-59","w":205},"\u00b9":{"d":"49,-248v2,-20,35,-31,38,-6v-9,36,-17,73,-17,118v0,27,-34,35,-41,12v1,-44,8,-90,20,-124","w":107},"\u00b2":{"d":"60,-139v33,-4,91,-33,101,6v0,14,-21,23,-35,15v-34,0,-66,18,-101,22v-35,-6,-21,-28,1,-54r62,-73v-24,-1,-48,38,-61,7v-4,-36,43,-31,68,-41v36,0,30,49,11,63","w":158},"\u00b3":{"d":"68,-249v42,-28,86,20,44,47v14,4,30,9,28,27v-5,47,-80,81,-126,77v-21,-14,-5,-48,23,-37v29,-4,54,-14,67,-35v-24,-5,-64,22,-69,-10v8,-27,48,-18,59,-45v-25,-4,-60,40,-72,0v1,-19,30,-18,46,-24","w":139},"\u00bd":{"d":"87,-246v-1,28,-18,69,-19,102v0,6,-4,25,-20,21v-20,2,-22,-21,-15,-35r-1,1v14,-36,4,-93,40,-105v10,0,15,7,15,16xm96,-131v43,-28,49,-93,102,-111v32,26,-30,66,-39,95v-34,42,-77,80,-99,132v-9,21,-53,12,-36,-13xm116,-18v21,-43,93,-41,113,-86v-27,-7,-73,32,-82,-6v12,-24,58,-23,89,-28v60,14,12,78,-16,90r-35,15v36,-4,107,-31,117,14v-1,21,-40,7,-58,9r-105,11v-13,0,-21,-8,-23,-19","w":307},"\u00bc":{"d":"216,-98r-30,31r25,-2xm26,-154v14,-40,2,-104,35,-120v12,0,19,9,20,20r-16,99v-1,14,-3,28,-17,28v-14,0,-21,-13,-22,-27xm95,-117v44,-44,60,-186,125,-141v-4,15,-22,29,-28,40v-27,44,-49,94,-78,134v-22,31,-31,72,-54,101v-21,14,-35,-10,-22,-33xm241,-43v-4,29,15,67,-17,67v-26,0,-17,-39,-19,-65v-24,0,-62,20,-67,-10v28,-42,63,-71,97,-105v11,-1,19,3,21,11r-11,70v18,1,54,-1,52,14v1,22,-44,12,-56,18","w":298},"\u00be":{"d":"219,-95r23,-6r7,-30v-11,9,-22,22,-30,36xm13,-242v15,-25,72,-32,110,-23v35,8,4,44,-14,50v51,9,14,50,-8,59v-17,7,-27,20,-47,24v-10,-1,-18,-7,-18,-18v11,-22,46,-22,62,-40v-35,11,-77,-13,-34,-33v11,-6,24,-10,33,-18v-28,-5,-73,34,-84,-1xm72,8v-47,-31,25,-92,41,-123v31,-60,76,-115,118,-164v17,-20,38,-4,25,15r-152,223v-8,17,-12,46,-32,49xm301,-91v-9,24,-49,7,-39,58v-1,16,-2,38,-17,36v-33,-3,-17,-49,-11,-72v-22,-2,-31,13,-48,16v-10,2,-19,-9,-19,-18v20,-33,46,-74,80,-93v0,-21,34,-26,39,-6v-9,18,-11,40,-13,65v12,-8,29,-3,28,14","w":315},"\u00ad":{"d":"64,-121v51,7,119,-20,134,20v-14,37,-89,0,-148,13v-8,-2,-15,-5,-15,-15v0,-13,16,-16,29,-18","w":230},"\u00a4":{"d":"88,-202v22,-21,67,-17,94,-5v16,-15,41,-62,66,-32v5,26,-27,38,-35,57v16,34,6,88,-11,112v9,25,60,47,21,73v-30,-4,-38,-33,-59,-47v-22,8,-56,10,-75,-2v-22,8,-36,35,-60,41v-23,-3,-23,-35,-3,-41r32,-25v-11,-32,-21,-81,2,-107v-4,-26,-28,-31,-36,-51v1,-11,11,-17,23,-18v25,3,27,30,41,45xm130,-75v37,0,47,-28,47,-66v0,-35,-22,-40,-49,-42v-28,5,-38,36,-38,67v0,26,25,36,40,41"},"\u00e1":{"d":"54,-35v44,-14,74,-50,78,-105v-40,-21,-80,47,-85,97v0,4,2,8,7,8xm270,-122v9,-9,30,-9,21,9v-22,46,-60,78,-119,88v-21,-2,-34,-17,-39,-35v-21,28,-45,55,-89,60v-79,-50,9,-200,103,-177v51,12,-17,99,32,114v44,-4,67,-34,91,-59xm120,-246v21,-12,59,-63,79,-21v-16,26,-55,37,-77,55v-9,7,-27,7,-27,-8v0,-6,8,-17,25,-26","w":236,"k":{".":-36,",":-36}},"\u00e2":{"d":"85,-214v-3,9,-30,18,-28,-4v10,-29,35,-42,52,-63v33,-41,47,26,70,45v11,10,19,37,-4,39v-28,-6,-31,-45,-52,-55xm54,-35v44,-14,74,-50,78,-105v-40,-21,-80,47,-85,97v0,4,2,8,7,8xm270,-122v9,-9,30,-9,21,9v-22,46,-60,78,-119,88v-21,-2,-34,-17,-39,-35v-21,28,-45,55,-89,60v-79,-50,9,-200,103,-177v51,12,-17,99,32,114v44,-4,67,-34,91,-59","w":236,"k":{".":-36,",":-36}},"\u00e4":{"d":"54,-35v44,-14,74,-50,78,-105v-40,-21,-80,47,-85,97v0,4,2,8,7,8xm270,-122v9,-9,30,-9,21,9v-22,46,-60,78,-119,88v-21,-2,-34,-17,-39,-35v-21,28,-45,55,-89,60v-79,-50,9,-200,103,-177v51,12,-17,99,32,114v44,-4,67,-34,91,-59xm136,-233v-1,-24,44,-29,44,-3v0,15,-8,22,-24,22v-12,0,-20,-6,-20,-19xm66,-232v7,-27,48,-14,46,11v-4,18,-54,16,-46,-11","w":236,"k":{".":-36,",":-36}},"\u00e0":{"d":"54,-35v44,-14,74,-50,78,-105v-40,-21,-80,47,-85,97v0,4,2,8,7,8xm270,-122v9,-9,30,-9,21,9v-22,46,-60,78,-119,88v-21,-2,-34,-17,-39,-35v-21,28,-45,55,-89,60v-79,-50,9,-200,103,-177v51,12,-17,99,32,114v44,-4,67,-34,91,-59xm60,-269v27,-41,63,21,88,34v18,8,15,32,-5,31v-29,-18,-66,-37,-83,-65","w":236,"k":{".":-36,",":-36}},"\u00e5":{"d":"140,-257v-9,-14,-32,-3,-30,15v2,15,14,25,27,13v7,-6,6,-19,3,-28xm77,-243v-1,-45,79,-62,94,-19v12,34,-18,62,-50,62v-28,0,-43,-16,-44,-43xm54,-35v44,-14,74,-50,78,-105v-40,-21,-80,47,-85,97v0,4,2,8,7,8xm270,-122v9,-9,30,-9,21,9v-22,46,-60,78,-119,88v-21,-2,-34,-17,-39,-35v-21,28,-45,55,-89,60v-79,-50,9,-200,103,-177v51,12,-17,99,32,114v44,-4,67,-34,91,-59","w":236,"k":{".":-36,",":-36}},"\u00e3":{"d":"189,-260v30,9,-2,48,-15,54v-32,15,-47,-17,-68,-28v-19,3,-20,32,-43,33v-8,0,-13,-5,-13,-13v5,-35,62,-74,89,-32v7,4,11,12,20,14v14,-3,15,-27,30,-28xm54,-35v44,-14,74,-50,78,-105v-40,-21,-80,47,-85,97v0,4,2,8,7,8xm270,-122v9,-9,30,-9,21,9v-22,46,-60,78,-119,88v-21,-2,-34,-17,-39,-35v-21,28,-45,55,-89,60v-79,-50,9,-200,103,-177v51,12,-17,99,32,114v44,-4,67,-34,91,-59","w":236,"k":{".":-36,",":-36}},"\u00e7":{"d":"75,-34v82,-3,105,-72,167,-97v25,29,-38,54,-55,78v-29,24,-57,49,-104,53v-3,6,-18,24,1,22v18,4,23,19,22,42v-2,29,-52,46,-81,28v-17,-5,-18,-29,2,-29v18,18,71,-2,39,-18v-11,5,-32,6,-31,-10r15,-38v-71,-41,-14,-172,50,-183v22,4,35,33,34,55v-1,8,-4,17,-14,17v-16,-1,-20,-20,-25,-32v-25,17,-38,50,-41,89v-1,11,12,23,21,23","w":188,"k":{".":-14,",":-14}},"\u00e9":{"d":"63,-94v20,-16,58,-38,44,-72v-28,8,-37,41,-44,72xm216,-110v6,-13,46,-28,27,0v-35,50,-78,105,-154,105v-42,0,-65,-23,-63,-68v3,-65,24,-115,83,-126v24,1,35,18,35,43v0,46,-48,69,-78,94v13,42,81,10,101,-6v17,-14,33,-27,49,-42xm93,-253v21,-12,59,-63,79,-21v-16,26,-55,37,-77,55v-9,7,-27,7,-27,-8v0,-6,8,-17,25,-26","w":189,"k":{".":-43,",":-43}},"\u00ea":{"d":"72,-221v-4,12,-31,17,-28,-4v10,-28,35,-42,52,-62v37,-42,51,36,79,58v10,29,-21,32,-33,12v-13,-11,-21,-52,-40,-33xm63,-94v20,-16,58,-38,44,-72v-28,8,-37,41,-44,72xm216,-110v6,-13,46,-28,27,0v-35,50,-78,105,-154,105v-42,0,-65,-23,-63,-68v3,-65,24,-115,83,-126v24,1,35,18,35,43v0,46,-48,69,-78,94v13,42,81,10,101,-6v17,-14,33,-27,49,-42","w":189,"k":{".":-43,",":-43}},"\u00eb":{"d":"63,-94v20,-16,58,-38,44,-72v-28,8,-37,41,-44,72xm216,-110v6,-13,46,-28,27,0v-35,50,-78,105,-154,105v-42,0,-65,-23,-63,-68v3,-65,24,-115,83,-126v24,1,35,18,35,43v0,46,-48,69,-78,94v13,42,81,10,101,-6v17,-14,33,-27,49,-42xm118,-235v-1,-24,44,-29,44,-3v0,15,-8,22,-24,22v-12,0,-20,-6,-20,-19xm48,-234v7,-27,48,-14,46,11v-4,18,-54,16,-46,-11","w":189,"k":{".":-43,",":-43}},"\u00e8":{"d":"63,-94v20,-16,58,-38,44,-72v-28,8,-37,41,-44,72xm216,-110v6,-13,46,-28,27,0v-35,50,-78,105,-154,105v-42,0,-65,-23,-63,-68v3,-65,24,-115,83,-126v24,1,35,18,35,43v0,46,-48,69,-78,94v13,42,81,10,101,-6v17,-14,33,-27,49,-42xm40,-277v27,-41,63,21,88,34v18,8,15,32,-5,31v-29,-18,-66,-37,-83,-65","w":189,"k":{".":-43,",":-43}},"\u00ed":{"d":"157,-73v26,-15,41,-69,70,-65v-10,64,-61,113,-111,138v-60,31,-85,-42,-75,-112v4,-28,9,-50,37,-51v8,0,11,4,11,13v-1,28,-11,53,-7,82v-7,48,40,31,58,11v5,-6,12,-11,17,-16xm67,-235v21,-12,59,-63,79,-21v-16,26,-55,37,-77,55v-9,7,-27,7,-27,-8v0,-6,8,-17,25,-26","w":162,"k":{"\u00bb":-58,".":-50,",":-50}},"\u00ee":{"d":"35,-207v-3,9,-30,18,-28,-4v10,-28,34,-43,52,-63v37,-41,51,37,79,58v5,11,0,28,-13,26v-29,-5,-31,-46,-53,-55v-13,15,-22,24,-37,38xm157,-73v26,-15,41,-69,70,-65v-10,64,-61,113,-111,138v-60,31,-85,-42,-75,-112v4,-28,9,-50,37,-51v8,0,11,4,11,13v-1,28,-11,53,-7,82v-7,48,40,31,58,11v5,-6,12,-11,17,-16","w":162,"k":{"\u00bb":-58,".":-50,",":-50}},"\u00ef":{"d":"157,-73v26,-15,41,-69,70,-65v-10,64,-61,113,-111,138v-60,31,-85,-42,-75,-112v4,-28,9,-50,37,-51v8,0,11,4,11,13v-1,28,-11,53,-7,82v-7,48,40,31,58,11v5,-6,12,-11,17,-16xm94,-234v-1,-24,44,-29,44,-3v0,15,-8,22,-24,22v-12,0,-20,-6,-20,-19xm24,-233v7,-27,48,-14,46,11v-4,18,-54,16,-46,-11","w":162,"k":{"\u00bb":-58,".":-50,",":-50}},"\u00ec":{"d":"157,-73v26,-15,41,-69,70,-65v-10,64,-61,113,-111,138v-60,31,-85,-42,-75,-112v4,-28,9,-50,37,-51v8,0,11,4,11,13v-1,28,-11,53,-7,82v-7,48,40,31,58,11v5,-6,12,-11,17,-16xm10,-255v27,-41,63,21,88,34v18,8,15,32,-5,31v-29,-18,-66,-37,-83,-65","w":162,"k":{"\u00bb":-58,".":-50,",":-50}},"\u00f1":{"d":"224,-265v30,9,-1,47,-15,54v-33,16,-45,-18,-68,-28v-19,3,-20,32,-43,33v-8,0,-12,-6,-13,-13v5,-40,67,-72,94,-28v5,3,9,8,15,10v14,-3,15,-27,30,-28xm300,-113v7,-7,24,-31,33,-13v-20,51,-56,90,-108,105v-68,20,-54,-65,-75,-98v-42,20,-51,80,-97,99v-42,-17,-18,-127,7,-151v31,-11,24,27,18,51r-11,44v29,-29,40,-84,91,-84v34,0,38,30,40,62v2,24,11,51,38,36v24,-12,45,-32,64,-51","w":272,"k":{".":-79,",":-79}},"\u00f3":{"d":"106,-147v-24,24,-74,75,-41,110v45,-5,72,-30,74,-79v1,-22,-23,-20,-33,-31xm144,-172v17,32,92,37,130,18v9,46,-69,50,-105,33v9,72,-42,117,-115,117v-61,0,-41,-94,-13,-121v19,-28,60,-78,103,-47xm120,-242v21,-12,59,-63,79,-21v-16,26,-55,37,-77,55v-9,7,-27,7,-27,-8v0,-6,8,-17,25,-26","w":208},"\u00f4":{"d":"170,-197v-26,-9,-31,-39,-50,-56v-19,16,-32,37,-54,50v-37,-24,27,-57,39,-78v38,-40,49,34,76,54v8,10,5,30,-11,30xm106,-147v-24,24,-74,75,-41,110v45,-5,72,-30,74,-79v1,-22,-23,-20,-33,-31xm144,-172v17,32,92,37,130,18v9,46,-69,50,-105,33v9,72,-42,117,-115,117v-61,0,-41,-94,-13,-121v19,-28,60,-78,103,-47","w":208},"\u00f6":{"d":"106,-147v-24,24,-74,75,-41,110v45,-5,72,-30,74,-79v1,-22,-23,-20,-33,-31xm144,-172v17,32,92,37,130,18v9,46,-69,50,-105,33v9,72,-42,117,-115,117v-61,0,-41,-94,-13,-121v19,-28,60,-78,103,-47xm132,-235v-1,-24,44,-29,44,-3v0,15,-8,22,-24,22v-12,0,-20,-6,-20,-19xm62,-234v7,-27,48,-14,46,11v-4,18,-54,16,-46,-11","w":208},"\u00f2":{"d":"106,-147v-24,24,-74,75,-41,110v45,-5,72,-30,74,-79v1,-22,-23,-20,-33,-31xm144,-172v17,32,92,37,130,18v9,46,-69,50,-105,33v9,72,-42,117,-115,117v-61,0,-41,-94,-13,-121v19,-28,60,-78,103,-47xm60,-268v27,-41,63,21,88,34v18,8,15,32,-5,31v-29,-18,-66,-37,-83,-65","w":208},"\u00f5":{"d":"172,-254v10,-14,28,-5,23,14v-10,36,-64,48,-83,12v-23,-21,-31,24,-55,27v-8,1,-12,-7,-12,-14v3,-36,62,-72,89,-32v12,20,33,11,38,-7xm106,-147v-24,24,-74,75,-41,110v45,-5,72,-30,74,-79v1,-22,-23,-20,-33,-31xm144,-172v17,32,92,37,130,18v9,46,-69,50,-105,33v9,72,-42,117,-115,117v-61,0,-41,-94,-13,-121v19,-28,60,-78,103,-47","w":208},"\u00fa":{"d":"42,-102v4,-25,-4,-63,25,-64v43,9,5,78,5,113v0,26,29,4,39,-4v36,-28,45,-82,72,-119v9,-13,29,-4,24,15v-7,33,-11,108,34,87v38,-18,59,-52,93,-72v15,46,-57,88,-97,108v-39,20,-63,-16,-65,-52v-23,40,-46,86,-103,86v-47,0,-33,-62,-27,-98xm125,-239v21,-12,59,-63,79,-21v-16,26,-55,37,-77,55v-9,7,-27,7,-27,-8v0,-6,8,-17,25,-26","w":275},"\u00fb":{"d":"102,-224v-4,10,-30,18,-28,-5v11,-28,35,-41,52,-62v34,-41,47,26,70,45v11,10,19,37,-4,39v-28,-6,-31,-45,-52,-55xm42,-102v4,-25,-4,-63,25,-64v43,9,5,78,5,113v0,26,29,4,39,-4v36,-28,45,-82,72,-119v9,-13,29,-4,24,15v-7,33,-11,108,34,87v38,-18,59,-52,93,-72v15,46,-57,88,-97,108v-39,20,-63,-16,-65,-52v-23,40,-46,86,-103,86v-47,0,-33,-62,-27,-98","w":275},"\u00fc":{"d":"42,-102v4,-25,-4,-63,25,-64v43,9,5,78,5,113v0,26,29,4,39,-4v36,-28,45,-82,72,-119v9,-13,29,-4,24,15v-7,33,-11,108,34,87v38,-18,59,-52,93,-72v15,46,-57,88,-97,108v-39,20,-63,-16,-65,-52v-23,40,-46,86,-103,86v-47,0,-33,-62,-27,-98xm152,-234v-1,-24,44,-29,44,-3v0,15,-8,22,-24,22v-12,0,-20,-6,-20,-19xm82,-233v7,-27,48,-14,46,11v-4,18,-54,16,-46,-11","w":275},"\u00f9":{"d":"42,-102v4,-25,-4,-63,25,-64v43,9,5,78,5,113v0,26,29,4,39,-4v36,-28,45,-82,72,-119v9,-13,29,-4,24,15v-7,33,-11,108,34,87v38,-18,59,-52,93,-72v15,46,-57,88,-97,108v-39,20,-63,-16,-65,-52v-23,40,-46,86,-103,86v-47,0,-33,-62,-27,-98xm65,-264v27,-41,63,21,88,34v18,8,15,32,-5,31v-29,-18,-66,-37,-83,-65","w":275},"\u00fd":{"d":"95,-158v0,32,-26,48,-26,81v1,11,3,22,12,24v54,-10,90,-41,86,-109v4,-11,8,-20,21,-20v42,8,10,82,12,126v-14,61,-21,144,-90,144v-37,0,-85,-16,-87,-53v2,-5,4,-12,12,-11v24,21,82,51,103,3v11,-25,18,-54,21,-88v-24,19,-51,39,-89,44v-67,-7,-31,-114,-11,-150v10,-11,36,-8,36,9xm129,-239v21,-12,59,-63,79,-21v-16,26,-55,37,-77,55v-9,7,-27,7,-27,-8v0,-6,8,-17,25,-26","w":226},"\u00ff":{"d":"95,-158v0,32,-26,48,-26,81v1,11,3,22,12,24v54,-10,90,-41,86,-109v4,-11,8,-20,21,-20v42,8,10,82,12,126v-14,61,-21,144,-90,144v-37,0,-85,-16,-87,-53v2,-5,4,-12,12,-11v24,21,82,51,103,3v11,-25,18,-54,21,-88v-24,19,-51,39,-89,44v-67,-7,-31,-114,-11,-150v10,-11,36,-8,36,9xm148,-237v-1,-24,44,-29,44,-3v0,15,-8,22,-24,22v-12,0,-20,-6,-20,-19xm78,-236v7,-27,48,-14,46,11v-4,18,-54,16,-46,-11","w":226},"\u00cf":{"d":"22,-24v0,-79,23,-150,32,-215v3,-8,9,-19,19,-20v39,4,25,56,14,80r-17,146v10,18,-7,34,-25,35v-16,1,-23,-13,-23,-26xm95,-323v-1,-24,44,-29,44,-3v0,15,-8,22,-24,22v-12,0,-20,-6,-20,-19xm25,-322v7,-27,48,-14,46,11v-4,18,-54,16,-46,-11","w":111,"k":{"z":14,"w":22,"v":29}},"\u00af":{"d":"10,-263v56,0,138,-21,154,18v-3,28,-46,4,-75,12r-86,1v-11,1,-17,-6,-17,-16v0,-12,12,-15,24,-15","w":150},"\u0305":{"d":"10,-263v56,0,138,-21,154,18v-3,28,-46,4,-75,12r-86,1v-11,1,-17,-6,-17,-16v0,-12,12,-15,24,-15","w":150},"\u00b5":{"d":"227,-163v-6,36,-26,82,-7,121v13,-4,34,-12,35,8v-4,19,-20,30,-44,29v-24,-2,-30,-27,-36,-48v-19,24,-66,65,-99,32v-9,29,2,82,-29,90v-49,-23,4,-110,2,-157v10,-34,0,-92,40,-96v14,-1,18,12,18,25v0,33,-33,83,-8,112v54,-7,75,-52,82,-104v2,-14,7,-30,24,-25v9,1,23,6,22,13","w":266},"\u00b7":{"d":"19,-112v-1,-22,38,-47,51,-16v8,18,6,36,-22,36v-8,0,-31,-13,-29,-20","w":92}}});
Cufon.registerFont({"w":166,"face":{"font-family":"helvetica-neue-condensed","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 5 6 0 0 0 0 0 0","ascent":"284","descent":"-76","x-height":"5","bbox":"-13 -336 278 76.1111","underline-thickness":"18","underline-position":"-18","stemh":"24","stemv":"30","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":86,"k":{"Y":13,"W":13,"V":13,"T":13,"A":13}},"\u00a0":{"w":86},"!":{"d":"36,-67r-6,-190r33,0r-6,190r-21,0xm30,0r0,-35r33,0r0,35r-33,0","w":92},"\"":{"d":"31,-166r0,-91r24,0r0,91r-24,0xm91,-166r0,-91r24,0r0,91r-24,0","w":146},"#":{"d":"28,0r10,-74r-30,0r0,-24r33,0r7,-55r-32,0r0,-24r35,0r9,-73r24,0r-9,73r38,0r9,-73r23,0r-9,73r29,0r0,24r-32,0r-7,55r30,0r0,24r-33,0r-9,74r-24,0r10,-74r-38,0r-10,74r-24,0xm71,-153r-7,55r39,0r6,-55r-38,0","w":172},"$":{"d":"93,-110r0,89v22,-2,39,-18,39,-43v0,-27,-17,-38,-39,-46xm78,-146r0,-83v-22,3,-34,17,-34,40v0,24,15,35,34,43xm78,-255r0,-21r15,0r0,21v44,2,64,26,65,70r-32,0v0,-24,-8,-41,-33,-44r0,88v33,11,72,20,72,72v0,54,-37,72,-72,74r0,34r-15,0r0,-34v-54,-2,-70,-32,-70,-83r31,0v0,26,2,53,39,57r0,-94v-32,-10,-67,-22,-67,-71v0,-23,9,-65,67,-69","w":172},"%":{"d":"64,-136v20,0,21,-20,21,-50v0,-30,-1,-49,-21,-49v-20,0,-22,19,-22,49v0,30,2,50,22,50xm67,5r112,-260r25,0r-112,260r-25,0xm210,-14v20,0,21,-20,21,-50v0,-30,-1,-50,-21,-50v-20,0,-22,20,-22,50v0,30,2,50,22,50xm64,-117v-43,0,-47,-33,-47,-69v0,-36,4,-69,47,-69v43,0,47,33,47,69v0,36,-4,69,-47,69xm210,5v-43,0,-48,-33,-48,-69v0,-36,5,-69,48,-69v43,0,47,33,47,69v0,36,-4,69,-47,69","w":273},"&":{"d":"80,-172v4,8,8,10,13,2v24,-13,36,-63,-3,-63v-35,0,-29,42,-10,61xm134,-46r-57,-81v-21,12,-36,31,-36,58v0,56,70,60,93,23xm99,-144r51,73v5,-13,8,-27,10,-50r28,0v0,19,-11,62,-21,75r33,46r-34,0r-17,-24v-20,19,-36,29,-64,29v-63,0,-76,-48,-76,-71v-1,-37,28,-64,54,-81v-10,-18,-27,-36,-27,-60v0,-30,24,-50,53,-50v32,0,55,14,55,49v0,30,-26,47,-45,64","w":200},"(":{"d":"68,-257r17,0v-54,98,-51,225,0,323r-17,0v-70,-93,-70,-229,0,-323","w":86},")":{"d":"19,66r-18,0v56,-98,52,-225,0,-323r18,0v69,93,69,229,0,323","w":86},"*":{"d":"53,-214r0,-43r21,0r0,43r39,-15r8,21r-41,12r27,34r-18,13r-26,-36r-26,36r-18,-13r28,-34r-41,-12r8,-21","w":126},"+":{"d":"96,0r0,-79r-79,0r0,-24r79,0r0,-79r24,0r0,79r79,0r0,24r-79,0r0,79r-24,0","w":216},",":{"d":"27,0r0,-38r33,0v-1,42,8,79,-33,91r0,-17v16,-7,15,-17,15,-36r-15,0","w":86,"k":{" ":13}},"-":{"d":"19,-88r0,-28r88,0r0,28r-88,0","w":126},"\u00ad":{"d":"19,-88r0,-28r88,0r0,28r-88,0","w":126},".":{"d":"27,0r0,-38r33,0r0,38r-33,0","w":86,"k":{" ":13}},"\/":{"d":"-4,5r84,-267r24,0r-84,267r-24,0","w":100},"0":{"d":"86,5v-69,0,-72,-69,-72,-129v0,-56,3,-131,72,-131v69,0,73,68,73,131v0,54,-4,129,-73,129xm45,-124v0,54,2,105,41,105v39,0,41,-51,41,-105v0,-56,-2,-107,-41,-107v-39,0,-41,51,-41,107","w":172},"1":{"d":"24,-192r0,-21v32,-2,62,-6,63,-42r22,0r0,255r-31,0r0,-192r-54,0","w":172},"2":{"d":"158,-28r0,28r-143,0v0,-61,41,-93,76,-122v21,-18,34,-33,34,-61v0,-22,-10,-46,-37,-46v-39,0,-40,41,-40,55r-32,0v0,-48,20,-81,72,-81v59,0,69,46,69,68v3,80,-91,94,-109,159r110,0","w":172},"3":{"d":"65,-120r0,-24v36,4,56,-13,55,-45v0,-23,-10,-42,-34,-42v-33,0,-36,31,-36,50r-32,0v0,-44,21,-74,68,-74v53,0,65,38,65,66v1,27,-14,48,-39,56v29,6,47,24,47,59v0,46,-24,79,-73,79v-69,0,-72,-58,-72,-74r32,0v0,23,11,50,40,50v19,0,41,-9,41,-52v1,-36,-21,-53,-62,-49","w":172},"4":{"d":"103,-205v-24,37,-43,79,-65,118r65,0r0,-118xm11,-90r92,-165r30,0r0,168r29,0r0,25r-29,0r0,62r-30,0r0,-62r-92,0r0,-28","w":172},"5":{"d":"21,-119r14,-131r114,0r0,28r-90,0v-2,24,-9,52,-9,75v43,-42,108,-11,108,65v0,48,-21,87,-74,87v-60,0,-70,-50,-70,-71r32,0v0,13,5,47,39,47v36,0,42,-40,42,-66v0,-28,-11,-58,-43,-58v-22,0,-36,19,-36,25","w":172},"6":{"d":"154,-194r-31,0v0,-21,-12,-37,-34,-37v-49,0,-47,66,-44,97v5,-9,21,-29,49,-29v44,0,66,33,66,81v0,49,-24,87,-72,87v-71,0,-75,-68,-75,-121v0,-58,3,-139,77,-139v59,0,64,49,64,61xm48,-78v0,27,8,59,40,59v32,0,41,-32,41,-59v0,-27,-7,-59,-41,-59v-34,0,-40,32,-40,59","w":172},"7":{"d":"159,-224v-36,48,-78,136,-85,224r-35,0v12,-86,46,-163,91,-222r-116,0r0,-28r145,0r0,26","w":172},"8":{"d":"86,5v-93,0,-95,-121,-28,-141v-63,-19,-41,-127,28,-119v69,-8,92,100,28,119v67,21,64,141,-28,141xm86,-231v-23,0,-33,18,-33,42v0,24,10,41,33,41v23,0,34,-17,34,-41v0,-24,-11,-42,-34,-42xm45,-71v0,30,11,52,41,52v30,0,42,-22,42,-52v0,-30,-12,-53,-42,-53v-30,0,-41,23,-41,53","w":172},"9":{"d":"18,-56r32,0v0,21,12,37,34,37v49,0,47,-66,44,-97v-5,9,-21,29,-49,29v-44,0,-66,-33,-66,-81v0,-49,24,-87,72,-87v71,0,75,68,75,121v0,58,-3,139,-77,139v-59,0,-65,-49,-65,-61xm125,-172v0,-27,-8,-59,-40,-59v-32,0,-41,32,-41,59v0,27,7,59,41,59v34,0,40,-32,40,-59","w":172},":":{"d":"27,-144r0,-38r33,0r0,38r-33,0xm27,0r0,-38r33,0r0,38r-33,0","w":86,"k":{" ":13}},";":{"d":"27,0r0,-38r33,0v-1,42,8,79,-33,91r0,-17v16,-7,15,-17,15,-36r-15,0xm27,-144r0,-38r33,0r0,38r-33,0","w":86},"<":{"d":"17,-80r0,-22r182,-83r0,24r-154,70r154,70r0,24","w":216},"=":{"d":"17,-116r0,-24r182,0r0,24r-182,0xm17,-42r0,-24r182,0r0,24r-182,0","w":216},">":{"d":"17,3r0,-24r154,-70r-154,-70r0,-24r182,83r0,22","w":216},"?":{"d":"62,-67v-9,-63,55,-72,54,-127v0,-21,-12,-40,-35,-40v-35,0,-38,35,-38,53r-30,0v0,-42,21,-79,67,-79v43,0,67,29,67,68v0,55,-62,69,-57,125r-28,0xm59,0r0,-35r34,0r0,35r-34,0","w":159},"@":{"d":"86,-105v0,20,15,34,34,34v33,0,56,-49,56,-76v0,-16,-11,-36,-29,-36v-35,0,-61,45,-61,78xm188,-175v5,-6,5,-16,9,-23r20,0r-34,118v0,5,4,9,11,9v33,0,60,-38,60,-78v0,-54,-48,-91,-110,-91v-62,0,-110,48,-110,111v0,64,48,112,110,112v44,0,79,-14,98,-40r22,0v-23,40,-65,62,-120,62v-74,0,-134,-60,-134,-134v0,-74,60,-133,134,-133v78,0,134,46,134,111v0,62,-51,102,-93,102v-14,0,-24,-7,-26,-22v-26,37,-96,24,-96,-32v0,-50,33,-102,84,-102v18,0,33,8,41,30","w":288},"A":{"d":"-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm92,-221v-15,39,-23,84,-36,125r69,0","w":180,"k":{"p":-4,"Y":20,"W":7,"V":7,"T":20,"Q":-4}},"B":{"d":"53,-122r0,96r43,0v33,0,45,-22,45,-47v-1,-50,-40,-51,-88,-49xm21,0r0,-257v72,2,143,-17,145,66v1,24,-17,45,-38,54v32,8,46,32,46,64v0,79,-75,75,-153,73xm53,-231r0,85v42,-2,72,13,79,-43v5,-41,-36,-45,-79,-42","w":186},"C":{"d":"145,-88r33,0v-3,49,-22,93,-78,93v-73,0,-83,-69,-83,-134v0,-65,12,-133,83,-133v53,0,75,30,76,80r-33,0v-1,-29,-10,-54,-43,-54v-44,0,-50,48,-50,107v0,59,6,108,50,108v39,0,44,-36,45,-67","w":186},"D":{"d":"56,-231r0,205r33,0v55,0,61,-56,61,-102v0,-50,-3,-103,-61,-103r-33,0xm24,0r0,-257r69,0v80,0,90,57,90,128v0,65,-16,129,-87,129r-72,0","w":200,"k":{"Y":7}},"E":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0"},"F":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,120r-32,0","w":159,"k":{"r":7,"o":7,"i":6,"e":9,"a":7,"A":19,".":40,",":40}},"G":{"d":"176,-186r-33,0v-1,-27,-12,-50,-43,-50v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,47,-53,47,-87r-51,0r0,-26r80,0r0,134r-24,0r0,-35v-7,22,-28,40,-56,40v-67,0,-79,-65,-79,-134v0,-65,12,-133,83,-133v74,0,76,63,76,76","w":193},"H":{"d":"172,-257r0,257r-31,0r0,-124r-88,0r0,124r-32,0r0,-257r32,0r0,105r88,0r0,-105r31,0","w":193},"I":{"d":"21,0r0,-257r32,0r0,257r-32,0","w":73},"J":{"d":"132,-257r0,183v0,46,-11,79,-64,79v-51,0,-63,-34,-60,-80r30,0v-2,29,2,55,30,54v29,0,33,-19,33,-54r0,-182r31,0","w":153},"K":{"d":"21,0r0,-257r32,0r0,125r89,-125r35,0r-77,107r84,150r-35,0r-70,-124r-26,37r0,87r-32,0","w":180,"k":{"y":4,"u":7,"o":7}},"L":{"d":"21,0r0,-257r32,0r0,229r104,0r0,28r-136,0","w":159,"k":{"y":13,"Y":33,"W":27,"V":27,"T":34}},"M":{"d":"22,0r0,-257r53,0r52,204r52,-204r53,0r0,257r-32,0r-1,-225r-56,225r-32,0r-58,-225r0,225r-31,0","w":253},"N":{"d":"21,0r0,-257r41,0r86,215r0,-215r31,0r0,257r-43,0r-83,-208r0,208r-32,0","w":200},"O":{"d":"100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107","w":200,"k":{"Y":9,"X":9}},"P":{"d":"21,0r0,-257r65,0v22,0,80,0,80,74v0,63,-47,80,-113,74r0,109r-32,0xm53,-231r0,96v46,2,78,1,80,-50v2,-42,-35,-50,-80,-46","w":173,"k":{"o":6,"e":6,"a":6,"A":13,".":46,",":46}},"Q":{"d":"170,15r-26,-23v-11,8,-26,13,-44,13v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133v71,0,83,68,83,133v0,37,-4,76,-21,102r26,24xm123,-27r-24,-22r17,-20r24,22v15,-51,26,-189,-40,-189v-44,0,-50,48,-50,107v0,69,15,127,73,102","w":200},"R":{"d":"21,0r0,-257v71,-1,149,-10,149,64v0,29,-12,57,-40,66v57,-1,24,105,53,127r-39,0v-10,-15,-7,-52,-10,-77v-6,-53,-39,-33,-81,-37r0,114r-32,0xm53,-231r0,91v45,-3,78,14,84,-50v3,-39,-41,-44,-84,-41","w":186,"k":{"Y":6,"W":-7,"U":-7,"T":6}},"S":{"d":"162,-190r-32,0v0,-27,-10,-46,-40,-46v-27,0,-42,15,-42,42v0,72,121,29,121,123v0,59,-44,76,-80,76v-60,0,-78,-31,-78,-86r32,0v0,29,2,60,48,60v25,0,45,-18,45,-45v0,-73,-122,-31,-122,-125v0,-24,11,-71,76,-71v49,0,71,25,72,72","w":180},"T":{"d":"99,-229r0,229r-32,0r0,-229r-64,0r0,-28r161,0r0,28r-65,0","k":{"y":20,"w":27,"u":27,"r":27,"o":27,"i":6,"e":27,"a":27,"A":20,";":27,":":27,".":33,"-":20,",":33}},"U":{"d":"18,-76r0,-181r32,0r0,181v0,38,12,55,43,55v34,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-51,0,-75,-28,-75,-81","w":186},"V":{"d":"62,0r-63,-257r33,0r52,221r50,-221r33,0r-65,257r-40,0","k":{"u":6,"o":6,"e":6,"a":6,"A":13,";":6,":":6,".":33,"-":6,",":33}},"W":{"d":"54,0r-51,-257r32,0r40,210r36,-210r38,0r37,210r39,-210r32,0r-53,257r-38,0r-36,-208r-37,208r-39,0","w":259,"k":{"o":6,"e":6,"a":6,"A":6,".":27,"-":6,",":27}},"X":{"d":"69,-131r-63,-126r35,0r47,96r47,-96r33,0r-64,126r68,131r-35,0r-51,-103r-52,103r-33,0","w":173},"Y":{"d":"67,-101r-68,-156r35,0r49,120r51,-120r33,0r-68,156r0,101r-32,0r0,-101","k":{"u":22,"o":27,"i":11,"e":27,"a":27,"A":20,";":13,":":13,".":40,"-":27,",":40}},"Z":{"d":"8,0r0,-27r116,-202r-109,0r0,-28r142,0r0,29r-116,200r117,0r0,28r-150,0"},"[":{"d":"28,66r0,-323r65,0r0,24r-37,0r0,275r37,0r0,24r-65,0","w":93},"\\":{"d":"80,5r-84,-267r24,0r84,267r-24,0","w":100},"]":{"d":"65,-257r0,323r-64,0r0,-24r36,0r0,-275r-36,0r0,-24r64,0","w":93},"^":{"d":"17,-94r82,-156r18,0r82,156r-24,0r-67,-130r-67,130r-24,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,12,7,20,16,14r0,21v-19,3,-43,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm108,-105v-19,21,-66,11,-66,53v0,19,6,33,27,33v40,0,42,-43,39,-86","w":159,"k":{"w":-4,"v":-4,"t":-4,"p":-4,"g":-4}},"b":{"d":"48,-96v0,40,7,75,39,75v28,0,35,-31,35,-75v0,-46,-7,-76,-35,-76v-32,0,-39,39,-39,76xm20,0r0,-257r30,0r1,86v7,-17,25,-27,44,-27v52,0,59,62,59,102v0,54,-18,101,-63,101v-21,0,-38,-15,-42,-29r0,24r-29,0"},"c":{"d":"142,-134r-30,0v0,-19,-8,-40,-31,-40v-19,0,-38,9,-38,80v0,25,1,75,37,75v26,0,32,-27,32,-48r30,0v0,31,-16,72,-64,72v-47,0,-66,-33,-66,-99v0,-48,9,-104,68,-104v53,0,62,42,62,64","w":153,"k":{"y":7,"l":7}},"d":{"d":"44,-96v0,46,8,75,36,75v33,0,38,-31,38,-75v0,-37,-6,-76,-38,-76v-28,0,-36,30,-36,76xm147,-257r0,257r-29,0v-1,-7,2,-18,-1,-24v-4,14,-20,29,-41,29v-46,0,-63,-40,-63,-101v0,-40,6,-102,60,-102v18,-1,35,12,44,27r0,-86r30,0","k":{"y":-4}},"e":{"d":"46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm147,-93r-102,0v0,30,0,74,37,74v29,0,33,-30,33,-44r30,0v0,21,-12,68,-65,68v-47,0,-67,-33,-67,-99v0,-48,10,-104,69,-104v64,0,65,56,65,105","w":159},"f":{"d":"29,0r0,-169r-28,0r0,-24r28,0v-5,-49,12,-74,64,-67r0,26v-18,-1,-34,-1,-34,18r0,23r33,0r0,24r-33,0r0,169r-30,0","w":93},"g":{"d":"80,-172v-28,0,-36,30,-36,76v0,31,5,70,35,70v33,0,39,-30,39,-70v0,-37,-6,-76,-38,-76xm147,-193r0,181v0,58,-27,78,-66,78v-12,0,-58,0,-63,-48r30,0v1,18,15,24,31,24v50,0,38,-36,37,-68v-6,16,-25,26,-44,26v-56,0,-59,-70,-59,-96v0,-52,14,-102,63,-102v22,-1,36,17,42,30r0,-25r29,0","k":{"y":-4}},"h":{"d":"20,0r0,-257r30,0r1,86v8,-16,29,-27,46,-27v50,0,50,38,50,61r0,137r-30,0r0,-133v0,-15,-2,-39,-29,-39v-16,0,-38,11,-38,39r0,133r-30,0"},"i":{"d":"22,0r0,-193r30,0r0,193r-30,0xm22,-222r0,-35r30,0r0,35r-30,0","w":73},"j":{"d":"52,-193r0,212v2,37,-22,51,-60,46r0,-26v23,5,30,-7,30,-31r0,-201r30,0xm52,-257r0,35r-30,0r0,-35r30,0","w":73},"k":{"d":"95,-120r69,120r-35,0r-54,-95r-25,30r0,65r-30,0r0,-257r30,0r1,153r67,-89r36,0","w":159},"l":{"d":"22,0r0,-257r30,0r0,257r-30,0","w":73,"k":{"w":-4}},"m":{"d":"23,0r0,-193r28,0v1,7,-2,18,1,23v15,-35,80,-41,89,3v9,-17,25,-31,45,-31v51,0,51,38,51,61r0,137r-30,0r0,-133v0,-15,-1,-39,-26,-39v-14,0,-36,9,-36,39r0,133r-30,0r0,-133v0,-15,-1,-39,-26,-39v-14,0,-36,9,-36,39r0,133r-30,0","w":259},"n":{"d":"20,0r0,-193r29,0r0,23v8,-18,28,-28,47,-28v51,0,51,38,51,61r0,137r-30,0r0,-133v0,-15,-2,-39,-29,-39v-16,0,-38,11,-38,39r0,133r-30,0","k":{"y":-4}},"o":{"d":"10,-96v0,-54,15,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-7,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77","w":159,"k":{"y":-4,"w":-4}},"p":{"d":"48,-96v0,37,7,75,39,75v28,0,35,-29,35,-79v0,-42,-7,-72,-35,-72v-33,0,-39,32,-39,76xm20,63r0,-256r29,0r0,24v4,-14,21,-29,42,-29v46,0,63,41,63,98v0,44,-13,105,-63,105v-18,1,-32,-12,-41,-27r0,85r-30,0"},"q":{"d":"118,-96v0,-44,-5,-76,-38,-76v-28,0,-36,30,-36,72v0,50,8,79,36,79v32,0,38,-38,38,-75xm117,63r-1,-85v-7,17,-23,27,-40,27v-50,0,-63,-52,-63,-105v0,-57,17,-98,63,-98v22,-1,36,17,42,29r0,-24r29,0r0,256r-30,0"},"r":{"d":"20,0r0,-193r30,0v1,9,-2,22,1,29v10,-22,27,-40,55,-32r0,30v-26,-7,-56,5,-56,44r0,122r-30,0","w":106,"k":{"y":-6,"v":-6,".":27,"-":13,",":27}},"s":{"d":"107,-51v0,-56,-94,-21,-94,-94v0,-36,28,-53,61,-53v56,0,59,39,59,62r-30,0v0,-24,-7,-38,-29,-38v-10,0,-31,2,-31,29v0,50,95,21,95,90v0,41,-27,60,-63,60v-66,0,-66,-48,-66,-68r30,0v0,23,6,44,36,44v10,0,32,-5,32,-32","w":146,"k":{"w":-4}},"t":{"d":"29,-193r0,-56r30,0r0,56r34,0r0,24r-34,0r0,124v-3,21,16,23,33,20r0,25v-29,6,-72,-1,-63,-36r0,-133r-28,0r0,-24r28,0","w":93},"u":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0"},"v":{"d":"56,0r-52,-193r33,0r36,155r36,-155r34,0r-53,193r-34,0","w":146,"k":{".":20,",":20}},"w":{"d":"49,0r-45,-193r31,0r32,158r33,-158r35,0r33,158r30,-158r32,0r-46,193r-33,0r-35,-158r-32,158r-35,0","w":233,"k":{".":13,",":13}},"x":{"d":"55,-100r-49,-93r33,0r35,69r35,-69r33,0r-50,93r52,100r-33,0r-39,-76r-37,76r-33,0","w":146},"y":{"d":"60,4r-56,-197r33,0r39,155r33,-155r34,0r-56,206v-4,35,-31,57,-74,49r0,-23v28,7,45,-11,47,-35","w":146,"k":{"a":-4,".":20,",":20}},"z":{"d":"14,-167r0,-26r116,0r0,25r-86,142r86,0r0,26r-120,0r0,-24r87,-143r-83,0","w":140},"{":{"d":"1,-85r0,-21v57,-1,-6,-160,66,-151r26,0r0,24v-53,-11,-37,46,-37,91v0,37,-25,43,-32,47v8,1,32,11,32,46r0,62v-4,22,12,33,37,29r0,24v-40,1,-63,1,-65,-47v-1,-39,9,-104,-27,-104","w":93},"|":{"d":"28,5r0,-267r24,0r0,267r-24,0","w":79},"}":{"d":"93,-106r0,21v-58,0,5,160,-67,151r-25,0r0,-24v52,10,36,-47,36,-91v0,-37,25,-43,32,-47v-8,-1,-32,-11,-32,-46r0,-62v4,-21,-11,-33,-36,-29r0,-24v39,-1,62,-1,64,47v1,40,-8,104,28,104","w":93},"~":{"d":"147,-66v-25,0,-54,-27,-76,-27v-17,0,-30,16,-36,26r-15,-16v11,-15,26,-34,49,-34v25,0,53,28,76,28v17,0,30,-17,36,-27r15,17v-11,15,-26,33,-49,33","w":216},"\u00a1":{"d":"57,-127r6,190r-33,0r6,-190r21,0xm63,-194r0,35r-33,0r0,-35r33,0","w":92},"\u00a2":{"d":"82,-19r0,-155v-15,4,-29,20,-29,80v0,24,1,69,29,75xm82,36r0,-31v-42,-3,-61,-35,-61,-99v0,-46,9,-99,61,-104r0,-25r15,0r0,25v46,3,55,42,55,64r-31,0v0,-18,-6,-37,-24,-40r0,155v20,-5,24,-28,24,-48r31,0v0,30,-14,68,-55,72r0,31r-15,0","w":172},"\u00a3":{"d":"37,-24v40,-22,79,20,116,-13r13,24v-15,10,-32,18,-50,18v-35,0,-65,-27,-95,-3r-14,-23v28,-20,58,-55,37,-95r-34,0r0,-22r25,0v-8,-14,-18,-34,-18,-52v0,-41,33,-65,73,-65v42,0,71,23,71,73r-30,0v0,-27,-10,-49,-41,-49v-61,0,-41,58,-21,93r59,0r0,22r-51,0v19,40,-12,70,-40,92","w":172},"\u00a5":{"d":"72,0r0,-55r-53,0r0,-22r53,0v0,-11,1,-23,-4,-29r-49,0r0,-22r40,0r-56,-122r35,0r49,117r51,-117r32,0r-54,122r39,0r0,22r-49,0v-5,6,-4,18,-4,29r53,0r0,22r-53,0r0,55r-30,0","w":172},"\u00a7":{"d":"149,-208r-32,0v0,-19,-15,-30,-32,-30v-21,0,-30,15,-30,27v14,52,108,49,108,113v0,23,-15,41,-32,53v44,31,14,100,-42,100v-54,0,-66,-38,-66,-62r30,0v0,22,12,39,36,39v52,0,31,-57,1,-69v-28,-21,-79,-36,-79,-78v0,-26,14,-38,35,-51v-14,-9,-23,-27,-23,-44v0,-35,31,-52,62,-52v58,0,63,40,64,54xm41,-119v7,32,50,41,71,61v7,-4,20,-16,20,-35v0,-33,-45,-44,-67,-61v-10,7,-24,18,-24,35","w":173},"\u00a4":{"d":"33,-125v0,31,23,56,53,56v30,0,54,-25,54,-56v0,-31,-24,-55,-54,-55v-30,0,-53,24,-53,55xm6,-60r17,-17v-21,-25,-21,-70,0,-95r-17,-17r16,-16r17,17v25,-21,70,-21,95,0r17,-17r15,16r-17,17v22,25,22,70,0,95r17,17r-15,15r-17,-17v-25,21,-70,21,-95,0r-17,17","w":172},"'":{"d":"31,-166r0,-91r24,0r0,91r-24,0","w":86},"\u00ab":{"d":"71,-88r0,-28r51,-52r0,32r-33,34r33,34r0,31xm18,-88r0,-28r51,-52r0,32r-34,34r34,34r0,31","w":140},"\u00b7":{"d":"23,-118v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":86},"\u2219":{"d":"23,-118v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":86},"\u00b6":{"d":"148,50r0,-288r-36,0r0,288r-24,0r0,-166v-44,0,-75,-30,-75,-67v-2,-75,80,-79,159,-74r0,307r-24,0","w":200},"\u00bb":{"d":"122,-116r0,28r-51,51r0,-31r34,-34r-34,-34r0,-32xm69,-116r0,28r-51,51r0,-31r33,-34r-33,-34r0,-32","w":140},"\u00bf":{"d":"98,-127v8,63,-54,73,-54,127v0,21,12,40,35,40v35,0,38,-34,38,-52r30,0v0,42,-21,78,-67,78v-43,0,-67,-28,-67,-67v0,-55,62,-69,57,-126r28,0xm100,-194r0,35r-33,0r0,-35r33,0","w":159},"`":{"d":"-6,-271r36,0r25,51r-22,0","w":73},"\u00b4":{"d":"19,-220r25,-51r35,0r-39,51r-21,0","w":73},"\u00af":{"d":"-11,-236r0,-19r95,0r0,19r-95,0","w":73},"\u02c9":{"d":"-11,-236r0,-19r95,0r0,19r-95,0","w":73},"\u00a8":{"d":"-6,-228r0,-37r28,0r0,37r-28,0xm52,-228r0,-37r28,0r0,37r-28,0","w":73},"\u00b8":{"d":"0,69r5,-12v10,4,48,7,43,-11v1,-21,-34,-3,-36,-17r21,-31r15,0v-4,7,-14,15,-14,22v18,-6,39,1,40,25v1,31,-50,38,-74,24","w":73},"\u00c6":{"d":"116,-231r-50,135r54,0r0,-135r-4,0xm-3,0r99,-257r151,0r0,28r-96,0r0,81r90,0r0,28r-90,0r0,92r100,0r0,28r-131,0r0,-71r-63,0r-27,71r-33,0","w":259},"\u00aa":{"d":"52,-255v64,0,29,51,38,98v-2,8,5,12,11,9r0,15v-12,2,-34,2,-32,-16v-14,28,-71,19,-66,-17v-3,-28,28,-35,52,-40v26,-5,15,-34,-6,-32v-22,1,-21,16,-21,23r-22,0v0,-28,13,-40,46,-40xm69,-197v-12,11,-43,6,-42,30v0,9,4,18,16,18v25,-1,28,-21,26,-48","w":104},"\u00d8":{"d":"58,-55r71,-170v-7,-7,-16,-11,-29,-11v-64,-4,-54,126,-42,181xm142,-202r-70,170v7,7,16,11,28,11v64,4,54,-127,42,-181xm32,9r12,-29v-22,-26,-27,-68,-27,-109v0,-65,12,-133,83,-133v17,0,30,4,40,10r9,-21r19,8r-11,27v22,26,26,68,26,109v0,65,-12,134,-83,134v-16,0,-30,-4,-40,-10r-9,22","w":200},"\u00ba":{"d":"51,-255v38,0,47,30,47,61v0,32,-10,62,-47,62v-37,0,-45,-30,-45,-62v0,-31,8,-61,45,-61xm51,-149v33,-1,33,-88,0,-89v-31,1,-29,88,0,89","w":104},"\u00e6":{"d":"134,-117r65,0v1,-28,-4,-57,-32,-57v-33,0,-33,38,-33,57xm199,-63r30,0v0,21,-12,68,-61,68v-42,0,-48,-29,-52,-35v-9,21,-26,35,-54,35v-62,0,-71,-98,-16,-109v22,-11,58,-4,58,-42v0,-18,-8,-28,-28,-28v-31,1,-31,30,-31,39r-31,0v0,-44,20,-63,64,-63v26,-1,41,13,47,27v6,-16,27,-27,45,-27v59,2,62,56,61,105r-99,0v0,30,0,74,34,74v29,0,33,-30,33,-44xm104,-100v-17,15,-63,7,-63,48v0,18,8,33,27,33v50,-10,33,-41,36,-81","w":240},"\u00f8":{"d":"112,-147r-52,121v38,24,58,-19,58,-70v0,-18,-1,-37,-6,-51xm48,-45r52,-122v-40,-24,-58,19,-58,71v0,19,1,37,6,51xm23,14r12,-27v-50,-53,-29,-224,75,-179r10,-21r17,7r-11,26v47,57,28,223,-76,179r-10,22","w":159},"\u00df":{"d":"17,0r0,-184v0,-45,14,-76,64,-76v65,0,87,97,24,112v34,0,51,31,51,67v1,46,-25,89,-85,81r0,-26v41,8,55,-26,54,-55v-1,-38,-18,-60,-53,-53r0,-24v24,2,40,-10,41,-38v0,-18,-6,-40,-32,-40v-31,0,-33,24,-33,47r0,189r-31,0"},"\u00b9":{"d":"46,-101r0,-112r-34,0r0,-18v21,0,39,-2,40,-24r18,0r0,154r-24,0","w":112},"\u00ac":{"d":"175,-38r0,-78r-158,0r0,-24r182,0r0,102r-24,0","w":216},"\u00b5":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-10,24,-42,36,-67,23r0,63r-30,0r0,-256r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0"},"\u03bc":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-10,24,-42,36,-67,23r0,63r-30,0r0,-256r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0"},"\u00d0":{"d":"24,0r0,-122r-21,0r0,-24r21,0r0,-111r69,0v80,0,90,57,90,128v0,65,-16,129,-87,129r-72,0xm56,-26r33,0v55,0,61,-56,61,-102v0,-50,-3,-103,-61,-103r-33,0r0,85r48,0r0,24r-48,0r0,96","w":200},"\u00bd":{"d":"27,11r156,-272r21,0r-156,272r-21,0xm11,-213r0,-18v21,0,39,-2,40,-24r18,0r0,154r-24,0r0,-112r-34,0xm245,0r-94,0v-3,-57,72,-63,72,-111v0,-13,-7,-21,-24,-21v-21,0,-22,18,-22,27r-26,0v0,-28,13,-49,50,-49v58,0,61,71,19,92v-13,11,-34,25,-40,40r65,0r0,22","w":259},"\u00b1":{"d":"17,-106r0,-24r79,0r0,-52r24,0r0,52r79,0r0,24r-79,0r0,52r-24,0r0,-52r-79,0xm17,0r0,-24r182,0r0,24r-182,0","w":216},"\u00de":{"d":"21,0r0,-257r32,0r0,50r33,0v22,0,80,0,80,74v0,63,-47,81,-113,75r0,58r-32,0xm53,-181r0,97v46,2,78,1,80,-50v2,-42,-35,-51,-80,-47","w":173},"\u00bc":{"d":"163,-55r41,0v-1,-22,2,-47,-1,-67xm144,-57r58,-97r26,0r0,99r16,0r0,19r-16,0r0,36r-24,0r0,-36r-60,0r0,-21xm33,11r157,-272r21,0r-156,272r-22,0xm12,-213r0,-18v21,0,39,-2,40,-24r18,0r0,154r-24,0r0,-112r-34,0","w":259},"\u00f7":{"d":"17,-79r0,-24r182,0r0,24r-182,0xm88,-167v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20xm88,-15v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":216},"\u00a6":{"d":"28,5r0,-106r24,0r0,106r-24,0xm28,-156r0,-106r24,0r0,106r-24,0","w":79},"\u00b0":{"d":"18,-201v0,-31,23,-54,54,-54v31,0,54,23,54,54v0,31,-23,53,-54,53v-31,0,-54,-22,-54,-53xm38,-201v0,19,15,34,34,34v19,0,34,-15,34,-34v0,-19,-15,-34,-34,-34v-19,0,-34,15,-34,34","w":144},"\u00fe":{"d":"48,-96v0,37,7,75,39,75v28,0,35,-29,35,-79v0,-42,-7,-72,-35,-72v-33,0,-39,32,-39,76xm20,63r0,-320r30,0r1,86v5,-17,24,-27,40,-27v46,0,63,41,63,98v0,44,-13,105,-63,105v-18,1,-32,-12,-41,-27r0,85r-30,0"},"\u00be":{"d":"171,-55r41,0v-1,-22,2,-47,-1,-67xm152,-57r58,-97r25,0r0,99r17,0r0,19r-17,0r0,36r-23,0r0,-36r-60,0r0,-21xm52,11r156,-272r22,0r-156,272r-22,0xm43,-171r0,-19v35,9,50,-45,15,-45v-20,0,-22,16,-22,24r-26,0v0,-26,13,-44,49,-44v59,2,58,63,14,73v18,6,35,13,35,37v0,28,-16,47,-49,47v-49,0,-52,-34,-52,-45r26,0v0,11,7,25,25,25v10,0,24,-5,24,-26v1,-19,-15,-29,-39,-27","w":259},"\u00b2":{"d":"102,-101r-94,0v-2,-56,71,-63,71,-111v0,-13,-7,-21,-24,-21v-21,0,-22,18,-22,27r-26,0v0,-28,13,-49,50,-49v58,0,61,71,19,92v-13,11,-34,26,-39,41r65,0r0,21","w":112},"\u00ae":{"d":"91,-50r0,-156v52,0,113,-8,113,46v0,28,-18,40,-42,43r45,67r-24,0r-43,-65r-26,0r0,65r-23,0xm114,-137v29,-2,68,8,67,-24v-1,-32,-38,-21,-67,-23r0,47xm10,-129v0,-74,60,-133,134,-133v74,0,134,59,134,133v0,74,-60,134,-134,134v-74,0,-134,-60,-134,-134xm144,-17v61,0,110,-50,110,-112v0,-62,-49,-111,-110,-111v-61,0,-110,49,-110,111v0,62,49,112,110,112","w":288},"\u00f0":{"d":"79,-169v-31,0,-37,38,-37,73v0,42,6,77,37,77v32,0,39,-35,39,-77v0,-35,-7,-73,-39,-73xm43,-214r-13,-15r25,-15v-8,-8,-18,-16,-28,-24r23,-10v9,8,18,15,26,22r27,-15r14,15r-26,14v37,37,58,78,58,146v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101v0,-60,31,-114,92,-91v-10,-15,-21,-29,-33,-42","w":159},"\u00d7":{"d":"173,-11r-65,-65r-65,65r-15,-15r65,-65r-65,-65r15,-15r65,64r65,-64r15,15r-65,65r65,65","w":216},"\u00b3":{"d":"42,-171r0,-19v21,2,34,-8,34,-25v0,-11,-6,-20,-19,-20v-20,0,-23,16,-23,24r-26,0v0,-26,13,-44,49,-44v59,1,59,63,15,73v18,6,35,13,35,37v0,28,-16,47,-49,47v-49,0,-52,-34,-52,-45r26,0v0,11,7,25,25,25v10,0,24,-5,24,-26v1,-19,-15,-29,-39,-27","w":112},"\u00a9":{"d":"195,-100r22,0v-5,37,-35,55,-71,55v-49,0,-79,-33,-79,-82v0,-92,137,-115,150,-27r-22,0v-19,-62,-104,-34,-104,27v0,34,21,61,55,61v27,0,45,-15,49,-34xm10,-129v0,-74,60,-133,134,-133v74,0,134,59,134,133v0,74,-60,134,-134,134v-74,0,-134,-60,-134,-134xm144,-17v61,0,110,-50,110,-112v0,-62,-49,-111,-110,-111v-61,0,-110,49,-110,111v0,62,49,112,110,112","w":288},"\u00c1":{"d":"-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm92,-221v-15,39,-23,84,-36,125r69,0xm75,-271r25,-51r35,0r-39,51r-21,0","w":180},"\u00c2":{"d":"-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm92,-221v-15,39,-23,84,-36,125r69,0xm42,-271r37,-51r28,0r36,51r-29,0r-21,-32r-22,32r-29,0","w":180},"\u00c4":{"d":"-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm92,-221v-15,39,-23,84,-36,125r69,0xm49,-280r0,-36r28,0r0,36r-28,0xm108,-280r0,-36r28,0r0,36r-28,0","w":180},"\u00c0":{"d":"-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm92,-221v-15,39,-23,84,-36,125r69,0xm50,-322r35,0r26,51r-22,0","w":180},"\u00c5":{"d":"-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm92,-221v-15,39,-23,84,-36,125r69,0xm57,-300v0,-20,16,-36,36,-36v20,0,35,16,35,36v0,20,-15,36,-35,36v-20,0,-36,-16,-36,-36xm72,-300v0,11,10,21,21,21v11,0,20,-10,20,-21v0,-11,-9,-20,-20,-20v-11,0,-21,9,-21,20","w":180},"\u00c3":{"d":"-3,0r74,-257r43,0r69,257r-33,0r-19,-71r-82,0r-19,71r-33,0xm92,-221v-15,39,-23,84,-36,125r69,0xm73,-315v19,0,49,28,53,-3r19,0v0,18,-10,40,-31,40v-24,0,-50,-28,-55,3r-19,0v0,-21,14,-40,33,-40","w":180},"\u00c7":{"d":"77,36v-13,-10,7,-21,11,-32v-62,-8,-71,-72,-71,-133v0,-65,12,-133,83,-133v53,0,75,30,76,80r-33,0v-1,-29,-10,-54,-43,-54v-44,0,-50,48,-50,107v0,59,6,108,50,108v39,0,44,-36,45,-67r33,0v-3,48,-21,92,-75,93v-2,5,-10,10,-9,15v18,-6,37,1,39,25v1,32,-49,38,-74,24r5,-12v10,4,48,7,43,-11v2,-13,-24,-15,-30,-10","w":186},"\u00c9":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0xm70,-271r25,-51r35,0r-39,51r-21,0"},"\u00ca":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0xm38,-271r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0"},"\u00cb":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0xm45,-280r0,-36r28,0r0,36r-28,0xm103,-280r0,-36r28,0r0,36r-28,0"},"\u00c8":{"d":"21,0r0,-257r133,0r0,28r-101,0r0,81r95,0r0,28r-95,0r0,92r105,0r0,28r-137,0xm45,-322r36,0r25,51r-22,0"},"\u00cd":{"d":"21,0r0,-257r32,0r0,257r-32,0xm19,-271r25,-51r35,0r-39,51r-21,0","w":73},"\u00ce":{"d":"21,0r0,-257r32,0r0,257r-32,0xm-13,-271r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":73},"\u00cf":{"d":"21,0r0,-257r32,0r0,257r-32,0xm-6,-280r0,-36r28,0r0,36r-28,0xm52,-280r0,-36r28,0r0,36r-28,0","w":73},"\u00cc":{"d":"21,0r0,-257r32,0r0,257r-32,0xm-6,-322r36,0r25,51r-22,0","w":73},"\u00d1":{"d":"21,0r0,-257r41,0r86,215r0,-215r31,0r0,257r-43,0r-83,-208r0,208r-32,0xm81,-315v19,0,49,28,53,-3r19,0v0,18,-10,40,-31,40v-24,0,-50,-28,-55,3r-20,0v0,-21,15,-40,34,-40","w":200},"\u00d3":{"d":"100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm82,-271r25,-51r36,0r-39,51r-22,0","w":200},"\u00d4":{"d":"100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm50,-271r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":200},"\u00d6":{"d":"100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm57,-280r0,-36r28,0r0,36r-28,0xm115,-280r0,-36r28,0r0,36r-28,0","w":200},"\u00d2":{"d":"100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm58,-322r35,0r25,51r-22,0","w":200},"\u00d5":{"d":"100,-262v71,0,83,68,83,133v0,65,-12,134,-83,134v-71,0,-83,-69,-83,-134v0,-65,12,-133,83,-133xm100,-236v-44,0,-50,48,-50,107v0,59,6,108,50,108v44,0,50,-49,50,-108v0,-59,-6,-107,-50,-107xm81,-315v19,0,49,28,53,-3r19,0v0,18,-10,40,-31,40v-24,0,-50,-28,-55,3r-20,0v0,-21,15,-40,34,-40","w":200},"\u00da":{"d":"18,-76r0,-181r32,0r0,181v0,38,12,55,43,55v34,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-51,0,-75,-28,-75,-81xm76,-271r25,-51r35,0r-39,51r-21,0","w":186},"\u00db":{"d":"18,-76r0,-181r32,0r0,181v0,38,12,55,43,55v34,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-51,0,-75,-28,-75,-81xm44,-271r36,-51r28,0r36,51r-28,0r-22,-32r-22,32r-28,0","w":186},"\u00dc":{"d":"18,-76r0,-181r32,0r0,181v0,38,12,55,43,55v34,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-51,0,-75,-28,-75,-81xm50,-280r0,-36r28,0r0,36r-28,0xm109,-280r0,-36r28,0r0,36r-28,0","w":186},"\u00d9":{"d":"18,-76r0,-181r32,0r0,181v0,38,12,55,43,55v34,0,44,-19,44,-55r0,-181r32,0r0,181v0,49,-26,81,-76,81v-51,0,-75,-28,-75,-81xm51,-322r35,0r26,51r-22,0","w":186},"\u00dd":{"d":"67,-101r-68,-156r35,0r49,120r51,-120r33,0r-68,156r0,101r-32,0r0,-101xm65,-271r25,-51r36,0r-39,51r-22,0"},"\u00e1":{"d":"45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,12,7,20,16,14r0,21v-19,3,-43,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm108,-105v-19,21,-66,11,-66,53v0,19,6,33,27,33v40,0,42,-43,39,-86xm62,-220r25,-51r35,0r-38,51r-22,0","w":159},"\u00e2":{"d":"45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,12,7,20,16,14r0,21v-19,3,-43,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm108,-105v-19,21,-66,11,-66,53v0,19,6,33,27,33v40,0,42,-43,39,-86xm30,-220r36,-51r28,0r36,51r-28,0r-22,-31r-22,31r-28,0","w":159},"\u00e4":{"d":"45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,12,7,20,16,14r0,21v-19,3,-43,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm108,-105v-19,21,-66,11,-66,53v0,19,6,33,27,33v40,0,42,-43,39,-86xm37,-228r0,-37r28,0r0,37r-28,0xm95,-228r0,-37r28,0r0,37r-28,0","w":159},"\u00e0":{"d":"45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,12,7,20,16,14r0,21v-19,3,-43,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm108,-105v-19,21,-66,11,-66,53v0,19,6,33,27,33v40,0,42,-43,39,-86xm37,-271r36,0r25,51r-22,0","w":159},"\u00e5":{"d":"45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,12,7,20,16,14r0,21v-19,3,-43,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm108,-105v-19,21,-66,11,-66,53v0,19,6,33,27,33v40,0,42,-43,39,-86xm44,-248v0,-20,16,-36,36,-36v20,0,36,16,36,36v0,20,-16,35,-36,35v-20,0,-36,-15,-36,-35xm59,-248v0,11,10,20,21,20v11,0,20,-9,20,-20v0,-11,-9,-21,-20,-21v-11,0,-21,10,-21,21","w":159},"\u00e3":{"d":"45,-136v-7,3,-21,0,-30,1v0,-44,19,-63,65,-63v59,0,59,35,59,55r0,108v-3,12,7,20,16,14r0,21v-19,3,-43,7,-46,-23v-23,46,-99,33,-99,-28v0,-46,41,-57,77,-66v39,-10,25,-57,-9,-57v-33,0,-33,31,-33,38xm108,-105v-19,21,-66,11,-66,53v0,19,6,33,27,33v40,0,42,-43,39,-86xm60,-264v18,0,50,30,53,-2r20,0v0,18,-10,40,-31,40v-24,0,-51,-29,-56,2r-19,0v0,-21,14,-40,33,-40","w":159},"\u00e7":{"d":"60,36v-13,-9,6,-21,11,-31v-42,-4,-59,-36,-59,-99v0,-48,9,-104,68,-104v53,0,62,42,62,64r-30,0v0,-19,-8,-40,-31,-40v-19,0,-38,9,-38,80v0,25,1,75,37,75v26,0,32,-27,32,-48r30,0v0,29,-14,67,-56,72v-2,5,-10,10,-9,15v18,-6,37,1,39,25v1,32,-49,38,-74,24r6,-12v9,4,48,7,42,-11v2,-13,-24,-15,-30,-10","w":153},"\u00e9":{"d":"46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm147,-93r-102,0v0,30,0,74,37,74v29,0,33,-30,33,-44r30,0v0,21,-12,68,-65,68v-47,0,-67,-33,-67,-99v0,-48,10,-104,69,-104v64,0,65,56,65,105xm62,-220r25,-51r35,0r-38,51r-22,0","w":159},"\u00ea":{"d":"46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm147,-93r-102,0v0,30,0,74,37,74v29,0,33,-30,33,-44r30,0v0,21,-12,68,-65,68v-47,0,-67,-33,-67,-99v0,-48,10,-104,69,-104v64,0,65,56,65,105xm30,-220r36,-51r28,0r36,51r-28,0r-22,-31r-22,31r-28,0","w":159},"\u00eb":{"d":"46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm147,-93r-102,0v0,30,0,74,37,74v29,0,33,-30,33,-44r30,0v0,21,-12,68,-65,68v-47,0,-67,-33,-67,-99v0,-48,10,-104,69,-104v64,0,65,56,65,105xm37,-228r0,-37r28,0r0,37r-28,0xm95,-228r0,-37r28,0r0,37r-28,0","w":159},"\u00e8":{"d":"46,-117r69,0v1,-28,-3,-57,-34,-57v-35,0,-35,38,-35,57xm147,-93r-102,0v0,30,0,74,37,74v29,0,33,-30,33,-44r30,0v0,21,-12,68,-65,68v-47,0,-67,-33,-67,-99v0,-48,10,-104,69,-104v64,0,65,56,65,105xm37,-271r36,0r25,51r-22,0","w":159},"\u00ed":{"d":"22,0r0,-193r30,0r0,193r-30,0xm19,-220r25,-51r35,0r-39,51r-21,0","w":73},"\u00ee":{"d":"22,0r0,-193r30,0r0,193r-30,0xm-13,-220r36,-51r28,0r36,51r-28,0r-22,-31r-22,31r-28,0","w":73},"\u00ef":{"d":"22,0r0,-193r30,0r0,193r-30,0xm-6,-228r0,-37r28,0r0,37r-28,0xm52,-228r0,-37r28,0r0,37r-28,0","w":73},"\u00ec":{"d":"22,0r0,-193r30,0r0,193r-30,0xm-6,-271r36,0r25,51r-22,0","w":73},"\u00f1":{"d":"20,0r0,-193r29,0r0,23v8,-18,28,-28,47,-28v51,0,51,38,51,61r0,137r-30,0r0,-133v0,-15,-2,-39,-29,-39v-16,0,-38,11,-38,39r0,133r-30,0xm64,-264v18,1,49,29,53,-2r19,0v0,18,-10,40,-31,40v-24,0,-50,-28,-55,2r-19,0v0,-21,14,-40,33,-40"},"\u00f3":{"d":"10,-96v0,-54,15,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-7,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77xm62,-220r25,-51r35,0r-38,51r-22,0","w":159},"\u00f4":{"d":"10,-96v0,-54,15,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-7,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77xm30,-220r36,-51r28,0r36,51r-28,0r-22,-31r-22,31r-28,0","w":159},"\u00f6":{"d":"10,-96v0,-54,15,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-7,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77xm37,-228r0,-37r28,0r0,37r-28,0xm95,-228r0,-37r28,0r0,37r-28,0","w":159},"\u00f2":{"d":"10,-96v0,-54,15,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-7,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77xm37,-271r36,0r25,51r-22,0","w":159},"\u00f5":{"d":"10,-96v0,-54,15,-102,70,-102v56,0,69,48,69,102v0,54,-14,101,-69,101v-56,0,-70,-47,-70,-101xm79,-19v32,0,39,-35,39,-77v0,-42,-7,-78,-39,-78v-31,0,-37,36,-37,78v0,42,6,77,37,77xm60,-264v18,0,50,30,53,-2r20,0v0,18,-10,40,-31,40v-24,0,-51,-29,-56,2r-19,0v0,-21,14,-40,33,-40","w":159},"\u00fa":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0xm66,-220r25,-51r35,0r-39,51r-21,0"},"\u00fb":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0xm33,-220r37,-51r28,0r36,51r-29,0r-21,-31r-22,31r-29,0"},"\u00fc":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0xm40,-228r0,-37r28,0r0,37r-28,0xm99,-228r0,-37r28,0r0,37r-28,0"},"\u00f9":{"d":"147,-193r0,193r-29,0v-1,-7,2,-18,-1,-23v-8,18,-27,28,-46,28v-51,0,-51,-38,-51,-61r0,-137r30,0r0,133v0,15,1,39,28,39v16,0,39,-11,39,-39r0,-133r30,0xm41,-271r35,0r26,51r-22,0"},"\u00fd":{"d":"60,4r-56,-197r33,0r39,155r33,-155r34,0r-56,206v-4,35,-31,57,-74,49r0,-23v28,7,45,-11,47,-35xm55,-220r25,-51r36,0r-39,51r-22,0","w":146},"\u00ff":{"d":"60,4r-56,-197r33,0r39,155r33,-155r34,0r-56,206v-4,35,-31,57,-74,49r0,-23v28,7,45,-11,47,-35xm30,-228r0,-37r28,0r0,37r-28,0xm88,-228r0,-37r28,0r0,37r-28,0","w":146}}});
function Extended(Objectname){this.LockedID=null;this.bAutoScroll=false;this.Objectname=Objectname;this.OpacityMin=0.01;this.OpacityMax=1.0;this.Scroll='none';this.Scrollx=10;this.Scrolly=10;Extended.prototype.Lock=function(id){this.LockedID=id};Extended.prototype.UnLock=function(){this.LockedID=null};Extended.prototype.InitAutoscroll=function(){this.bAutoScroll=true;window.setTimeout(this.Objectname+'.Autoscroll()',6000)};Extended.prototype.StopAutoscroll=function(){this.bAutoScroll=false};Extended.prototype.Autoscroll=function(){if(this.bAutoScroll){this.ScrollGallerieNext(this.SetScrollGallerie_idPrefix);window.setTimeout(this.Objectname+'.Autoscroll()',6000)}};Extended.prototype.ScrolltoElement=function(id,duration,noLock){if(noLock==null){noLock=false}if(duration==null){duration=1}if((this.LockedID==null)||(noLock)){var left=0;var top=0;var parent=document.getElementById(id).parentNode;var target=document.getElementById(id);left-=parent.offsetLeft+target.offsetLeft;top-=parent.offsetTop+target.offsetTop;new Effect.Move(parent,{x:left,y:top,mode:'relative',duration:duration});if(!noLock){this.Lock(id);window.setTimeout(this.Objectname+'.UnLock()',duration*1000)}}};this.SetScrollGallerie_idPrefix='';this.SetScrollGallerie_nCount=0;this.SetScrollGallerie_nDisplay=0;Extended.prototype.SetScrollGallerie=function(idPrefix,nCount,duration){if(duration==null){duration=1}this.SetScrollGallerie_idPrefix=idPrefix;this.SetScrollGallerie_nCount=nCount;this.SetScrollGallerie_duration=duration;this.SetScrollGallerie_nDisplay=1};Extended.prototype.ScrollGalleriePrevious=function(idPrefix){if((this.SetScrollGallerie_idPrefix==idPrefix)&&(this.SetScrollGallerie_nCount>1)&&(this.SetScrollGallerie_nDisplay!=0)&&(this.LockedID==null)){this.SetScrollGallerie_nDisplay--;if(this.SetScrollGallerie_nDisplay<1){this.SetScrollGallerie_nDisplay=this.SetScrollGallerie_nCount}this.ScrolltoElement(this.SetScrollGallerie_idPrefix+this.SetScrollGallerie_nDisplay,this.SetScrollGallerie_duration,true);this.Lock(this.SetScrollGallerie_idPrefix+this.SetScrollGallerie_nDisplay);window.setTimeout(this.Objectname+'.UnLock()',this.SetScrollGallerie_duration*1000)}};Extended.prototype.ScrollGallerieNext=function(idPrefix){if((this.SetScrollGallerie_idPrefix==idPrefix)&&(this.SetScrollGallerie_nCount>1)&&(this.SetScrollGallerie_nDisplay!=0)&&(this.LockedID==null)){this.SetScrollGallerie_nDisplay++;if(this.SetScrollGallerie_nDisplay>this.SetScrollGallerie_nCount){this.SetScrollGallerie_nDisplay=1}this.ScrolltoElement(this.SetScrollGallerie_idPrefix+this.SetScrollGallerie_nDisplay,this.SetScrollGallerie_duration,true);this.Lock(this.SetScrollGallerie_idPrefix+this.SetScrollGallerie_nDisplay);window.setTimeout(this.Objectname+'.UnLock()',this.SetScrollGallerie_duration*1000)}};Extended.prototype.FadeIn=function(id,duration){if(duration==null){duration=1.5}Effect.Appear(id,{duration:duration,from:this.OpacityMin,to:this.OpacityMax})};Extended.prototype.FadeOut=function(id,duration){if(duration==null){duration=1.5}Effect.Fade(id,{duration:duration,form:this.OpacityMax,to:this.OpacityMin})};Extended.prototype.StartScrollUp=function(id,duration){if(duration==null){duration=0.1}this.Scroll='up';this.ScrollUp(id,duration)};Extended.prototype.StartScrollDown=function(id,duration){if(duration==null){duration=0.1}this.Scroll='down';this.ScrollDown(id,duration)};Extended.prototype.ScrollUp=function(id,duration){if(duration==null){duration=0.1}if(parseInt($(id).getStyle('top'))<0){new Effect.Move(id,{x:0,y:this.Scrollx,mode:'relative',duration:duration})}if(this.Scroll=='up'){window.setTimeout(this.Objectname+'.ScrollUp("'+id+'",'+duration+')',duration*1000)}};Extended.prototype.ScrollDown=function(id,duration){if(duration==null){duration=0.1}var nPos;nPos=0;if(Element.Methods.getHeight(id)!=null){nPos+=parseInt(Element.Methods.getHeight(id))}if($(id).getStyle('top')!=null){nPos+=parseInt($(id).getStyle('top'))}if($(id).parentNode.clientHeight!=null){nPos-=parseInt($(id).parentNode.clientHeight)}if(nPos>0){new Effect.Move(id,{x:0,y:-this.Scrollx,mode:'relative',duration:duration})}if(this.Scroll=='down'){window.setTimeout(this.Objectname+'.ScrollDown("'+id+'",'+duration+')',duration*1000)}};Extended.prototype.ScrollStop=function(){this.Scroll='none'}}
if(navigator.userAgent.indexOf('IE 6')>0){var DD_belatedPNG={ns:'DD_belatedPNG',imgSize:{},createVmlNameSpace:function(){if(document.namespaces&&!document.namespaces[this.ns]){document.namespaces.add(this.ns,'urn:schemas-microsoft-com:vml')}try{if(window.attachEvent){window.attachEvent('onbeforeunload',function(){DD_belatedPNG=null})}}catch(r){}},createVmlStyleSheet:function(){var style=document.createElement('style');document.documentElement.firstChild.insertBefore(style,document.documentElement.firstChild.firstChild);var styleSheet=style.styleSheet;styleSheet.addRule(this.ns+'\\:*','{behavior:url(#default#VML)}');styleSheet.addRule(this.ns+'\\:shape','position:absolute;');styleSheet.addRule('img.'+this.ns+'_sizeFinder','behavior:none; border:none; position:absolute; z-index:-1; top:-10000px; visibility:hidden;');this.styleSheet=styleSheet},readPropertyChange:function(){var el=event.srcElement;if(event.propertyName.search('background')!=-1||event.propertyName.search('border')!=-1){DD_belatedPNG.applyVML(el)}if(event.propertyName=='style.display'){var display=(el.currentStyle.display=='none')?'none':'block';for(var v in el.vml){el.vml[v].shape.style.display=display}}if(event.propertyName.search('filter')!=-1){DD_belatedPNG.vmlOpacity(el)}},vmlOpacity:function(el){if(el.currentStyle.filter.search('lpha')!=-1){var trans=el.currentStyle.filter;trans=parseInt(trans.substring(trans.lastIndexOf('=')+1,trans.lastIndexOf(')')),10)/100;el.vml.color.shape.style.filter=el.currentStyle.filter;el.vml.image.fill.opacity=trans}},handlePseudoHover:function(el){setTimeout(function(){DD_belatedPNG.applyVML(el)},1)},fix:function(selector){var selectors=selector.split(',');for(var i=0;i<selectors.length;i++){this.styleSheet.addRule(selectors[i],'behavior:expression(DD_belatedPNG.fixPng(this))')}},applyVML:function(el){el.runtimeStyle.cssText='';this.vmlFill(el);this.vmlOffsets(el);this.vmlOpacity(el);if(el.isImg){this.copyImageBorders(el)}},attachHandlers:function(el){var self=this;var handlers={resize:'vmlOffsets',move:'vmlOffsets'};if(el.nodeName=='A'){var moreForAs={mouseleave:'handlePseudoHover',mouseenter:'handlePseudoHover',focus:'handlePseudoHover',blur:'handlePseudoHover'};for(var a in moreForAs){handlers[a]=moreForAs[a]}}for(var h in handlers){el.attachEvent('on'+h,function(){self[handlers[h]](el)})}el.attachEvent('onpropertychange',this.readPropertyChange)},giveLayout:function(el){el.style.zoom=1;if(el.currentStyle.position=='static'){el.style.position='relative'}},copyImageBorders:function(el){var styles={'borderStyle':true,'borderWidth':true,'borderColor':true};for(var s in styles){el.vml.color.shape.style[s]=el.currentStyle[s]}},vmlFill:function(el){if(!el.currentStyle){return}else{var elStyle=el.currentStyle}for(var v in el.vml){el.vml[v].shape.style.zIndex=elStyle.zIndex}el.runtimeStyle.backgroundColor='';el.runtimeStyle.backgroundImage='';var noColor=(elStyle.backgroundColor=='transparent');var noImg=true;if(elStyle.backgroundImage!='none'||el.isImg){if(!el.isImg){el.vmlBg=elStyle.backgroundImage;el.vmlBg=el.vmlBg.substr(5,el.vmlBg.lastIndexOf('")')-5)}else{el.vmlBg=el.src}var lib=this;if(!lib.imgSize[el.vmlBg]){var img=document.createElement('img');lib.imgSize[el.vmlBg]=img;img.className=lib.ns+'_sizeFinder';img.runtimeStyle.cssText='behavior:none; position:absolute; left:-10000px; top:-10000px; border:none;';img.attachEvent('onload',function(){this.width=this.offsetWidth;this.height=this.offsetHeight;lib.vmlOffsets(el)});img.src=el.vmlBg;img.removeAttribute('width');img.removeAttribute('height');document.body.insertBefore(img,document.body.firstChild)}el.vml.image.fill.src=el.vmlBg;noImg=false}el.vml.image.fill.on=!noImg;el.vml.image.fill.color='none';el.vml.color.shape.style.backgroundColor=elStyle.backgroundColor;el.runtimeStyle.backgroundImage='none';el.runtimeStyle.backgroundColor='transparent'},vmlOffsets:function(el){var thisStyle=el.currentStyle;var size={'W':el.clientWidth+1,'H':el.clientHeight+1,'w':this.imgSize[el.vmlBg].width,'h':this.imgSize[el.vmlBg].height,'L':el.offsetLeft,'T':el.offsetTop,'bLW':el.clientLeft,'bTW':el.clientTop};var fudge=(size.L+size.bLW==1)?1:0;var makeVisible=function(vml,l,t,w,h,o){vml.coordsize=w+','+h;vml.coordorigin=o+','+o;vml.path='m0,0l'+w+',0l'+w+','+h+'l0,'+h+' xe';vml.style.width=w+'px';vml.style.height=h+'px';vml.style.left=l+'px';vml.style.top=t+'px'};makeVisible(el.vml.color.shape,(size.L+(el.isImg?0:size.bLW)),(size.T+(el.isImg?0:size.bTW)),(size.W-1),(size.H-1),0);makeVisible(el.vml.image.shape,(size.L+size.bLW),(size.T+size.bTW),(size.W),(size.H),1);var bg={'X':0,'Y':0};var figurePercentage=function(axis,position){var fraction=true;switch(position){case'left':case'top':bg[axis]=0;break;case'center':bg[axis]=.5;break;case'right':case'bottom':bg[axis]=1;break;default:if(position.search('%')!=-1){bg[axis]=parseInt(position)*.01}else{fraction=false}}var horz=(axis=='X');bg[axis]=Math.ceil(fraction?((size[horz?'W':'H']*bg[axis])-(size[horz?'w':'h']*bg[axis])):parseInt(position));if(bg[axis]==0){bg[axis]++}};for(var b in bg){figurePercentage(b,thisStyle['backgroundPosition'+b])}el.vml.image.fill.position=(bg.X/size.W)+','+(bg.Y/size.H);var bgR=thisStyle.backgroundRepeat;var dC={'T':1,'R':size.W+fudge,'B':size.H,'L':1+fudge};var altC={'X':{'b1':'L','b2':'R','d':'W'},'Y':{'b1':'T','b2':'B','d':'H'}};if(bgR!='repeat'){var c={'T':(bg.Y),'R':(bg.X+size.w),'B':(bg.Y+size.h),'L':(bg.X)};if(bgR.search('repeat-')!=-1){var v=bgR.split('repeat-')[1].toUpperCase();c[altC[v].b1]=1;c[altC[v].b2]=size[altC[v].d]}if(c.B>size.H){c.B=size.H}el.vml.image.shape.style.clip='rect('+c.T+'px '+(c.R+fudge)+'px '+c.B+'px '+(c.L+fudge)+'px)'}else{el.vml.image.shape.style.clip='rect('+dC.T+'px '+dC.R+'px '+dC.B+'px '+dC.L+'px)'}},fixPng:function(el){el.style.behavior='none';if(el.nodeName=='BODY'||el.nodeName=='TD'||el.nodeName=='TR'){return}el.isImg=false;if(el.nodeName=='IMG'){if(el.src.toLowerCase().search(/\.png$/)!=-1){el.isImg=true;el.style.visibility='hidden'}else{return}}else if(el.currentStyle.backgroundImage.toLowerCase().search('.png')==-1){return}var lib=DD_belatedPNG;el.vml={color:{},image:{}};var els={shape:{},fill:{}};for(var r in el.vml){for(var e in els){var nodeStr=lib.ns+':'+e;el.vml[r][e]=document.createElement(nodeStr)}el.vml[r].shape.stroked=false;el.vml[r].shape.appendChild(el.vml[r].fill);el.parentNode.insertBefore(el.vml[r].shape,el)}el.vml.image.shape.fillcolor='none';el.vml.image.fill.type='tile';el.vml.color.fill.on=false;lib.attachHandlers(el);lib.giveLayout(el);lib.giveLayout(el.offsetParent);lib.applyVML(el)}};try{document.execCommand("BackgroundImageCache",false,true)}catch(r){}DD_belatedPNG.createVmlNameSpace();DD_belatedPNG.createVmlStyleSheet()}
var map=new Array();var lLat=new Array();var lLng=new Array();function GoogleMap(oObject){this.sMap='';this.lLat=-1;this.lLng=-1;this.sKunde='';this.sKundeStrasse='';this.sKundeAdresse='';this.sKundeTel='';this.sKundeFax='';this.sUnbekannteAdresse='';this.sAnfragenichtbearbeitet='';this.sStartpunkt='';this.sKeyungultig='';this.sunbekannterFehler='';var sMap='';var gdir=null;var sKunde='';var sKundeStrasse='';var sKundeAdresse='';var sKundeTel='';var sKundeFax='';var sUnbekannteAdresse='';var sAnfragenichtbearbeitet='';var sStartpunkt='';var sKeyungultig='';var sunbekannterFehler='';GoogleMap.prototype.load=function(){if(GBrowserIsCompatible()){map[oObject]=new GMap2(document.getElementById(sMap));map[oObject].setCenter(new GLatLng(lLat[oObject],lLng[oObject]),10);map[oObject].addControl(new GSmallMapControl());map[oObject].addControl(new GMapTypeControl());map[oObject].setMapType(G_NORMAL_MAP);function createMarker(point,number){var marker=new GMarker(point);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml("<div style=\"width:290px;\"><div style=\"float:left; color: #232323;\"><strong>"+sKunde+"</strong><br />"+sKundeStrasse+"<br />"+sKundeAdresse+"<br/><br/>"+sKundeTel+"<br/>"+sKundeFax+"<br /><br /></div></div>")});return marker};var bounds=map[oObject].getBounds();var southWest=bounds.getSouthWest();var northEast=bounds.getNorthEast();var point=new GLatLng(lLat[oObject],lLng[oObject]);map[oObject].addOverlay(createMarker(point,1))}};GoogleMap.prototype.setDirections=function(oObject,fromStreet,fromZip,fromCity,fromCountry,locale,sDirections){document.getElementById(sDirections).innerHTML='';fromStreet+=',';fromZip+=',';fromCity+=',';fromAddress=fromStreet+" "+fromZip+" "+fromCity+" "+fromCountry;gdir=new GDirections(map[oObject],document.getElementById(sDirections));GEvent.addListener(gdir,"load",onGDirectionsLoad);GEvent.addListener(gdir,"error",this.handleErrors);gdir.load("from: "+fromAddress+" to: "+lLat[oObject]+", "+lLng[oObject],{"locale":locale});document.getElementById(sDirections).style.display='block'};GoogleMap.prototype.handleErrors=function(){if(gdir.getStatus().code==G_GEO_UNKNOWN_ADDRESS){alert(sUnbekannteAdresse)}else if(gdir.getStatus().code==G_GEO_SERVER_ERROR){alert(sAnfragenichtbearbeitet)}else if(gdir.getStatus().code==G_GEO_MISSING_QUERY){alert(sStartpunkt)}else if(gdir.getStatus().code==G_GEO_BAD_KEY){alert(sKeyungultig)}else if(gdir.getStatus().code==G_GEO_BAD_REQUEST){alert(sAnfragenichtbearbeitet)}else{alert(sunbekannterFehler)}};function onGDirectionsLoad(){};GoogleMap.prototype.init=function(){sMap=this.sMap;lLat[oObject]=this.lLat;lLng[oObject]=this.lLng;sKunde=this.sKunde;sKundeStrasse=this.sKundeStrasse;sKundeAdresse=this.sKundeAdresse;sKundeTel=this.sKundeTel;sKundeFax=this.sKundeFax;sUnbekannteAdresse=this.sUnbekannteAdresse;sAnfragenichtbearbeitet=this.sAnfragenichtbearbeitet;sStartpunkt=this.sStartpunkt;sKeyungultig=this.sKeyungultig;sunbekannterFehler=this.sunbekannterFehler;if(window.addEventListener){window.addEventListener("load",this.load,false);window.addEventListener("unload",GUnload,false)}else if(window.attachEvent){window.attachEvent("onload",this.load);window.attachEvent("onunload",GUnload)}}}
function IsFlashActive(){var flashVersion=0;var MIN_FLASH_VERSION=7;var ua=navigator.userAgent.toLowerCase();if(ua.indexOf('ie')>-1&&!(ua.indexOf('opera')>-1)){try{flashVersion=parseFloat(/([\d,?]+)/.exec(new ActiveXObject('ShockwaveFlash.ShockwaveFlash.7').GetVariable('$version'))[1].replace(/,/g,'.'))}catch(e){}}else if(navigator.plugins&&navigator.plugins['Shockwave Flash']){var flashPlugin=navigator.plugins['Shockwave Flash'];flashVersion=parseFloat(/(\d+\.?\d*)/.exec(flashPlugin.description)[1]);var i=0;while(flashVersion>=MIN_FLASH_VERSION&&i<navigator.mimeTypes.length){var mime=navigator.mimeTypes[i];if(mime.type=='application/x-shockwave-flash'&&!new RegExp('.*Shockwave\\sFlash\\s'+flashVersion+'.*').exec(mime.enabledPlugin.description)){flashVersion=0}i++}}return flashVersion>=MIN_FLASH_VERSION}function CreateFlashOnId(src,id,width,height,wmode,bgcolor,flashvars){if(IsFlashActive()){src=src.slice(0,src.lastIndexOf('.swf'));AC_FL_DomID=id;AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width',width,'height',height,'src',src,'quality','high','flashvars',flashvars,'wmode',wmode,'bgcolor',bgcolor,'pluginspage','http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash','movie',src);AC_FL_DomID=null}}function CreateFlash(src,width,height,wmode,bgcolor,flashvars){if(IsFlashActive()){src=src.slice(0,src.lastIndexOf('.swf'));AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width',width,'height',height,'src',src,'quality','high','flashvars',flashvars,'wmode',wmode,'bgcolor',bgcolor,'pluginspage','http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash','movie',src)}}var AC_FL_DomID=null;function AC_AddExtension(src,ext){if(src.indexOf('?')!=-1)return src.replace(/\?/,ext+'?');else return src+ext}function AC_Generateobj(objAttrs,params,embedAttrs){var str='<object ';for(var i in objAttrs)str+=i+'="'+objAttrs[i]+'" ';str+='>';for(var i in params)str+='<param name="'+i+'" value="'+params[i]+'" /> ';str+='<embed ';for(var i in embedAttrs)str+=i+'="'+embedAttrs[i]+'" ';str+=' ></embed></object>';if(AC_FL_DomID!=null){if(document.getElementById(AC_FL_DomID)!=null){document.getElementById(AC_FL_DomID).innerHTML=str}else{document.write(str)}}else{document.write(str)}}function AC_FL_RunContent(){var ret=AC_GetArgs(arguments,".swf","movie","clsid:d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash");AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs)}function AC_SW_RunContent(){var ret=AC_GetArgs(arguments,".dcr","src","clsid:166B1BCA-3F9C-11CF-8075-444553540000",null);AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs)}function AC_GetArgs(args,ext,srcParamName,classid,mimeType){var ret=new Object();ret.embedAttrs=new Object();ret.params=new Object();ret.objAttrs=new Object();for(var i=0;i<args.length;i=i+2){var currArg=args[i].toLowerCase();switch(currArg){case"classid":break;case"pluginspage":ret.embedAttrs[args[i]]=args[i+1];break;case"src":case"movie":args[i+1]=AC_AddExtension(args[i+1],ext);ret.embedAttrs["src"]=args[i+1];ret.params[srcParamName]=args[i+1];break;case"onafterupdate":case"onbeforeupdate":case"onblur":case"oncellchange":case"onclick":case"ondblClick":case"ondrag":case"ondragend":case"ondragenter":case"ondragleave":case"ondragover":case"ondrop":case"onfinish":case"onfocus":case"onhelp":case"onmousedown":case"onmouseup":case"onmouseover":case"onmousemove":case"onmouseout":case"onkeypress":case"onkeydown":case"onkeyup":case"onload":case"onlosecapture":case"onpropertychange":case"onreadystatechange":case"onrowsdelete":case"onrowenter":case"onrowexit":case"onrowsinserted":case"onstart":case"onscroll":case"onbeforeeditfocus":case"onactivate":case"onbeforedeactivate":case"ondeactivate":case"type":case"codebase":ret.objAttrs[args[i]]=args[i+1];break;case"width":case"height":case"align":case"vspace":case"hspace":case"class":case"title":case"accesskey":case"name":case"id":case"tabindex":ret.embedAttrs[args[i]]=ret.objAttrs[args[i]]=args[i+1];break;default:ret.embedAttrs[args[i]]=ret.params[args[i]]=args[i+1]}}ret.objAttrs["classid"]=classid;if(mimeType)ret.embedAttrs["type"]=mimeType;return ret}
var fileLoadingImage="/images/lightbox/loading.gif";var fileBottomNavCloseImage="/images/lightbox/close.gif";var overlayOpacity=0.8;var animate=true;var resizeSpeed=7;var borderSize=10;if(animate==true){overlayDuration=0.2;if(resizeSpeed>10){resizeSpeed=10}if(resizeSpeed<1){resizeSpeed=1}resizeDuration=(11-resizeSpeed)*0.15}else{overlayDuration=0;resizeDuration=0}Object.extend(Element,{getWidth:function(element){element=$(element);return element.offsetWidth},setWidth:function(element,w){element=$(element);element.style.width=w+"px"},setHeight:function(element,h){element=$(element);element.style.height=h+"px"},setTop:function(element,t){element=$(element);element.style.top=t+"px"},setLeft:function(element,l){element=$(element);element.style.left=l+"px"},setSrc:function(element,src){element=$(element);element.src=src},setHref:function(element,href){element=$(element);element.href=href},setInnerHTML:function(element,content){element=$(element);element.innerHTML=content},getInnerHTML:function(element){element=$(element);return element.innerHTML}});Array.prototype.removeDuplicates=function(){for(i=0;i<this.length;i++){for(j=this.length-1;j>i;j--){if(this[i][0]==this[j][0]){this.splice(j,1)}}}};Array.prototype.empty=function(){for(i=0;i<=this.length;i++){this.shift()}};var MyHtmlLightbox=Class.create();MyHtmlLightbox.prototype={initialize:function(){var objBody=document.getElementsByTagName("body").item(0);var objOverlay=document.createElement("div");objOverlay.setAttribute('id','myhtmloverlay');objOverlay.style.display='none';objOverlay.onclick=function(){HtmlLightbox.end()};objBody.appendChild(objOverlay);var objMyHtmlLightbox=document.createElement("div");objMyHtmlLightbox.setAttribute('id','myHtmlLightbox');objMyHtmlLightbox.style.display='none';objMyHtmlLightbox.onclick=function(e){if(!e)var e=window.event;var clickObj=Event.element(e).id;if(clickObj=='myHtmlLightbox'){HtmlLightbox.end()}};objBody.appendChild(objMyHtmlLightbox);var objOuterContainer=document.createElement("div");objOuterContainer.setAttribute('id','outerContainer');objMyHtmlLightbox.appendChild(objOuterContainer);if(animate){Element.setWidth('outerContainer',250);Element.setHeight('outerContainer',250)}else{Element.setWidth('outerContainer',1);Element.setHeight('outerContainer',1)}var objHtmlContainer=document.createElement("div");objHtmlContainer.setAttribute('id','htmlContainer');objOuterContainer.appendChild(objHtmlContainer);if(bHtmlLightboxAjax){var objAjax=document.createElement("div");objAjax.setAttribute('id','htmlLightboxAjax');objHtmlContainer.appendChild(objAjax)}else{var frameborder=document.createAttribute("frameborder");frameborder.nodeValue="0";var objIFrame=document.createElement("iframe");objIFrame.setAttribute('src','#');objIFrame.setAttributeNode(frameborder);objIFrame.setAttribute('frameborder','0');objIFrame.setAttribute('id','htmlLightboxIFrame');objIFrame.setAttribute('name','htmlLightboxIFrame');objHtmlContainer.appendChild(objIFrame)}var objLoading=document.createElement("div");objLoading.setAttribute('id','myloading');objHtmlContainer.appendChild(objLoading);var objLoadingLink=document.createElement("a");objLoadingLink.setAttribute('id','loadingLink');objLoadingLink.setAttribute('href','#');objLoadingLink.onclick=function(){HtmlLightbox.end();return false};objLoading.appendChild(objLoadingLink);var objLoadingImage=document.createElement("img");objLoadingImage.setAttribute('src',fileLoadingImage);objLoadingLink.appendChild(objLoadingImage);var objDataContainer=document.createElement("div");objDataContainer.setAttribute('id','DataContainer');objMyHtmlLightbox.appendChild(objDataContainer);var objData=document.createElement("div");objData.setAttribute('id','Data');objDataContainer.appendChild(objData);var objBottomNav=document.createElement("div");objBottomNav.setAttribute('id','bottomNav');objData.appendChild(objBottomNav);var objBottomNavCloseLink=document.createElement("a");objBottomNavCloseLink.setAttribute('id','bottomNavClose');objBottomNavCloseLink.setAttribute('href','#');objBottomNavCloseLink.onclick=function(){HtmlLightbox.end();return false};objBottomNav.appendChild(objBottomNavCloseLink);var objBottomNavCloseImage=document.createElement("img");objBottomNavCloseImage.setAttribute('src',fileBottomNavCloseImage);objBottomNavCloseLink.appendChild(objBottomNavCloseImage)},start:function(sHref){hideSelectBoxes();hideFlash();Element.hide('DataContainer');var effektiveHeight;var effektiveWidth;var arrayPageSize=getPageSize();Element.setWidth('myhtmloverlay',arrayPageSize[0]);Element.setHeight('myhtmloverlay',arrayPageSize[1]);new Effect.Appear('myhtmloverlay',{duration:overlayDuration,from:0.0,to:overlayOpacity});var arrayPageScroll=getPageScroll();var lightboxTop=arrayPageScroll[1]+(arrayPageSize[3]/10);var lightboxLeft=arrayPageScroll[0];Element.setTop('myHtmlLightbox',lightboxTop);Element.setLeft('myHtmlLightbox',lightboxLeft);Element.show('myHtmlLightbox');if(bHtmlLightboxAjax){new Ajax.Updater('htmlLightboxAjax',sHref,{onComplete:function(){HtmlLightbox.resizeHtmlContainer($('htmlLightboxAjax').firstDescendant().getWidth(),$('htmlLightboxAjax').firstDescendant().getHeight())},evalScripts:true,method:'get'})}else{Element.setSrc('htmlLightboxIFrame',sHref)}HtmlLightbox.enableKeyboardNav()},resizeHtmlContainer:function(fixWidth,fixHeight){var windowX,windowY;if(window.innerHeight){windowX=window.innerWidth;windowY=window.innerHeight}else{windowX=document.body.offsetWidth;windowY=document.body.offsetHeight}if(fixWidth!=''&&fixWidth!=undefined){effektiveWidth=fixWidth}else{effektiveWidth=(windowX/100)*80}if(fixHeight!=''&&fixHeight!=undefined){effektiveHeight=fixHeight}else{effektiveHeight=(windowY/100)*80}this.widthCurrent=Element.getWidth('outerContainer');this.heightCurrent=Element.getHeight('outerContainer');var widthNew=(effektiveWidth+(borderSize*2));var heightNew=(effektiveHeight+(borderSize*2));this.xScale=(widthNew/this.widthCurrent)*100;this.yScale=(heightNew/this.heightCurrent)*100;wDiff=this.widthCurrent-widthNew;hDiff=this.heightCurrent-heightNew;if((hDiff!=0)||(wDiff!=0)){if(bHtmlLightboxAjax){document.getElementById('htmlLightboxAjax').style.display='none'}else{document.getElementById('htmlLightboxIFrame').style.display='none'}Element.hide('DataContainer')}if(!(hDiff==0)){if(wDiff==0){new Effect.Scale('outerContainer',this.yScale,{scaleX:false,duration:resizeDuration,queue:'front',afterFinish:function(){HtmlLightbox.showIFrame()}})}else{new Effect.Scale('outerContainer',this.yScale,{scaleX:false,duration:resizeDuration,queue:'front'})}}if(!(wDiff==0)){new Effect.Scale('outerContainer',this.xScale,{scaleY:false,delay:resizeDuration,duration:resizeDuration,afterFinish:function(){HtmlLightbox.showIFrame()}})}if((hDiff==0)&&(wDiff==0)){if(navigator.appVersion.indexOf("MSIE")!=-1){pause(250)}else{pause(100)}}Element.setWidth('DataContainer',widthNew);if(bHtmlLightboxAjax){Element.setWidth('htmlLightboxAjax',widthNew-(borderSize*2));Element.setHeight('htmlLightboxAjax',heightNew-(borderSize*2))}else{Element.setWidth('htmlLightboxIFrame',widthNew-(borderSize*2));Element.setHeight('htmlLightboxIFrame',heightNew-(borderSize*2))}},showIFrame:function(){if(bHtmlLightboxAjax){document.getElementById('htmlLightboxAjax').style.display='block';new Effect.Appear('htmlLightboxAjax',{duration:resizeDuration,queue:'end',afterFinish:function(){HtmlLightbox.updateDetails()}})}else{document.getElementById('htmlLightboxIFrame').style.display='block';new Effect.Appear('htmlLightboxIFrame',{duration:resizeDuration,queue:'end',afterFinish:function(){HtmlLightbox.updateDetails()}})}},updateDetails:function(){new Effect.Parallel([new Effect.SlideDown('DataContainer',{sync:true,duration:resizeDuration,from:0.0,to:1.0}),new Effect.Appear('DataContainer',{sync:true,duration:resizeDuration})],{duration:resizeDuration,afterFinish:function(){var arrayPageSize=getPageSize();Element.setHeight('myhtmloverlay',arrayPageSize[1])}});Element.hide('myloading')},enableKeyboardNav:function(){document.onkeydown=this.keyboardAction},disableKeyboardNav:function(){document.onkeydown=''},keyboardAction:function(e){if(e==null){keycode=event.keyCode;escapeKey=27}else{keycode=e.keyCode;escapeKey=e.DOM_VK_ESCAPE}key=String.fromCharCode(keycode).toLowerCase();if((key=='x')||(key=='o')||(key=='c')||(keycode==escapeKey)){HtmlLightbox.end()}},end:function(){this.disableKeyboardNav();Element.hide('myHtmlLightbox');new Effect.Fade('myhtmloverlay',{duration:overlayDuration});showSelectBoxes();showFlash();if(bHtmlLightboxAjax){Element.setOpacity('htmlLightboxAjax',0)}else{Element.setSrc('htmlLightboxIFrame','');Element.setOpacity('htmlLightboxIFrame',0)}Element.setWidth('outerContainer',250);Element.setHeight('outerContainer',250);Element.show('myloading')}};function resizeHtmlLightboxAjax(){MyHtmlLightbox.resizeHtmlContainer($('htmlLightboxAjax').firstDescendant().getWidth(),$('htmlLightboxAjax').firstDescendant().getHeight())}function getPageScroll(){var xScroll,yScroll;if(self.pageYOffset){yScroll=self.pageYOffset;xScroll=self.pageXOffset}else if(document.documentElement&&document.documentElement.scrollTop){yScroll=document.documentElement.scrollTop;xScroll=document.documentElement.scrollLeft}else if(document.body){yScroll=document.body.scrollTop;xScroll=document.body.scrollLeft}arrayPageScroll=new Array(xScroll,yScroll);return arrayPageScroll}function getPageSize(){var xScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=window.innerWidth+window.scrollMaxX;yScroll=window.innerHeight+window.scrollMaxY}else if(document.body.scrollHeight>document.body.offsetHeight){xScroll=document.body.scrollWidth;yScroll=document.body.scrollHeight}else{xScroll=document.body.offsetWidth;yScroll=document.body.offsetHeight}var windowWidth,windowHeight;if(self.innerHeight){if(document.documentElement.clientWidth){windowWidth=document.documentElement.clientWidth}else{windowWidth=self.innerWidth}windowHeight=self.innerHeight}else if(document.documentElement&&document.documentElement.clientHeight){windowWidth=document.documentElement.clientWidth;windowHeight=document.documentElement.clientHeight}else if(document.body){windowWidth=document.body.clientWidth;windowHeight=document.body.clientHeight}if(yScroll<windowHeight){pageHeight=windowHeight}else{pageHeight=yScroll}if(xScroll<windowWidth){pageWidth=xScroll}else{pageWidth=windowWidth}arrayPageSize=new Array(pageWidth,pageHeight,windowWidth,windowHeight);return arrayPageSize}function getKey(e){if(e==null){keycode=event.keyCode}else{keycode=e.which}key=String.fromCharCode(keycode).toLowerCase();if(key=='x'){}}function listenKey(){document.onkeypress=getKey}function showSelectBoxes(){var selects=document.getElementsByTagName("select");for(i=0;i!=selects.length;i++){selects[i].style.visibility="visible"}}function hideSelectBoxes(){var selects=document.getElementsByTagName("select");for(i=0;i!=selects.length;i++){selects[i].style.visibility="hidden"}}function showFlash(){var flashObjects=document.getElementsByTagName("object");for(i=0;i<flashObjects.length;i++){flashObjects[i].style.visibility="visible"}var flashEmbeds=document.getElementsByTagName("embed");for(i=0;i<flashEmbeds.length;i++){flashEmbeds[i].style.visibility="visible"}}function hideFlash(){var flashObjects=document.getElementsByTagName("object");for(i=0;i<flashObjects.length;i++){flashObjects[i].style.visibility="hidden"}var flashEmbeds=document.getElementsByTagName("embed");for(i=0;i<flashEmbeds.length;i++){flashEmbeds[i].style.visibility="hidden"}}function pause(ms){var date=new Date();curDate=null;do{var curDate=new Date()}while(curDate-date<ms)}var JsLightboxIsLoaded;var HtmlLightbox;var bHtmlLightboxAjax=false;function initMyHtmlLightbox(){HtmlLightbox=new MyHtmlLightbox();hideHtmlLightboxOverlays();JsLightboxIsLoaded=true}function onJsLightboxIsLoaded(sFunction){if((sFunction!='')&&(sFunction!=null)&&(JsLightboxIsLoaded!=true)){window.setTimeout('onJsLightboxIsLoaded("'+sFunction+'")',200)}if(JsLightboxIsLoaded){window.setTimeout(sFunction,20)}}function hideHtmlLightboxOverlays(){if(!document.getElementsByTagName){return}var divs=document.getElementsByTagName('div');for(var i=0;i<divs.length;i++){var div=divs[i];var relAttribute=String(div.getAttribute('rel'));if(relAttribute=='ImageOverlay'){div.style.display='none'}}}
