/*
 * jQuery JavaScript Library v1.4.1
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Mon Jan 25 19:43:33 2010 -0500
 */
(function(z,v){function la(){if(!c.isReady){try{r.documentElement.doScroll("left")}catch(a){setTimeout(la,1);return}c.ready()}}function Ma(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,i){var j=a.length;if(typeof b==="object"){for(var n in b)X(a,n,b[n],f,e,d);return a}if(d!==v){f=!i&&f&&c.isFunction(d);for(n=0;n<j;n++)e(a[n],b,f?d.call(a[n],n,e(a[n],b)):d,i);return a}return j?e(a[0],b):null}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function ma(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function na(a){var b,d=[],f=[],e=arguments,i,j,n,o,m,s,x=c.extend({},c.data(this,"events").live);if(!(a.button&&a.type==="click")){for(o in x){j=x[o];if(j.live===a.type||j.altLive&&c.inArray(a.type,j.altLive)>-1){i=j.data;i.beforeFilter&&i.beforeFilter[a.type]&&!i.beforeFilter[a.type](a)||f.push(j.selector)}else delete x[o]}i=c(a.target).closest(f,a.currentTarget);m=0;for(s=i.length;m<s;m++)for(o in x){j=x[o];n=i[m].elem;f=null;if(i[m].selector===j.selector){if(j.live==="mouseenter"||j.live==="mouseleave")f=c(a.relatedTarget).closest(j.selector)[0];if(!f||f!==n)d.push({elem:n,fn:j})}}m=0;for(s=d.length;m<s;m++){i=d[m];a.currentTarget=i.elem;a.data=i.fn.data;if(i.fn.apply(i.elem,e)===false){b=false;break}}return b}}function oa(a,b){return"live."+(a?a+".":"")+b.replace(/\./g,"`").replace(/ /g,"&")}function pa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function qa(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var i in f)for(var j in f[i])c.event.add(this,i,f[i][j],f[i][j].data)}}})}function ra(a,b,d){var f,e,i;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&a[0].indexOf("<option")<0&&(c.support.checkClone||!sa.test(a[0]))){e=true;if(i=c.fragments[a[0]])if(i!==1)f=i}if(!f){b=b&&b[0]?b[0].ownerDocument||b[0]:r;f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=i?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(ta.concat.apply([],ta.slice(0,b)),function(){d[this]=a});return d}function ua(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Na=z.jQuery,Oa=z.$,r=z.document,S,Pa=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Qa=/^.[^:#\[\.,]*$/,Ra=/\S/,Sa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Ta=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,O=navigator.userAgent,va=false,P=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,Q=Array.prototype.slice,wa=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(typeof a==="string")if((d=Pa.exec(a))&&(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:r;if(a=Ta.exec(a))if(c.isPlainObject(b)){a=[r.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=ra([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}}else{if(b=r.getElementById(d[2])){if(b.id!==d[2])return S.find(a);this.length=1;this[0]=b}this.context=r;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=r;a=r.getElementsByTagName(a)}else return!b||b.jquery?(b||S).find(a):c(b).find(a);else if(c.isFunction(a))return S.ready(a);if(a.selector!==v){this.selector=a.selector;this.context=a.context}return c.isArray(a)?this.setArray(a):c.makeArray(a,this)},selector:"",jquery:"1.4.1",length:0,size:function(){return this.length},toArray:function(){return Q.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){a=c(a||null);a.prevObject=this;a.context=this.context;if(b==="find")a.selector=this.selector+(this.selector?" ":"")+d;else if(b)a.selector=this.selector+"."+b+"("+d+")";return a},setArray:function(a){this.length=0;ba.apply(this,a);return this},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(r,c);else P&&P.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(Q.apply(this,arguments),"slice",Q.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,i,j,n;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(i in e){j=a[i];n=e[i];if(a!==n)if(f&&n&&(c.isPlainObject(n)||c.isArray(n))){j=j&&(c.isPlainObject(j)||c.isArray(j))?j:c.isArray(n)?[]:{};a[i]=c.extend(f,j,n)}else if(n!==v)a[i]=n}return a};c.extend({noConflict:function(a){z.$=Oa;if(a)z.jQuery=Na;return c},isReady:false,ready:function(){if(!c.isReady){if(!r.body)return setTimeout(c.ready,13);c.isReady=true;if(P){for(var a,b=0;a=P[b++];)a.call(r,c);P=null}c.fn.triggerHandler&&c(r).triggerHandler("ready")}},bindReady:function(){if(!va){va=true;if(r.readyState==="complete")return c.ready();if(r.addEventListener){r.addEventListener("DOMContentLoaded",L,false);z.addEventListener("load",c.ready,false)}else if(r.attachEvent){r.attachEvent("onreadystatechange",L);z.attachEvent("onload",c.ready);var a=false;try{a=z.frameElement==null}catch(b){}r.documentElement.doScroll&&a&&la()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,"isPrototypeOf"))return false;var b;for(b in a);return b===v||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return z.JSON&&z.JSON.parse?z.JSON.parse(a):(new Function("return "+a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Ra.test(a)){var b=r.getElementsByTagName("head")[0]||r.documentElement,d=r.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(r.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,i=a.length,j=i===v||c.isFunction(a);if(d)if(j)for(f in a){if(b.apply(a[f],d)===false)break}else for(;e<i;){if(b.apply(a[e++],d)===false)break}else if(j)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<i&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Sa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==v;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,i=a.length;e<i;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,i=0,j=a.length;i<j;i++){e=b(a[i],i,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=v}else if(b&&!c.isFunction(b)){d=b;b=v}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});O=c.uaMatch(O);if(O.browser){c.browser[O.browser]=true;c.browser.version=O.version}if(c.browser.webkit)c.browser.safari=true;if(wa)c.inArray=function(a,b){return wa.call(b,a)};S=c(r);if(r.addEventListener)L=function(){r.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(r.attachEvent)L=function(){if(r.readyState==="complete"){r.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=r.documentElement,b=r.createElement("script"),d=r.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var e=d.getElementsByTagName("*"),i=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!i)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(i.getAttribute("style")),hrefNormalized:i.getAttribute("href")==="/a",opacity:/^0.55$/.test(i.style.opacity),cssFloat:!!i.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:r.createElement("select").appendChild(r.createElement("option")).selected,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(r.createTextNode("window."+f+"=1;"))}catch(j){}a.insertBefore(b,a.firstChild);if(z[f]){c.support.scriptEval=true;delete z[f]}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function n(){c.support.noCloneEvent=false;d.detachEvent("onclick",n)});d.cloneNode(true).fireEvent("onclick")}d=r.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=r.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var n=r.createElement("div");n.style.width=n.style.paddingLeft="1px";r.body.appendChild(n);c.boxModel=c.support.boxModel=n.offsetWidth===2;r.body.removeChild(n).style.display="none"});a=function(n){var o=r.createElement("div");n="on"+n;var m=n in o;if(!m){o.setAttribute(n,"return;");m=typeof o[n]==="function"}return m};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=i=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ua=0,xa={},Va={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==z?xa:a;var f=a[G],e=c.cache;if(!b&&!f)return null;f||(f=++Ua);if(typeof b==="object"){a[G]=f;e=e[f]=c.extend(true,{},b)}else e=e[f]?e[f]:typeof d==="undefined"?Va:(e[f]={});if(d!==v){a[G]=f;e[b]=d}return typeof b==="string"?e[b]:e}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==z?xa:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{try{delete a[G]}catch(i){a.removeAttribute&&a.removeAttribute(G)}delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===v){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===v&&this.length)f=c.data(this[0],a);return f===v&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===v)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var ya=/[\n\t]/g,ca=/\s+/,Wa=/\r/g,Xa=/href|src|style/,Ya=/(button|input)/i,Za=/(button|input|object|select|textarea)/i,$a=/^(a|area)$/i,za=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(o){var m=c(this);m.addClass(a.call(this,o,m.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className)for(var i=" "+e.className+" ",j=0,n=b.length;j<n;j++){if(i.indexOf(" "+b[j]+" ")<0)e.className+=" "+b[j]}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(o){var m=c(this);m.removeClass(a.call(this,o,m.attr("class")))});if(a&&typeof a==="string"||a===v)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var i=(" "+e.className+" ").replace(ya," "),j=0,n=b.length;j<n;j++)i=i.replace(" "+b[j]+" "," ");e.className=i.substring(1,i.length-1)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var i=c(this);i.toggleClass(a.call(this,e,i.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,i=0,j=c(this),n=b,o=a.split(ca);e=o[i++];){n=f?n:!j.hasClass(e);j[n?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(ya," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===v){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var i=b?d:0;for(d=b?d+1:e.length;i<d;i++){var j=e[i];if(j.selected){a=c(j).val();if(b)return a;f.push(a)}}return f}if(za.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Wa,"")}return v}var n=c.isFunction(a);return this.each(function(o){var m=c(this),s=a;if(this.nodeType===1){if(n)s=a.call(this,o,m.val());if(typeof s==="number")s+="";if(c.isArray(s)&&za.test(this.type))this.checked=c.inArray(m.val(),s)>=0;else if(c.nodeName(this,"select")){var x=c.makeArray(s);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),x)>=0});if(!x.length)this.selectedIndex=-1}else this.value=s}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return v;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==v;b=f&&c.props[b]||b;if(a.nodeType===1){var i=Xa.test(b);if(b in a&&f&&!i){if(e){b==="type"&&Ya.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:Za.test(a.nodeName)||$a.test(a.nodeName)&&a.href?0:v;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&i?a.getAttribute(b,2):a.getAttribute(b);return a===null?v:a}return c.style(a,b,d)}});var ab=function(a){return a.replace(/[^\w\s\.\|`]/g,function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==z&&!a.frameElement)a=z;if(!d.guid)d.guid=c.guid++;if(f!==v){d=c.proxy(d);d.data=f}var e=c.data(a,"events")||c.data(a,"events",{}),i=c.data(a,"handle"),j;if(!i){j=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(j.elem,arguments):v};i=c.data(a,"handle",j)}if(i){i.elem=a;b=b.split(/\s+/);for(var n,o=0;n=b[o++];){var m=n.split(".");n=m.shift();if(o>1){d=c.proxy(d);if(f!==v)d.data=f}d.type=m.slice(0).sort().join(".");var s=e[n],x=this.special[n]||{};if(!s){s=e[n]={};if(!x.setup||x.setup.call(a,f,m,d)===false)if(a.addEventListener)a.addEventListener(n,i,false);else a.attachEvent&&a.attachEvent("on"+n,i)}if(x.add)if((m=x.add.call(a,d,f,m,s))&&c.isFunction(m)){m.guid=m.guid||d.guid;m.data=m.data||d.data;m.type=m.type||d.type;d=m}s[d.guid]=d;this.global[n]=true}a=null}}},global:{},remove:function(a,b,d){if(!(a.nodeType===3||a.nodeType===8)){var f=c.data(a,"events"),e,i,j;if(f){if(b===v||typeof b==="string"&&b.charAt(0)===".")for(i in f)this.remove(a,i+(b||""));else{if(b.type){d=b.handler;b=b.type}b=b.split(/\s+/);for(var n=0;i=b[n++];){var o=i.split(".");i=o.shift();var m=!o.length,s=c.map(o.slice(0).sort(),ab);s=new RegExp("(^|\\.)"+
s.join("\\.(?:.*\\.)?")+"(\\.|$)");var x=this.special[i]||{};if(f[i]){if(d){j=f[i][d.guid];delete f[i][d.guid]}else for(var A in f[i])if(m||s.test(f[i][A].type))delete f[i][A];x.remove&&x.remove.call(a,o,j);for(e in f[i])break;if(!e){if(!x.teardown||x.teardown.call(a,o)===false)if(a.removeEventListener)a.removeEventListener(i,c.data(a,"handle"),false);else a.detachEvent&&a.detachEvent("on"+i,c.data(a,"handle"));e=null;delete f[i]}}}}for(e in f)break;if(!e){if(A=c.data(a,"handle"))A.elem=null;c.removeData(a,"events");c.removeData(a,"handle")}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();this.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return v;a.result=v;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(i){}if(!a.isPropagationStopped()&&f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){d=a.target;var j;if(!(c.nodeName(d,"a")&&e==="click")&&!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()])){try{if(d[e]){if(j=d["on"+e])d["on"+e]=null;this.triggered=true;d[e]()}}catch(n){}if(j)d["on"+e]=j;this.triggered=false}}},handle:function(a){var b,d;a=arguments[0]=c.event.fix(a||z.event);a.currentTarget=this;d=a.type.split(".");a.type=d.shift();b=!d.length&&!a.exclusive;var f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");d=(c.data(this,"events")||{})[a.type];for(var e in d){var i=d[e];if(b||f.test(i.type)){a.handler=i;a.data=i.data;i=i.apply(this,arguments);if(i!==v){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||r;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=r.documentElement;d=r.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==v)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a,b){c.extend(a,b||{});a.guid+=b.selector+b.live;b.liveProxy=a;c.event.add(this,b.live,na,b)},remove:function(a){if(a.length){var b=0,d=new RegExp("(^|\\.)"+a[0]+"(\\.|$)");c.each(c.data(this,"events").live||{},function(){d.test(this.type)&&b++});b<1&&c.event.remove(this,a[0],na)}},special:{}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,isImmediatePropagationStopped:Y};var Aa=function(a){for(var b=a.relatedTarget;b&&b!==this;)try{b=b.parentNode}catch(d){break}if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}},Ba=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ba:Aa,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ba:Aa)}}});if(!c.support.submitBubbles)c.event.special.submit={setup:function(a,b,d){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit."+d.guid,function(f){var e=f.target,i=e.type;if((i==="submit"||i==="image")&&c(e).closest("form").length)return ma("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit."+d.guid,function(f){var e=f.target,i=e.type;if((i==="text"||i==="password")&&c(e).closest("form").length&&f.keyCode===13)return ma("submit",this,arguments)})}else return false},remove:function(a,b){c.event.remove(this,"click.specialSubmit"+(b?"."+b.guid:""));c.event.remove(this,"keypress.specialSubmit"+(b?"."+b.guid:""))}};if(!c.support.changeBubbles){var da=/textarea|input|select/i;function Ca(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d}function ea(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Ca(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",e);if(!(f===v||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}}c.event.special.change={filters:{focusout:ea,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return ea.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return ea.call(this,a)},beforeactivate:function(a){a=a.target;a.nodeName.toLowerCase()==="input"&&a.type==="radio"&&c.data(a,"_change_data",Ca(a))}},setup:function(a,b,d){for(var f in T)c.event.add(this,f+".specialChange."+d.guid,T[f]);return da.test(this.nodeName)},remove:function(a,b){for(var d in T)c.event.remove(this,d+".specialChange"+(b?"."+b.guid:""),T[d]);return da.test(this.nodeName)}};var T=c.event.special.change.filters}r.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var i in d)this[b](i,f,d[i],e);return this}if(c.isFunction(f)){e=f;f=v}var j=b==="one"?c.proxy(e,function(n){c(this).unbind(n,j);return e.apply(this,arguments)}):e;return d==="unload"&&b!=="one"?this.one(d,f,e):this.each(function(){c.event.add(this,d,j,f)})}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&!a.preventDefault){for(var d in a)this.unbind(d,a[d]);return this}return this.each(function(){c.event.remove(this,a,b)})},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+
a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e){var i,j=0;if(c.isFunction(f)){e=f;f=v}for(d=(d||"").split(/\s+/);(i=d[j++])!=null;){i=i==="focus"?"focusin":i==="blur"?"focusout":i==="hover"?d.push("mouseleave")&&"mouseenter":i;b==="live"?c(this.context).bind(oa(i,this.selector),{data:f,selector:this.selector,live:i},e):c(this.context).unbind(oa(i,this.selector),e?{guid:e.guid+this.selector+i}:null)}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});z.attachEvent&&!z.addEventListener&&z.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",k,l=0;g[l];l++){k=g[l];if(k.nodeType===3||k.nodeType===4)h+=k.nodeValue;else if(k.nodeType!==8)h+=a(k.childNodes)}return h}function b(g,h,k,l,q,p){q=0;for(var u=l.length;q<u;q++){var t=l[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===k){y=l[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=k;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}l[q]=y}}}function d(g,h,k,l,q,p){q=0;for(var u=l.length;q<u;q++){var t=l[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===k){y=l[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=k;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(o.filter(h,[t]).length>0){y=t;break}}t=t[g]}l[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,i=Object.prototype.toString,j=false,n=true;[0,0].sort(function(){n=false;return 0});var o=function(g,h,k,l){k=k||[];var q=h=h||r;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return k;for(var p=[],u,t,y,R,H=true,M=w(h),I=g;(f.exec(""),u=f.exec(I))!==null;){I=u[3];p.push(u[1]);if(u[2]){R=u[3];break}}if(p.length>1&&s.exec(g))if(p.length===2&&m.relative[p[0]])t=fa(p[0]+p[1],h);else for(t=m.relative[p[0]]?[h]:o(p.shift(),h);p.length;){g=p.shift();if(m.relative[g])g+=p.shift();t=fa(g,t)}else{if(!l&&p.length>1&&h.nodeType===9&&!M&&m.match.ID.test(p[0])&&!m.match.ID.test(p[p.length-1])){u=o.find(p.shift(),h,M);h=u.expr?o.filter(u.expr,u.set)[0]:u.set[0]}if(h){u=l?{expr:p.pop(),set:A(l)}:o.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=u.expr?o.filter(u.expr,u.set):u.set;if(p.length>0)y=A(t);else H=false;for(;p.length;){var D=p.pop();u=D;if(m.relative[D])u=p.pop();else D="";if(u==null)u=h;m.relative[D](y,u,M)}}else y=[]}y||(y=t);y||o.error(D||g);if(i.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))k.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&k.push(t[g]);else k.push.apply(k,y);else A(y,k);if(R){o(R,q,k,l);o.uniqueSort(k)}return k};o.uniqueSort=function(g){if(C){j=n;g.sort(C);if(j)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};o.matches=function(g,h){return o(g,null,null,h)};o.find=function(g,h,k){var l,q;if(!g)return[];for(var p=0,u=m.order.length;p<u;p++){var t=m.order[p];if(q=m.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");l=m.find[t](q,h,k);if(l!=null){g=g.replace(m.match[t],"");break}}}}l||(l=h.getElementsByTagName("*"));return{set:l,expr:g}};o.filter=function(g,h,k,l){for(var q=g,p=[],u=h,t,y,R=h&&h[0]&&w(h[0]);g&&h.length;){for(var H in m.filter)if((t=m.leftMatch[H].exec(g))!=null&&t[2]){var M=m.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-1)!=="\\"){if(u===p)p=[];if(m.preFilter[H])if(t=m.preFilter[H](t,u,k,p,l,R)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=u[U])!=null;U++)if(D){I=M(D,t,U,u);var Da=l^!!I;if(k&&I!=null)if(Da)y=true;else u[U]=false;else if(Da){p.push(D);y=true}}if(I!==v){k||(u=p);g=g.replace(m.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)o.error(g);else break;q=g}return u};o.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var m=o.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},relative:{"+":function(g,h){var k=typeof h==="string",l=k&&!/\W/.test(h);k=k&&!l;if(l)h=h.toLowerCase();l=0;for(var q=g.length,p;l<q;l++)if(p=g[l]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[l]=k||p&&p.nodeName.toLowerCase()===h?p||false:p===h}k&&o.filter(h,g,true)},">":function(g,h){var k=typeof h==="string";if(k&&!/\W/.test(h)){h=h.toLowerCase();for(var l=0,q=g.length;l<q;l++){var p=g[l];if(p){k=p.parentNode;g[l]=k.nodeName.toLowerCase()===h?k:false}}}else{l=0;for(q=g.length;l<q;l++)if(p=g[l])g[l]=k?p.parentNode:p.parentNode===h;k&&o.filter(h,g,true)}},"":function(g,h,k){var l=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,l,g,p,k)},"~":function(g,h,k){var l=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,l,g,p,k)}},find:{ID:function(g,h,k){if(typeof h.getElementById!=="undefined"&&!k)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var k=[];h=h.getElementsByName(g[1]);for(var l=0,q=h.length;l<q;l++)h[l].getAttribute("name")===g[1]&&k.push(h[l]);return k.length===0?null:k}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,k,l,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var u;(u=h[p])!=null;p++)if(u)if(q^(u.className&&(" "+u.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))k||l.push(u);else if(k)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,k,l,q,p){h=g[1].replace(/\\/g,"");if(!p&&m.attrMap[h])g[1]=m.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,k,l,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=o(g[3],null,null,h);else{g=o.filter(g[3],h,k,true^q);k||l.push.apply(l,g);return false}else if(m.match.POS.test(g[0])||m.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,k){return!!o(k[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,h){return h===0},last:function(g,h,k,l){return h===l.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,k){return h<k[3]-0},gt:function(g,h,k){return h>k[3]-0},nth:function(g,h,k){return k[3]-0===h},eq:function(g,h,k){return k[3]-0===h}},filter:{PSEUDO:function(g,h,k,l){var q=h[1],p=m.filters[q];if(p)return p(g,k,h,l);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=h[3];k=0;for(l=h.length;k<l;k++)if(h[k]===g)return false;return true}else o.error("Syntax error, unrecognized expression: "+
q)},CHILD:function(g,h){var k=h[1],l=g;switch(k){case"only":case"first":for(;l=l.previousSibling;)if(l.nodeType===1)return false;if(k==="first")return true;l=g;case"last":for(;l=l.nextSibling;)if(l.nodeType===1)return false;return true;case"nth":k=h[2];var q=h[3];if(k===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var u=0;for(l=p.firstChild;l;l=l.nextSibling)if(l.nodeType===1)l.nodeIndex=++u;p.sizcache=h}g=g.nodeIndex-q;return k===0?g===0:g%k===0&&g/k>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var k=h[1];g=m.attrHandle[k]?m.attrHandle[k](g):g[k]!=null?g[k]:g.getAttribute(k);k=g+"";var l=h[2];h=h[4];return g==null?l==="!=":l==="="?k===h:l==="*="?k.indexOf(h)>=0:l==="~="?(" "+k+" ").indexOf(h)>=0:!h?k&&g!==false:l==="!="?k!==h:l==="^="?k.indexOf(h)===0:l==="$="?k.substr(k.length-h.length)===h:l==="|="?k===h||k.substr(0,h.length+1)===h+"-":false},POS:function(g,h,k,l){var q=m.setFilters[h[2]];if(q)return q(g,k,h,l)}}},s=m.match.POS;for(var x in m.match){m.match[x]=new RegExp(m.match[x].source+/(?![^\[]*\])(?![^\(]*\))/.source);m.leftMatch[x]=new RegExp(/(^(?:.|\r|\n)*?)/.source+m.match[x].source.replace(/\\(\d+)/g,function(g,h){return"\\"+(h-0+1)}))}var A=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(r.documentElement.childNodes,0)}catch(B){A=function(g,h){h=h||[];if(i.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var k=0,l=g.length;k<l;k++)h.push(g[k]);else for(k=0;g[k];k++)h.push(g[k]);return h}}var C;if(r.documentElement.compareDocumentPosition)C=function(g,h){if(!g.compareDocumentPosition||!h.compareDocumentPosition){if(g==h)j=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)j=true;return g};else if("sourceIndex"in r.documentElement)C=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)j=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)j=true;return g};else if(r.createRange)C=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)j=true;return g.ownerDocument?-1:1}var k=g.ownerDocument.createRange(),l=h.ownerDocument.createRange();k.setStart(g,0);k.setEnd(g,0);l.setStart(h,0);l.setEnd(h,0);g=k.compareBoundaryPoints(Range.START_TO_END,l);if(g===0)j=true;return g};(function(){var g=r.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var k=r.documentElement;k.insertBefore(g,k.firstChild);if(r.getElementById(h)){m.find.ID=function(l,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(l[1]))?q.id===l[1]||typeof q.getAttributeNode!=="undefined"&&q.getAttributeNode("id").nodeValue===l[1]?[q]:v:[]};m.filter.ID=function(l,q){var p=typeof l.getAttributeNode!=="undefined"&&l.getAttributeNode("id");return l.nodeType===1&&p&&p.nodeValue===q}}k.removeChild(g);k=g=null})();(function(){var g=r.createElement("div");g.appendChild(r.createComment(""));if(g.getElementsByTagName("*").length>0)m.find.TAG=function(h,k){k=k.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var l=0;k[l];l++)k[l].nodeType===1&&h.push(k[l]);k=h}return k};g.innerHTML="<a href='#'></a>";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")m.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();r.querySelectorAll&&function(){var g=o,h=r.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){o=function(l,q,p,u){q=q||r;if(!u&&q.nodeType===9&&!w(q))try{return A(q.querySelectorAll(l),p)}catch(t){}return g(l,q,p,u)};for(var k in g)o[k]=g[k];h=null}}();(function(){var g=r.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){m.order.splice(1,0,"CLASS");m.find.CLASS=function(h,k,l){if(typeof k.getElementsByClassName!=="undefined"&&!l)return k.getElementsByClassName(h[1])};g=null}}})();var E=r.compareDocumentPosition?function(g,h){return g.compareDocumentPosition(h)&16}:function(g,h){return g!==h&&(g.contains?g.contains(h):true)},w=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},fa=function(g,h){var k=[],l="",q;for(h=h.nodeType?[h]:h;q=m.match.PSEUDO.exec(g);){l+=q[0];g=g.replace(m.match.PSEUDO,"")}g=m.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)o(g,h[q],k);return o.filter(l,k)};c.find=o;c.expr=o.selectors;c.expr[":"]=c.expr.filters;c.unique=o.uniqueSort;c.getText=a;c.isXMLDoc=w;c.contains=E})();var bb=/Until$/,cb=/^(?:parents|prevUntil|prevAll)/,db=/,/;Q=Array.prototype.slice;var Ea=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,i){return!!b.call(e,i,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Qa.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;c.find(a,this[f],b);if(f>0)for(var i=d;i<b.length;i++)for(var j=0;j<d;j++)if(b[j]===b[i]){b.splice(i--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ea(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ea(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,i={},j;if(f&&a.length){e=0;for(var n=a.length;e<n;e++){j=a[e];i[j]||(i[j]=c.expr.match.POS.test(j)?c(j,b||this.context):j)}for(;f&&f.ownerDocument&&f!==b;){for(j in i){e=i[j];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:j,elem:f});delete i[j]}}f=f.parentNode}}return d}var o=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(m,s){for(;s&&s.ownerDocument&&s!==b;){if(o?o.index(s)>-1:c(s).is(a))return s;s=s.parentNode}return null})},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(pa(a[0])||pa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);bb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||db.test(f))&&cb.test(a))e=e.reverse();return this.pushStack(e,a,Q.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===v||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Fa=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ga=/(<([\w:]+)[^>]*?)\/>/g,eb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,Ha=/<([\w:]+)/,fb=/<tbody/i,gb=/<|&\w+;/,sa=/checked\s*(?:[^=]|=\s*.checked.)/i,Ia=function(a,b,d){return eb.test(d)?a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==v)return this.empty().append((this[0]&&this[0].ownerDocument||r).createTextNode(a));return c.getText(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Fa,"").replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){qa(this,b);qa(this.find("*"),b.find("*"))}return b},html:function(a){if(a===v)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Fa,""):null;else if(typeof a==="string"&&!/<script/i.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(Ha.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ga,Ia);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var i=c(this),j=i.html();i.empty().append(function(){return a.call(this,e,j)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});else a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(s){return c.nodeName(s,"table")?s.getElementsByTagName("tbody")[0]||s.appendChild(s.ownerDocument.createElement("tbody")):s}var e,i,j=a[0],n=[];if(!c.support.checkClone&&arguments.length===3&&typeof j==="string"&&sa.test(j))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(j))return this.each(function(s){var x=c(this);a[0]=j.call(this,s,b?x.html():v);x.domManip(a,b,d)});if(this[0]){e=a[0]&&a[0].parentNode&&a[0].parentNode.nodeType===11?{fragment:a[0].parentNode}:ra(a,this,n);if(i=e.fragment.firstChild){b=b&&c.nodeName(i,"tr");for(var o=0,m=this.length;o<m;o++)d.call(b?f(this[o],i):this[o],e.cacheable||this.length>1||o>0?e.fragment.cloneNode(true):e.fragment)}n&&c.each(n,Ma)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);for(var e=0,i=d.length;e<i;e++){var j=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),j);f=f.concat(j)}return this.pushStack(f,a,d.selector)}});c.each({remove:function(a,b){if(!a||c.filter(a,[this]).length){if(!b&&this.nodeType===1){c.cleanData(this.getElementsByTagName("*"));c.cleanData([this])}this.parentNode&&this.parentNode.removeChild(this)}},empty:function(){for(this.nodeType===1&&c.cleanData(this.getElementsByTagName("*"));this.firstChild;)this.removeChild(this.firstChild)}},function(a,b){c.fn[a]=function(){return this.each(b,arguments)}});c.extend({clean:function(a,b,d,f){b=b||r;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||r;var e=[];c.each(a,function(i,j){if(typeof j==="number")j+="";if(j){if(typeof j==="string"&&!gb.test(j))j=b.createTextNode(j);else if(typeof j==="string"){j=j.replace(Ga,Ia);var n=(Ha.exec(j)||["",""])[1].toLowerCase(),o=F[n]||F._default,m=o[0];i=b.createElement("div");for(i.innerHTML=o[1]+j+o[2];m--;)i=i.lastChild;if(!c.support.tbody){m=fb.test(j);n=n==="table"&&!m?i.firstChild&&i.firstChild.childNodes:o[1]==="<table>"&&!m?i.childNodes:[];for(o=n.length-1;o>=0;--o)c.nodeName(n[o],"tbody")&&!n[o].childNodes.length&&n[o].parentNode.removeChild(n[o])}!c.support.leadingWhitespace&&V.test(j)&&i.insertBefore(b.createTextNode(V.exec(j)[0]),i.firstChild);j=c.makeArray(i.childNodes)}if(j.nodeType)e.push(j);else e=c.merge(e,j)}});if(d)for(a=0;e[a];a++)if(f&&c.nodeName(e[a],"script")&&(!e[a].type||e[a].type.toLowerCase()==="text/javascript"))f.push(e[a].parentNode?e[a].parentNode.removeChild(e[a]):e[a]);else{e[a].nodeType===1&&e.splice.apply(e,[a+1,0].concat(c.makeArray(e[a].getElementsByTagName("script"))));d.appendChild(e[a])}return e},cleanData:function(a){for(var b=0,d;(d=a[b])!=null;b++){c.event.remove(d);c.removeData(d)}}});var hb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Ja=/alpha\([^)]*\)/,Ka=/opacity=([^)]*)/,ga=/float/i,ha=/-([a-z])/ig,ib=/([A-Z])/g,jb=/^-?\d+(?:px)?$/i,kb=/^-?\d/,lb={position:"absolute",visibility:"hidden",display:"block"},mb=["Left","Right"],nb=["Top","Bottom"],ob=r.defaultView&&r.defaultView.getComputedStyle,La=c.support.cssFloat?"cssFloat":"styleFloat",ia=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===v)return c.curCSS(d,f);if(typeof e==="number"&&!hb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return v;if((b==="width"||b==="height")&&parseFloat(d)<0)d=v;var f=a.style||a,e=d!==v;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=Ja.test(a)?a.replace(Ja,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Ka.exec(f.filter)[1])/100+"":""}if(ga.test(b))b=La;b=b.replace(ha,ia);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,i=b==="width"?mb:nb;function j(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(i,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,"border"+this+"Width",true))||0})}a.offsetWidth!==0?j():c.swap(a,lb,j);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Ka.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ga.test(b))b=La;if(!d&&e&&e[b])f=e[b];else if(ob){if(ga.test(b))b="float";b=b.replace(ib,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ha,ia);f=a.currentStyle[b]||a.currentStyle[d];if(!jb.test(f)&&kb.test(f)){b=e.left;var i=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=i}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var pb=J(),qb=/<script(.|\s)*?\/script>/gi,rb=/select|textarea/i,sb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ja=/\?/,tb=/(\?|&)_=.*?(&|$)/,ub=/^(\w+:)?\/\/([^\/?#]+)/,vb=/%20/g;c.fn.extend({_load:c.fn.load,load:function(a,b,d){if(typeof a!=="string")return this._load(a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var i=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(j,n){if(n==="success"||n==="notmodified")i.html(e?c("<div />").append(j.responseText.replace(qb,"")).find(e):j.responseText);d&&i.each(d,[j.responseText,n,j])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||rb.test(this.nodeName)||sb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:z.XMLHttpRequest&&(z.location.protocol!=="file:"||!z.ActiveXObject)?function(){return new z.XMLHttpRequest}:function(){try{return new z.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&e.success.call(o,n,j,w);e.global&&f("ajaxSuccess",[w,e])}function d(){e.complete&&e.complete.call(o,w,j);e.global&&f("ajaxComplete",[w,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}
function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),i,j,n,o=a&&a.context||e,m=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(m==="GET")N.test(e.url)||(e.url+=(ja.test(e.url)?"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){i=e.jsonpCallback||"jsonp"+pb++;if(e.data)e.data=(e.data+"").replace(N,"="+i+"$1");e.url=e.url.replace(N,"="+i+"$1");e.dataType="script";z[i]=z[i]||function(q){n=q;b();d();z[i]=v;try{delete z[i]}catch(p){}A&&A.removeChild(B)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===false&&m==="GET"){var s=J(),x=e.url.replace(tb,"$1_="+s+"$2");e.url=x+(x===e.url?(ja.test(e.url)?"&":"?")+"_="+s:"")}if(e.data&&m==="GET")e.url+=(ja.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");s=(s=ub.exec(e.url))&&(s[1]&&s[1]!==location.protocol||s[2]!==location.host);if(e.dataType==="script"&&m==="GET"&&s){var A=r.getElementsByTagName("head")[0]||r.documentElement,B=r.createElement("script");B.src=e.url;if(e.scriptCharset)B.charset=e.scriptCharset;if(!i){var C=false;B.onload=B.onreadystatechange=function(){if(!C&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){C=true;b();d();B.onload=B.onreadystatechange=null;A&&B.parentNode&&A.removeChild(B)}}}A.insertBefore(B,A.firstChild);return v}var E=false,w=e.xhr();if(w){e.username?w.open(m,e.url,e.async,e.username,e.password):w.open(m,e.url,e.async);try{if(e.data||a&&a.contentType)w.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&w.setRequestHeader("If-Modified-Since",c.lastModified[e.url]);c.etag[e.url]&&w.setRequestHeader("If-None-Match",c.etag[e.url])}s||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(fa){}if(e.beforeSend&&e.beforeSend.call(o,w,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");w.abort();return false}e.global&&f("ajaxSend",[w,e]);var g=w.onreadystatechange=function(q){if(!w||w.readyState===0||q==="abort"){E||d();E=true;if(w)w.onreadystatechange=c.noop}else if(!E&&w&&(w.readyState===4||q==="timeout")){E=true;w.onreadystatechange=c.noop;j=q==="timeout"?"timeout":!c.httpSuccess(w)?"error":e.ifModified&&c.httpNotModified(w,e.url)?"notmodified":"success";var p;if(j==="success")try{n=c.httpData(w,e.dataType,e)}catch(u){j="parsererror";p=u}if(j==="success"||j==="notmodified")i||b();else c.handleError(e,w,j,p);d();q==="timeout"&&w.abort();if(e.async)w=null}};try{var h=w.abort;w.abort=function(){w&&h.call(w);g("abort")}}catch(k){}e.async&&e.timeout>0&&setTimeout(function(){w&&!E&&g("timeout")},e.timeout);try{w.send(m==="POST"||m==="PUT"||m==="DELETE"?e.data:null)}catch(l){c.handleError(e,w,null,l);d()}e.async||g();return w}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(j,n){if(c.isArray(n))c.each(n,function(o,m){b?f(j,m):d(j+"["+(typeof m==="object"||c.isArray(m)?o:"")+"]",m)});else!b&&n!=null&&typeof n==="object"?c.each(n,function(o,m){d(j+"["+o+"]",m)}):f(j,n)}function f(j,n){n=c.isFunction(n)?n():n;e[e.length]=encodeURIComponent(j)+"="+encodeURIComponent(n)}var e=[];if(b===v)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var i in a)d(i,a[i]);return e.join("&").replace(vb,"+")}});var ka={},wb=/toggle|show|hide/,xb=/^([+-]=)?([\d+-.]+)(.*)$/,W,ta=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(ka[d])f=ka[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();ka[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var i=c.extend({},e),j,n=this.nodeType===1&&c(this).is(":hidden"),o=this;for(j in a){var m=j.replace(ha,ia);if(j!==m){a[m]=a[j];delete a[j];j=m}if(a[j]==="hide"&&n||a[j]==="show"&&!n)return i.complete.call(this);if((j==="height"||j==="width")&&this.style){i.display=c.css(this,"display");i.overflow=this.style.overflow}if(c.isArray(a[j])){(i.specialEasing=i.specialEasing||{})[j]=a[j][1];a[j]=a[j][0]}}if(i.overflow!=null)this.style.overflow="hidden";i.curAnim=c.extend({},a);c.each(a,function(s,x){var A=new c.fx(o,i,s);if(wb.test(x))A[x==="toggle"?n?"show":"hide":x](a);else{var B=xb.exec(x),C=A.cur(true)||0;if(B){x=parseFloat(B[2]);var E=B[3]||"px";if(E!=="px"){o.style[s]=(x||1)+E;C=(x||1)/A.cur(true)*C;o.style[s]=C+E}if(B[1])x=(B[1]==="-="?-1:1)*x+C;A.custom(C,x,E)}else A.custom(C,x,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration==="number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(i){return e.step(i)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in r.documentElement?function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b=this[0];if(a)return this.each(function(s){c.offset.setOffset(this,a,s)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,i,j=e.documentElement,n=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var o=b.offsetTop,m=b.offsetLeft;(b=b.parentNode)&&b!==n&&b!==j;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;i=e?e.getComputedStyle(b,null):b.currentStyle;o-=b.scrollTop;m-=b.scrollLeft;if(b===d){o+=b.offsetTop;m+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){o+=parseFloat(i.borderTopWidth)||0;m+=parseFloat(i.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&i.overflow!=="visible"){o+=parseFloat(i.borderTopWidth)||0;m+=parseFloat(i.borderLeftWidth)||0}f=i}if(f.position==="relative"||f.position==="static"){o+=n.offsetTop;m+=n.offsetLeft}if(c.offset.supportsFixedPosition&&f.position==="fixed"){o+=Math.max(j.scrollTop,n.scrollTop);m+=Math.max(j.scrollLeft,n.scrollLeft)}return{top:o,left:m}};c.offset={initialize:function(){var a=r.body,b=r.createElement("div"),d,f,e,i=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i;a.removeChild(b);c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),i=parseInt(c.curCSS(a,"top",true),10)||0,j=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,d,e);d={top:b.top-e.top+i,left:b.left-
e.left+j};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||r.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],i;if(!e)return null;if(f!==v)return this.each(function(){if(i=ua(this))i.scrollTo(!a?f:c(i).scrollLeft(),a?f:c(i).scrollTop());else this[d]=f});else return(i=ua(e))?"pageXOffset"in i?i[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&i.document.documentElement[d]||i.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(i){var j=c(this);j[d](f.call(this,i,j[d]()))});return"scrollTo"in e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===v?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});z.jQuery=z.$=c})(window);;jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m<n.length;m++){if(j.options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDocumentPosition?k.compareDocumentPosition(j)&16:k!==j&&k.contains(j)},hasScroll:function(m,k){if(c(m).css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m[j]>0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(c.curCSS(this,"position",1))&&(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return!!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return!(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return!this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);(function(a){a.widget("ui.draggable",a.extend({},a.ui.mouse,{_init:function(){if(this.options.helper=="original"&&!(/^(?:r|a|f)/).test(this.element.css("position"))){this.element[0].style.position="relative"}(this.options.addClasses&&this.element.addClass("ui-draggable"));(this.options.disabled&&this.element.addClass("ui-draggable-disabled"));this._mouseInit()},destroy:function(){if(!this.element.data("draggable")){return}this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy()},_mouseCapture:function(b){var c=this.options;if(this.helper||c.disabled||a(b.target).is(".ui-resizable-handle")){return false}this.handle=this._getHandle(b);if(!this.handle){return false}return true},_mouseStart:function(b){var c=this.options;this.helper=this._createHelper(b);this._cacheHelperProportions();if(a.ui.ddmanager){a.ui.ddmanager.current=this}this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};a.extend(this.offset,{click:{left:b.pageX-this.offset.left,top:b.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(b);this.originalPageX=b.pageX;this.originalPageY=b.pageY;if(c.cursorAt){this._adjustOffsetFromHelper(c.cursorAt)}if(c.containment){this._setContainment()}this._trigger("start",b);this._cacheHelperProportions();if(a.ui.ddmanager&&!c.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,b)}this.helper.addClass("ui-draggable-dragging");this._mouseDrag(b,true);return true},_mouseDrag:function(b,d){this.position=this._generatePosition(b);this.positionAbs=this._convertPositionTo("absolute");if(!d){var c=this._uiHash();this._trigger("drag",b,c);this.position=c.position}if(!this.options.axis||this.options.axis!="y"){this.helper[0].style.left=this.position.left+"px"}if(!this.options.axis||this.options.axis!="x"){this.helper[0].style.top=this.position.top+"px"}if(a.ui.ddmanager){a.ui.ddmanager.drag(this,b)}return false},_mouseStop:function(c){var d=false;if(a.ui.ddmanager&&!this.options.dropBehaviour){d=a.ui.ddmanager.drop(this,c)}if(this.dropped){d=this.dropped;this.dropped=false}if((this.options.revert=="invalid"&&!d)||(this.options.revert=="valid"&&d)||this.options.revert===true||(a.isFunction(this.options.revert)&&this.options.revert.call(this.element,d))){var b=this;a(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){b._trigger("stop",c);b._clear()})}else{this._trigger("stop",c);this._clear()}return false},_getHandle:function(b){var c=!this.options.handle||!a(this.options.handle,this.element).length?true:false;a(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==b.target){c=true}});return c},_createHelper:function(c){var d=this.options;var b=a.isFunction(d.helper)?a(d.helper.apply(this.element[0],[c])):(d.helper=="clone"?this.element.clone():this.element);if(!b.parents("body").length){b.appendTo((d.appendTo=="parent"?this.element[0].parentNode:d.appendTo))}if(b[0]!=this.element[0]&&!(/(fixed|absolute)/).test(b.css("position"))){b.css("position","absolute")}return b},_adjustOffsetFromHelper:function(b){if(b.left!=undefined){this.offset.click.left=b.left+this.margins.left}if(b.right!=undefined){this.offset.click.left=this.helperProportions.width-b.right+this.margins.left}if(b.top!=undefined){this.offset.click.top=b.top+this.margins.top}if(b.bottom!=undefined){this.offset.click.top=this.helperProportions.height-b.bottom+this.margins.top}},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var b=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0])){b.left+=this.scrollParent.scrollLeft();b.top+=this.scrollParent.scrollTop()}if((this.offsetParent[0]==document.body)||(this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&a.browser.msie)){b={top:0,left:0}}return{top:b.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:b.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var b=this.element.position();return{top:b.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:b.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else{return{top:0,left:0}}},_cacheMargins:function(){this.margins={left:(parseInt(this.element.css("marginLeft"),10)||0),top:(parseInt(this.element.css("marginTop"),10)||0)}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e=this.options;if(e.containment=="parent"){e.containment=this.helper[0].parentNode}if(e.containment=="document"||e.containment=="window"){this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,a(e.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a(e.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]}if(!(/^(document|window|parent)$/).test(e.containment)&&e.containment.constructor!=Array){var c=a(e.containment)[0];if(!c){return}var d=a(e.containment).offset();var b=(a(c).css("overflow")!="hidden");this.containment=[d.left+(parseInt(a(c).css("borderLeftWidth"),10)||0)+(parseInt(a(c).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(a(c).css("borderTopWidth"),10)||0)+(parseInt(a(c).css("paddingTop"),10)||0)-this.margins.top,d.left+(b?Math.max(c.scrollWidth,c.offsetWidth):c.offsetWidth)-(parseInt(a(c).css("borderLeftWidth"),10)||0)-(parseInt(a(c).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,d.top+(b?Math.max(c.scrollHeight,c.offsetHeight):c.offsetHeight)-(parseInt(a(c).css("borderTopWidth"),10)||0)-(parseInt(a(c).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}else{if(e.containment.constructor==Array){this.containment=e.containment}}},_convertPositionTo:function(f,h){if(!h){h=this.position}var c=f=="absolute"?1:-1;var e=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,g=(/(html|body)/i).test(b[0].tagName);return{top:(h.top+this.offset.relative.top*c+this.offset.parent.top*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(g?0:b.scrollTop()))*c)),left:(h.left+this.offset.relative.left*c+this.offset.parent.left*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():g?0:b.scrollLeft())*c))}},_generatePosition:function(e){var h=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,i=(/(html|body)/i).test(b[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0])){this.offset.relative=this._getRelativeOffset()}var d=e.pageX;var c=e.pageY;if(this.originalPosition){if(this.containment){if(e.pageX-this.offset.click.left<this.containment[0]){d=this.containment[0]+this.offset.click.left}if(e.pageY-this.offset.click.top<this.containment[1]){c=this.containment[1]+this.offset.click.top}if(e.pageX-this.offset.click.left>this.containment[2]){d=this.containment[2]+this.offset.click.left}if(e.pageY-this.offset.click.top>this.containment[3]){c=this.containment[3]+this.offset.click.top}}if(h.grid){var g=this.originalPageY+Math.round((c-this.originalPageY)/h.grid[1])*h.grid[1];c=this.containment?(!(g-this.offset.click.top<this.containment[1]||g-this.offset.click.top>this.containment[3])?g:(!(g-this.offset.click.top<this.containment[1])?g-h.grid[1]:g+h.grid[1])):g;var f=this.originalPageX+Math.round((d-this.originalPageX)/h.grid[0])*h.grid[0];d=this.containment?(!(f-this.offset.click.left<this.containment[0]||f-this.offset.click.left>this.containment[2])?f:(!(f-this.offset.click.left<this.containment[0])?f-h.grid[0]:f+h.grid[0])):f}}return{top:(c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(i?0:b.scrollTop())))),left:(d-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():i?0:b.scrollLeft())))}},_clear:function(){this.helper.removeClass("ui-draggable-dragging");if(this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval){this.helper.remove()}this.helper=null;this.cancelHelperRemoval=false},_trigger:function(b,c,d){d=d||this._uiHash();a.ui.plugin.call(this,b,[c,d]);if(b=="drag"){this.positionAbs=this._convertPositionTo("absolute")}return a.widget.prototype._trigger.call(this,b,c,d)},plugins:{},_uiHash:function(b){return{helper:this.helper,position:this.position,absolutePosition:this.positionAbs,offset:this.positionAbs}}}));a.extend(a.ui.draggable,{version:"1.7.2",eventPrefix:"drag",defaults:{addClasses:true,appendTo:"parent",axis:false,cancel:":input,option",connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,delay:0,distance:1,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false}});a.ui.plugin.add("draggable","connectToSortable",{start:function(c,e){var d=a(this).data("draggable"),f=d.options,b=a.extend({},e,{item:d.element});d.sortables=[];a(f.connectToSortable).each(function(){var g=a.data(this,"sortable");if(g&&!g.options.disabled){d.sortables.push({instance:g,shouldRevert:g.options.revert});g._refreshItems();g._trigger("activate",c,b)}})},stop:function(c,e){var d=a(this).data("draggable"),b=a.extend({},e,{item:d.element});a.each(d.sortables,function(){if(this.instance.isOver){this.instance.isOver=0;d.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert){this.instance.options.revert=true}this.instance._mouseStop(c);this.instance.options.helper=this.instance.options._helper;if(d.options.helper=="original"){this.instance.currentItem.css({top:"auto",left:"auto"})}}else{this.instance.cancelHelperRemoval=false;this.instance._trigger("deactivate",c,b)}})},drag:function(c,f){var e=a(this).data("draggable"),b=this;var d=function(i){var n=this.offset.click.top,m=this.offset.click.left;var g=this.positionAbs.top,k=this.positionAbs.left;var j=i.height,l=i.width;var p=i.top,h=i.left;return a.ui.isOver(g+n,k+m,p,h,j,l)};a.each(e.sortables,function(g){this.instance.positionAbs=e.positionAbs;this.instance.helperProportions=e.helperProportions;this.instance.offset.click=e.offset.click;if(this.instance._intersectsWith(this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=1;this.instance.currentItem=a(b).clone().appendTo(this.instance.element).data("sortable-item",true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return f.helper[0]};c.target=this.instance.currentItem[0];this.instance._mouseCapture(c,true);this.instance._mouseStart(c,true,true);this.instance.offset.click.top=e.offset.click.top;this.instance.offset.click.left=e.offset.click.left;this.instance.offset.parent.left-=e.offset.parent.left-this.instance.offset.parent.left;this.instance.offset.parent.top-=e.offset.parent.top-this.instance.offset.parent.top;e._trigger("toSortable",c);e.dropped=this.instance.element;e.currentItem=e.element;this.instance.fromOutside=e}if(this.instance.currentItem){this.instance._mouseDrag(c)}}else{if(this.instance.isOver){this.instance.isOver=0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._trigger("out",c,this.instance._uiHash(this.instance));this.instance._mouseStop(c,true);this.instance.options.helper=this.instance.options._helper;this.instance.currentItem.remove();if(this.instance.placeholder){this.instance.placeholder.remove()}e._trigger("fromSortable",c);e.dropped=false}}})}});a.ui.plugin.add("draggable","cursor",{start:function(c,d){var b=a("body"),e=a(this).data("draggable").options;if(b.css("cursor")){e._cursor=b.css("cursor")}b.css("cursor",e.cursor)},stop:function(b,c){var d=a(this).data("draggable").options;if(d._cursor){a("body").css("cursor",d._cursor)}}});a.ui.plugin.add("draggable","iframeFix",{start:function(b,c){var d=a(this).data("draggable").options;a(d.iframeFix===true?"iframe":d.iframeFix).each(function(){a('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1000}).css(a(this).offset()).appendTo("body")})},stop:function(b,c){a("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});a.ui.plugin.add("draggable","opacity",{start:function(c,d){var b=a(d.helper),e=a(this).data("draggable").options;if(b.css("opacity")){e._opacity=b.css("opacity")}b.css("opacity",e.opacity)},stop:function(b,c){var d=a(this).data("draggable").options;if(d._opacity){a(c.helper).css("opacity",d._opacity)}}});a.ui.plugin.add("draggable","scroll",{start:function(c,d){var b=a(this).data("draggable");if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){b.overflowOffset=b.scrollParent.offset()}},drag:function(d,e){var c=a(this).data("draggable"),f=c.options,b=false;if(c.scrollParent[0]!=document&&c.scrollParent[0].tagName!="HTML"){if(!f.axis||f.axis!="x"){if((c.overflowOffset.top+c.scrollParent[0].offsetHeight)-d.pageY<f.scrollSensitivity){c.scrollParent[0].scrollTop=b=c.scrollParent[0].scrollTop+f.scrollSpeed}else{if(d.pageY-c.overflowOffset.top<f.scrollSensitivity){c.scrollParent[0].scrollTop=b=c.scrollParent[0].scrollTop-f.scrollSpeed}}}if(!f.axis||f.axis!="y"){if((c.overflowOffset.left+c.scrollParent[0].offsetWidth)-d.pageX<f.scrollSensitivity){c.scrollParent[0].scrollLeft=b=c.scrollParent[0].scrollLeft+f.scrollSpeed}else{if(d.pageX-c.overflowOffset.left<f.scrollSensitivity){c.scrollParent[0].scrollLeft=b=c.scrollParent[0].scrollLeft-f.scrollSpeed}}}}else{if(!f.axis||f.axis!="x"){if(d.pageY-a(document).scrollTop()<f.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()-f.scrollSpeed)}else{if(a(window).height()-(d.pageY-a(document).scrollTop())<f.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()+f.scrollSpeed)}}}if(!f.axis||f.axis!="y"){if(d.pageX-a(document).scrollLeft()<f.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()-f.scrollSpeed)}else{if(a(window).width()-(d.pageX-a(document).scrollLeft())<f.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()+f.scrollSpeed)}}}}if(b!==false&&a.ui.ddmanager&&!f.dropBehaviour){a.ui.ddmanager.prepareOffsets(c,d)}}});a.ui.plugin.add("draggable","snap",{start:function(c,d){var b=a(this).data("draggable"),e=b.options;b.snapElements=[];a(e.snap.constructor!=String?(e.snap.items||":data(draggable)"):e.snap).each(function(){var g=a(this);var f=g.offset();if(this!=b.element[0]){b.snapElements.push({item:this,width:g.outerWidth(),height:g.outerHeight(),top:f.top,left:f.left})}})},drag:function(u,p){var g=a(this).data("draggable"),q=g.options;var y=q.snapTolerance;var x=p.offset.left,w=x+g.helperProportions.width,f=p.offset.top,e=f+g.helperProportions.height;for(var v=g.snapElements.length-1;v>=0;v--){var s=g.snapElements[v].left,n=s+g.snapElements[v].width,m=g.snapElements[v].top,A=m+g.snapElements[v].height;if(!((s-y<x&&x<n+y&&m-y<f&&f<A+y)||(s-y<x&&x<n+y&&m-y<e&&e<A+y)||(s-y<w&&w<n+y&&m-y<f&&f<A+y)||(s-y<w&&w<n+y&&m-y<e&&e<A+y))){if(g.snapElements[v].snapping){(g.options.snap.release&&g.options.snap.release.call(g.element,u,a.extend(g._uiHash(),{snapItem:g.snapElements[v].item})))}g.snapElements[v].snapping=false;continue}if(q.snapMode!="inner"){var c=Math.abs(m-e)<=y;var z=Math.abs(A-f)<=y;var j=Math.abs(s-w)<=y;var k=Math.abs(n-x)<=y;if(c){p.position.top=g._convertPositionTo("relative",{top:m-g.helperProportions.height,left:0}).top-g.margins.top}if(z){p.position.top=g._convertPositionTo("relative",{top:A,left:0}).top-g.margins.top}if(j){p.position.left=g._convertPositionTo("relative",{top:0,left:s-g.helperProportions.width}).left-g.margins.left}if(k){p.position.left=g._convertPositionTo("relative",{top:0,left:n}).left-g.margins.left}}var h=(c||z||j||k);if(q.snapMode!="outer"){var c=Math.abs(m-f)<=y;var z=Math.abs(A-e)<=y;var j=Math.abs(s-x)<=y;var k=Math.abs(n-w)<=y;if(c){p.position.top=g._convertPositionTo("relative",{top:m,left:0}).top-g.margins.top}if(z){p.position.top=g._convertPositionTo("relative",{top:A-g.helperProportions.height,left:0}).top-g.margins.top}if(j){p.position.left=g._convertPositionTo("relative",{top:0,left:s}).left-g.margins.left}if(k){p.position.left=g._convertPositionTo("relative",{top:0,left:n-g.helperProportions.width}).left-g.margins.left}}if(!g.snapElements[v].snapping&&(c||z||j||k||h)){(g.options.snap.snap&&g.options.snap.snap.call(g.element,u,a.extend(g._uiHash(),{snapItem:g.snapElements[v].item})))}g.snapElements[v].snapping=(c||z||j||k||h)}}});a.ui.plugin.add("draggable","stack",{start:function(b,c){var e=a(this).data("draggable").options;var d=a.makeArray(a(e.stack.group)).sort(function(g,f){return(parseInt(a(g).css("zIndex"),10)||e.stack.min)-(parseInt(a(f).css("zIndex"),10)||e.stack.min)});a(d).each(function(f){this.style.zIndex=e.stack.min+f});this[0].style.zIndex=e.stack.min+d.length}});a.ui.plugin.add("draggable","zIndex",{start:function(c,d){var b=a(d.helper),e=a(this).data("draggable").options;if(b.css("zIndex")){e._zIndex=b.css("zIndex")}b.css("zIndex",e.zIndex)},stop:function(b,c){var d=a(this).data("draggable").options;if(d._zIndex){a(c.helper).css("zIndex",d._zIndex)}}})})(jQuery);(function(a){a.widget("ui.droppable",{_init:function(){var c=this.options,b=c.accept;this.isover=0;this.isout=1;this.options.accept=this.options.accept&&a.isFunction(this.options.accept)?this.options.accept:function(e){return e.is(b)};this.proportions={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight};a.ui.ddmanager.droppables[this.options.scope]=a.ui.ddmanager.droppables[this.options.scope]||[];a.ui.ddmanager.droppables[this.options.scope].push(this);(this.options.addClasses&&this.element.addClass("ui-droppable"))},destroy:function(){var b=a.ui.ddmanager.droppables[this.options.scope];for(var c=0;c<b.length;c++){if(b[c]==this){b.splice(c,1)}}this.element.removeClass("ui-droppable ui-droppable-disabled").removeData("droppable").unbind(".droppable")},_setData:function(b,c){if(b=="accept"){this.options.accept=c&&a.isFunction(c)?c:function(e){return e.is(c)}}else{a.widget.prototype._setData.apply(this,arguments)}},_activate:function(c){var b=a.ui.ddmanager.current;if(this.options.activeClass){this.element.addClass(this.options.activeClass)}(b&&this._trigger("activate",c,this.ui(b)))},_deactivate:function(c){var b=a.ui.ddmanager.current;if(this.options.activeClass){this.element.removeClass(this.options.activeClass)}(b&&this._trigger("deactivate",c,this.ui(b)))},_over:function(c){var b=a.ui.ddmanager.current;if(!b||(b.currentItem||b.element)[0]==this.element[0]){return}if(this.options.accept.call(this.element[0],(b.currentItem||b.element))){if(this.options.hoverClass){this.element.addClass(this.options.hoverClass)}this._trigger("over",c,this.ui(b))}},_out:function(c){var b=a.ui.ddmanager.current;if(!b||(b.currentItem||b.element)[0]==this.element[0]){return}if(this.options.accept.call(this.element[0],(b.currentItem||b.element))){if(this.options.hoverClass){this.element.removeClass(this.options.hoverClass)}this._trigger("out",c,this.ui(b))}},_drop:function(c,d){var b=d||a.ui.ddmanager.current;if(!b||(b.currentItem||b.element)[0]==this.element[0]){return false}var e=false;this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function(){var f=a.data(this,"droppable");if(f.options.greedy&&a.ui.intersect(b,a.extend(f,{offset:f.element.offset()}),f.options.tolerance)){e=true;return false}});if(e){return false}if(this.options.accept.call(this.element[0],(b.currentItem||b.element))){if(this.options.activeClass){this.element.removeClass(this.options.activeClass)}if(this.options.hoverClass){this.element.removeClass(this.options.hoverClass)}this._trigger("drop",c,this.ui(b));return this.element}return false},ui:function(b){return{draggable:(b.currentItem||b.element),helper:b.helper,position:b.position,absolutePosition:b.positionAbs,offset:b.positionAbs}}});a.extend(a.ui.droppable,{version:"1.7.2",eventPrefix:"drop",defaults:{accept:"*",activeClass:false,addClasses:true,greedy:false,hoverClass:false,scope:"default",tolerance:"intersect"}});a.ui.intersect=function(q,j,o){if(!j.offset){return false}var e=(q.positionAbs||q.position.absolute).left,d=e+q.helperProportions.width,n=(q.positionAbs||q.position.absolute).top,m=n+q.helperProportions.height;var g=j.offset.left,c=g+j.proportions.width,p=j.offset.top,k=p+j.proportions.height;switch(o){case"fit":return(g<e&&d<c&&p<n&&m<k);break;case"intersect":return(g<e+(q.helperProportions.width/2)&&d-(q.helperProportions.width/2)<c&&p<n+(q.helperProportions.height/2)&&m-(q.helperProportions.height/2)<k);break;case"pointer":var h=((q.positionAbs||q.position.absolute).left+(q.clickOffset||q.offset.click).left),i=((q.positionAbs||q.position.absolute).top+(q.clickOffset||q.offset.click).top),f=a.ui.isOver(i,h,p,g,j.proportions.height,j.proportions.width);return f;break;case"touch":return((n>=p&&n<=k)||(m>=p&&m<=k)||(n<p&&m>k))&&((e>=g&&e<=c)||(d>=g&&d<=c)||(e<g&&d>c));break;default:return false;break}};a.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(e,g){var b=a.ui.ddmanager.droppables[e.options.scope];var f=g?g.type:null;var h=(e.currentItem||e.element).find(":data(droppable)").andSelf();droppablesLoop:for(var d=0;d<b.length;d++){if(b[d].options.disabled||(e&&!b[d].options.accept.call(b[d].element[0],(e.currentItem||e.element)))){continue}for(var c=0;c<h.length;c++){if(h[c]==b[d].element[0]){b[d].proportions.height=0;continue droppablesLoop}}b[d].visible=b[d].element.css("display")!="none";if(!b[d].visible){continue}b[d].offset=b[d].element.offset();b[d].proportions={width:b[d].element[0].offsetWidth,height:b[d].element[0].offsetHeight};if(f=="mousedown"){b[d]._activate.call(b[d],g)}}},drop:function(b,c){var d=false;a.each(a.ui.ddmanager.droppables[b.options.scope],function(){if(!this.options){return}if(!this.options.disabled&&this.visible&&a.ui.intersect(b,this,this.options.tolerance)){d=this._drop.call(this,c)}if(!this.options.disabled&&this.visible&&this.options.accept.call(this.element[0],(b.currentItem||b.element))){this.isout=1;this.isover=0;this._deactivate.call(this,c)}});return d},drag:function(b,c){if(b.options.refreshPositions){a.ui.ddmanager.prepareOffsets(b,c)}a.each(a.ui.ddmanager.droppables[b.options.scope],function(){if(this.options.disabled||this.greedyChild||!this.visible){return}var e=a.ui.intersect(b,this,this.options.tolerance);var g=!e&&this.isover==1?"isout":(e&&this.isover==0?"isover":null);if(!g){return}var f;if(this.options.greedy){var d=this.element.parents(":data(droppable):eq(0)");if(d.length){f=a.data(d[0],"droppable");f.greedyChild=(g=="isover"?1:0)}}if(f&&g=="isover"){f.isover=0;f.isout=1;f._out.call(f,c)}this[g]=1;this[g=="isout"?"isover":"isout"]=0;this[g=="isover"?"_over":"_out"].call(this,c);if(f&&g=="isout"){f.isout=0;f.isover=1;f._over.call(f,c)}})}}})(jQuery);(function(c){c.widget("ui.resizable",c.extend({},c.ui.mouse,{_init:function(){var e=this,j=this.options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(j.aspectRatio),aspectRatio:j.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:j.helper||j.ghost||j.animate?j.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){if(/relative/.test(this.element.css("position"))&&c.browser.opera){this.element.css({position:"relative",top:"auto",left:"auto"})}this.element.wrap(c('<div class="ui-wrapper" style="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=j.handles||(!c(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all"){this.handles="n,e,s,w,se,sw,ne,nw"}var k=this.handles.split(",");this.handles={};for(var f=0;f<k.length;f++){var h=c.trim(k[f]),d="ui-resizable-"+h;var g=c('<div class="ui-resizable-handle '+d+'"></div>');if(/sw|se|ne|nw/.test(h)){g.css({zIndex:++j.zIndex})}if("se"==h){g.addClass("ui-icon ui-icon-gripsmall-diagonal-se")}this.handles[h]=".ui-resizable-"+h;this.element.append(g)}}this._renderAxis=function(p){p=p||this.element;for(var m in this.handles){if(this.handles[m].constructor==String){this.handles[m]=c(this.handles[m],this.element).show()}if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var n=c(this.handles[m],this.element),o=0;o=/sw|ne|nw|se|n|s/.test(m)?n.outerHeight():n.outerWidth();var l=["padding",/ne|nw|n/.test(m)?"Top":/se|sw|s/.test(m)?"Bottom":/^e$/.test(m)?"Right":"Left"].join("");p.css(l,o);this._proportionallyResize()}if(!c(this.handles[m]).length){continue}}};this._renderAxis(this.element);this._handles=c(".ui-resizable-handle",this.element).disableSelection();this._handles.mouseover(function(){if(!e.resizing){if(this.className){var i=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)}e.axis=i&&i[1]?i[1]:"se"}});if(j.autoHide){this._handles.hide();c(this.element).addClass("ui-resizable-autohide").hover(function(){c(this).removeClass("ui-resizable-autohide");e._handles.show()},function(){if(!e.resizing){c(this).addClass("ui-resizable-autohide");e._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var d=function(f){c(f).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){d(this.element);var e=this.element;e.parent().append(this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")})).end().remove()}this.originalElement.css("resize",this.originalResizeStyle);d(this.originalElement)},_mouseCapture:function(e){var f=false;for(var d in this.handles){if(c(this.handles[d])[0]==e.target){f=true}}return this.options.disabled||!!f},_mouseStart:function(f){var i=this.options,e=this.element.position(),d=this.element;this.resizing=true;this.documentScroll={top:c(document).scrollTop(),left:c(document).scrollLeft()};if(d.is(".ui-draggable")||(/absolute/).test(d.css("position"))){d.css({position:"absolute",top:e.top,left:e.left})}if(c.browser.opera&&(/relative/).test(d.css("position"))){d.css({position:"relative",top:"auto",left:"auto"})}this._renderProxy();var j=b(this.helper.css("left")),g=b(this.helper.css("top"));if(i.containment){j+=c(i.containment).scrollLeft()||0;g+=c(i.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:j,top:g};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:j,top:g};this.sizeDiff={width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:f.pageX,top:f.pageY};this.aspectRatio=(typeof i.aspectRatio=="number")?i.aspectRatio:((this.originalSize.width/this.originalSize.height)||1);var h=c(".ui-resizable-"+this.axis).css("cursor");c("body").css("cursor",h=="auto"?this.axis+"-resize":h);d.addClass("ui-resizable-resizing");this._propagate("start",f);return true},_mouseDrag:function(d){var g=this.helper,f=this.options,l={},p=this,i=this.originalMousePosition,m=this.axis;var q=(d.pageX-i.left)||0,n=(d.pageY-i.top)||0;var h=this._change[m];if(!h){return false}var k=h.apply(this,[d,q,n]),j=c.browser.msie&&c.browser.version<7,e=this.sizeDiff;if(this._aspectRatio||d.shiftKey){k=this._updateRatio(k,d)}k=this._respectSize(k,d);this._propagate("resize",d);g.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});if(!this._helper&&this._proportionallyResizeElements.length){this._proportionallyResize()}this._updateCache(k);this._trigger("resize",d,this.ui());return false},_mouseStop:function(g){this.resizing=false;var h=this.options,l=this;if(this._helper){var f=this._proportionallyResizeElements,d=f.length&&(/textarea/i).test(f[0].nodeName),e=d&&c.ui.hasScroll(f[0],"left")?0:l.sizeDiff.height,j=d?0:l.sizeDiff.width;var m={width:(l.size.width-j),height:(l.size.height-e)},i=(parseInt(l.element.css("left"),10)+(l.position.left-l.originalPosition.left))||null,k=(parseInt(l.element.css("top"),10)+(l.position.top-l.originalPosition.top))||null;if(!h.animate){this.element.css(c.extend(m,{top:k,left:i}))}l.helper.height(l.size.height);l.helper.width(l.size.width);if(this._helper&&!h.animate){this._proportionallyResize()}}c("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",g);if(this._helper){this.helper.remove()}return false},_updateCache:function(d){var e=this.options;this.offset=this.helper.offset();if(a(d.left)){this.position.left=d.left}if(a(d.top)){this.position.top=d.top}if(a(d.height)){this.size.height=d.height}if(a(d.width)){this.size.width=d.width}},_updateRatio:function(g,f){var h=this.options,i=this.position,e=this.size,d=this.axis;if(g.height){g.width=(e.height*this.aspectRatio)}else{if(g.width){g.height=(e.width/this.aspectRatio)}}if(d=="sw"){g.left=i.left+(e.width-g.width);g.top=null}if(d=="nw"){g.top=i.top+(e.height-g.height);g.left=i.left+(e.width-g.width)}return g},_respectSize:function(k,f){var i=this.helper,h=this.options,q=this._aspectRatio||f.shiftKey,p=this.axis,s=a(k.width)&&h.maxWidth&&(h.maxWidth<k.width),l=a(k.height)&&h.maxHeight&&(h.maxHeight<k.height),g=a(k.width)&&h.minWidth&&(h.minWidth>k.width),r=a(k.height)&&h.minHeight&&(h.minHeight>k.height);if(g){k.width=h.minWidth}if(r){k.height=h.minHeight}if(s){k.width=h.maxWidth}if(l){k.height=h.maxHeight}var e=this.originalPosition.left+this.originalSize.width,n=this.position.top+this.size.height;var j=/sw|nw|w/.test(p),d=/nw|ne|n/.test(p);if(g&&j){k.left=e-h.minWidth}if(s&&j){k.left=e-h.maxWidth}if(r&&d){k.top=n-h.minHeight}if(l&&d){k.top=n-h.maxHeight}var m=!k.width&&!k.height;if(m&&!k.left&&k.top){k.top=null}else{if(m&&!k.top&&k.left){k.left=null}}return k},_proportionallyResize:function(){var j=this.options;if(!this._proportionallyResizeElements.length){return}var f=this.helper||this.element;for(var e=0;e<this._proportionallyResizeElements.length;e++){var g=this._proportionallyResizeElements[e];if(!this.borderDif){var d=[g.css("borderTopWidth"),g.css("borderRightWidth"),g.css("borderBottomWidth"),g.css("borderLeftWidth")],h=[g.css("paddingTop"),g.css("paddingRight"),g.css("paddingBottom"),g.css("paddingLeft")];this.borderDif=c.map(d,function(k,m){var l=parseInt(k,10)||0,n=parseInt(h[m],10)||0;return l+n})}if(c.browser.msie&&!(!(c(f).is(":hidden")||c(f).parents(":hidden").length))){continue}g.css({height:(f.height()-this.borderDif[0]-this.borderDif[2])||0,width:(f.width()-this.borderDif[1]-this.borderDif[3])||0})}},_renderProxy:function(){var e=this.element,h=this.options;this.elementOffset=e.offset();if(this._helper){this.helper=this.helper||c('<div style="overflow:hidden;"></div>');var d=c.browser.msie&&c.browser.version<7,f=(d?1:0),g=(d?2:-1);this.helper.addClass(this._helper).css({width:this.element.outerWidth()+g,height:this.element.outerHeight()+g,position:"absolute",left:this.elementOffset.left-f+"px",top:this.elementOffset.top-f+"px",zIndex:++h.zIndex});this.helper.appendTo("body").disableSelection()}else{this.helper=this.element}},_change:{e:function(f,e,d){return{width:this.originalSize.width+e}},w:function(g,e,d){var i=this.options,f=this.originalSize,h=this.originalPosition;return{left:h.left+e,width:f.width-e}},n:function(g,e,d){var i=this.options,f=this.originalSize,h=this.originalPosition;return{top:h.top+d,height:f.height-d}},s:function(f,e,d){return{height:this.originalSize.height+d}},se:function(f,e,d){return c.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[f,e,d]))},sw:function(f,e,d){return c.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[f,e,d]))},ne:function(f,e,d){return c.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[f,e,d]))},nw:function(f,e,d){return c.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[f,e,d]))}},_propagate:function(e,d){c.ui.plugin.call(this,e,[d,this.ui()]);(e!="resize"&&this._trigger(e,d,this.ui()))},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}));c.extend(c.ui.resizable,{version:"1.7.2",eventPrefix:"resize",defaults:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,cancel:":input,option",containment:false,delay:0,distance:1,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1000}});c.ui.plugin.add("resizable","alsoResize",{start:function(e,f){var d=c(this).data("resizable"),g=d.options;_store=function(h){c(h).each(function(){c(this).data("resizable-alsoresize",{width:parseInt(c(this).width(),10),height:parseInt(c(this).height(),10),left:parseInt(c(this).css("left"),10),top:parseInt(c(this).css("top"),10)})})};if(typeof(g.alsoResize)=="object"&&!g.alsoResize.parentNode){if(g.alsoResize.length){g.alsoResize=g.alsoResize[0];_store(g.alsoResize)}else{c.each(g.alsoResize,function(h,i){_store(h)})}}else{_store(g.alsoResize)}},resize:function(f,h){var e=c(this).data("resizable"),i=e.options,g=e.originalSize,k=e.originalPosition;var j={height:(e.size.height-g.height)||0,width:(e.size.width-g.width)||0,top:(e.position.top-k.top)||0,left:(e.position.left-k.left)||0},d=function(l,m){c(l).each(function(){var p=c(this),q=c(this).data("resizable-alsoresize"),o={},n=m&&m.length?m:["width","height","top","left"];c.each(n||["width","height","top","left"],function(r,u){var s=(q[u]||0)+(j[u]||0);if(s&&s>=0){o[u]=s||null}});if(/relative/.test(p.css("position"))&&c.browser.opera){e._revertToRelativePosition=true;p.css({position:"absolute",top:"auto",left:"auto"})}p.css(o)})};if(typeof(i.alsoResize)=="object"&&!i.alsoResize.nodeType){c.each(i.alsoResize,function(l,m){d(l,m)})}else{d(i.alsoResize)}},stop:function(e,f){var d=c(this).data("resizable");if(d._revertToRelativePosition&&c.browser.opera){d._revertToRelativePosition=false;el.css({position:"relative"})}c(this).removeData("resizable-alsoresize-start")}});c.ui.plugin.add("resizable","animate",{stop:function(h,m){var n=c(this).data("resizable"),i=n.options;var g=n._proportionallyResizeElements,d=g.length&&(/textarea/i).test(g[0].nodeName),e=d&&c.ui.hasScroll(g[0],"left")?0:n.sizeDiff.height,k=d?0:n.sizeDiff.width;var f={width:(n.size.width-k),height:(n.size.height-e)},j=(parseInt(n.element.css("left"),10)+(n.position.left-n.originalPosition.left))||null,l=(parseInt(n.element.css("top"),10)+(n.position.top-n.originalPosition.top))||null;n.element.animate(c.extend(f,l&&j?{top:l,left:j}:{}),{duration:i.animateDuration,easing:i.animateEasing,step:function(){var o={width:parseInt(n.element.css("width"),10),height:parseInt(n.element.css("height"),10),top:parseInt(n.element.css("top"),10),left:parseInt(n.element.css("left"),10)};if(g&&g.length){c(g[0]).css({width:o.width,height:o.height})}n._updateCache(o);n._propagate("resize",h)}})}});c.ui.plugin.add("resizable","containment",{start:function(e,q){var s=c(this).data("resizable"),i=s.options,k=s.element;var f=i.containment,j=(f instanceof c)?f.get(0):(/parent/.test(f))?k.parent().get(0):f;if(!j){return}s.containerElement=c(j);if(/document/.test(f)||f==document){s.containerOffset={left:0,top:0};s.containerPosition={left:0,top:0};s.parentData={element:c(document),left:0,top:0,width:c(document).width(),height:c(document).height()||document.body.parentNode.scrollHeight}}else{var m=c(j),h=[];c(["Top","Right","Left","Bottom"]).each(function(p,o){h[p]=b(m.css("padding"+o))});s.containerOffset=m.offset();s.containerPosition=m.position();s.containerSize={height:(m.innerHeight()-h[3]),width:(m.innerWidth()-h[1])};var n=s.containerOffset,d=s.containerSize.height,l=s.containerSize.width,g=(c.ui.hasScroll(j,"left")?j.scrollWidth:l),r=(c.ui.hasScroll(j)?j.scrollHeight:d);s.parentData={element:j,left:n.left,top:n.top,width:g,height:r}}},resize:function(f,p){var s=c(this).data("resizable"),h=s.options,e=s.containerSize,n=s.containerOffset,l=s.size,m=s.position,q=s._aspectRatio||f.shiftKey,d={top:0,left:0},g=s.containerElement;if(g[0]!=document&&(/static/).test(g.css("position"))){d=n}if(m.left<(s._helper?n.left:0)){s.size.width=s.size.width+(s._helper?(s.position.left-n.left):(s.position.left-d.left));if(q){s.size.height=s.size.width/h.aspectRatio}s.position.left=h.helper?n.left:0}if(m.top<(s._helper?n.top:0)){s.size.height=s.size.height+(s._helper?(s.position.top-n.top):s.position.top);if(q){s.size.width=s.size.height*h.aspectRatio}s.position.top=s._helper?n.top:0}s.offset.left=s.parentData.left+s.position.left;s.offset.top=s.parentData.top+s.position.top;var k=Math.abs((s._helper?s.offset.left-d.left:(s.offset.left-d.left))+s.sizeDiff.width),r=Math.abs((s._helper?s.offset.top-d.top:(s.offset.top-n.top))+s.sizeDiff.height);var j=s.containerElement.get(0)==s.element.parent().get(0),i=/relative|absolute/.test(s.containerElement.css("position"));if(j&&i){k-=s.parentData.left}if(k+s.size.width>=s.parentData.width){s.size.width=s.parentData.width-k;if(q){s.size.height=s.size.width/s.aspectRatio}}if(r+s.size.height>=s.parentData.height){s.size.height=s.parentData.height-r;if(q){s.size.width=s.size.height*s.aspectRatio}}},stop:function(e,m){var p=c(this).data("resizable"),f=p.options,k=p.position,l=p.containerOffset,d=p.containerPosition,g=p.containerElement;var i=c(p.helper),q=i.offset(),n=i.outerWidth()-p.sizeDiff.width,j=i.outerHeight()-p.sizeDiff.height;if(p._helper&&!f.animate&&(/relative/).test(g.css("position"))){c(this).css({left:q.left-d.left-l.left,width:n,height:j})}if(p._helper&&!f.animate&&(/static/).test(g.css("position"))){c(this).css({left:q.left-d.left-l.left,width:n,height:j})}}});c.ui.plugin.add("resizable","ghost",{start:function(f,g){var d=c(this).data("resizable"),h=d.options,e=d.size;d.ghost=d.originalElement.clone();d.ghost.css({opacity:0.25,display:"block",position:"relative",height:e.height,width:e.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof h.ghost=="string"?h.ghost:"");d.ghost.appendTo(d.helper)},resize:function(e,f){var d=c(this).data("resizable"),g=d.options;if(d.ghost){d.ghost.css({position:"relative",height:d.size.height,width:d.size.width})}},stop:function(e,f){var d=c(this).data("resizable"),g=d.options;if(d.ghost&&d.helper){d.helper.get(0).removeChild(d.ghost.get(0))}}});c.ui.plugin.add("resizable","grid",{resize:function(d,l){var n=c(this).data("resizable"),g=n.options,j=n.size,h=n.originalSize,i=n.originalPosition,m=n.axis,k=g._aspectRatio||d.shiftKey;g.grid=typeof g.grid=="number"?[g.grid,g.grid]:g.grid;var f=Math.round((j.width-h.width)/(g.grid[0]||1))*(g.grid[0]||1),e=Math.round((j.height-h.height)/(g.grid[1]||1))*(g.grid[1]||1);if(/^(se|s|e)$/.test(m)){n.size.width=h.width+f;n.size.height=h.height+e}else{if(/^(ne)$/.test(m)){n.size.width=h.width+f;n.size.height=h.height+e;n.position.top=i.top-e}else{if(/^(sw)$/.test(m)){n.size.width=h.width+f;n.size.height=h.height+e;n.position.left=i.left-f}else{n.size.width=h.width+f;n.size.height=h.height+e;n.position.top=i.top-e;n.position.left=i.left-f}}}}});var b=function(d){return parseInt(d,10)||0};var a=function(d){return!isNaN(parseInt(d,10))}})(jQuery);(function(a){a.widget("ui.selectable",a.extend({},a.ui.mouse,{_init:function(){var b=this;this.element.addClass("ui-selectable");this.dragged=false;var c;this.refresh=function(){c=a(b.options.filter,b.element[0]);c.each(function(){var d=a(this);var e=d.offset();a.data(this,"selectable-item",{element:this,$element:d,left:e.left,top:e.top,right:e.left+d.outerWidth(),bottom:e.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"),selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=c.addClass("ui-selectee");this._mouseInit();this.helper=a(document.createElement("div")).css({border:"1px dotted black"}).addClass("ui-selectable-helper")},destroy:function(){this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy()},_mouseStart:function(d){var b=this;this.opos=[d.pageX,d.pageY];if(this.options.disabled){return}var c=this.options;this.selectees=a(c.filter,this.element[0]);this._trigger("start",d);a(c.appendTo).append(this.helper);this.helper.css({"z-index":100,position:"absolute",left:d.clientX,top:d.clientY,width:0,height:0});if(c.autoRefresh){this.refresh()}this.selectees.filter(".ui-selected").each(function(){var e=a.data(this,"selectable-item");e.startselected=true;if(!d.metaKey){e.$element.removeClass("ui-selected");e.selected=false;e.$element.addClass("ui-unselecting");e.unselecting=true;b._trigger("unselecting",d,{unselecting:e.element})}});a(d.target).parents().andSelf().each(function(){var e=a.data(this,"selectable-item");if(e){e.$element.removeClass("ui-unselecting").addClass("ui-selecting");e.unselecting=false;e.selecting=true;e.selected=true;b._trigger("selecting",d,{selecting:e.element});return false}})},_mouseDrag:function(i){var c=this;this.dragged=true;if(this.options.disabled){return}var e=this.options;var d=this.opos[0],h=this.opos[1],b=i.pageX,g=i.pageY;if(d>b){var f=b;b=d;d=f}if(h>g){var f=g;g=h;h=f}this.helper.css({left:d,top:h,width:b-d,height:g-h});this.selectees.each(function(){var j=a.data(this,"selectable-item");if(!j||j.element==c.element[0]){return}var k=false;if(e.tolerance=="touch"){k=(!(j.left>b||j.right<d||j.top>g||j.bottom<h))}else{if(e.tolerance=="fit"){k=(j.left>d&&j.right<b&&j.top>h&&j.bottom<g)}}if(k){if(j.selected){j.$element.removeClass("ui-selected");j.selected=false}if(j.unselecting){j.$element.removeClass("ui-unselecting");j.unselecting=false}if(!j.selecting){j.$element.addClass("ui-selecting");j.selecting=true;c._trigger("selecting",i,{selecting:j.element})}}else{if(j.selecting){if(i.metaKey&&j.startselected){j.$element.removeClass("ui-selecting");j.selecting=false;j.$element.addClass("ui-selected");j.selected=true}else{j.$element.removeClass("ui-selecting");j.selecting=false;if(j.startselected){j.$element.addClass("ui-unselecting");j.unselecting=true}c._trigger("unselecting",i,{unselecting:j.element})}}if(j.selected){if(!i.metaKey&&!j.startselected){j.$element.removeClass("ui-selected");j.selected=false;j.$element.addClass("ui-unselecting");j.unselecting=true;c._trigger("unselecting",i,{unselecting:j.element})}}}});return false},_mouseStop:function(d){var b=this;this.dragged=false;var c=this.options;a(".ui-unselecting",this.element[0]).each(function(){var e=a.data(this,"selectable-item");e.$element.removeClass("ui-unselecting");e.unselecting=false;e.startselected=false;b._trigger("unselected",d,{unselected:e.element})});a(".ui-selecting",this.element[0]).each(function(){var e=a.data(this,"selectable-item");e.$element.removeClass("ui-selecting").addClass("ui-selected");e.selecting=false;e.selected=true;e.startselected=true;b._trigger("selected",d,{selected:e.element})});this._trigger("stop",d);this.helper.remove();return false}}));a.extend(a.ui.selectable,{version:"1.7.2",defaults:{appendTo:"body",autoRefresh:true,cancel:":input,option",delay:0,distance:0,filter:"*",tolerance:"touch"}})})(jQuery);(function(a){a.widget("ui.sortable",a.extend({},a.ui.mouse,{_init:function(){var b=this.options;this.containerCache={};this.element.addClass("ui-sortable");this.refresh();this.floating=this.items.length?(/left|right/).test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var b=this.items.length-1;b>=0;b--){this.items[b].item.removeData("sortable-item")}},_mouseCapture:function(e,f){if(this.reverting){return false}if(this.options.disabled||this.options.type=="static"){return false}this._refreshItems(e);var d=null,c=this,b=a(e.target).parents().each(function(){if(a.data(this,"sortable-item")==c){d=a(this);return false}});if(a.data(e.target,"sortable-item")==c){d=a(e.target)}if(!d){return false}if(this.options.handle&&!f){var g=false;a(this.options.handle,d).find("*").andSelf().each(function(){if(this==e.target){g=true}});if(!g){return false}}this.currentItem=d;this._removeCurrentsFromItems();return true},_mouseStart:function(e,f,b){var g=this.options,c=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(e);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");a.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(e);this.originalPageX=e.pageX;this.originalPageY=e.pageY;if(g.cursorAt){this._adjustOffsetFromHelper(g.cursorAt)}this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};if(this.helper[0]!=this.currentItem[0]){this.currentItem.hide()}this._createPlaceholder();if(g.containment){this._setContainment()}if(g.cursor){if(a("body").css("cursor")){this._storedCursor=a("body").css("cursor")}a("body").css("cursor",g.cursor)}if(g.opacity){if(this.helper.css("opacity")){this._storedOpacity=this.helper.css("opacity")}this.helper.css("opacity",g.opacity)}if(g.zIndex){if(this.helper.css("zIndex")){this._storedZIndex=this.helper.css("zIndex")}this.helper.css("zIndex",g.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){this.overflowOffset=this.scrollParent.offset()}this._trigger("start",e,this._uiHash());if(!this._preserveHelperProportions){this._cacheHelperProportions()}if(!b){for(var d=this.containers.length-1;d>=0;d--){this.containers[d]._trigger("activate",e,c._uiHash(this))}}if(a.ui.ddmanager){a.ui.ddmanager.current=this}if(a.ui.ddmanager&&!g.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,e)}this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(e);return true},_mouseDrag:function(f){this.position=this._generatePosition(f);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs){this.lastPositionAbs=this.positionAbs}if(this.options.scroll){var g=this.options,b=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if((this.overflowOffset.top+this.scrollParent[0].offsetHeight)-f.pageY<g.scrollSensitivity){this.scrollParent[0].scrollTop=b=this.scrollParent[0].scrollTop+g.scrollSpeed}else{if(f.pageY-this.overflowOffset.top<g.scrollSensitivity){this.scrollParent[0].scrollTop=b=this.scrollParent[0].scrollTop-g.scrollSpeed}}if((this.overflowOffset.left+this.scrollParent[0].offsetWidth)-f.pageX<g.scrollSensitivity){this.scrollParent[0].scrollLeft=b=this.scrollParent[0].scrollLeft+g.scrollSpeed}else{if(f.pageX-this.overflowOffset.left<g.scrollSensitivity){this.scrollParent[0].scrollLeft=b=this.scrollParent[0].scrollLeft-g.scrollSpeed}}}else{if(f.pageY-a(document).scrollTop()<g.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()-g.scrollSpeed)}else{if(a(window).height()-(f.pageY-a(document).scrollTop())<g.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()+g.scrollSpeed)}}if(f.pageX-a(document).scrollLeft()<g.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()-g.scrollSpeed)}else{if(a(window).width()-(f.pageX-a(document).scrollLeft())<g.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()+g.scrollSpeed)}}}if(b!==false&&a.ui.ddmanager&&!g.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,f)}}this.positionAbs=this._convertPositionTo("absolute");if(!this.options.axis||this.options.axis!="y"){this.helper[0].style.left=this.position.left+"px"}if(!this.options.axis||this.options.axis!="x"){this.helper[0].style.top=this.position.top+"px"}for(var d=this.items.length-1;d>=0;d--){var e=this.items[d],c=e.item[0],h=this._intersectsWithPointer(e);if(!h){continue}if(c!=this.currentItem[0]&&this.placeholder[h==1?"next":"prev"]()[0]!=c&&!a.ui.contains(this.placeholder[0],c)&&(this.options.type=="semi-dynamic"?!a.ui.contains(this.element[0],c):true)){this.direction=h==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(e)){this._rearrange(f,e)}else{break}this._trigger("change",f,this._uiHash());break}}this._contactContainers(f);if(a.ui.ddmanager){a.ui.ddmanager.drag(this,f)}this._trigger("sort",f,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(c,d){if(!c){return}if(a.ui.ddmanager&&!this.options.dropBehaviour){a.ui.ddmanager.drop(this,c)}if(this.options.revert){var b=this;var e=b.placeholder.offset();b.reverting=true;a(this.helper).animate({left:e.left-this.offset.parent.left-b.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:e.top-this.offset.parent.top-b.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){b._clear(c)})}else{this._clear(c,d)}return false},cancel:function(){var b=this;if(this.dragging){this._mouseUp();if(this.options.helper=="original"){this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else{this.currentItem.show()}for(var c=this.containers.length-1;c>=0;c--){this.containers[c]._trigger("deactivate",null,b._uiHash(this));if(this.containers[c].containerCache.over){this.containers[c]._trigger("out",null,b._uiHash(this));this.containers[c].containerCache.over=0}}}if(this.placeholder[0].parentNode){this.placeholder[0].parentNode.removeChild(this.placeholder[0])}if(this.options.helper!="original"&&this.helper&&this.helper[0].parentNode){this.helper.remove()}a.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});if(this.domPosition.prev){a(this.domPosition.prev).after(this.currentItem)}else{a(this.domPosition.parent).prepend(this.currentItem)}return true},serialize:function(d){var b=this._getItemsAsjQuery(d&&d.connected);var c=[];d=d||{};a(b).each(function(){var e=(a(d.item||this).attr(d.attribute||"id")||"").match(d.expression||(/(.+)[-=_](.+)/));if(e){c.push((d.key||e[1]+"[]")+"="+(d.key&&d.expression?e[1]:e[2]))}});return c.join("&")},toArray:function(d){var b=this._getItemsAsjQuery(d&&d.connected);var c=[];d=d||{};b.each(function(){c.push(a(d.item||this).attr(d.attribute||"id")||"")});return c},_intersectsWith:function(m){var e=this.positionAbs.left,d=e+this.helperProportions.width,k=this.positionAbs.top,j=k+this.helperProportions.height;var f=m.left,c=f+m.width,n=m.top,i=n+m.height;var o=this.offset.click.top,h=this.offset.click.left;var g=(k+o)>n&&(k+o)<i&&(e+h)>f&&(e+h)<c;if(this.options.tolerance=="pointer"||this.options.forcePointerForContainers||(this.options.tolerance!="pointer"&&this.helperProportions[this.floating?"width":"height"]>m[this.floating?"width":"height"])){return g}else{return(f<e+(this.helperProportions.width/2)&&d-(this.helperProportions.width/2)<c&&n<k+(this.helperProportions.height/2)&&j-(this.helperProportions.height/2)<i)}},_intersectsWithPointer:function(d){var e=a.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,d.top,d.height),c=a.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,d.left,d.width),g=e&&c,b=this._getDragVerticalDirection(),f=this._getDragHorizontalDirection();if(!g){return false}return this.floating?(((f&&f=="right")||b=="down")?2:1):(b&&(b=="down"?2:1))},_intersectsWithSides:function(e){var c=a.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,e.top+(e.height/2),e.height),d=a.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,e.left+(e.width/2),e.width),b=this._getDragVerticalDirection(),f=this._getDragHorizontalDirection();if(this.floating&&f){return((f=="right"&&d)||(f=="left"&&!d))}else{return b&&((b=="down"&&c)||(b=="up"&&!c))}},_getDragVerticalDirection:function(){var b=this.positionAbs.top-this.lastPositionAbs.top;return b!=0&&(b>0?"down":"up")},_getDragHorizontalDirection:function(){var b=this.positionAbs.left-this.lastPositionAbs.left;return b!=0&&(b>0?"right":"left")},refresh:function(b){this._refreshItems(b);this.refreshPositions()},_connectWith:function(){var b=this.options;return b.connectWith.constructor==String?[b.connectWith]:b.connectWith},_getItemsAsjQuery:function(b){var l=this;var g=[];var e=[];var h=this._connectWith();if(h&&b){for(var d=h.length-1;d>=0;d--){var k=a(h[d]);for(var c=k.length-1;c>=0;c--){var f=a.data(k[c],"sortable");if(f&&f!=this&&!f.options.disabled){e.push([a.isFunction(f.options.items)?f.options.items.call(f.element):a(f.options.items,f.element).not(".ui-sortable-helper"),f])}}}}e.push([a.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):a(this.options.items,this.element).not(".ui-sortable-helper"),this]);for(var d=e.length-1;d>=0;d--){e[d][0].each(function(){g.push(this)})}return a(g)},_removeCurrentsFromItems:function(){var d=this.currentItem.find(":data(sortable-item)");for(var c=0;c<this.items.length;c++){for(var b=0;b<d.length;b++){if(d[b]==this.items[c].item[0]){this.items.splice(c,1)}}}},_refreshItems:function(b){this.items=[];this.containers=[this];var h=this.items;var p=this;var f=[[a.isFunction(this.options.items)?this.options.items.call(this.element[0],b,{item:this.currentItem}):a(this.options.items,this.element),this]];var l=this._connectWith();if(l){for(var e=l.length-1;e>=0;e--){var m=a(l[e]);for(var d=m.length-1;d>=0;d--){var g=a.data(m[d],"sortable");if(g&&g!=this&&!g.options.disabled){f.push([a.isFunction(g.options.items)?g.options.items.call(g.element[0],b,{item:this.currentItem}):a(g.options.items,g.element),g]);this.containers.push(g)}}}}for(var e=f.length-1;e>=0;e--){var k=f[e][1];var c=f[e][0];for(var d=0,n=c.length;d<n;d++){var o=a(c[d]);o.data("sortable-item",k);h.push({item:o,instance:k,width:0,height:0,left:0,top:0})}}},refreshPositions:function(b){if(this.offsetParent&&this.helper){this.offset.parent=this._getParentOffset()}for(var d=this.items.length-1;d>=0;d--){var e=this.items[d];if(e.instance!=this.currentContainer&&this.currentContainer&&e.item[0]!=this.currentItem[0]){continue}var c=this.options.toleranceElement?a(this.options.toleranceElement,e.item):e.item;if(!b){e.width=c.outerWidth();e.height=c.outerHeight()}var f=c.offset();e.left=f.left;e.top=f.top}if(this.options.custom&&this.options.custom.refreshContainers){this.options.custom.refreshContainers.call(this)}else{for(var d=this.containers.length-1;d>=0;d--){var f=this.containers[d].element.offset();this.containers[d].containerCache.left=f.left;this.containers[d].containerCache.top=f.top;this.containers[d].containerCache.width=this.containers[d].element.outerWidth();this.containers[d].containerCache.height=this.containers[d].element.outerHeight()}}},_createPlaceholder:function(d){var b=d||this,e=b.options;if(!e.placeholder||e.placeholder.constructor==String){var c=e.placeholder;e.placeholder={element:function(){var f=a(document.createElement(b.currentItem[0].nodeName)).addClass(c||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!c){f.style.visibility="hidden"}return f},update:function(f,g){if(c&&!e.forcePlaceholderSize){return}if(!g.height()){g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10))}if(!g.width()){g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")||0,10))}}}}b.placeholder=a(e.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder);e.placeholder.update(b,b.placeholder)},_contactContainers:function(d){for(var c=this.containers.length-1;c>=0;c--){if(this._intersectsWith(this.containers[c].containerCache)){if(!this.containers[c].containerCache.over){if(this.currentContainer!=this.containers[c]){var h=10000;var g=null;var e=this.positionAbs[this.containers[c].floating?"left":"top"];for(var b=this.items.length-1;b>=0;b--){if(!a.ui.contains(this.containers[c].element[0],this.items[b].item[0])){continue}var f=this.items[b][this.containers[c].floating?"left":"top"];if(Math.abs(f-e)<h){h=Math.abs(f-e);g=this.items[b]}}if(!g&&!this.options.dropOnEmpty){continue}this.currentContainer=this.containers[c];g?this._rearrange(d,g,null,true):this._rearrange(d,null,this.containers[c].element,true);this._trigger("change",d,this._uiHash());this.containers[c]._trigger("change",d,this._uiHash(this));this.options.placeholder.update(this.currentContainer,this.placeholder)}this.containers[c]._trigger("over",d,this._uiHash(this));this.containers[c].containerCache.over=1}}else{if(this.containers[c].containerCache.over){this.containers[c]._trigger("out",d,this._uiHash(this));this.containers[c].containerCache.over=0}}}},_createHelper:function(c){var d=this.options;var b=a.isFunction(d.helper)?a(d.helper.apply(this.element[0],[c,this.currentItem])):(d.helper=="clone"?this.currentItem.clone():this.currentItem);if(!b.parents("body").length){a(d.appendTo!="parent"?d.appendTo:this.currentItem[0].parentNode)[0].appendChild(b[0])}if(b[0]==this.currentItem[0]){this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}}if(b[0].style.width==""||d.forceHelperSize){b.width(this.currentItem.width())}if(b[0].style.height==""||d.forceHelperSize){b.height(this.currentItem.height())}return b},_adjustOffsetFromHelper:function(b){if(b.left!=undefined){this.offset.click.left=b.left+this.margins.left}if(b.right!=undefined){this.offset.click.left=this.helperProportions.width-b.right+this.margins.left}if(b.top!=undefined){this.offset.click.top=b.top+this.margins.top}if(b.bottom!=undefined){this.offset.click.top=this.helperProportions.height-b.bottom+this.margins.top}},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var b=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0])){b.left+=this.scrollParent.scrollLeft();b.top+=this.scrollParent.scrollTop()}if((this.offsetParent[0]==document.body)||(this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&a.browser.msie)){b={top:0,left:0}}return{top:b.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:b.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var b=this.currentItem.position();return{top:b.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:b.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else{return{top:0,left:0}}},_cacheMargins:function(){this.margins={left:(parseInt(this.currentItem.css("marginLeft"),10)||0),top:(parseInt(this.currentItem.css("marginTop"),10)||0)}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e=this.options;if(e.containment=="parent"){e.containment=this.helper[0].parentNode}if(e.containment=="document"||e.containment=="window"){this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,a(e.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a(e.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]}if(!(/^(document|window|parent)$/).test(e.containment)){var c=a(e.containment)[0];var d=a(e.containment).offset();var b=(a(c).css("overflow")!="hidden");this.containment=[d.left+(parseInt(a(c).css("borderLeftWidth"),10)||0)+(parseInt(a(c).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(a(c).css("borderTopWidth"),10)||0)+(parseInt(a(c).css("paddingTop"),10)||0)-this.margins.top,d.left+(b?Math.max(c.scrollWidth,c.offsetWidth):c.offsetWidth)-(parseInt(a(c).css("borderLeftWidth"),10)||0)-(parseInt(a(c).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,d.top+(b?Math.max(c.scrollHeight,c.offsetHeight):c.offsetHeight)-(parseInt(a(c).css("borderTopWidth"),10)||0)-(parseInt(a(c).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}},_convertPositionTo:function(f,h){if(!h){h=this.position}var c=f=="absolute"?1:-1;var e=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,g=(/(html|body)/i).test(b[0].tagName);return{top:(h.top+this.offset.relative.top*c+this.offset.parent.top*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(g?0:b.scrollTop()))*c)),left:(h.left+this.offset.relative.left*c+this.offset.parent.left*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():g?0:b.scrollLeft())*c))}},_generatePosition:function(e){var h=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,i=(/(html|body)/i).test(b[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0])){this.offset.relative=this._getRelativeOffset()}var d=e.pageX;var c=e.pageY;if(this.originalPosition){if(this.containment){if(e.pageX-this.offset.click.left<this.containment[0]){d=this.containment[0]+this.offset.click.left}if(e.pageY-this.offset.click.top<this.containment[1]){c=this.containment[1]+this.offset.click.top}if(e.pageX-this.offset.click.left>this.containment[2]){d=this.containment[2]+this.offset.click.left}if(e.pageY-this.offset.click.top>this.containment[3]){c=this.containment[3]+this.offset.click.top}}if(h.grid){var g=this.originalPageY+Math.round((c-this.originalPageY)/h.grid[1])*h.grid[1];c=this.containment?(!(g-this.offset.click.top<this.containment[1]||g-this.offset.click.top>this.containment[3])?g:(!(g-this.offset.click.top<this.containment[1])?g-h.grid[1]:g+h.grid[1])):g;var f=this.originalPageX+Math.round((d-this.originalPageX)/h.grid[0])*h.grid[0];d=this.containment?(!(f-this.offset.click.left<this.containment[0]||f-this.offset.click.left>this.containment[2])?f:(!(f-this.offset.click.left<this.containment[0])?f-h.grid[0]:f+h.grid[0])):f}}return{top:(c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(i?0:b.scrollTop())))),left:(d-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():i?0:b.scrollLeft())))}},_rearrange:function(g,f,c,e){c?c[0].appendChild(this.placeholder[0]):f.item[0].parentNode.insertBefore(this.placeholder[0],(this.direction=="down"?f.item[0]:f.item[0].nextSibling));this.counter=this.counter?++this.counter:1;var d=this,b=this.counter;window.setTimeout(function(){if(b==d.counter){d.refreshPositions(!e)}},0)},_clear:function(d,e){this.reverting=false;var f=[],b=this;if(!this._noFinalSort&&this.currentItem[0].parentNode){this.placeholder.before(this.currentItem)}this._noFinalSort=null;if(this.helper[0]==this.currentItem[0]){for(var c in this._storedCSS){if(this._storedCSS[c]=="auto"||this._storedCSS[c]=="static"){this._storedCSS[c]=""}}this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else{this.currentItem.show()}if(this.fromOutside&&!e){f.push(function(g){this._trigger("receive",g,this._uiHash(this.fromOutside))})}if((this.fromOutside||this.domPosition.prev!=this.currentItem.prev().not(".ui-sortable-helper")[0]||this.domPosition.parent!=this.currentItem.parent()[0])&&!e){f.push(function(g){this._trigger("update",g,this._uiHash())})}if(!a.ui.contains(this.element[0],this.currentItem[0])){if(!e){f.push(function(g){this._trigger("remove",g,this._uiHash())})}for(var c=this.containers.length-1;c>=0;c--){if(a.ui.contains(this.containers[c].element[0],this.currentItem[0])&&!e){f.push((function(g){return function(h){g._trigger("receive",h,this._uiHash(this))}}).call(this,this.containers[c]));f.push((function(g){return function(h){g._trigger("update",h,this._uiHash(this))}}).call(this,this.containers[c]))}}}for(var c=this.containers.length-1;c>=0;c--){if(!e){f.push((function(g){return function(h){g._trigger("deactivate",h,this._uiHash(this))}}).call(this,this.containers[c]))}if(this.containers[c].containerCache.over){f.push((function(g){return function(h){g._trigger("out",h,this._uiHash(this))}}).call(this,this.containers[c]));this.containers[c].containerCache.over=0}}if(this._storedCursor){a("body").css("cursor",this._storedCursor)}if(this._storedOpacity){this.helper.css("opacity",this._storedOpacity)}if(this._storedZIndex){this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex)}this.dragging=false;if(this.cancelHelperRemoval){if(!e){this._trigger("beforeStop",d,this._uiHash());for(var c=0;c<f.length;c++){f[c].call(this,d)}this._trigger("stop",d,this._uiHash())}return false}if(!e){this._trigger("beforeStop",d,this._uiHash())}this.placeholder[0].parentNode.removeChild(this.placeholder[0]);if(this.helper[0]!=this.currentItem[0]){this.helper.remove()}this.helper=null;if(!e){for(var c=0;c<f.length;c++){f[c].call(this,d)}this._trigger("stop",d,this._uiHash())}this.fromOutside=false;return true},_trigger:function(){if(a.widget.prototype._trigger.apply(this,arguments)===false){this.cancel()}},_uiHash:function(c){var b=c||this;return{helper:b.helper,placeholder:b.placeholder||a([]),position:b.position,absolutePosition:b.positionAbs,offset:b.positionAbs,item:b.currentItem,sender:c?c.element:null}}}));a.extend(a.ui.sortable,{getter:"serialize toArray",version:"1.7.2",eventPrefix:"sort",defaults:{appendTo:"parent",axis:false,cancel:":input,option",connectWith:false,containment:false,cursor:"auto",cursorAt:false,delay:0,distance:1,dropOnEmpty:true,forcePlaceholderSize:false,forceHelperSize:false,grid:false,handle:false,helper:"original",items:"> *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1000}})})(jQuery);jQuery.effects||(function(d){d.effects={version:"1.7.2",save:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.data("ec.storage."+h[f],g[0].style[h[f]])}}},restore:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.css(h[f],g.data("ec.storage."+h[f]))}}},setMode:function(f,g){if(g=="toggle"){g=f.is(":hidden")?"show":"hide"}return g},getBaseline:function(g,h){var i,f;switch(g[0]){case"top":i=0;break;case"middle":i=0.5;break;case"bottom":i=1;break;default:i=g[0]/h.height}switch(g[1]){case"left":f=0;break;case"center":f=0.5;break;case"right":f=1;break;default:f=g[1]/h.width}return{x:f,y:i}},createWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent()}var g={width:f.outerWidth(true),height:f.outerHeight(true),"float":f.css("float")};f.wrap('<div class="ui-effects-wrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');var j=f.parent();if(f.css("position")=="static"){j.css({position:"relative"});f.css({position:"relative"})}else{var i=f.css("top");if(isNaN(parseInt(i,10))){i="auto"}var h=f.css("left");if(isNaN(parseInt(h,10))){h="auto"}j.css({position:f.css("position"),top:i,left:h,zIndex:f.css("z-index")}).show();f.css({position:"relative",top:0,left:0})}j.css(g);return j},removeWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent().replaceWith(f)}return f},setTransition:function(g,i,f,h){h=h||{};d.each(i,function(k,j){unit=g.cssUnit(j);if(unit[0]>0){h[j]=unit[0]*f+unit[1]}});return h},animateClass:function(h,i,k,j){var f=(typeof k=="function"?k:(j?j:null));var g=(typeof k=="string"?k:null);return this.each(function(){var q={};var o=d(this);var p=o.attr("style")||"";if(typeof p=="object"){p=p.cssText}if(h.toggle){o.hasClass(h.toggle)?h.remove=h.toggle:h.add=h.toggle}var l=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.addClass(h.add)}if(h.remove){o.removeClass(h.remove)}var m=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.removeClass(h.add)}if(h.remove){o.addClass(h.remove)}for(var r in m){if(typeof m[r]!="function"&&m[r]&&r.indexOf("Moz")==-1&&r.indexOf("length")==-1&&m[r]!=l[r]&&(r.match(/color/i)||(!r.match(/color/i)&&!isNaN(parseInt(m[r],10))))&&(l.position!="static"||(l.position=="static"&&!r.match(/left|top|bottom|right/)))){q[r]=m[r]}}o.animate(q,i,g,function(){if(typeof d(this).attr("style")=="object"){d(this).attr("style")["cssText"]="";d(this).attr("style")["cssText"]=p}else{d(this).attr("style",p)}if(h.add){d(this).addClass(h.add)}if(h.remove){d(this).removeClass(h.remove)}if(f){f.apply(this,arguments)}})})}};function c(g,f){var i=g[1]&&g[1].constructor==Object?g[1]:{};if(f){i.mode=f}var h=g[1]&&g[1].constructor!=Object?g[1]:(i.duration?i.duration:g[2]);h=d.fx.off?0:typeof h==="number"?h:d.fx.speeds[h]||d.fx.speeds._default;var j=i.callback||(d.isFunction(g[1])&&g[1])||(d.isFunction(g[2])&&g[2])||(d.isFunction(g[3])&&g[3]);return[g[0],i,h,j]}d.fn.extend({_show:d.fn.show,_hide:d.fn.hide,__toggle:d.fn.toggle,_addClass:d.fn.addClass,_removeClass:d.fn.removeClass,_toggleClass:d.fn.toggleClass,effect:function(g,f,h,i){return d.effects[g]?d.effects[g].call(this,{method:g,options:f||{},duration:h,callback:i}):null},show:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._show.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"show"))}},hide:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._hide.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"hide"))}},toggle:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))||(d.isFunction(arguments[0])||typeof arguments[0]=="boolean")){return this.__toggle.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"toggle"))}},addClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{add:g},f,i,h]):this._addClass(g)},removeClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{remove:g},f,i,h]):this._removeClass(g)},toggleClass:function(g,f,i,h){return((typeof f!=="boolean")&&f)?d.effects.animateClass.apply(this,[{toggle:g},f,i,h]):this._toggleClass(g,f)},morph:function(f,h,g,j,i){return d.effects.animateClass.apply(this,[{add:h,remove:f},g,j,i])},switchClass:function(){return this.morph.apply(this,arguments)},cssUnit:function(f){var g=this.css(f),h=[];d.each(["em","px","%","pt"],function(j,k){if(g.indexOf(k)>0){h=[parseFloat(g),k]}});return h}});d.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(g,f){d.fx.step[f]=function(h){if(h.state==0){h.start=e(h.elem,f);h.end=b(h.end)}h.elem.style[f]="rgb("+[Math.max(Math.min(parseInt((h.pos*(h.end[0]-h.start[0]))+h.start[0],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[1]-h.start[1]))+h.start[1],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[2]-h.start[2]))+h.start[2],10),255),0)].join(",")+")"}});function b(g){var f;if(g&&g.constructor==Array&&g.length==3){return g}if(f=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(g)){return[parseInt(f[1],10),parseInt(f[2],10),parseInt(f[3],10)]}if(f=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(g)){return[parseFloat(f[1])*2.55,parseFloat(f[2])*2.55,parseFloat(f[3])*2.55]}if(f=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(g)){return[parseInt(f[1],16),parseInt(f[2],16),parseInt(f[3],16)]}if(f=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(g)){return[parseInt(f[1]+f[1],16),parseInt(f[2]+f[2],16),parseInt(f[3]+f[3],16)]}if(f=/rgba\(0, 0, 0, 0\)/.exec(g)){return a.transparent}return a[d.trim(g).toLowerCase()]}function e(h,f){var g;do{g=d.curCSS(h,f);if(g!=""&&g!="transparent"||d.nodeName(h,"body")){break}f="backgroundColor"}while(h=h.parentNode);return b(g)}var a={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]};d.easing.jswing=d.easing.swing;d.extend(d.easing,{def:"easeOutQuad",swing:function(g,h,f,j,i){return d.easing[d.easing.def](g,h,f,j,i)},easeInQuad:function(g,h,f,j,i){return j*(h/=i)*h+f},easeOutQuad:function(g,h,f,j,i){return-j*(h/=i)*(h-2)+f},easeInOutQuad:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h+f}return-j/2*((--h)*(h-2)-1)+f},easeInCubic:function(g,h,f,j,i){return j*(h/=i)*h*h+f},easeOutCubic:function(g,h,f,j,i){return j*((h=h/i-1)*h*h+1)+f},easeInOutCubic:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h+f}return j/2*((h-=2)*h*h+2)+f},easeInQuart:function(g,h,f,j,i){return j*(h/=i)*h*h*h+f},easeOutQuart:function(g,h,f,j,i){return-j*((h=h/i-1)*h*h*h-1)+f},easeInOutQuart:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h+f}return-j/2*((h-=2)*h*h*h-2)+f},easeInQuint:function(g,h,f,j,i){return j*(h/=i)*h*h*h*h+f},easeOutQuint:function(g,h,f,j,i){return j*((h=h/i-1)*h*h*h*h+1)+f},easeInOutQuint:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h*h+f}return j/2*((h-=2)*h*h*h*h+2)+f},easeInSine:function(g,h,f,j,i){return-j*Math.cos(h/i*(Math.PI/2))+j+f},easeOutSine:function(g,h,f,j,i){return j*Math.sin(h/i*(Math.PI/2))+f},easeInOutSine:function(g,h,f,j,i){return-j/2*(Math.cos(Math.PI*h/i)-1)+f},easeInExpo:function(g,h,f,j,i){return(h==0)?f:j*Math.pow(2,10*(h/i-1))+f},easeOutExpo:function(g,h,f,j,i){return(h==i)?f+j:j*(-Math.pow(2,-10*h/i)+1)+f},easeInOutExpo:function(g,h,f,j,i){if(h==0){return f}if(h==i){return f+j}if((h/=i/2)<1){return j/2*Math.pow(2,10*(h-1))+f}return j/2*(-Math.pow(2,-10*--h)+2)+f},easeInCirc:function(g,h,f,j,i){return-j*(Math.sqrt(1-(h/=i)*h)-1)+f},easeOutCirc:function(g,h,f,j,i){return j*Math.sqrt(1-(h=h/i-1)*h)+f},easeInOutCirc:function(g,h,f,j,i){if((h/=i/2)<1){return-j/2*(Math.sqrt(1-h*h)-1)+f}return j/2*(Math.sqrt(1-(h-=2)*h)+1)+f},easeInElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return-(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f},easeOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return h*Math.pow(2,-10*i)*Math.sin((i*l-j)*(2*Math.PI)/k)+m+f},easeInOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l/2)==2){return f+m}if(!k){k=l*(0.3*1.5)}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}if(i<1){return-0.5*(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f}return h*Math.pow(2,-10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k)*0.5+m+f},easeInBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*(h/=j)*h*((i+1)*h-i)+f},easeOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*((h=h/j-1)*h*((i+1)*h+i)+1)+f},easeInOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}if((h/=j/2)<1){return k/2*(h*h*(((i*=(1.525))+1)*h-i))+f}return k/2*((h-=2)*h*(((i*=(1.525))+1)*h+i)+2)+f},easeInBounce:function(g,h,f,j,i){return j-d.easing.easeOutBounce(g,i-h,0,j,i)+f},easeOutBounce:function(g,h,f,j,i){if((h/=i)<(1/2.75)){return j*(7.5625*h*h)+f}else{if(h<(2/2.75)){return j*(7.5625*(h-=(1.5/2.75))*h+0.75)+f}else{if(h<(2.5/2.75)){return j*(7.5625*(h-=(2.25/2.75))*h+0.9375)+f}else{return j*(7.5625*(h-=(2.625/2.75))*h+0.984375)+f}}}},easeInOutBounce:function(g,h,f,j,i){if(h<i/2){return d.easing.easeInBounce(g,h*2,0,j,i)*0.5+f}return d.easing.easeOutBounce(g,h*2-i,0,j,i)*0.5+j*0.5+f}})})(jQuery);(function(a){a.effects.blind=function(b){return this.queue(function(){var d=a(this),c=["position","top","left"];var h=a.effects.setMode(d,b.options.mode||"hide");var g=b.options.direction||"vertical";a.effects.save(d,c);d.show();var j=a.effects.createWrapper(d).css({overflow:"hidden"});var e=(g=="vertical")?"height":"width";var i=(g=="vertical")?j.height():j.width();if(h=="show"){j.css(e,0)}var f={};f[e]=h=="show"?i:0;j.animate(f,b.duration,b.options.easing,function(){if(h=="hide"){d.hide()}a.effects.restore(d,c);a.effects.removeWrapper(d);if(b.callback){b.callback.apply(d[0],arguments)}d.dequeue()})})}})(jQuery);(function(a){a.effects.bounce=function(b){return this.queue(function(){var e=a(this),l=["position","top","left"];var k=a.effects.setMode(e,b.options.mode||"effect");var n=b.options.direction||"up";var c=b.options.distance||20;var d=b.options.times||5;var g=b.duration||250;if(/show|hide/.test(k)){l.push("opacity")}a.effects.save(e,l);e.show();a.effects.createWrapper(e);var f=(n=="up"||n=="down")?"top":"left";var p=(n=="up"||n=="left")?"pos":"neg";var c=b.options.distance||(f=="top"?e.outerHeight({margin:true})/3:e.outerWidth({margin:true})/3);if(k=="show"){e.css("opacity",0).css(f,p=="pos"?-c:c)}if(k=="hide"){c=c/(d*2)}if(k!="hide"){d--}if(k=="show"){var h={opacity:1};h[f]=(p=="pos"?"+=":"-=")+c;e.animate(h,g/2,b.options.easing);c=c/2;d--}for(var j=0;j<d;j++){var o={},m={};o[f]=(p=="pos"?"-=":"+=")+c;m[f]=(p=="pos"?"+=":"-=")+c;e.animate(o,g/2,b.options.easing).animate(m,g/2,b.options.easing);c=(k=="hide")?c*2:c/2}if(k=="hide"){var h={opacity:0};h[f]=(p=="pos"?"-=":"+=")+c;e.animate(h,g/2,b.options.easing,function(){e.hide();a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}})}else{var o={},m={};o[f]=(p=="pos"?"-=":"+=")+c;m[f]=(p=="pos"?"+=":"-=")+c;e.animate(o,g/2,b.options.easing).animate(m,g/2,b.options.easing,function(){a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}})}e.queue("fx",function(){e.dequeue()});e.dequeue()})}})(jQuery);(function(a){a.effects.clip=function(b){return this.queue(function(){var f=a(this),j=["position","top","left","height","width"];var i=a.effects.setMode(f,b.options.mode||"hide");var k=b.options.direction||"vertical";a.effects.save(f,j);f.show();var c=a.effects.createWrapper(f).css({overflow:"hidden"});var e=f[0].tagName=="IMG"?c:f;var g={size:(k=="vertical")?"height":"width",position:(k=="vertical")?"top":"left"};var d=(k=="vertical")?e.height():e.width();if(i=="show"){e.css(g.size,0);e.css(g.position,d/2)}var h={};h[g.size]=i=="show"?d:0;h[g.position]=i=="show"?0:d/2;e.animate(h,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){f.hide()}a.effects.restore(f,j);a.effects.removeWrapper(f);if(b.callback){b.callback.apply(f[0],arguments)}f.dequeue()}})})}})(jQuery);(function(a){a.effects.drop=function(b){return this.queue(function(){var e=a(this),d=["position","top","left","opacity"];var i=a.effects.setMode(e,b.options.mode||"hide");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e);var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true})/2:e.outerWidth({margin:true})/2);if(i=="show"){e.css("opacity",0).css(f,c=="pos"?-j:j)}var g={opacity:i=="show"?1:0};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);(function(a){a.effects.explode=function(b){return this.queue(function(){var k=b.options.pieces?Math.round(Math.sqrt(b.options.pieces)):3;var e=b.options.pieces?Math.round(Math.sqrt(b.options.pieces)):3;b.options.mode=b.options.mode=="toggle"?(a(this).is(":visible")?"hide":"show"):b.options.mode;var h=a(this).show().css("visibility","hidden");var l=h.offset();l.top-=parseInt(h.css("marginTop"),10)||0;l.left-=parseInt(h.css("marginLeft"),10)||0;var g=h.outerWidth(true);var c=h.outerHeight(true);for(var f=0;f<k;f++){for(var d=0;d<e;d++){h.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-d*(g/e),top:-f*(c/k)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:g/e,height:c/k,left:l.left+d*(g/e)+(b.options.mode=="show"?(d-Math.floor(e/2))*(g/e):0),top:l.top+f*(c/k)+(b.options.mode=="show"?(f-Math.floor(k/2))*(c/k):0),opacity:b.options.mode=="show"?0:1}).animate({left:l.left+d*(g/e)+(b.options.mode=="show"?0:(d-Math.floor(e/2))*(g/e)),top:l.top+f*(c/k)+(b.options.mode=="show"?0:(f-Math.floor(k/2))*(c/k)),opacity:b.options.mode=="show"?1:0},b.duration||500)}}setTimeout(function(){b.options.mode=="show"?h.css({visibility:"visible"}):h.css({visibility:"visible"}).hide();if(b.callback){b.callback.apply(h[0])}h.dequeue();a("div.ui-effects-explode").remove()},b.duration||500)})}})(jQuery);(function(a){a.effects.fold=function(b){return this.queue(function(){var e=a(this),k=["position","top","left"];var h=a.effects.setMode(e,b.options.mode||"hide");var o=b.options.size||15;var n=!(!b.options.horizFirst);var g=b.duration?b.duration/2:a.fx.speeds._default/2;a.effects.save(e,k);e.show();var d=a.effects.createWrapper(e).css({overflow:"hidden"});var i=((h=="show")!=n);var f=i?["width","height"]:["height","width"];var c=i?[d.width(),d.height()]:[d.height(),d.width()];var j=/([0-9]+)%/.exec(o);if(j){o=parseInt(j[1],10)/100*c[h=="hide"?0:1]}if(h=="show"){d.css(n?{height:0,width:o}:{height:o,width:0})}var m={},l={};m[f[0]]=h=="show"?c[0]:o;l[f[1]]=h=="show"?c[1]:0;d.animate(m,g,b.options.easing).animate(l,g,b.options.easing,function(){if(h=="hide"){e.hide()}a.effects.restore(e,k);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(e[0],arguments)}e.dequeue()})})}})(jQuery);(function(a){a.effects.highlight=function(b){return this.queue(function(){var e=a(this),d=["backgroundImage","backgroundColor","opacity"];var h=a.effects.setMode(e,b.options.mode||"show");var c=b.options.color||"#ffff99";var g=e.css("backgroundColor");a.effects.save(e,d);e.show();e.css({backgroundImage:"none",backgroundColor:c});var f={backgroundColor:g};if(h=="hide"){f.opacity=0}e.animate(f,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(h=="hide"){e.hide()}a.effects.restore(e,d);if(h=="show"&&a.browser.msie){this.style.removeAttribute("filter")}if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);(function(a){a.effects.pulsate=function(b){return this.queue(function(){var d=a(this);var g=a.effects.setMode(d,b.options.mode||"show");var f=b.options.times||5;var e=b.duration?b.duration/2:a.fx.speeds._default/2;if(g=="hide"){f--}if(d.is(":hidden")){d.css("opacity",0);d.show();d.animate({opacity:1},e,b.options.easing);f=f-2}for(var c=0;c<f;c++){d.animate({opacity:0},e,b.options.easing).animate({opacity:1},e,b.options.easing)}if(g=="hide"){d.animate({opacity:0},e,b.options.easing,function(){d.hide();if(b.callback){b.callback.apply(this,arguments)}})}else{d.animate({opacity:0},e,b.options.easing).animate({opacity:1},e,b.options.easing,function(){if(b.callback){b.callback.apply(this,arguments)}})}d.queue("fx",function(){d.dequeue()});d.dequeue()})}})(jQuery);(function(a){a.effects.puff=function(b){return this.queue(function(){var f=a(this);var c=a.extend(true,{},b.options);var h=a.effects.setMode(f,b.options.mode||"hide");var g=parseInt(b.options.percent,10)||150;c.fade=true;var e={height:f.height(),width:f.width()};var d=g/100;f.from=(h=="hide")?e:{height:e.height*d,width:e.width*d};c.from=f.from;c.percent=(h=="hide")?g:100;c.mode=h;f.effect("scale",c,b.duration,b.callback);f.dequeue()})};a.effects.scale=function(b){return this.queue(function(){var g=a(this);var d=a.extend(true,{},b.options);var j=a.effects.setMode(g,b.options.mode||"effect");var h=parseInt(b.options.percent,10)||(parseInt(b.options.percent,10)==0?0:(j=="hide"?0:100));var i=b.options.direction||"both";var c=b.options.origin;if(j!="effect"){d.origin=c||["middle","center"];d.restore=true}var f={height:g.height(),width:g.width()};g.from=b.options.from||(j=="show"?{height:0,width:0}:f);var e={y:i!="horizontal"?(h/100):1,x:i!="vertical"?(h/100):1};g.to={height:f.height*e.y,width:f.width*e.x};if(b.options.fade){if(j=="show"){g.from.opacity=0;g.to.opacity=1}if(j=="hide"){g.from.opacity=1;g.to.opacity=0}}d.from=g.from;d.to=g.to;d.mode=j;g.effect("size",d,b.duration,b.callback);g.dequeue()})};a.effects.size=function(b){return this.queue(function(){var c=a(this),n=["position","top","left","width","height","overflow","opacity"];var m=["position","top","left","overflow","opacity"];var j=["width","height","overflow"];var p=["fontSize"];var k=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"];var f=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"];var g=a.effects.setMode(c,b.options.mode||"effect");var i=b.options.restore||false;var e=b.options.scale||"both";var o=b.options.origin;var d={height:c.height(),width:c.width()};c.from=b.options.from||d;c.to=b.options.to||d;if(o){var h=a.effects.getBaseline(o,d);c.from.top=(d.height-c.from.height)*h.y;c.from.left=(d.width-c.from.width)*h.x;c.to.top=(d.height-c.to.height)*h.y;c.to.left=(d.width-c.to.width)*h.x}var l={from:{y:c.from.height/d.height,x:c.from.width/d.width},to:{y:c.to.height/d.height,x:c.to.width/d.width}};if(e=="box"||e=="both"){if(l.from.y!=l.to.y){n=n.concat(k);c.from=a.effects.setTransition(c,k,l.from.y,c.from);c.to=a.effects.setTransition(c,k,l.to.y,c.to)}if(l.from.x!=l.to.x){n=n.concat(f);c.from=a.effects.setTransition(c,f,l.from.x,c.from);c.to=a.effects.setTransition(c,f,l.to.x,c.to)}}if(e=="content"||e=="both"){if(l.from.y!=l.to.y){n=n.concat(p);c.from=a.effects.setTransition(c,p,l.from.y,c.from);c.to=a.effects.setTransition(c,p,l.to.y,c.to)}}a.effects.save(c,i?n:m);c.show();a.effects.createWrapper(c);c.css("overflow","hidden").css(c.from);if(e=="content"||e=="both"){k=k.concat(["marginTop","marginBottom"]).concat(p);f=f.concat(["marginLeft","marginRight"]);j=n.concat(k).concat(f);c.find("*[width]").each(function(){child=a(this);if(i){a.effects.save(child,j)}var q={height:child.height(),width:child.width()};child.from={height:q.height*l.from.y,width:q.width*l.from.x};child.to={height:q.height*l.to.y,width:q.width*l.to.x};if(l.from.y!=l.to.y){child.from=a.effects.setTransition(child,k,l.from.y,child.from);child.to=a.effects.setTransition(child,k,l.to.y,child.to)}if(l.from.x!=l.to.x){child.from=a.effects.setTransition(child,f,l.from.x,child.from);child.to=a.effects.setTransition(child,f,l.to.x,child.to)}child.css(child.from);child.animate(child.to,b.duration,b.options.easing,function(){if(i){a.effects.restore(child,j)}})})}c.animate(c.to,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(g=="hide"){c.hide()}a.effects.restore(c,i?n:m);a.effects.removeWrapper(c);if(b.callback){b.callback.apply(this,arguments)}c.dequeue()}})})}})(jQuery);(function(a){a.effects.shake=function(b){return this.queue(function(){var e=a(this),l=["position","top","left"];var k=a.effects.setMode(e,b.options.mode||"effect");var n=b.options.direction||"left";var c=b.options.distance||20;var d=b.options.times||3;var g=b.duration||b.options.duration||140;a.effects.save(e,l);e.show();a.effects.createWrapper(e);var f=(n=="up"||n=="down")?"top":"left";var p=(n=="up"||n=="left")?"pos":"neg";var h={},o={},m={};h[f]=(p=="pos"?"-=":"+=")+c;o[f]=(p=="pos"?"+=":"-=")+c*2;m[f]=(p=="pos"?"-=":"+=")+c*2;e.animate(h,g,b.options.easing);for(var j=1;j<d;j++){e.animate(o,g,b.options.easing).animate(m,g,b.options.easing)}e.animate(o,g,b.options.easing).animate(h,g/2,b.options.easing,function(){a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}});e.queue("fx",function(){e.dequeue()});e.dequeue()})}})(jQuery);(function(a){a.effects.slide=function(b){return this.queue(function(){var e=a(this),d=["position","top","left"];var i=a.effects.setMode(e,b.options.mode||"show");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e).css({overflow:"hidden"});var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true}):e.outerWidth({margin:true}));if(i=="show"){e.css(f,c=="pos"?-j:j)}var g={};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);(function(a){a.effects.transfer=function(b){return this.queue(function(){var f=a(this),h=a(b.options.to),e=h.offset(),g={top:e.top,left:e.left,height:h.innerHeight(),width:h.innerWidth()},d=f.offset(),c=a('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(b.options.className).css({top:d.top,left:d.left,height:f.innerHeight(),width:f.innerWidth(),position:"absolute"}).animate(g,b.duration,b.options.easing,function(){c.remove();(b.callback&&b.callback.apply(f[0],arguments));f.dequeue()})})}})(jQuery);(function(a){a.widget("ui.accordion",{_init:function(){var d=this.options,b=this;this.running=0;if(d.collapsible==a.ui.accordion.defaults.collapsible&&d.alwaysOpen!=a.ui.accordion.defaults.alwaysOpen){d.collapsible=!d.alwaysOpen}if(d.navigation){var c=this.element.find("a").filter(d.navigationFilter);if(c.length){if(c.filter(d.header).length){this.active=c}else{this.active=c.parent().parent().prev();c.addClass("ui-accordion-content-active")}}}this.element.addClass("ui-accordion ui-widget ui-helper-reset");if(this.element[0].nodeName=="UL"){this.element.children("li").addClass("ui-accordion-li-fix")}this.headers=this.element.find(d.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){a(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){a(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){a(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){a(this).removeClass("ui-state-focus")});this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");this.active=this._findActive(this.active||d.active).toggleClass("ui-state-default").toggleClass("ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");this.active.next().addClass("ui-accordion-content-active");a("<span/>").addClass("ui-icon "+d.icons.header).prependTo(this.headers);this.active.find(".ui-icon").toggleClass(d.icons.header).toggleClass(d.icons.headerSelected);if(a.browser.msie){this.element.find("a").css("zoom","1")}this.resize();this.element.attr("role","tablist");this.headers.attr("role","tab").bind("keydown",function(e){return b._keydown(e)}).next().attr("role","tabpanel");this.headers.not(this.active||"").attr("aria-expanded","false").attr("tabIndex","-1").next().hide();if(!this.active.length){this.headers.eq(0).attr("tabIndex","0")}else{this.active.attr("aria-expanded","true").attr("tabIndex","0")}if(!a.browser.safari){this.headers.find("a").attr("tabIndex","-1")}if(d.event){this.headers.bind((d.event)+".accordion",function(e){return b._clickHandler.call(b,e,this)})}},destroy:function(){var c=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role").unbind(".accordion").removeData("accordion");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabindex");this.headers.find("a").removeAttr("tabindex");this.headers.children(".ui-icon").remove();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active");if(c.autoHeight||c.fillHeight){b.css("height","")}},_setData:function(b,c){if(b=="alwaysOpen"){b="collapsible";c=!c}a.widget.prototype._setData.apply(this,arguments)},_keydown:function(e){var g=this.options,f=a.ui.keyCode;if(g.disabled||e.altKey||e.ctrlKey){return}var d=this.headers.length;var b=this.headers.index(e.target);var c=false;switch(e.keyCode){case f.RIGHT:case f.DOWN:c=this.headers[(b+1)%d];break;case f.LEFT:case f.UP:c=this.headers[(b-1+d)%d];break;case f.SPACE:case f.ENTER:return this._clickHandler({target:e.target},e.target)}if(c){a(e.target).attr("tabIndex","-1");a(c).attr("tabIndex","0");c.focus();return false}return true},resize:function(){var e=this.options,d;if(e.fillSpace){if(a.browser.msie){var b=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}d=this.element.parent().height();if(a.browser.msie){this.element.parent().css("overflow",b)}this.headers.each(function(){d-=a(this).outerHeight()});var c=0;this.headers.next().each(function(){c=Math.max(c,a(this).innerHeight()-a(this).height())}).height(Math.max(0,d-c)).css("overflow","auto")}else{if(e.autoHeight){d=0;this.headers.next().each(function(){d=Math.max(d,a(this).outerHeight())}).height(d)}}},activate:function(b){var c=this._findActive(b)[0];this._clickHandler({target:c},c)},_findActive:function(b){return b?typeof b=="number"?this.headers.filter(":eq("+b+")"):this.headers.not(this.headers.not(b)):b===false?a([]):this.headers.filter(":eq(0)")},_clickHandler:function(b,f){var d=this.options;if(d.disabled){return false}if(!b.target&&d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var h=this.active.next(),e={options:d,newHeader:a([]),oldHeader:d.active,newContent:a([]),oldContent:h},c=(this.active=a([]));this._toggle(c,h,e);return false}var g=a(b.currentTarget||f);var i=g[0]==this.active[0];if(this.running||(!d.collapsible&&i)){return false}this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");if(!i){g.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").find(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);g.next().addClass("ui-accordion-content-active")}var c=g.next(),h=this.active.next(),e={options:d,newHeader:i&&d.collapsible?a([]):g,oldHeader:this.active,newContent:i&&d.collapsible?a([]):c.find("> *"),oldContent:h.find("> *")},j=this.headers.index(this.active[0])>this.headers.index(g[0]);this.active=i?a([]):g;this._toggle(c,h,e,i,j);return false},_toggle:function(b,i,g,j,k){var d=this.options,m=this;this.toShow=b;this.toHide=i;this.data=g;var c=function(){if(!m){return}return m._completed.apply(m,arguments)};this._trigger("changestart",null,this.data);this.running=i.size()===0?b.size():i.size();if(d.animated){var f={};if(d.collapsible&&j){f={toShow:a([]),toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}else{f={toShow:b,toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}if(!d.proxied){d.proxied=d.animated}if(!d.proxiedDuration){d.proxiedDuration=d.duration}d.animated=a.isFunction(d.proxied)?d.proxied(f):d.proxied;d.duration=a.isFunction(d.proxiedDuration)?d.proxiedDuration(f):d.proxiedDuration;var l=a.ui.accordion.animations,e=d.duration,h=d.animated;if(!l[h]){l[h]=function(n){this.slide(n,{easing:h,duration:e||700})}}l[h](f)}else{if(d.collapsible&&j){b.toggle()}else{i.hide();b.show()}c(true)}i.prev().attr("aria-expanded","false").attr("tabIndex","-1").blur();b.prev().attr("aria-expanded","true").attr("tabIndex","0").focus()},_completed:function(b){var c=this.options;this.running=b?0:--this.running;if(this.running){return}if(c.clearStyle){this.toShow.add(this.toHide).css({height:"",overflow:""})}this._trigger("change",null,this.data)}});a.extend(a.ui.accordion,{version:"1.7.2",defaults:{active:null,alwaysOpen:true,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()==location.href.toLowerCase()}},animations:{slide:function(j,h){j=a.extend({easing:"swing",duration:300},j,h);if(!j.toHide.size()){j.toShow.animate({height:"show"},j);return}if(!j.toShow.size()){j.toHide.animate({height:"hide"},j);return}var c=j.toShow.css("overflow"),g,d={},f={},e=["height","paddingTop","paddingBottom"],b;var i=j.toShow;b=i[0].style.width;i.width(parseInt(i.parent().width(),10)-parseInt(i.css("paddingLeft"),10)-parseInt(i.css("paddingRight"),10)-(parseInt(i.css("borderLeftWidth"),10)||0)-(parseInt(i.css("borderRightWidth"),10)||0));a.each(e,function(k,m){f[m]="hide";var l=(""+a.css(j.toShow[0],m)).match(/^([\d+-.]+)(.*)$/);d[m]={value:l[1],unit:l[2]||"px"}});j.toShow.css({height:0,overflow:"hidden"}).show();j.toHide.filter(":hidden").each(j.complete).end().filter(":visible").animate(f,{step:function(k,l){if(l.prop=="height"){g=(l.now-l.start)/(l.end-l.start)}j.toShow[0].style[l.prop]=(g*d[l.prop].value)+d[l.prop].unit},duration:j.duration,easing:j.easing,complete:function(){if(!j.autoHeight){j.toShow.css("height","")}j.toShow.css("width",b);j.toShow.css({overflow:c});j.complete()}})},bounceslide:function(b){this.slide(b,{easing:b.down?"easeOutBounce":"swing",duration:b.down?1000:200})},easeslide:function(b){this.slide(b,{easing:"easeinout",duration:700})}}})})(jQuery);(function($){$.extend($.ui,{datepicker:{version:"1.7.2"}});var PROP_NAME="datepicker";function Datepicker(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._datepickerShowing=false;this._inDialog=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass="ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],dateFormat:"mm/dd/yy",firstDay:0,isRTL:false};this._defaults={showOn:"focus",showAnim:"show",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,showMonthAfterYear:false,yearRange:"-10:+10",showOtherMonths:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"normal",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false};$.extend(this._defaults,this.regional[""]);this.dpDiv=$('<div id="'+this._mainDivId+'" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible"></div>')}$.extend(Datepicker.prototype,{markerClassName:"hasDatepicker",log:function(){if(this.debug){console.log.apply("",arguments)}},setDefaults:function(settings){extendRemove(this._defaults,settings||{});return this},_attachDatepicker:function(target,settings){var inlineSettings=null;for(var attrName in this._defaults){var attrValue=target.getAttribute("date:"+attrName);if(attrValue){inlineSettings=inlineSettings||{};try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}}var nodeName=target.nodeName.toLowerCase();var inline=(nodeName=="div"||nodeName=="span");if(!target.id){target.id="dp"+(++this.uuid)}var inst=this._newInst($(target),inline);inst.settings=$.extend({},settings||{},inlineSettings||{});if(nodeName=="input"){this._connectDatepicker(target,inst)}else{if(inline){this._inlineDatepicker(target,inst)}}},_newInst:function(target,inline){var id=target[0].id.replace(/([:\[\]\.])/g,"\\\\$1");return{id:id,input:target,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:inline,dpDiv:(!inline?this.dpDiv:$('<div class="'+this._inlineClass+' ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>'))}},_connectDatepicker:function(target,inst){var input=$(target);inst.append=$([]);inst.trigger=$([]);if(input.hasClass(this.markerClassName)){return}var appendText=this._get(inst,"appendText");var isRTL=this._get(inst,"isRTL");if(appendText){inst.append=$('<span class="'+this._appendClass+'">'+appendText+"</span>");input[isRTL?"before":"after"](inst.append)}var showOn=this._get(inst,"showOn");if(showOn=="focus"||showOn=="both"){input.focus(this._showDatepicker)}if(showOn=="button"||showOn=="both"){var buttonText=this._get(inst,"buttonText");var buttonImage=this._get(inst,"buttonImage");inst.trigger=$(this._get(inst,"buttonImageOnly")?$("<img/>").addClass(this._triggerClass).attr({src:buttonImage,alt:buttonText,title:buttonText}):$('<button type="button"></button>').addClass(this._triggerClass).html(buttonImage==""?buttonText:$("<img/>").attr({src:buttonImage,alt:buttonText,title:buttonText})));input[isRTL?"before":"after"](inst.trigger);inst.trigger.click(function(){if($.datepicker._datepickerShowing&&$.datepicker._lastInput==target){$.datepicker._hideDatepicker()}else{$.datepicker._showDatepicker(target)}return false})}input.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst)},_inlineDatepicker:function(target,inst){var divSpan=$(target);if(divSpan.hasClass(this.markerClassName)){return}divSpan.addClass(this.markerClassName).append(inst.dpDiv).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst);this._setDate(inst,this._getDefaultDate(inst));this._updateDatepicker(inst);this._updateAlternate(inst)},_dialogDatepicker:function(input,dateText,onSelect,settings,pos){var inst=this._dialogInst;if(!inst){var id="dp"+(++this.uuid);this._dialogInput=$('<input type="text" id="'+id+'" size="1" style="position: absolute; top: -100px;"/>');this._dialogInput.keydown(this._doKeyDown);$("body").append(this._dialogInput);inst=this._dialogInst=this._newInst(this._dialogInput,false);inst.settings={};$.data(this._dialogInput[0],PROP_NAME,inst)}extendRemove(inst.settings,settings||{});this._dialogInput.val(dateText);this._pos=(pos?(pos.length?pos:[pos.pageX,pos.pageY]):null);if(!this._pos){var browserWidth=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;var browserHeight=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;var scrollX=document.documentElement.scrollLeft||document.body.scrollLeft;var scrollY=document.documentElement.scrollTop||document.body.scrollTop;this._pos=[(browserWidth/2)-100+scrollX,(browserHeight/2)-150+scrollY]}this._dialogInput.css("left",this._pos[0]+"px").css("top",this._pos[1]+"px");inst.settings.onSelect=onSelect;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);if($.blockUI){$.blockUI(this.dpDiv)}$.data(this._dialogInput[0],PROP_NAME,inst);return this},_destroyDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();$.removeData(target,PROP_NAME);if(nodeName=="input"){inst.append.remove();inst.trigger.remove();$target.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress)}else{if(nodeName=="div"||nodeName=="span"){$target.removeClass(this.markerClassName).empty()}}},_enableDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=false;inst.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().removeClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)})},_disableDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=true;inst.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().addClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)});this._disabledInputs[this._disabledInputs.length]=target},_isDisabledDatepicker:function(target){if(!target){return false}for(var i=0;i<this._disabledInputs.length;i++){if(this._disabledInputs[i]==target){return true}}return false},_getInst:function(target){try{return $.data(target,PROP_NAME)}catch(err){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(target,name,value){var inst=this._getInst(target);if(arguments.length==2&&typeof name=="string"){return(name=="defaults"?$.extend({},$.datepicker._defaults):(inst?(name=="all"?$.extend({},inst.settings):this._get(inst,name)):null))}var settings=name||{};if(typeof name=="string"){settings={};settings[name]=value}if(inst){if(this._curInst==inst){this._hideDatepicker(null)}var date=this._getDateDatepicker(target);extendRemove(inst.settings,settings);this._setDateDatepicker(target,date);this._updateDatepicker(inst)}},_changeDatepicker:function(target,name,value){this._optionDatepicker(target,name,value)},_refreshDatepicker:function(target){var inst=this._getInst(target);if(inst){this._updateDatepicker(inst)}},_setDateDatepicker:function(target,date,endDate){var inst=this._getInst(target);if(inst){this._setDate(inst,date,endDate);this._updateDatepicker(inst);this._updateAlternate(inst)}},_getDateDatepicker:function(target){var inst=this._getInst(target);if(inst&&!inst.inline){this._setDateFromField(inst)}return(inst?this._getDate(inst):null)},_doKeyDown:function(event){var inst=$.datepicker._getInst(event.target);var handled=true;var isRTL=inst.dpDiv.is(".ui-datepicker-rtl");inst._keyEvent=true;if($.datepicker._datepickerShowing){switch(event.keyCode){case 9:$.datepicker._hideDatepicker(null,"");break;case 13:var sel=$("td."+$.datepicker._dayOverClass+", td."+$.datepicker._currentClass,inst.dpDiv);if(sel[0]){$.datepicker._selectDay(event.target,inst.selectedMonth,inst.selectedYear,sel[0])}else{$.datepicker._hideDatepicker(null,$.datepicker._get(inst,"duration"))}return false;break;case 27:$.datepicker._hideDatepicker(null,$.datepicker._get(inst,"duration"));break;case 33:$.datepicker._adjustDate(event.target,(event.ctrlKey?-$.datepicker._get(inst,"stepBigMonths"):-$.datepicker._get(inst,"stepMonths")),"M");break;case 34:$.datepicker._adjustDate(event.target,(event.ctrlKey?+$.datepicker._get(inst,"stepBigMonths"):+$.datepicker._get(inst,"stepMonths")),"M");break;case 35:if(event.ctrlKey||event.metaKey){$.datepicker._clearDate(event.target)}handled=event.ctrlKey||event.metaKey;break;case 36:if(event.ctrlKey||event.metaKey){$.datepicker._gotoToday(event.target)}handled=event.ctrlKey||event.metaKey;break;case 37:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,(isRTL?+1:-1),"D")}handled=event.ctrlKey||event.metaKey;if(event.originalEvent.altKey){$.datepicker._adjustDate(event.target,(event.ctrlKey?-$.datepicker._get(inst,"stepBigMonths"):-$.datepicker._get(inst,"stepMonths")),"M")}break;case 38:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,-7,"D")}handled=event.ctrlKey||event.metaKey;break;case 39:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,(isRTL?-1:+1),"D")}handled=event.ctrlKey||event.metaKey;if(event.originalEvent.altKey){$.datepicker._adjustDate(event.target,(event.ctrlKey?+$.datepicker._get(inst,"stepBigMonths"):+$.datepicker._get(inst,"stepMonths")),"M")}break;case 40:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,+7,"D")}handled=event.ctrlKey||event.metaKey;break;default:handled=false}}else{if(event.keyCode==36&&event.ctrlKey){$.datepicker._showDatepicker(this)}else{handled=false}}if(handled){event.preventDefault();event.stopPropagation()}},_doKeyPress:function(event){var inst=$.datepicker._getInst(event.target);if($.datepicker._get(inst,"constrainInput")){var chars=$.datepicker._possibleChars($.datepicker._get(inst,"dateFormat"));var chr=String.fromCharCode(event.charCode==undefined?event.keyCode:event.charCode);return event.ctrlKey||(chr<" "||!chars||chars.indexOf(chr)>-1)}},_showDatepicker:function(input){input=input.target||input;if(input.nodeName.toLowerCase()!="input"){input=$("input",input.parentNode)[0]}if($.datepicker._isDisabledDatepicker(input)||$.datepicker._lastInput==input){return}var inst=$.datepicker._getInst(input);var beforeShow=$.datepicker._get(inst,"beforeShow");extendRemove(inst.settings,(beforeShow?beforeShow.apply(input,[input,inst]):{}));$.datepicker._hideDatepicker(null,"");$.datepicker._lastInput=input;$.datepicker._setDateFromField(inst);if($.datepicker._inDialog){input.value=""}if(!$.datepicker._pos){$.datepicker._pos=$.datepicker._findPos(input);$.datepicker._pos[1]+=input.offsetHeight}var isFixed=false;$(input).parents().each(function(){isFixed|=$(this).css("position")=="fixed";return!isFixed});if(isFixed&&$.browser.opera){$.datepicker._pos[0]-=document.documentElement.scrollLeft;$.datepicker._pos[1]-=document.documentElement.scrollTop}var offset={left:$.datepicker._pos[0],top:$.datepicker._pos[1]};$.datepicker._pos=null;inst.rangeStart=null;inst.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});$.datepicker._updateDatepicker(inst);offset=$.datepicker._checkOffset(inst,offset,isFixed);inst.dpDiv.css({position:($.datepicker._inDialog&&$.blockUI?"static":(isFixed?"fixed":"absolute")),display:"none",left:offset.left+"px",top:offset.top+"px"});if(!inst.inline){var showAnim=$.datepicker._get(inst,"showAnim")||"show";var duration=$.datepicker._get(inst,"duration");var postProcess=function(){$.datepicker._datepickerShowing=true;if($.browser.msie&&parseInt($.browser.version,10)<7){$("iframe.ui-datepicker-cover").css({width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4})}};if($.effects&&$.effects[showAnim]){inst.dpDiv.show(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[showAnim](duration,postProcess)}if(duration==""){postProcess()}if(inst.input[0].type!="hidden"){inst.input[0].focus()}$.datepicker._curInst=inst}},_updateDatepicker:function(inst){var dims={width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4};var self=this;inst.dpDiv.empty().append(this._generateHTML(inst)).find("iframe.ui-datepicker-cover").css({width:dims.width,height:dims.height}).end().find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",function(){$(this).removeClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).removeClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).removeClass("ui-datepicker-next-hover")}}).bind("mouseover",function(){if(!self._isDisabledDatepicker(inst.inline?inst.dpDiv.parent()[0]:inst.input[0])){$(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");$(this).addClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).addClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).addClass("ui-datepicker-next-hover")}}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();var numMonths=this._getNumberOfMonths(inst);var cols=numMonths[1];var width=17;if(cols>1){inst.dpDiv.addClass("ui-datepicker-multi-"+cols).css("width",(width*cols)+"em")}else{inst.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("")}inst.dpDiv[(numMonths[0]!=1||numMonths[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");inst.dpDiv[(this._get(inst,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");if(inst.input&&inst.input[0].type!="hidden"&&inst==$.datepicker._curInst){$(inst.input[0]).focus()}},_checkOffset:function(inst,offset,isFixed){var dpWidth=inst.dpDiv.outerWidth();var dpHeight=inst.dpDiv.outerHeight();var inputWidth=inst.input?inst.input.outerWidth():0;var inputHeight=inst.input?inst.input.outerHeight():0;var viewWidth=(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)+$(document).scrollLeft();var viewHeight=(window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight)+$(document).scrollTop();offset.left-=(this._get(inst,"isRTL")?(dpWidth-inputWidth):0);offset.left-=(isFixed&&offset.left==inst.input.offset().left)?$(document).scrollLeft():0;offset.top-=(isFixed&&offset.top==(inst.input.offset().top+inputHeight))?$(document).scrollTop():0;offset.left-=(offset.left+dpWidth>viewWidth&&viewWidth>dpWidth)?Math.abs(offset.left+dpWidth-viewWidth):0;offset.top-=(offset.top+dpHeight>viewHeight&&viewHeight>dpHeight)?Math.abs(offset.top+dpHeight+inputHeight*2-viewHeight):0;return offset},_findPos:function(obj){while(obj&&(obj.type=="hidden"||obj.nodeType!=1)){obj=obj.nextSibling}var position=$(obj).offset();return[position.left,position.top]},_hideDatepicker:function(input,duration){var inst=this._curInst;if(!inst||(input&&inst!=$.data(input,PROP_NAME))){return}if(inst.stayOpen){this._selectDate("#"+inst.id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear))}inst.stayOpen=false;if(this._datepickerShowing){duration=(duration!=null?duration:this._get(inst,"duration"));var showAnim=this._get(inst,"showAnim");var postProcess=function(){$.datepicker._tidyDialog(inst)};if(duration!=""&&$.effects&&$.effects[showAnim]){inst.dpDiv.hide(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[(duration==""?"hide":(showAnim=="slideDown"?"slideUp":(showAnim=="fadeIn"?"fadeOut":"hide")))](duration,postProcess)}if(duration==""){this._tidyDialog(inst)}var onClose=this._get(inst,"onClose");if(onClose){onClose.apply((inst.input?inst.input[0]:null),[(inst.input?inst.input.val():""),inst])}this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if($.blockUI){$.unblockUI();$("body").append(this.dpDiv)}}this._inDialog=false}this._curInst=null},_tidyDialog:function(inst){inst.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(event){if(!$.datepicker._curInst){return}var $target=$(event.target);if(($target.parents("#"+$.datepicker._mainDivId).length==0)&&!$target.hasClass($.datepicker.markerClassName)&&!$target.hasClass($.datepicker._triggerClass)&&$.datepicker._datepickerShowing&&!($.datepicker._inDialog&&$.blockUI)){$.datepicker._hideDatepicker(null,"")}},_adjustDate:function(id,offset,period){var target=$(id);var inst=this._getInst(target[0]);if(this._isDisabledDatepicker(target[0])){return}this._adjustInstDate(inst,offset+(period=="M"?this._get(inst,"showCurrentAtPos"):0),period);this._updateDatepicker(inst)},_gotoToday:function(id){var target=$(id);var inst=this._getInst(target[0]);if(this._get(inst,"gotoCurrent")&&inst.currentDay){inst.selectedDay=inst.currentDay;inst.drawMonth=inst.selectedMonth=inst.currentMonth;inst.drawYear=inst.selectedYear=inst.currentYear}else{var date=new Date();inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear()}this._notifyChange(inst);this._adjustDate(target)},_selectMonthYear:function(id,select,period){var target=$(id);var inst=this._getInst(target[0]);inst._selectingMonthYear=false;inst["selected"+(period=="M"?"Month":"Year")]=inst["draw"+(period=="M"?"Month":"Year")]=parseInt(select.options[select.selectedIndex].value,10);this._notifyChange(inst);this._adjustDate(target)},_clickMonthYear:function(id){var target=$(id);var inst=this._getInst(target[0]);if(inst.input&&inst._selectingMonthYear&&!$.browser.msie){inst.input[0].focus()}inst._selectingMonthYear=!inst._selectingMonthYear},_selectDay:function(id,month,year,td){var target=$(id);if($(td).hasClass(this._unselectableClass)||this._isDisabledDatepicker(target[0])){return}var inst=this._getInst(target[0]);inst.selectedDay=inst.currentDay=$("a",td).html();inst.selectedMonth=inst.currentMonth=month;inst.selectedYear=inst.currentYear=year;if(inst.stayOpen){inst.endDay=inst.endMonth=inst.endYear=null}this._selectDate(id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear));if(inst.stayOpen){inst.rangeStart=this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay));this._updateDatepicker(inst)}},_clearDate:function(id){var target=$(id);var inst=this._getInst(target[0]);inst.stayOpen=false;inst.endDay=inst.endMonth=inst.endYear=inst.rangeStart=null;this._selectDate(target,"")},_selectDate:function(id,dateStr){var target=$(id);var inst=this._getInst(target[0]);dateStr=(dateStr!=null?dateStr:this._formatDate(inst));if(inst.input){inst.input.val(dateStr)}this._updateAlternate(inst);var onSelect=this._get(inst,"onSelect");if(onSelect){onSelect.apply((inst.input?inst.input[0]:null),[dateStr,inst])}else{if(inst.input){inst.input.trigger("change")}}if(inst.inline){this._updateDatepicker(inst)}else{if(!inst.stayOpen){this._hideDatepicker(null,this._get(inst,"duration"));this._lastInput=inst.input[0];if(typeof(inst.input[0])!="object"){inst.input[0].focus()}this._lastInput=null}}},_updateAlternate:function(inst){var altField=this._get(inst,"altField");if(altField){var altFormat=this._get(inst,"altFormat")||this._get(inst,"dateFormat");var date=this._getDate(inst);dateStr=this.formatDate(altFormat,date,this._getFormatConfig(inst));$(altField).each(function(){$(this).val(dateStr)})}},noWeekends:function(date){var day=date.getDay();return[(day>0&&day<6),""]},iso8601Week:function(date){var checkDate=new Date(date.getFullYear(),date.getMonth(),date.getDate());var firstMon=new Date(checkDate.getFullYear(),1-1,4);var firstDay=firstMon.getDay()||7;firstMon.setDate(firstMon.getDate()+1-firstDay);if(firstDay<4&&checkDate<firstMon){checkDate.setDate(checkDate.getDate()-3);return $.datepicker.iso8601Week(checkDate)}else{if(checkDate>new Date(checkDate.getFullYear(),12-1,28)){firstDay=new Date(checkDate.getFullYear()+1,1-1,4).getDay()||7;if(firstDay>4&&(checkDate.getDay()||7)<firstDay-3){return 1}}}return Math.floor(((checkDate-firstMon)/86400000)/7)+1},parseDate:function(format,value,settings){if(format==null||value==null){throw"Invalid arguments"}value=(typeof value=="object"?value.toString():value+"");if(value==""){return null}var shortYearCutoff=(settings?settings.shortYearCutoff:null)||this._defaults.shortYearCutoff;var dayNamesShort=(settings?settings.dayNamesShort:null)||this._defaults.dayNamesShort;var dayNames=(settings?settings.dayNames:null)||this._defaults.dayNames;var monthNamesShort=(settings?settings.monthNamesShort:null)||this._defaults.monthNamesShort;var monthNames=(settings?settings.monthNames:null)||this._defaults.monthNames;var year=-1;var month=-1;var day=-1;var doy=-1;var literal=false;var lookAhead=function(match){var matches=(iFormat+1<format.length&&format.charAt(iFormat+1)==match);if(matches){iFormat++}return matches};var getNumber=function(match){lookAhead(match);var origSize=(match=="@"?14:(match=="y"?4:(match=="o"?3:2)));var size=origSize;var num=0;while(size>0&&iValue<value.length&&value.charAt(iValue)>="0"&&value.charAt(iValue)<="9"){num=num*10+parseInt(value.charAt(iValue++),10);size--}if(size==origSize){throw"Missing number at position "+iValue}return num};var getName=function(match,shortNames,longNames){var names=(lookAhead(match)?longNames:shortNames);var size=0;for(var j=0;j<names.length;j++){size=Math.max(size,names[j].length)}var name="";var iInit=iValue;while(size>0&&iValue<value.length){name+=value.charAt(iValue++);for(var i=0;i<names.length;i++){if(name==names[i]){return i+1}}size--}throw"Unknown name at position "+iInit};var checkLiteral=function(){if(value.charAt(iValue)!=format.charAt(iFormat)){throw"Unexpected literal at position "+iValue}iValue++};var iValue=0;for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{checkLiteral()}}else{switch(format.charAt(iFormat)){case"d":day=getNumber("d");break;case"D":getName("D",dayNamesShort,dayNames);break;case"o":doy=getNumber("o");break;case"m":month=getNumber("m");break;case"M":month=getName("M",monthNamesShort,monthNames);break;case"y":year=getNumber("y");break;case"@":var date=new Date(getNumber("@"));year=date.getFullYear();month=date.getMonth()+1;day=date.getDate();break;case"'":if(lookAhead("'")){checkLiteral()}else{literal=true}break;default:checkLiteral()}}}if(year==-1){year=new Date().getFullYear()}else{if(year<100){year+=new Date().getFullYear()-new Date().getFullYear()%100+(year<=shortYearCutoff?0:-100)}}if(doy>-1){month=1;day=doy;do{var dim=this._getDaysInMonth(year,month-1);if(day<=dim){break}month++;day-=dim}while(true)}var date=this._daylightSavingAdjust(new Date(year,month-1,day));if(date.getFullYear()!=year||date.getMonth()+1!=month||date.getDate()!=day){throw"Invalid date"}return date},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TIMESTAMP:"@",W3C:"yy-mm-dd",formatDate:function(format,date,settings){if(!date){return""}var dayNamesShort=(settings?settings.dayNamesShort:null)||this._defaults.dayNamesShort;var dayNames=(settings?settings.dayNames:null)||this._defaults.dayNames;var monthNamesShort=(settings?settings.monthNamesShort:null)||this._defaults.monthNamesShort;var monthNames=(settings?settings.monthNames:null)||this._defaults.monthNames;var lookAhead=function(match){var matches=(iFormat+1<format.length&&format.charAt(iFormat+1)==match);if(matches){iFormat++}return matches};var formatNumber=function(match,value,len){var num=""+value;if(lookAhead(match)){while(num.length<len){num="0"+num}}return num};var formatName=function(match,value,shortNames,longNames){return(lookAhead(match)?longNames[value]:shortNames[value])};var output="";var literal=false;if(date){for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{output+=format.charAt(iFormat)}}else{switch(format.charAt(iFormat)){case"d":output+=formatNumber("d",date.getDate(),2);break;case"D":output+=formatName("D",date.getDay(),dayNamesShort,dayNames);break;case"o":var doy=date.getDate();for(var m=date.getMonth()-1;m>=0;m--){doy+=this._getDaysInMonth(date.getFullYear(),m)}output+=formatNumber("o",doy,3);break;case"m":output+=formatNumber("m",date.getMonth()+1,2);break;case"M":output+=formatName("M",date.getMonth(),monthNamesShort,monthNames);break;case"y":output+=(lookAhead("y")?date.getFullYear():(date.getYear()%100<10?"0":"")+date.getYear()%100);break;case"@":output+=date.getTime();break;case"'":if(lookAhead("'")){output+="'"}else{literal=true}break;default:output+=format.charAt(iFormat)}}}}return output},_possibleChars:function(format){var chars="";var literal=false;for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{chars+=format.charAt(iFormat)}}else{switch(format.charAt(iFormat)){case"d":case"m":case"y":case"@":chars+="0123456789";break;case"D":case"M":return null;case"'":if(lookAhead("'")){chars+="'"}else{literal=true}break;default:chars+=format.charAt(iFormat)}}}return chars},_get:function(inst,name){return inst.settings[name]!==undefined?inst.settings[name]:this._defaults[name]},_setDateFromField:function(inst){var dateFormat=this._get(inst,"dateFormat");var dates=inst.input?inst.input.val():null;inst.endDay=inst.endMonth=inst.endYear=null;var date=defaultDate=this._getDefaultDate(inst);var settings=this._getFormatConfig(inst);try{date=this.parseDate(dateFormat,dates,settings)||defaultDate}catch(event){this.log(event);date=defaultDate}inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear();inst.currentDay=(dates?date.getDate():0);inst.currentMonth=(dates?date.getMonth():0);inst.currentYear=(dates?date.getFullYear():0);this._adjustInstDate(inst)},_getDefaultDate:function(inst){var date=this._determineDate(this._get(inst,"defaultDate"),new Date());var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");date=(minDate&&date<minDate?minDate:date);date=(maxDate&&date>maxDate?maxDate:date);return date},_determineDate:function(date,defaultDate){var offsetNumeric=function(offset){var date=new Date();date.setDate(date.getDate()+offset);return date};var offsetString=function(offset,getDaysInMonth){var date=new Date();var year=date.getFullYear();var month=date.getMonth();var day=date.getDate();var pattern=/([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g;var matches=pattern.exec(offset);while(matches){switch(matches[2]||"d"){case"d":case"D":day+=parseInt(matches[1],10);break;case"w":case"W":day+=parseInt(matches[1],10)*7;break;case"m":case"M":month+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break;case"y":case"Y":year+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break}matches=pattern.exec(offset)}return new Date(year,month,day)};date=(date==null?defaultDate:(typeof date=="string"?offsetString(date,this._getDaysInMonth):(typeof date=="number"?(isNaN(date)?defaultDate:offsetNumeric(date)):date)));date=(date&&date.toString()=="Invalid Date"?defaultDate:date);if(date){date.setHours(0);date.setMinutes(0);date.setSeconds(0);date.setMilliseconds(0)}return this._daylightSavingAdjust(date)},_daylightSavingAdjust:function(date){if(!date){return null}date.setHours(date.getHours()>12?date.getHours()+2:0);return date},_setDate:function(inst,date,endDate){var clear=!(date);var origMonth=inst.selectedMonth;var origYear=inst.selectedYear;date=this._determineDate(date,new Date());inst.selectedDay=inst.currentDay=date.getDate();inst.drawMonth=inst.selectedMonth=inst.currentMonth=date.getMonth();inst.drawYear=inst.selectedYear=inst.currentYear=date.getFullYear();if(origMonth!=inst.selectedMonth||origYear!=inst.selectedYear){this._notifyChange(inst)}this._adjustInstDate(inst);if(inst.input){inst.input.val(clear?"":this._formatDate(inst))}},_getDate:function(inst){var startDate=(!inst.currentYear||(inst.input&&inst.input.val()=="")?null:this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return startDate},_generateHTML:function(inst){var today=new Date();today=this._daylightSavingAdjust(new Date(today.getFullYear(),today.getMonth(),today.getDate()));var isRTL=this._get(inst,"isRTL");var showButtonPanel=this._get(inst,"showButtonPanel");var hideIfNoPrevNext=this._get(inst,"hideIfNoPrevNext");var navigationAsDateFormat=this._get(inst,"navigationAsDateFormat");var numMonths=this._getNumberOfMonths(inst);var showCurrentAtPos=this._get(inst,"showCurrentAtPos");var stepMonths=this._get(inst,"stepMonths");var stepBigMonths=this._get(inst,"stepBigMonths");var isMultiMonth=(numMonths[0]!=1||numMonths[1]!=1);var currentDate=this._daylightSavingAdjust((!inst.currentDay?new Date(9999,9,9):new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");var drawMonth=inst.drawMonth-showCurrentAtPos;var drawYear=inst.drawYear;if(drawMonth<0){drawMonth+=12;drawYear--}if(maxDate){var maxDraw=this._daylightSavingAdjust(new Date(maxDate.getFullYear(),maxDate.getMonth()-numMonths[1]+1,maxDate.getDate()));maxDraw=(minDate&&maxDraw<minDate?minDate:maxDraw);while(this._daylightSavingAdjust(new Date(drawYear,drawMonth,1))>maxDraw){drawMonth--;if(drawMonth<0){drawMonth=11;drawYear--}}}inst.drawMonth=drawMonth;inst.drawYear=drawYear;var prevText=this._get(inst,"prevText");prevText=(!navigationAsDateFormat?prevText:this.formatDate(prevText,this._daylightSavingAdjust(new Date(drawYear,drawMonth-stepMonths,1)),this._getFormatConfig(inst)));var prev=(this._canAdjustMonth(inst,-1,drawYear,drawMonth)?'<a class="ui-datepicker-prev ui-corner-all" onclick="DP_jQuery.datepicker._adjustDate(\'#'+inst.id+"', -"+stepMonths+", 'M');\" title=\""+prevText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"e":"w")+'">'+prevText+"</span></a>":(hideIfNoPrevNext?"":'<a class="ui-datepicker-prev ui-corner-all ui-state-disabled" title="'+prevText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"e":"w")+'">'+prevText+"</span></a>"));var nextText=this._get(inst,"nextText");nextText=(!navigationAsDateFormat?nextText:this.formatDate(nextText,this._daylightSavingAdjust(new Date(drawYear,drawMonth+stepMonths,1)),this._getFormatConfig(inst)));var next=(this._canAdjustMonth(inst,+1,drawYear,drawMonth)?'<a class="ui-datepicker-next ui-corner-all" onclick="DP_jQuery.datepicker._adjustDate(\'#'+inst.id+"', +"+stepMonths+", 'M');\" title=\""+nextText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"w":"e")+'">'+nextText+"</span></a>":(hideIfNoPrevNext?"":'<a class="ui-datepicker-next ui-corner-all ui-state-disabled" title="'+nextText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"w":"e")+'">'+nextText+"</span></a>"));var currentText=this._get(inst,"currentText");var gotoDate=(this._get(inst,"gotoCurrent")&&inst.currentDay?currentDate:today);currentText=(!navigationAsDateFormat?currentText:this.formatDate(currentText,gotoDate,this._getFormatConfig(inst)));var controls=(!inst.inline?'<button type="button" class="ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all" onclick="DP_jQuery.datepicker._hideDatepicker();">'+this._get(inst,"closeText")+"</button>":"");var buttonPanel=(showButtonPanel)?'<div class="ui-datepicker-buttonpane ui-widget-content">'+(isRTL?controls:"")+(this._isInRange(inst,gotoDate)?'<button type="button" class="ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all" onclick="DP_jQuery.datepicker._gotoToday(\'#'+inst.id+"');\">"+currentText+"</button>":"")+(isRTL?"":controls)+"</div>":"";var firstDay=parseInt(this._get(inst,"firstDay"),10);firstDay=(isNaN(firstDay)?0:firstDay);var dayNames=this._get(inst,"dayNames");var dayNamesShort=this._get(inst,"dayNamesShort");var dayNamesMin=this._get(inst,"dayNamesMin");var monthNames=this._get(inst,"monthNames");var monthNamesShort=this._get(inst,"monthNamesShort");var beforeShowDay=this._get(inst,"beforeShowDay");var showOtherMonths=this._get(inst,"showOtherMonths");var calculateWeek=this._get(inst,"calculateWeek")||this.iso8601Week;var endDate=inst.endDay?this._daylightSavingAdjust(new Date(inst.endYear,inst.endMonth,inst.endDay)):currentDate;var defaultDate=this._getDefaultDate(inst);var html="";for(var row=0;row<numMonths[0];row++){var group="";for(var col=0;col<numMonths[1];col++){var selectedDate=this._daylightSavingAdjust(new Date(drawYear,drawMonth,inst.selectedDay));var cornerClass=" ui-corner-all";var calender="";if(isMultiMonth){calender+='<div class="ui-datepicker-group ui-datepicker-group-';switch(col){case 0:calender+="first";cornerClass=" ui-corner-"+(isRTL?"right":"left");break;case numMonths[1]-1:calender+="last";cornerClass=" ui-corner-"+(isRTL?"left":"right");break;default:calender+="middle";cornerClass="";break}calender+='">'}calender+='<div class="ui-datepicker-header ui-widget-header ui-helper-clearfix'+cornerClass+'">'+(/all|left/.test(cornerClass)&&row==0?(isRTL?next:prev):"")+(/all|right/.test(cornerClass)&&row==0?(isRTL?prev:next):"")+this._generateMonthYearHeader(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,row>0||col>0,monthNames,monthNamesShort)+'</div><table class="ui-datepicker-calendar"><thead><tr>';var thead="";for(var dow=0;dow<7;dow++){var day=(dow+firstDay)%7;thead+="<th"+((dow+firstDay+6)%7>=5?' class="ui-datepicker-week-end"':"")+'><span title="'+dayNames[day]+'">'+dayNamesMin[day]+"</span></th>"}calender+=thead+"</tr></thead><tbody>";var daysInMonth=this._getDaysInMonth(drawYear,drawMonth);if(drawYear==inst.selectedYear&&drawMonth==inst.selectedMonth){inst.selectedDay=Math.min(inst.selectedDay,daysInMonth)}var leadDays=(this._getFirstDayOfMonth(drawYear,drawMonth)-firstDay+7)%7;var numRows=(isMultiMonth?6:Math.ceil((leadDays+daysInMonth)/7));var printDate=this._daylightSavingAdjust(new Date(drawYear,drawMonth,1-leadDays));for(var dRow=0;dRow<numRows;dRow++){calender+="<tr>";var tbody="";for(var dow=0;dow<7;dow++){var daySettings=(beforeShowDay?beforeShowDay.apply((inst.input?inst.input[0]:null),[printDate]):[true,""]);var otherMonth=(printDate.getMonth()!=drawMonth);var unselectable=otherMonth||!daySettings[0]||(minDate&&printDate<minDate)||(maxDate&&printDate>maxDate);tbody+='<td class="'+((dow+firstDay+6)%7>=5?" ui-datepicker-week-end":"")+(otherMonth?" ui-datepicker-other-month":"")+((printDate.getTime()==selectedDate.getTime()&&drawMonth==inst.selectedMonth&&inst._keyEvent)||(defaultDate.getTime()==printDate.getTime()&&defaultDate.getTime()==selectedDate.getTime())?" "+this._dayOverClass:"")+(unselectable?" "+this._unselectableClass+" ui-state-disabled":"")+(otherMonth&&!showOtherMonths?"":" "+daySettings[1]+(printDate.getTime()>=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" "+this._currentClass:"")+(printDate.getTime()==today.getTime()?" ui-datepicker-today":""))+'"'+((!otherMonth||showOtherMonths)&&daySettings[2]?' title="'+daySettings[2]+'"':"")+(unselectable?"":" onclick=\"DP_jQuery.datepicker._selectDay('#"+inst.id+"',"+drawMonth+","+drawYear+', this);return false;"')+">"+(otherMonth?(showOtherMonths?printDate.getDate():"&#xa0;"):(unselectable?'<span class="ui-state-default">'+printDate.getDate()+"</span>":'<a class="ui-state-default'+(printDate.getTime()==today.getTime()?" ui-state-highlight":"")+(printDate.getTime()>=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" ui-state-active":"")+'" href="#">'+printDate.getDate()+"</a>"))+"</td>";printDate.setDate(printDate.getDate()+1);printDate=this._daylightSavingAdjust(printDate)}calender+=tbody+"</tr>"}drawMonth++;if(drawMonth>11){drawMonth=0;drawYear++}calender+="</tbody></table>"+(isMultiMonth?"</div>"+((numMonths[0]>0&&col==numMonths[1]-1)?'<div class="ui-datepicker-row-break"></div>':""):"");group+=calender}html+=group}html+=buttonPanel+($.browser.msie&&parseInt($.browser.version,10)<7&&!inst.inline?'<iframe src="javascript:false;" class="ui-datepicker-cover" frameborder="0"></iframe>':"");inst._keyEvent=false;return html},_generateMonthYearHeader:function(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,secondary,monthNames,monthNamesShort){minDate=(inst.rangeStart&&minDate&&selectedDate<minDate?selectedDate:minDate);var changeMonth=this._get(inst,"changeMonth");var changeYear=this._get(inst,"changeYear");var showMonthAfterYear=this._get(inst,"showMonthAfterYear");var html='<div class="ui-datepicker-title">';var monthHtml="";if(secondary||!changeMonth){monthHtml+='<span class="ui-datepicker-month">'+monthNames[drawMonth]+"</span> "}else{var inMinYear=(minDate&&minDate.getFullYear()==drawYear);var inMaxYear=(maxDate&&maxDate.getFullYear()==drawYear);monthHtml+='<select class="ui-datepicker-month" onchange="DP_jQuery.datepicker._selectMonthYear(\'#'+inst.id+"', this, 'M');\" onclick=\"DP_jQuery.datepicker._clickMonthYear('#"+inst.id+"');\">";for(var month=0;month<12;month++){if((!inMinYear||month>=minDate.getMonth())&&(!inMaxYear||month<=maxDate.getMonth())){monthHtml+='<option value="'+month+'"'+(month==drawMonth?' selected="selected"':"")+">"+monthNamesShort[month]+"</option>"}}monthHtml+="</select>"}if(!showMonthAfterYear){html+=monthHtml+((secondary||changeMonth||changeYear)&&(!(changeMonth&&changeYear))?"&#xa0;":"")}if(secondary||!changeYear){html+='<span class="ui-datepicker-year">'+drawYear+"</span>"}else{var years=this._get(inst,"yearRange").split(":");var year=0;var endYear=0;if(years.length!=2){year=drawYear-10;endYear=drawYear+10}else{if(years[0].charAt(0)=="+"||years[0].charAt(0)=="-"){year=drawYear+parseInt(years[0],10);endYear=drawYear+parseInt(years[1],10)}else{year=parseInt(years[0],10);endYear=parseInt(years[1],10)}}year=(minDate?Math.max(year,minDate.getFullYear()):year);endYear=(maxDate?Math.min(endYear,maxDate.getFullYear()):endYear);html+='<select class="ui-datepicker-year" onchange="DP_jQuery.datepicker._selectMonthYear(\'#'+inst.id+"', this, 'Y');\" onclick=\"DP_jQuery.datepicker._clickMonthYear('#"+inst.id+"');\">";for(;year<=endYear;year++){html+='<option value="'+year+'"'+(year==drawYear?' selected="selected"':"")+">"+year+"</option>"}html+="</select>"}if(showMonthAfterYear){html+=(secondary||changeMonth||changeYear?"&#xa0;":"")+monthHtml}html+="</div>";return html},_adjustInstDate:function(inst,offset,period){var year=inst.drawYear+(period=="Y"?offset:0);var month=inst.drawMonth+(period=="M"?offset:0);var day=Math.min(inst.selectedDay,this._getDaysInMonth(year,month))+(period=="D"?offset:0);var date=this._daylightSavingAdjust(new Date(year,month,day));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");date=(minDate&&date<minDate?minDate:date);date=(maxDate&&date>maxDate?maxDate:date);inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear();if(period=="M"||period=="Y"){this._notifyChange(inst)}},_notifyChange:function(inst){var onChange=this._get(inst,"onChangeMonthYear");if(onChange){onChange.apply((inst.input?inst.input[0]:null),[inst.selectedYear,inst.selectedMonth+1,inst])}},_getNumberOfMonths:function(inst){var numMonths=this._get(inst,"numberOfMonths");return(numMonths==null?[1,1]:(typeof numMonths=="number"?[1,numMonths]:numMonths))},_getMinMaxDate:function(inst,minMax,checkRange){var date=this._determineDate(this._get(inst,minMax+"Date"),null);return(!checkRange||!inst.rangeStart?date:(!date||inst.rangeStart>date?inst.rangeStart:date))},_getDaysInMonth:function(year,month){return 32-new Date(year,month,32).getDate()},_getFirstDayOfMonth:function(year,month){return new Date(year,month,1).getDay()},_canAdjustMonth:function(inst,offset,curYear,curMonth){var numMonths=this._getNumberOfMonths(inst);var date=this._daylightSavingAdjust(new Date(curYear,curMonth+(offset<0?offset:numMonths[1]),1));if(offset<0){date.setDate(this._getDaysInMonth(date.getFullYear(),date.getMonth()))}return this._isInRange(inst,date)},_isInRange:function(inst,date){var newMinDate=(!inst.rangeStart?null:this._daylightSavingAdjust(new Date(inst.selectedYear,inst.selectedMonth,inst.selectedDay)));newMinDate=(newMinDate&&inst.rangeStart<newMinDate?inst.rangeStart:newMinDate);var minDate=newMinDate||this._getMinMaxDate(inst,"min");var maxDate=this._getMinMaxDate(inst,"max");return((!minDate||date>=minDate)&&(!maxDate||date<=maxDate))},_getFormatConfig:function(inst){var shortYearCutoff=this._get(inst,"shortYearCutoff");shortYearCutoff=(typeof shortYearCutoff!="string"?shortYearCutoff:new Date().getFullYear()%100+parseInt(shortYearCutoff,10));return{shortYearCutoff:shortYearCutoff,dayNamesShort:this._get(inst,"dayNamesShort"),dayNames:this._get(inst,"dayNames"),monthNamesShort:this._get(inst,"monthNamesShort"),monthNames:this._get(inst,"monthNames")}},_formatDate:function(inst,day,month,year){if(!day){inst.currentDay=inst.selectedDay;inst.currentMonth=inst.selectedMonth;inst.currentYear=inst.selectedYear}var date=(day?(typeof day=="object"?day:this._daylightSavingAdjust(new Date(year,month,day))):this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return this.formatDate(this._get(inst,"dateFormat"),date,this._getFormatConfig(inst))}});function extendRemove(target,props){$.extend(target,props);for(var name in props){if(props[name]==null||props[name]==undefined){target[name]=props[name]}}return target}function isArray(a){return(a&&(($.browser.safari&&typeof a=="object"&&a.length)||(a.constructor&&a.constructor.toString().match(/\Array\(\)/))))}$.fn.datepicker=function(options){if(!$.datepicker.initialized){$(document).mousedown($.datepicker._checkExternalClick).find("body").append($.datepicker.dpDiv);$.datepicker.initialized=true}var otherArgs=Array.prototype.slice.call(arguments,1);if(typeof options=="string"&&(options=="isDisabled"||options=="getDate")){return $.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this[0]].concat(otherArgs))}if(options=="option"&&arguments.length==2&&typeof arguments[1]=="string"){return $.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this[0]].concat(otherArgs))}return this.each(function(){typeof options=="string"?$.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this].concat(otherArgs)):$.datepicker._attachDatepicker(this,options)})};$.datepicker=new Datepicker();$.datepicker.initialized=false;$.datepicker.uuid=new Date().getTime();$.datepicker.version="1.7.2";window.DP_jQuery=$})(jQuery);(function(c){var b={dragStart:"start.draggable",drag:"drag.draggable",dragStop:"stop.draggable",maxHeight:"maxHeight.resizable",minHeight:"minHeight.resizable",maxWidth:"maxWidth.resizable",minWidth:"minWidth.resizable",resizeStart:"start.resizable",resize:"drag.resizable",resizeStop:"stop.resizable"},a="ui-dialog ui-widget ui-widget-content ui-corner-all ";c.widget("ui.dialog",{_init:function(){this.originalTitle=this.element.attr("title");var l=this,m=this.options,j=m.title||this.originalTitle||"&nbsp;",e=c.ui.dialog.getTitleId(this.element),k=(this.uiDialog=c("<div/>")).appendTo(document.body).hide().addClass(a+m.dialogClass).css({position:"absolute",overflow:"hidden",zIndex:m.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(n){(m.closeOnEscape&&n.keyCode&&n.keyCode==c.ui.keyCode.ESCAPE&&l.close(n))}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(n){l.moveToTop(false,n)}),g=this.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(k),f=(this.uiDialogTitlebar=c("<div></div>")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(k),i=c('<a href="#"/>').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){i.addClass("ui-state-hover")},function(){i.removeClass("ui-state-hover")}).focus(function(){i.addClass("ui-state-focus")}).blur(function(){i.removeClass("ui-state-focus")}).mousedown(function(n){n.stopPropagation()}).click(function(n){l.close(n);return false}).appendTo(f),h=(this.uiDialogTitlebarCloseText=c("<span/>")).addClass("ui-icon ui-icon-closethick").text(m.closeText).appendTo(i),d=c("<span/>").addClass("ui-dialog-title").attr("id",e).html(j).prependTo(f);f.find("*").add(f).disableSelection();(m.draggable&&c.fn.draggable&&this._makeDraggable());(m.resizable&&c.fn.resizable&&this._makeResizable());this._createButtons(m.buttons);this._isOpen=false;(m.bgiframe&&c.fn.bgiframe&&k.bgiframe());(m.autoOpen&&this.open())},destroy:function(){(this.overlay&&this.overlay.destroy());this.uiDialog.hide();this.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");this.uiDialog.remove();(this.originalTitle&&this.element.attr("title",this.originalTitle))},close:function(f){var d=this;if(false===d._trigger("beforeclose",f)){return}(d.overlay&&d.overlay.destroy());d.uiDialog.unbind("keypress.ui-dialog");(d.options.hide?d.uiDialog.hide(d.options.hide,function(){d._trigger("close",f)}):d.uiDialog.hide()&&d._trigger("close",f));c.ui.dialog.overlay.resize();d._isOpen=false;if(d.options.modal){var e=0;c(".ui-dialog").each(function(){if(this!=d.uiDialog[0]){e=Math.max(e,c(this).css("z-index"))}});c.ui.dialog.maxZ=e}},isOpen:function(){return this._isOpen},moveToTop:function(f,e){if((this.options.modal&&!f)||(!this.options.stack&&!this.options.modal)){return this._trigger("focus",e)}if(this.options.zIndex>c.ui.dialog.maxZ){c.ui.dialog.maxZ=this.options.zIndex}(this.overlay&&this.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=++c.ui.dialog.maxZ));var d={scrollTop:this.element.attr("scrollTop"),scrollLeft:this.element.attr("scrollLeft")};this.uiDialog.css("z-index",++c.ui.dialog.maxZ);this.element.attr(d);this._trigger("focus",e)},open:function(){if(this._isOpen){return}var e=this.options,d=this.uiDialog;this.overlay=e.modal?new c.ui.dialog.overlay(this):null;(d.next().length&&d.appendTo("body"));this._size();this._position(e.position);d.show(e.show);this.moveToTop(true);(e.modal&&d.bind("keypress.ui-dialog",function(h){if(h.keyCode!=c.ui.keyCode.TAB){return}var g=c(":tabbable",this),i=g.filter(":first")[0],f=g.filter(":last")[0];if(h.target==f&&!h.shiftKey){setTimeout(function(){i.focus()},1)}else{if(h.target==i&&h.shiftKey){setTimeout(function(){f.focus()},1)}}}));c([]).add(d.find(".ui-dialog-content :tabbable:first")).add(d.find(".ui-dialog-buttonpane :tabbable:first")).add(d).filter(":first").focus();this._trigger("open");this._isOpen=true},_createButtons:function(g){var f=this,d=false,e=c("<div></div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix");this.uiDialog.find(".ui-dialog-buttonpane").remove();(typeof g=="object"&&g!==null&&c.each(g,function(){return!(d=true)}));if(d){c.each(g,function(h,i){c('<button type="button"></button>').addClass("ui-state-default ui-corner-all").text(h).click(function(){i.apply(f.element[0],arguments)}).hover(function(){c(this).addClass("ui-state-hover")},function(){c(this).removeClass("ui-state-hover")}).focus(function(){c(this).addClass("ui-state-focus")}).blur(function(){c(this).removeClass("ui-state-focus")}).appendTo(e)});e.appendTo(this.uiDialog)}},_makeDraggable:function(){var d=this,f=this.options,e;this.uiDialog.draggable({cancel:".ui-dialog-content",handle:".ui-dialog-titlebar",containment:"document",start:function(){e=f.height;c(this).height(c(this).height()).addClass("ui-dialog-dragging");(f.dragStart&&f.dragStart.apply(d.element[0],arguments))},drag:function(){(f.drag&&f.drag.apply(d.element[0],arguments))},stop:function(){c(this).removeClass("ui-dialog-dragging").height(e);(f.dragStop&&f.dragStop.apply(d.element[0],arguments));c.ui.dialog.overlay.resize()}})},_makeResizable:function(g){g=(g===undefined?this.options.resizable:g);var d=this,f=this.options,e=typeof g=="string"?g:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",alsoResize:this.element,maxWidth:f.maxWidth,maxHeight:f.maxHeight,minWidth:f.minWidth,minHeight:f.minHeight,start:function(){c(this).addClass("ui-dialog-resizing");(f.resizeStart&&f.resizeStart.apply(d.element[0],arguments))},resize:function(){(f.resize&&f.resize.apply(d.element[0],arguments))},handles:e,stop:function(){c(this).removeClass("ui-dialog-resizing");f.height=c(this).height();f.width=c(this).width();(f.resizeStop&&f.resizeStop.apply(d.element[0],arguments));c.ui.dialog.overlay.resize()}}).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_position:function(i){var e=c(window),f=c(document),g=f.scrollTop(),d=f.scrollLeft(),h=g;if(c.inArray(i,["center","top","right","bottom","left"])>=0){i=[i=="right"||i=="left"?i:"center",i=="top"||i=="bottom"?i:"middle"]}if(i.constructor!=Array){i=["center","middle"]}if(i[0].constructor==Number){d+=i[0]}else{switch(i[0]){case"left":d+=0;break;case"right":d+=e.width()-this.uiDialog.outerWidth();break;default:case"center":d+=(e.width()-this.uiDialog.outerWidth())/2}}if(i[1].constructor==Number){g+=i[1]}else{switch(i[1]){case"top":g+=0;break;case"bottom":g+=e.height()-this.uiDialog.outerHeight();break;default:case"middle":g+=(e.height()-this.uiDialog.outerHeight())/2}}g=Math.max(g,h);this.uiDialog.css({top:g,left:d})},_setData:function(e,f){(b[e]&&this.uiDialog.data(b[e],f));switch(e){case"buttons":this._createButtons(f);break;case"closeText":this.uiDialogTitlebarCloseText.text(f);break;case"dialogClass":this.uiDialog.removeClass(this.options.dialogClass).addClass(a+f);break;case"draggable":(f?this._makeDraggable():this.uiDialog.draggable("destroy"));break;case"height":this.uiDialog.height(f);break;case"position":this._position(f);break;case"resizable":var d=this.uiDialog,g=this.uiDialog.is(":data(resizable)");(g&&!f&&d.resizable("destroy"));(g&&typeof f=="string"&&d.resizable("option","handles",f));(g||this._makeResizable(f));break;case"title":c(".ui-dialog-title",this.uiDialogTitlebar).html(f||"&nbsp;");break;case"width":this.uiDialog.width(f);break}c.widget.prototype._setData.apply(this,arguments)},_size:function(){var e=this.options;this.element.css({height:0,minHeight:0,width:"auto"});var d=this.uiDialog.css({height:"auto",width:e.width}).height();this.element.css({minHeight:Math.max(e.minHeight-d,0),height:e.height=="auto"?"auto":Math.max(e.height-d,0)})}});c.extend(c.ui.dialog,{version:"1.7.2",defaults:{autoOpen:true,bgiframe:false,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:"center",resizable:true,show:null,stack:true,title:"",width:300,zIndex:1000},getter:"isOpen",uuid:0,maxZ:0,getTitleId:function(d){return"ui-dialog-title-"+(d.attr("id")||++this.uuid)},overlay:function(d){this.$el=c.ui.dialog.overlay.create(d)}});c.extend(c.ui.dialog.overlay,{instances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(d){return d+".dialog-overlay"}).join(" "),create:function(e){if(this.instances.length===0){setTimeout(function(){if(c.ui.dialog.overlay.instances.length){c(document).bind(c.ui.dialog.overlay.events,function(f){var g=c(f.target).parents(".ui-dialog").css("zIndex")||0;return(g>c.ui.dialog.overlay.maxZ)})}},1);c(document).bind("keydown.dialog-overlay",function(f){(e.options.closeOnEscape&&f.keyCode&&f.keyCode==c.ui.keyCode.ESCAPE&&e.close(f))});c(window).bind("resize.dialog-overlay",c.ui.dialog.overlay.resize)}var d=c("<div></div>").appendTo(document.body).addClass("ui-widget-overlay").css({width:this.width(),height:this.height()});(e.options.bgiframe&&c.fn.bgiframe&&d.bgiframe());this.instances.push(d);return d},destroy:function(d){this.instances.splice(c.inArray(this.instances,d),1);if(this.instances.length===0){c([document,window]).unbind(".dialog-overlay")}d.remove();var e=0;c.each(this.instances,function(){e=Math.max(e,this.css("z-index"))});this.maxZ=e},height:function(){if(c.browser.msie&&c.browser.version<7){var e=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);var d=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);if(e<d){return c(window).height()+"px"}else{return e+"px"}}else{return c(document).height()+"px"}},width:function(){if(c.browser.msie&&c.browser.version<7){var d=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth);var e=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);if(d<e){return c(window).width()+"px"}else{return d+"px"}}else{return c(document).width()+"px"}},resize:function(){var d=c([]);c.each(c.ui.dialog.overlay.instances,function(){d=d.add(this)});d.css({width:0,height:0}).css({width:c.ui.dialog.overlay.width(),height:c.ui.dialog.overlay.height()})}});c.extend(c.ui.dialog.overlay.prototype,{destroy:function(){c.ui.dialog.overlay.destroy(this.$el)}})})(jQuery);(function(a){a.widget("ui.progressbar",{_init:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this._valueMin(),"aria-valuemax":this._valueMax(),"aria-valuenow":this._value()});this.valueDiv=a('<div class="ui-progressbar-value ui-widget-header ui-corner-left"></div>').appendTo(this.element);this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow").removeData("progressbar").unbind(".progressbar");this.valueDiv.remove();a.widget.prototype.destroy.apply(this,arguments)},value:function(b){if(b===undefined){return this._value()}this._setData("value",b);return this},_setData:function(b,c){switch(b){case"value":this.options.value=c;this._refreshValue();this._trigger("change",null,{});break}a.widget.prototype._setData.apply(this,arguments)},_value:function(){var b=this.options.value;if(b<this._valueMin()){b=this._valueMin()}if(b>this._valueMax()){b=this._valueMax()}return b},_valueMin:function(){var b=0;return b},_valueMax:function(){var b=100;return b},_refreshValue:function(){var b=this.value();this.valueDiv[b==this._valueMax()?"addClass":"removeClass"]("ui-corner-right");this.valueDiv.width(b+"%");this.element.attr("aria-valuenow",b)}});a.extend(a.ui.progressbar,{version:"1.7.2",defaults:{value:0}})})(jQuery);(function(a){a.widget("ui.slider",a.extend({},a.ui.mouse,{_init:function(){var b=this,c=this.options;this._keySliding=false;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");this.range=a([]);if(c.range){if(c.range===true){this.range=a("<div></div>");if(!c.values){c.values=[this._valueMin(),this._valueMin()]}if(c.values.length&&c.values.length!=2){c.values=[c.values[0],c.values[0]]}}else{this.range=a("<div></div>")}this.range.appendTo(this.element).addClass("ui-slider-range");if(c.range=="min"||c.range=="max"){this.range.addClass("ui-slider-range-"+c.range)}this.range.addClass("ui-widget-header")}if(a(".ui-slider-handle",this.element).length==0){a('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle")}if(c.values&&c.values.length){while(a(".ui-slider-handle",this.element).length<c.values.length){a('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle")}}this.handles=a(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(d){d.preventDefault()}).hover(function(){if(!c.disabled){a(this).addClass("ui-state-hover")}},function(){a(this).removeClass("ui-state-hover")}).focus(function(){if(!c.disabled){a(".ui-slider .ui-state-focus").removeClass("ui-state-focus");a(this).addClass("ui-state-focus")}else{a(this).blur()}}).blur(function(){a(this).removeClass("ui-state-focus")});this.handles.each(function(d){a(this).data("index.ui-slider-handle",d)});this.handles.keydown(function(i){var f=true;var e=a(this).data("index.ui-slider-handle");if(b.options.disabled){return}switch(i.keyCode){case a.ui.keyCode.HOME:case a.ui.keyCode.END:case a.ui.keyCode.UP:case a.ui.keyCode.RIGHT:case a.ui.keyCode.DOWN:case a.ui.keyCode.LEFT:f=false;if(!b._keySliding){b._keySliding=true;a(this).addClass("ui-state-active");b._start(i,e)}break}var g,d,h=b._step();if(b.options.values&&b.options.values.length){g=d=b.values(e)}else{g=d=b.value()}switch(i.keyCode){case a.ui.keyCode.HOME:d=b._valueMin();break;case a.ui.keyCode.END:d=b._valueMax();break;case a.ui.keyCode.UP:case a.ui.keyCode.RIGHT:if(g==b._valueMax()){return}d=g+h;break;case a.ui.keyCode.DOWN:case a.ui.keyCode.LEFT:if(g==b._valueMin()){return}d=g-h;break}b._slide(i,e,d);return f}).keyup(function(e){var d=a(this).data("index.ui-slider-handle");if(b._keySliding){b._stop(e,d);b._change(e,d);b._keySliding=false;a(this).removeClass("ui-state-active")}});this._refreshValue()},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy()},_mouseCapture:function(d){var e=this.options;if(e.disabled){return false}this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();var h={x:d.pageX,y:d.pageY};var j=this._normValueFromMouse(h);var c=this._valueMax()-this._valueMin()+1,f;var k=this,i;this.handles.each(function(l){var m=Math.abs(j-k.values(l));if(c>m){c=m;f=a(this);i=l}});if(e.range==true&&this.values(1)==e.min){f=a(this.handles[++i])}this._start(d,i);k._handleIndex=i;f.addClass("ui-state-active").focus();var g=f.offset();var b=!a(d.target).parents().andSelf().is(".ui-slider-handle");this._clickOffset=b?{left:0,top:0}:{left:d.pageX-g.left-(f.width()/2),top:d.pageY-g.top-(f.height()/2)-(parseInt(f.css("borderTopWidth"),10)||0)-(parseInt(f.css("borderBottomWidth"),10)||0)+(parseInt(f.css("marginTop"),10)||0)};j=this._normValueFromMouse(h);this._slide(d,i,j);return true},_mouseStart:function(b){return true},_mouseDrag:function(d){var b={x:d.pageX,y:d.pageY};var c=this._normValueFromMouse(b);this._slide(d,this._handleIndex,c);return false},_mouseStop:function(b){this.handles.removeClass("ui-state-active");this._stop(b,this._handleIndex);this._change(b,this._handleIndex);this._handleIndex=null;this._clickOffset=null;return false},_detectOrientation:function(){this.orientation=this.options.orientation=="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(d){var c,h;if("horizontal"==this.orientation){c=this.elementSize.width;h=d.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{c=this.elementSize.height;h=d.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}var f=(h/c);if(f>1){f=1}if(f<0){f=0}if("vertical"==this.orientation){f=1-f}var e=this._valueMax()-this._valueMin(),i=f*e,b=i%this.options.step,g=this._valueMin()+i-b;if(b>(this.options.step/2)){g+=this.options.step}return parseFloat(g.toFixed(5))},_start:function(d,c){var b={handle:this.handles[c],value:this.value()};if(this.options.values&&this.options.values.length){b.value=this.values(c);b.values=this.values()}this._trigger("start",d,b)},_slide:function(f,e,d){var g=this.handles[e];if(this.options.values&&this.options.values.length){var b=this.values(e?0:1);if((this.options.values.length==2&&this.options.range===true)&&((e==0&&d>b)||(e==1&&d<b))){d=b}if(d!=this.values(e)){var c=this.values();c[e]=d;var h=this._trigger("slide",f,{handle:this.handles[e],value:d,values:c});var b=this.values(e?0:1);if(h!==false){this.values(e,d,(f.type=="mousedown"&&this.options.animate),true)}}}else{if(d!=this.value()){var h=this._trigger("slide",f,{handle:this.handles[e],value:d});if(h!==false){this._setData("value",d,(f.type=="mousedown"&&this.options.animate))}}}},_stop:function(d,c){var b={handle:this.handles[c],value:this.value()};if(this.options.values&&this.options.values.length){b.value=this.values(c);b.values=this.values()}this._trigger("stop",d,b)},_change:function(d,c){var b={handle:this.handles[c],value:this.value()};if(this.options.values&&this.options.values.length){b.value=this.values(c);b.values=this.values()}this._trigger("change",d,b)},value:function(b){if(arguments.length){this._setData("value",b);this._change(null,0)}return this._value()},values:function(b,e,c,d){if(arguments.length>1){this.options.values[b]=e;this._refreshValue(c);if(!d){this._change(null,b)}}if(arguments.length){if(this.options.values&&this.options.values.length){return this._values(b)}else{return this.value()}}else{return this._values()}},_setData:function(b,d,c){a.widget.prototype._setData.apply(this,arguments);switch(b){case"disabled":if(d){this.handles.filter(".ui-state-focus").blur();this.handles.removeClass("ui-state-hover");this.handles.attr("disabled","disabled")}else{this.handles.removeAttr("disabled")}case"orientation":this._detectOrientation();this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue(c);break;case"value":this._refreshValue(c);break}},_step:function(){var b=this.options.step;return b},_value:function(){var b=this.options.value;if(b<this._valueMin()){b=this._valueMin()}if(b>this._valueMax()){b=this._valueMax()}return b},_values:function(b){if(arguments.length){var c=this.options.values[b];if(c<this._valueMin()){c=this._valueMin()}if(c>this._valueMax()){c=this._valueMax()}return c}else{return this.options.values}},_valueMin:function(){var b=this.options.min;return b},_valueMax:function(){var b=this.options.max;return b},_refreshValue:function(c){var f=this.options.range,d=this.options,l=this;if(this.options.values&&this.options.values.length){var i,h;this.handles.each(function(p,n){var o=(l.values(p)-l._valueMin())/(l._valueMax()-l._valueMin())*100;var m={};m[l.orientation=="horizontal"?"left":"bottom"]=o+"%";a(this).stop(1,1)[c?"animate":"css"](m,d.animate);if(l.options.range===true){if(l.orientation=="horizontal"){(p==0)&&l.range.stop(1,1)[c?"animate":"css"]({left:o+"%"},d.animate);(p==1)&&l.range[c?"animate":"css"]({width:(o-lastValPercent)+"%"},{queue:false,duration:d.animate})}else{(p==0)&&l.range.stop(1,1)[c?"animate":"css"]({bottom:(o)+"%"},d.animate);(p==1)&&l.range[c?"animate":"css"]({height:(o-lastValPercent)+"%"},{queue:false,duration:d.animate})}}lastValPercent=o})}else{var j=this.value(),g=this._valueMin(),k=this._valueMax(),e=k!=g?(j-g)/(k-g)*100:0;var b={};b[l.orientation=="horizontal"?"left":"bottom"]=e+"%";this.handle.stop(1,1)[c?"animate":"css"](b,d.animate);(f=="min")&&(this.orientation=="horizontal")&&this.range.stop(1,1)[c?"animate":"css"]({width:e+"%"},d.animate);(f=="max")&&(this.orientation=="horizontal")&&this.range[c?"animate":"css"]({width:(100-e)+"%"},{queue:false,duration:d.animate});(f=="min")&&(this.orientation=="vertical")&&this.range.stop(1,1)[c?"animate":"css"]({height:e+"%"},d.animate);(f=="max")&&(this.orientation=="vertical")&&this.range[c?"animate":"css"]({height:(100-e)+"%"},{queue:false,duration:d.animate})}}}));a.extend(a.ui.slider,{getter:"value values",version:"1.7.2",eventPrefix:"slide",defaults:{animate:false,delay:0,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null}})})(jQuery);(function(a){a.widget("ui.tabs",{_init:function(){if(this.options.deselectable!==undefined){this.options.collapsible=this.options.deselectable}this._tabify(true)},_setData:function(b,c){if(b=="selected"){if(this.options.collapsible&&c==this.options.selected){return}this.select(c)}else{this.options[b]=c;if(b=="deselectable"){this.options.collapsible=c}this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+a.data(b)},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+a.data(this.list[0]));return a.cookie.apply(null,[b].concat(a.makeArray(arguments)))},_ui:function(c,b){return{tab:c,panel:b,index:this.anchors.index(c)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b=a(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(n){this.list=this.element.children("ul:first");this.lis=a("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return a("a",this)[0]});this.panels=a([]);var p=this,d=this.options;var c=/^#.+/;this.anchors.each(function(r,o){var q=a(o).attr("href");var s=q.split("#")[0],u;if(s&&(s===location.toString().split("#")[0]||(u=a("base")[0])&&s===u.href)){q=o.hash;o.href=q}if(c.test(q)){p.panels=p.panels.add(p._sanitizeSelector(q))}else{if(q!="#"){a.data(o,"href.tabs",q);a.data(o,"load.tabs",q.replace(/#.*$/,""));var w=p._tabId(o);o.href="#"+w;var v=a("#"+w);if(!v.length){v=a(d.panelTemplate).attr("id",w).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(p.panels[r-1]||p.list);v.data("destroy.tabs",true)}p.panels=p.panels.add(v)}else{d.disabled.push(r)}}});if(n){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(d.selected===undefined){if(location.hash){this.anchors.each(function(q,o){if(o.hash==location.hash){d.selected=q;return false}})}if(typeof d.selected!="number"&&d.cookie){d.selected=parseInt(p._cookie(),10)}if(typeof d.selected!="number"&&this.lis.filter(".ui-tabs-selected").length){d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}d.selected=d.selected||0}else{if(d.selected===null){d.selected=-1}}d.selected=((d.selected>=0&&this.anchors[d.selected])||d.selected<0)?d.selected:0;d.disabled=a.unique(d.disabled.concat(a.map(this.lis.filter(".ui-state-disabled"),function(q,o){return p.lis.index(q)}))).sort();if(a.inArray(d.selected,d.disabled)!=-1){d.disabled.splice(a.inArray(d.selected,d.disabled),1)}this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(d.selected>=0&&this.anchors.length){this.panels.eq(d.selected).removeClass("ui-tabs-hide");this.lis.eq(d.selected).addClass("ui-tabs-selected ui-state-active");p.element.queue("tabs",function(){p._trigger("show",null,p._ui(p.anchors[d.selected],p.panels[d.selected]))});this.load(d.selected)}a(window).bind("unload",function(){p.lis.add(p.anchors).unbind(".tabs");p.lis=p.anchors=p.panels=null})}else{d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}this.element[d.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");if(d.cookie){this._cookie(d.selected,d.cookie)}for(var g=0,m;(m=this.lis[g]);g++){a(m)[a.inArray(g,d.disabled)!=-1&&!a(m).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled")}if(d.cache===false){this.anchors.removeData("cache.tabs")}this.lis.add(this.anchors).unbind(".tabs");if(d.event!="mouseover"){var f=function(o,i){if(i.is(":not(.ui-state-disabled)")){i.addClass("ui-state-"+o)}};var j=function(o,i){i.removeClass("ui-state-"+o)};this.lis.bind("mouseover.tabs",function(){f("hover",a(this))});this.lis.bind("mouseout.tabs",function(){j("hover",a(this))});this.anchors.bind("focus.tabs",function(){f("focus",a(this).closest("li"))});this.anchors.bind("blur.tabs",function(){j("focus",a(this).closest("li"))})}var b,h;if(d.fx){if(a.isArray(d.fx)){b=d.fx[0];h=d.fx[1]}else{b=h=d.fx}}function e(i,o){i.css({display:""});if(a.browser.msie&&o.opacity){i[0].style.removeAttribute("filter")}}var k=h?function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.hide().removeClass("ui-tabs-hide").animate(h,h.duration||"normal",function(){e(o,h);p._trigger("show",null,p._ui(i,o[0]))})}:function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.removeClass("ui-tabs-hide");p._trigger("show",null,p._ui(i,o[0]))};var l=b?function(o,i){i.animate(b,b.duration||"normal",function(){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");e(i,b);p.element.dequeue("tabs")})}:function(o,i,q){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");p.element.dequeue("tabs")};this.anchors.bind(d.event+".tabs",function(){var o=this,r=a(this).closest("li"),i=p.panels.filter(":not(.ui-tabs-hide)"),q=a(p._sanitizeSelector(this.hash));if((r.hasClass("ui-tabs-selected")&&!d.collapsible)||r.hasClass("ui-state-disabled")||r.hasClass("ui-state-processing")||p._trigger("select",null,p._ui(this,q[0]))===false){this.blur();return false}d.selected=p.anchors.index(this);p.abort();if(d.collapsible){if(r.hasClass("ui-tabs-selected")){d.selected=-1;if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){l(o,i)}).dequeue("tabs");this.blur();return false}else{if(!i.length){if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this));this.blur();return false}}}if(d.cookie){p._cookie(d.selected,d.cookie)}if(q.length){if(i.length){p.element.queue("tabs",function(){l(o,i)})}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this))}else{throw"jQuery UI Tabs: Mismatching fragment identifier."}if(a.browser.msie){this.blur()}});this.anchors.bind("click.tabs",function(){return false})},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var c=a.data(this,"href.tabs");if(c){this.href=c}var d=a(this).unbind(".tabs");a.each(["href","load","cache"],function(e,f){d.removeData(f+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){if(a.data(this,"destroy.tabs")){a(this).remove()}else{a(this).removeClass(["ui-state-default","ui-corner-top","ui-tabs-selected","ui-state-active","ui-state-hover","ui-state-focus","ui-state-disabled","ui-tabs-panel","ui-widget-content","ui-corner-bottom","ui-tabs-hide"].join(" "))}});if(b.cookie){this._cookie(null,b.cookie)}},add:function(e,d,c){if(c===undefined){c=this.anchors.length}var b=this,g=this.options,i=a(g.tabTemplate.replace(/#\{href\}/g,e).replace(/#\{label\}/g,d)),h=!e.indexOf("#")?e.replace("#",""):this._tabId(a("a",i)[0]);i.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var f=a("#"+h);if(!f.length){f=a(g.panelTemplate).attr("id",h).data("destroy.tabs",true)}f.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(c>=this.lis.length){i.appendTo(this.list);f.appendTo(this.list[0].parentNode)}else{i.insertBefore(this.lis[c]);f.insertBefore(this.panels[c])}g.disabled=a.map(g.disabled,function(k,j){return k>=c?++k:k});this._tabify();if(this.anchors.length==1){i.addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){b._trigger("show",null,b._ui(b.anchors[0],b.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[c],this.panels[c]))},remove:function(b){var d=this.options,e=this.lis.eq(b).remove(),c=this.panels.eq(b).remove();if(e.hasClass("ui-tabs-selected")&&this.anchors.length>1){this.select(b+(b+1<this.anchors.length?1:-1))}d.disabled=a.map(a.grep(d.disabled,function(g,f){return g!=b}),function(g,f){return g>=b?--g:g});this._tabify();this._trigger("remove",null,this._ui(e.find("a")[0],c[0]))},enable:function(b){var c=this.options;if(a.inArray(b,c.disabled)==-1){return}this.lis.eq(b).removeClass("ui-state-disabled");c.disabled=a.grep(c.disabled,function(e,d){return e!=b});this._trigger("enable",null,this._ui(this.anchors[b],this.panels[b]))},disable:function(c){var b=this,d=this.options;if(c!=d.selected){this.lis.eq(c).addClass("ui-state-disabled");d.disabled.push(c);d.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[c],this.panels[c]))}},select:function(b){if(typeof b=="string"){b=this.anchors.index(this.anchors.filter("[href$="+b+"]"))}else{if(b===null){b=-1}}if(b==-1&&this.options.collapsible){b=this.options.selected}this.anchors.eq(b).trigger(this.options.event+".tabs")},load:function(e){var c=this,g=this.options,b=this.anchors.eq(e)[0],d=a.data(b,"load.tabs");this.abort();if(!d||this.element.queue("tabs").length!==0&&a.data(b,"cache.tabs")){this.element.dequeue("tabs");return}this.lis.eq(e).addClass("ui-state-processing");if(g.spinner){var f=a("span",b);f.data("label.tabs",f.html()).html(g.spinner)}this.xhr=a.ajax(a.extend({},g.ajaxOptions,{url:d,success:function(i,h){a(c._sanitizeSelector(b.hash)).html(i);c._cleanup();if(g.cache){a.data(b,"cache.tabs",true)}c._trigger("load",null,c._ui(c.anchors[e],c.panels[e]));try{g.ajaxOptions.success(i,h)}catch(j){}c.element.dequeue("tabs")}}))},abort:function(){this.element.queue([]);this.panels.stop(false,true);if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup()},url:function(c,b){this.anchors.eq(c).removeData("cache.tabs").data("load.tabs",b)},length:function(){return this.anchors.length}});a.extend(a.ui.tabs,{version:"1.7.2",getter:"length",defaults:{ajaxOptions:null,cache:false,cookie:null,collapsible:false,disabled:[],event:"click",fx:null,idPrefix:"ui-tabs-",panelTemplate:"<div></div>",spinner:"<em>Loading&#8230;</em>",tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>'}});a.extend(a.ui.tabs.prototype,{rotation:null,rotate:function(d,f){var b=this,g=this.options;var c=b._rotate||(b._rotate=function(h){clearTimeout(b.rotation);b.rotation=setTimeout(function(){var i=g.selected;b.select(++i<b.anchors.length?i:0)},d);if(h){h.stopPropagation()}});var e=b._unrotate||(b._unrotate=!f?function(h){if(h.clientX){b.rotate(null)}}:function(h){t=g.selected;c()});if(d){this.element.bind("tabsshow",c);this.anchors.bind(g.event+".tabs",e);c()}else{clearTimeout(b.rotation);this.element.unbind("tabsshow",c);this.anchors.unbind(g.event+".tabs",e);delete this._rotate;delete this._unrotate}}})})(jQuery);;function slideSwitch(){var $active=$('.breaking div.active');if($active.length==0)$active=$('.breaking div:last');var $next=$active.next().length?$active.next():$('.breaking div:first');$active.addClass('last-active');$active.removeClass('active last-active');$next.css({opacity:0.0}).addClass('active').animate({opacity:1.0},1000);}
$(document).ready(function(){setInterval("slideSwitch()",7000);$('#lopopular').tabs({event:'mouseover'});var currentPosition=0;var slideWidth=620;var slides=$('.slide');var numberOfSlides=slides.length;$('#slidesContainer').css('overflow','hidden');$('#slideshow').css('display','block');slides.wrapAll('<div id="slideInner"></div>').css({'float':'left','width':slideWidth});$('#slideInner').css('width',slideWidth*numberOfSlides);$('#slideInner').prepend('<span class="control" id="leftControl">Izquierda</span>').append('<span class="control" id="rightControl">Derecha</span>');manageControls(currentPosition);$('.control').bind('click',function(){currentPosition=($(this).attr('id')=='rightControl')?currentPosition+1:currentPosition-1;manageControls(currentPosition);$('#slideInner').animate({'marginLeft':slideWidth*(-currentPosition)});});function manageControls(position){if(position==0){$('#leftControl').hide()}else{$('#leftControl').show()}
if(position==numberOfSlides-1){$('#rightControl').hide()}else{$('#rightControl').show()}}});;(function(){var _typeface_js={faces:{},loadFace:function(typefaceData){var familyName=typefaceData.familyName.toLowerCase();if(!this.faces[familyName]){this.faces[familyName]={};}
if(!this.faces[familyName][typefaceData.cssFontWeight]){this.faces[familyName][typefaceData.cssFontWeight]={};}
var face=this.faces[familyName][typefaceData.cssFontWeight][typefaceData.cssFontStyle]=typefaceData;face.loaded=true;},log:function(message){if(this.quiet){return;}
message="typeface.js: "+message;if(this.customLogFn){this.customLogFn(message);}else if(window.console&&window.console.log){window.console.log(message);}},pixelsFromPoints:function(face,style,points,dimension){var pixels=points*parseInt(style.fontSize)*72/(face.resolution*100);if(dimension=='horizontal'&&style.fontStretchPercent){pixels*=style.fontStretchPercent;}
return pixels;},pointsFromPixels:function(face,style,pixels,dimension){var points=pixels*face.resolution/(parseInt(style.fontSize)*72/100);if(dimension=='horizontal'&&style.fontStretchPrecent){points*=style.fontStretchPercent;}
return points;},cssFontWeightMap:{normal:'normal',bold:'bold',400:'normal',700:'bold'},cssFontStretchMap:{'ultra-condensed':0.55,'extra-condensed':0.77,'condensed':0.85,'semi-condensed':0.93,'normal':1,'semi-expanded':1.07,'expanded':1.15,'extra-expanded':1.23,'ultra-expanded':1.45,'default':1},fallbackCharacter:'.',configure:function(args){var configurableOptionNames=['customLogFn','customClassNameRegex','customTypefaceElementsList','quiet','verbose','disableSelection'];for(var i=0;i<configurableOptionNames.length;i++){var optionName=configurableOptionNames[i];if(args[optionName]){if(optionName=='customLogFn'){if(typeof args[optionName]!='function'){throw"customLogFn is not a function";}else{this.customLogFn=args.customLogFn;}}else{this[optionName]=args[optionName];}}}},getTextExtents:function(face,style,text){var extentX=0;var extentY=0;var horizontalAdvance;var textLength=text.length;for(var i=0;i<textLength;i++){var glyph=face.glyphs[text.charAt(i)]?face.glyphs[text.charAt(i)]:face.glyphs[this.fallbackCharacter];var letterSpacingAdjustment=this.pointsFromPixels(face,style,style.letterSpacing);extentX+=i+1==textLength?Math.max(glyph.x_max,glyph.ha):glyph.ha;extentX+=letterSpacingAdjustment;horizontalAdvance+=glyph.ha+letterSpacingAdjustment;}
return{x:extentX,y:extentY,ha:horizontalAdvance};},pixelsFromCssAmount:function(cssAmount,defaultValue,element){var matches=undefined;if(cssAmount=='normal'){return defaultValue;}else if(matches=cssAmount.match(/([\-\d+\.]+)px/)){return matches[1];}else{var pixelAmount;var leftInlineStyle=element.style.left;var leftRuntimeStyle=element.runtimeStyle.left;element.runtimeStyle.left=element.currentStyle.left;if(!cssAmount.match(/\d(px|pt)$/)){element.style.left='1em';}else{element.style.left=cssAmount||0;}
pixelAmount=element.style.pixelLeft;element.style.left=leftInlineStyle;element.runtimeStyle.left=leftRuntimeStyle;return pixelAmount||defaultValue;}},capitalizeText:function(text){return text.replace(/(^|\s)[a-z]/g,function(match){return match.toUpperCase()});},getElementStyle:function(e){if(window.getComputedStyle){return window.getComputedStyle(e,'');}else if(e.currentStyle){return e.currentStyle;}},getRenderedText:function(e){var browserStyle=this.getElementStyle(e.parentNode);var inlineStyleAttribute=e.parentNode.getAttribute('style');if(inlineStyleAttribute&&typeof(inlineStyleAttribute)=='object'){inlineStyleAttribute=inlineStyleAttribute.cssText;}
if(inlineStyleAttribute){var inlineStyleDeclarations=inlineStyleAttribute.split(/\s*\;\s*/);var inlineStyle={};for(var i=0;i<inlineStyleDeclarations.length;i++){var declaration=inlineStyleDeclarations[i];var declarationOperands=declaration.split(/\s*\:\s*/);inlineStyle[declarationOperands[0]]=declarationOperands[1];}}
var style={color:browserStyle.color,fontFamily:browserStyle.fontFamily.split(/\s*,\s*/)[0].replace(/(^"|^'|'$|"$)/g,'').toLowerCase(),fontSize:this.pixelsFromCssAmount(browserStyle.fontSize,12,e.parentNode),fontWeight:this.cssFontWeightMap[browserStyle.fontWeight],fontStyle:browserStyle.fontStyle?browserStyle.fontStyle:'normal',fontStretchPercent:this.cssFontStretchMap[inlineStyle&&inlineStyle['font-stretch']?inlineStyle['font-stretch']:'default'],textDecoration:browserStyle.textDecoration,lineHeight:this.pixelsFromCssAmount(browserStyle.lineHeight,'normal',e.parentNode),letterSpacing:this.pixelsFromCssAmount(browserStyle.letterSpacing,0,e.parentNode),textTransform:browserStyle.textTransform};var face;if(this.faces[style.fontFamily]&&this.faces[style.fontFamily][style.fontWeight]){face=this.faces[style.fontFamily][style.fontWeight][style.fontStyle];}
var text=e.nodeValue;if(e.previousSibling&&e.previousSibling.nodeType==1&&e.previousSibling.tagName!='BR'&&this.getElementStyle(e.previousSibling).display.match(/inline/)){text=text.replace(/^\s+/,' ');}else{text=text.replace(/^\s+/,'');}
if(e.nextSibling&&e.nextSibling.nodeType==1&&e.nextSibling.tagName!='BR'&&this.getElementStyle(e.nextSibling).display.match(/inline/)){text=text.replace(/\s+$/,' ');}else{text=text.replace(/\s+$/,'');}
text=text.replace(/\s+/g,' ');if(style.textTransform&&style.textTransform!='none'){switch(style.textTransform){case'capitalize':text=this.capitalizeText(text);break;case'uppercase':text=text.toUpperCase();break;case'lowercase':text=text.toLowerCase();break;}}
if(!face){var excerptLength=12;var textExcerpt=text.substring(0,excerptLength);if(text.length>excerptLength){textExcerpt+='...';}
var fontDescription=style.fontFamily;if(style.fontWeight!='normal')fontDescription+=' '+style.fontWeight;if(style.fontStyle!='normal')fontDescription+=' '+style.fontStyle;this.log("couldn't find typeface font: "+fontDescription+' for text "'+textExcerpt+'"');return;}
var words=text.split(/\b(?=\w)/);var containerSpan=document.createElement('span');containerSpan.className='typeface-js-vector-container';var wordsLength=words.length;for(var i=0;i<wordsLength;i++){var word=words[i];var vector=this.renderWord(face,style,word);if(vector){containerSpan.appendChild(vector.element);if(!this.disableSelection){var selectableSpan=document.createElement('span');selectableSpan.className='typeface-js-selected-text';var wordNode=document.createTextNode(word);selectableSpan.appendChild(wordNode);if(this.vectorBackend!='vml'){selectableSpan.style.marginLeft=-1*(vector.width+1)+'px';}
selectableSpan.targetWidth=vector.width;if(this.vectorBackend=='vml'){vector.element.appendChild(selectableSpan);}else{containerSpan.appendChild(selectableSpan);}}}}
return containerSpan;},renderDocument:function(callback){if(!callback)
callback=function(e){e.style.visibility='visible'};var elements=document.getElementsByTagName('*');var elementsLength=elements.length;for(var i=0;i<elements.length;i++){if(elements[i].className.match(/(^|\s)typeface-js(\s|$)/)||elements[i].tagName.match(/^(H1|H2|H3|H4|H5|H6)$/)){this.replaceText(elements[i]);if(typeof callback=='function'){callback(elements[i]);}}}
if(this.vectorBackend=='vml'){var dummyShape=document.createElement('v:shape');dummyShape.style.display='none';document.body.appendChild(dummyShape);}},replaceText:function(e){var childNodes=[];var childNodesLength=e.childNodes.length;for(var i=0;i<childNodesLength;i++){this.replaceText(e.childNodes[i]);}
if(e.nodeType==3&&e.nodeValue.match(/\S/)){var parentNode=e.parentNode;if(parentNode.className=='typeface-js-selected-text'){return;}
var renderedText=this.getRenderedText(e);if(parentNode.tagName=='A'&&this.vectorBackend=='vml'&&this.getElementStyle(parentNode).display=='inline'){parentNode.style.display='inline-block';parentNode.style.cursor='pointer';}
if(this.getElementStyle(parentNode).display=='inline'){parentNode.style.display='inline-block';}
if(renderedText){if(parentNode.replaceChild){parentNode.replaceChild(renderedText,e);}else{parentNode.insertBefore(renderedText,e);parentNode.removeChild(e);}
if(this.vectorBackend=='vml'){renderedText.innerHTML=renderedText.innerHTML;}
var childNodesLength=renderedText.childNodes.length
for(var i;i<childNodesLength;i++){var e=renderedText.childNodes[i];if(e.hasChildNodes()&&!e.targetWidth){e=e.childNodes[0];}
if(e&&e.targetWidth){var letterSpacingCount=e.innerHTML.length;var wordSpaceDelta=e.targetWidth-e.offsetWidth;var letterSpacing=wordSpaceDelta/(letterSpacingCount||1);if(this.vectorBackend=='vml'){letterSpacing=Math.ceil(letterSpacing);}
e.style.letterSpacing=letterSpacing+'px';e.style.width=e.targetWidth+'px';}}}}},applyElementVerticalMetrics:function(face,style,e){if(style.lineHeight=='normal'){style.lineHeight=this.pixelsFromPoints(face,style,face.lineHeight);}
var cssLineHeightAdjustment=style.lineHeight-this.pixelsFromPoints(face,style,face.lineHeight);e.style.marginTop=Math.round(cssLineHeightAdjustment/2)+'px';e.style.marginBottom=Math.round(cssLineHeightAdjustment/2)+'px';},vectorBackends:{canvas:{_initializeSurface:function(face,style,text){var extents=this.getTextExtents(face,style,text);var canvas=document.createElement('canvas');if(this.disableSelection){canvas.innerHTML=text;}
canvas.height=Math.round(this.pixelsFromPoints(face,style,face.lineHeight));canvas.width=Math.round(this.pixelsFromPoints(face,style,extents.x,'horizontal'));this.applyElementVerticalMetrics(face,style,canvas);if(extents.x>extents.ha)
canvas.style.marginRight=Math.round(this.pixelsFromPoints(face,style,extents.x-extents.ha,'horizontal'))+'px';var ctx=canvas.getContext('2d');var pointScale=this.pixelsFromPoints(face,style,1);ctx.scale(pointScale*style.fontStretchPercent,-1*pointScale);ctx.translate(0,-1*face.ascender);ctx.fillStyle=style.color;return{context:ctx,canvas:canvas};},_renderGlyph:function(ctx,face,char,style){var glyph=face.glyphs[char];if(!glyph){return this.renderGlyph(ctx,face,this.fallbackCharacter,style);}
if(glyph.o){var outline;if(glyph.cached_outline){outline=glyph.cached_outline;}else{outline=glyph.o.split(' ');glyph.cached_outline=outline;}
var outlineLength=outline.length;for(var i=0;i<outlineLength;){var action=outline[i++];switch(action){case'm':ctx.moveTo(outline[i++],outline[i++]);break;case'l':ctx.lineTo(outline[i++],outline[i++]);break;case'q':var cpx=outline[i++];var cpy=outline[i++];ctx.quadraticCurveTo(outline[i++],outline[i++],cpx,cpy);break;case'b':var x=outline[i++];var y=outline[i++];ctx.bezierCurveTo(outline[i++],outline[i++],outline[i++],outline[i++],x,y);break;}}}
if(glyph.ha){var letterSpacingPoints=style.letterSpacing&&style.letterSpacing!='normal'?this.pointsFromPixels(face,style,style.letterSpacing):0;ctx.translate(glyph.ha+letterSpacingPoints,0);}},_renderWord:function(face,style,text){var surface=this.initializeSurface(face,style,text);var ctx=surface.context;var canvas=surface.canvas;ctx.beginPath();ctx.save();var chars=text.split('');var charsLength=chars.length;for(var i=0;i<charsLength;i++){this.renderGlyph(ctx,face,chars[i],style);}
ctx.fill();if(style.textDecoration=='underline'){ctx.beginPath();ctx.moveTo(0,face.underlinePosition);ctx.restore();ctx.lineTo(0,face.underlinePosition);ctx.strokeStyle=style.color;ctx.lineWidth=face.underlineThickness;ctx.stroke();}
return{element:ctx.canvas,width:Math.floor(canvas.width)};}},vml:{_initializeSurface:function(face,style,text){var shape=document.createElement('v:shape');var extents=this.getTextExtents(face,style,text);shape.style.width=shape.style.height=style.fontSize+'px';shape.style.marginLeft='-1px';if(extents.x>extents.ha){shape.style.marginRight=this.pixelsFromPoints(face,style,extents.x-extents.ha,'horizontal')+'px';}
this.applyElementVerticalMetrics(face,style,shape);var resolutionScale=face.resolution*100/72;shape.coordsize=(resolutionScale/style.fontStretchPercent)+","+resolutionScale;shape.coordorigin='0,'+face.ascender;shape.style.flip='y';shape.fillColor=style.color;shape.stroked=false;shape.path='hh m 0,'+face.ascender+' l 0,'+face.descender+' ';return shape;},_renderGlyph:function(shape,face,char,offsetX,style,vmlSegments){var glyph=face.glyphs[char];if(!glyph){this.log("glyph not defined: "+char);this.renderGlyph(shape,face,this.fallbackCharacter,offsetX,style);return;}
vmlSegments.push('m');if(glyph.o){var outline,outlineLength;if(glyph.cached_outline){outline=glyph.cached_outline;outlineLength=outline.length;}else{outline=glyph.o.split(' ');outlineLength=outline.length;for(var i=0;i<outlineLength;){switch(outline[i++]){case'q':outline[i]=Math.round(outline[i++]);outline[i]=Math.round(outline[i++]);case'm':case'l':outline[i]=Math.round(outline[i++]);outline[i]=Math.round(outline[i++]);break;}}
glyph.cached_outline=outline;}
var prevX,prevY;for(var i=0;i<outlineLength;){var action=outline[i++];var x=Math.round(outline[i++])+offsetX;var y=Math.round(outline[i++]);switch(action){case'm':vmlSegments.push('xm ',x,',',y);break;case'l':vmlSegments.push('l ',x,',',y);break;case'q':var cpx=outline[i++]+offsetX;var cpy=outline[i++];var cp1x=Math.round(prevX+2.0/3.0*(cpx-prevX));var cp1y=Math.round(prevY+2.0/3.0*(cpy-prevY));var cp2x=Math.round(cp1x+(x-prevX)/3.0);var cp2y=Math.round(cp1y+(y-prevY)/3.0);vmlSegments.push('c ',cp1x,',',cp1y,',',cp2x,',',cp2y,',',x,',',y);break;case'b':var cp1x=Math.round(outline[i++])+offsetX;var cp1y=outline[i++];var cp2x=Math.round(outline[i++])+offsetX;var cp2y=outline[i++];vmlSegments.push('c ',cp1x,',',cp1y,',',cp2x,',',cp2y,',',x,',',y);break;}
prevX=x;prevY=y;}}
vmlSegments.push('x e');return vmlSegments;},_renderWord:function(face,style,text){var offsetX=0;var shape=this.initializeSurface(face,style,text);var letterSpacingPoints=style.letterSpacing&&style.letterSpacing!='normal'?this.pointsFromPixels(face,style,style.letterSpacing):0;letterSpacingPoints=Math.round(letterSpacingPoints);var chars=text.split('');var vmlSegments=[];for(var i=0;i<chars.length;i++){var char=chars[i];vmlSegments=this.renderGlyph(shape,face,char,offsetX,style,vmlSegments);offsetX+=face.glyphs[char].ha+letterSpacingPoints;}
if(style.textDecoration=='underline'){var posY=face.underlinePosition-(face.underlineThickness/2);vmlSegments.push('xm ',0,',',posY);vmlSegments.push('l ',offsetX,',',posY);vmlSegments.push('l ',offsetX,',',posY+face.underlineThickness);vmlSegments.push('l ',0,',',posY+face.underlineThickness);vmlSegments.push('l ',0,',',posY);vmlSegments.push('x e');}
shape.path+=vmlSegments.join('')+'m '+offsetX+' 0 l '+offsetX+' '+face.ascender;return{element:shape,width:Math.floor(this.pixelsFromPoints(face,style,offsetX,'horizontal'))};}}},setVectorBackend:function(backend){this.vectorBackend=backend;var backendFunctions=['renderWord','initializeSurface','renderGlyph'];for(var i=0;i<backendFunctions.length;i++){var backendFunction=backendFunctions[i];this[backendFunction]=this.vectorBackends[backend]['_'+backendFunction];}},initialize:function(){if(arguments.callee.done)return;arguments.callee.done=true;if(window._typefaceTimer)clearInterval(_typefaceTimer);this.renderDocument(function(e){e.style.visibility='visible'});}};var typefaceSelectors=['.typeface-js','h1','h2','h3','h4','h5','h6'];if(document.createStyleSheet){var styleSheet=document.createStyleSheet();for(var i=0;i<typefaceSelectors.length;i++){var selector=typefaceSelectors[i];styleSheet.addRule(selector,'visibility: hidden');}
styleSheet.addRule('.typeface-js-selected-text','-ms-filter: \
   "Chroma(color=black) \
   progid:DXImageTransform.Microsoft.MaskFilter(Color=white) \
   progid:DXImageTransform.Microsoft.MaskFilter(Color=blue) \
   alpha(opacity=30)" !important; \
  color: black; \
  font-family: Modern; \
  position: absolute; \
  white-space: pre; \
  filter: alpha(opacity=0) !important;');styleSheet.addRule('.typeface-js-vector-container','position: relative');}else if(document.styleSheets){if(!document.styleSheets.length){(function(){var styleSheet=document.createElement('style');styleSheet.type='text/css';document.getElementsByTagName('head')[0].appendChild(styleSheet);})()}
var styleSheet=document.styleSheets[0];document.styleSheets[0].insertRule(typefaceSelectors.join(',')+' { visibility: hidden; }',styleSheet.cssRules.length);document.styleSheets[0].insertRule('.typeface-js-selected-text { \
   color: rgba(128, 128, 128, 0); \
   opacity: 0.30; \
   position: absolute; \
   font-family: Arial, sans-serif; \
   white-space: pre \
  }',styleSheet.cssRules.length);try{document.styleSheets[0].insertRule('.typeface-js-selected-text::-moz-selection { background: blue; }',styleSheet.cssRules.length);}catch(e){};try{document.styleSheets[0].insertRule('.typeface-js-selected-text::selection { background: blue; }',styleSheet.cssRules.length);}catch(e){};if(/WebKit/i.test(navigator.userAgent)){document.styleSheets[0].insertRule('.typeface-js-vector-container { position: relative }',styleSheet.cssRules.length);}}
var backend=!!(window.attachEvent&&!window.opera)?'vml':window.CanvasRenderingContext2D||document.createElement('canvas').getContext?'canvas':null;if(backend=='vml'){document.namespaces.add("v","urn:schemas-microsoft-com:vml","#default#VML");var styleSheet=document.createStyleSheet();styleSheet.addRule('v\\:shape',"display: inline-block;");}
_typeface_js.setVectorBackend(backend);window._typeface_js=_typeface_js;if(/WebKit/i.test(navigator.userAgent)){var _typefaceTimer=setInterval(function(){if(/loaded|complete/.test(document.readyState)){_typeface_js.initialize();}},10);}
if(document.addEventListener){window.addEventListener('DOMContentLoaded',function(){_typeface_js.initialize()},false);}/*@cc_on @*//*@if (@_win32)

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

/*@end @*/try{console.log('initializing typeface.js')}catch(e){};})();;if(_typeface_js&&_typeface_js.loadFace)_typeface_js.loadFace({"glyphs":{"S":{"x_min":68.5,"x_max":644,"ha":712,"o":"m 362 -14 q 312 -9 341 -14 q 249 5 282 -4 q 184 28 216 15 q 126 61 152 42 q 84 103 101 79 q 68 156 68 127 q 139 221 68 221 q 179 209 162 221 q 212 183 197 197 q 277 143 235 160 q 367 126 320 126 q 453 150 422 126 q 485 227 485 174 q 455 300 485 272 q 381 351 426 329 q 285 394 336 373 q 189 446 234 415 q 115 524 144 477 q 86 642 86 570 q 105 748 86 700 q 159 829 124 795 q 246 883 194 864 q 363 902 298 902 q 483 884 431 902 q 568 842 534 867 q 621 790 603 817 q 639 745 639 763 q 623 693 639 713 q 570 673 607 673 q 532 682 549 673 q 499 704 514 692 q 449 736 483 718 q 358 755 415 755 q 277 727 309 755 q 246 649 246 700 q 275 578 246 605 q 349 531 305 552 q 445 489 393 510 q 541 437 497 469 q 614 359 585 406 q 644 237 644 312 q 569 53 644 120 q 362 -14 494 -14 "},"/":{"x_min":33.6875,"x_max":487.828125,"ha":532,"o":"m 336 862 q 372 896 344 885 q 435 895 400 907 q 480 858 468 884 q 484 809 492 832 l 185 27 q 150 -7 176 4 q 89 -8 123 -19 q 42 30 55 4 q 36 80 28 56 l 336 862 "},"y":{"x_min":99,"x_max":683,"ha":784,"o":"m 524 649 q 546 689 524 670 q 604 709 568 709 q 661 688 639 709 q 683 643 683 668 l 683 -48 q 660 -164 683 -115 q 599 -245 638 -214 q 507 -291 560 -276 q 396 -307 455 -307 q 290 -301 330 -307 q 232 -288 251 -295 q 187 -218 187 -259 q 206 -169 187 -187 q 263 -152 225 -152 q 314 -157 278 -152 q 397 -162 349 -162 q 493 -132 461 -162 q 525 -49 525 -103 l 525 56 l 518 59 q 449 5 488 23 q 352 -13 410 -13 q 228 8 277 -13 q 150 68 179 30 q 110 161 122 107 q 99 278 99 214 l 99 643 q 122 688 99 668 q 180 709 145 709 q 237 688 216 709 q 259 643 259 668 l 259 272 q 288 172 259 207 q 387 138 316 138 q 474 162 436 138 q 525 238 511 186 l 525 649 l 524 649 "},"Ž":{"x_min":54,"x_max":680,"ha":734,"o":"m 465 751 l 138 751 q 92 767 112 751 q 72 817 72 784 q 92 870 72 853 q 138 888 112 888 l 599 888 q 646 870 625 888 q 668 817 668 853 q 648 769 668 785 l 650 769 l 258 137 l 613 137 q 659 119 639 137 q 680 66 680 102 q 659 16 680 33 q 613 0 639 0 l 122 0 q 74 16 94 0 q 54 66 54 33 q 73 119 54 99 l 465 751 m 529 1192 q 565 1192 548 1198 q 593 1169 583 1185 q 604 1134 604 1154 q 589 1097 604 1114 l 410 975 q 381 965 394 967 q 351 971 368 964 l 183 1092 q 162 1130 162 1108 q 173 1168 162 1151 q 204 1192 184 1185 q 243 1186 223 1198 l 378 1089 l 529 1192 "},"Á":{"x_min":48.296875,"x_max":757.546875,"ha":806,"o":"m 755 75 q 747 26 762 52 q 695 -9 732 0 q 634 -3 661 -17 q 601 33 608 10 l 552 195 l 255 195 l 205 32 q 170 -4 197 8 q 111 -10 144 -18 q 59 24 74 0 q 50 74 43 50 l 317 843 q 347 884 323 867 q 405 902 371 902 q 462 884 438 902 q 494 843 487 867 l 755 75 m 298 331 l 510 331 l 405 675 l 298 331 m 416 999 q 379 1002 400 992 q 347 1035 357 1013 q 343 1079 336 1057 q 366 1107 351 1100 l 558 1211 q 611 1209 586 1224 q 647 1169 635 1194 q 654 1117 658 1144 q 620 1076 649 1089 l 416 999 "},"g":{"x_min":75,"x_max":678,"ha":773,"o":"m 678 0 q 653 -134 678 -77 q 587 -227 629 -190 q 491 -281 545 -263 q 377 -300 437 -300 q 284 -294 325 -300 q 226 -281 243 -288 q 181 -210 181 -252 q 199 -162 181 -180 q 256 -144 217 -144 q 298 -149 271 -144 q 377 -155 326 -155 q 434 -149 408 -155 q 479 -125 460 -143 q 509 -78 498 -108 q 520 0 520 -48 l 520 67 l 514 70 q 451 9 493 33 q 341 -14 410 -14 q 144 67 213 -14 q 75 289 75 148 l 75 371 q 94 498 75 437 q 153 605 114 559 q 252 680 193 652 q 392 709 311 709 q 521 688 467 709 q 610 633 575 668 q 661 549 645 597 q 678 445 678 500 l 678 0 m 378 137 q 477 171 435 137 q 519 277 519 205 l 519 451 q 485 531 519 505 q 391 558 452 558 q 327 543 356 558 q 278 504 299 528 q 247 447 258 480 q 235 377 235 414 l 235 284 q 378 137 235 137 "},"–":{"x_min":71,"x_max":670,"ha":742,"o":"m 592 482 q 650 461 630 482 q 670 407 670 441 q 650 355 670 375 q 592 335 630 335 l 136 335 q 91 355 111 335 q 71 407 71 375 q 91 461 71 441 q 136 482 111 482 l 592 482 "},"ë":{"x_min":72,"x_max":659,"ha":731,"o":"m 659 426 q 634 334 659 360 q 552 308 609 308 l 230 308 l 230 271 q 270 165 230 205 q 383 125 310 125 q 451 129 420 125 q 499 142 482 134 q 536 162 518 152 q 568 172 553 172 q 611 155 596 172 q 626 112 626 138 q 606 67 626 90 q 555 27 587 45 q 478 -2 522 9 q 384 -14 434 -14 q 258 8 315 -14 q 159 67 200 30 q 95 156 118 105 q 72 263 72 206 l 72 410 q 94 526 72 471 q 156 620 116 580 q 250 684 195 660 q 370 708 304 708 q 502 682 447 708 q 591 615 556 656 q 642 524 626 574 q 659 426 659 474 m 369 573 q 271 533 307 573 q 230 429 235 494 l 508 429 l 508 449 q 469 539 508 506 q 369 573 430 573 m 124 887 q 147 935 124 914 q 212 956 171 956 q 273 935 249 956 q 297 887 297 914 l 297 853 q 273 805 297 826 q 212 785 249 785 q 147 805 171 785 q 124 853 124 826 l 124 887 m 424 887 q 447 935 424 914 q 512 956 471 956 q 573 935 549 956 q 597 887 597 914 l 597 853 q 573 805 597 826 q 512 785 549 785 q 447 805 471 785 q 424 853 424 826 l 424 887 "},"Î":{"x_min":-39,"x_max":405,"ha":364,"o":"m 103 836 q 124 881 103 861 q 184 902 146 902 q 240 881 218 902 q 262 836 262 861 l 262 52 q 240 7 262 27 q 184 -13 218 -13 q 124 7 146 -13 q 103 52 103 27 l 103 836 m 37 985 q 0 985 18 978 q -28 1007 -18 992 q -39 1042 -39 1022 q -22 1079 -39 1063 l 156 1201 q 185 1211 172 1210 q 215 1206 198 1212 l 383 1085 q 405 1047 405 1068 q 393 1008 405 1025 q 362 985 382 992 q 323 990 343 978 l 188 1088 l 37 985 "},"e":{"x_min":72,"x_max":659,"ha":731,"o":"m 659 426 q 634 334 659 360 q 552 308 609 308 l 230 308 l 230 271 q 270 165 230 205 q 383 125 310 125 q 451 129 420 125 q 499 142 482 134 q 536 162 518 152 q 569 172 554 172 q 611 155 596 172 q 626 112 626 138 q 606 67 626 90 q 555 27 587 45 q 478 -2 522 9 q 384 -14 434 -14 q 258 8 315 -14 q 159 67 200 30 q 95 156 118 105 q 72 263 72 206 l 72 410 q 94 526 72 471 q 156 620 116 580 q 250 684 195 660 q 370 708 304 708 q 502 682 447 708 q 591 615 556 656 q 642 524 626 574 q 659 426 659 474 m 369 573 q 271 533 307 573 q 230 429 235 494 l 508 429 l 508 449 q 469 539 508 506 q 369 573 430 573 "},"Ã":{"x_min":48.078125,"x_max":757.328125,"ha":806,"o":"m 755 75 q 747 26 762 52 q 695 -9 732 0 q 634 -3 661 -17 q 601 33 608 10 l 552 195 l 255 195 l 205 32 q 170 -4 197 8 q 111 -10 144 -18 q 58 24 74 0 q 50 74 43 50 l 316 843 q 347 884 323 867 q 405 902 371 902 q 462 884 438 902 q 493 843 487 867 l 755 75 m 297 331 l 510 331 l 405 675 l 297 331 m 311 1056 q 260 1043 274 1056 q 237 1015 246 1030 q 220 986 229 999 q 187 974 212 974 q 141 993 157 974 q 125 1040 125 1012 q 139 1104 125 1076 q 178 1152 153 1132 q 234 1181 202 1171 q 300 1191 266 1191 q 370 1175 340 1191 q 427 1142 401 1160 q 478 1110 454 1125 q 531 1095 503 1095 q 572 1107 560 1095 q 591 1134 583 1119 q 608 1161 598 1149 q 644 1174 617 1174 q 687 1157 670 1174 q 710 1118 704 1141 q 700 1058 714 1085 q 663 1011 687 1031 q 608 980 639 991 q 545 969 576 969 q 476 982 506 969 q 421 1012 447 996 q 370 1042 395 1028 q 311 1056 344 1056 "},"J":{"x_min":27,"x_max":423,"ha":524,"o":"m 89 143 q 131 137 112 143 q 178 131 149 131 q 244 154 225 131 q 264 231 264 177 l 264 836 q 285 881 264 861 q 341 902 307 902 q 401 881 379 902 q 423 836 423 861 l 423 236 q 360 43 423 99 q 178 -13 297 -13 q 120 -7 148 -13 q 72 8 93 -1 q 39 35 51 19 q 27 76 27 52 q 42 124 27 106 q 89 143 58 143 "},"»":{"x_min":71.953125,"x_max":699.78125,"ha":772,"o":"m 77 534 q 76 584 66 559 q 107 624 87 609 q 153 640 127 640 q 202 623 179 640 l 378 371 q 392 334 390 351 q 383 295 393 317 l 209 58 q 158 33 186 33 q 108 49 130 33 q 76 93 85 66 q 84 146 68 120 l 212 330 l 77 534 m 385 534 q 384 584 374 559 q 415 624 394 609 q 461 640 435 640 q 510 623 487 640 l 686 371 q 699 334 698 351 q 691 295 700 317 l 517 58 q 466 33 494 33 q 415 49 438 33 q 384 93 393 66 q 392 146 375 120 l 519 330 l 385 534 "},"©":{"x_min":29,"x_max":1162,"ha":1191,"o":"m 150 350 q 181 167 150 250 q 271 23 212 84 q 411 -72 329 -38 q 595 -106 493 -106 q 778 -72 695 -106 q 918 23 860 -38 q 1007 167 976 84 q 1039 350 1039 250 q 1007 528 1039 446 q 918 669 976 610 q 778 762 860 729 q 595 796 695 796 q 411 762 493 796 q 271 669 329 729 q 181 528 212 610 q 150 350 150 446 m 29 350 q 69 570 29 468 q 183 745 109 671 q 361 860 257 818 q 595 902 466 902 q 828 860 723 902 q 1007 745 933 818 q 1121 570 1081 671 q 1162 350 1162 468 q 1121 125 1162 228 q 1007 -52 1081 22 q 828 -169 933 -127 q 595 -212 723 -212 q 361 -169 466 -212 q 183 -52 257 -127 q 69 125 109 22 q 29 350 29 228 m 342 441 q 358 542 342 495 q 405 626 374 590 q 484 683 437 662 q 592 704 531 704 q 668 694 633 704 q 729 668 703 684 q 769 631 755 652 q 784 588 784 611 q 771 554 784 566 q 741 543 758 543 q 709 547 724 543 q 677 565 695 552 q 641 583 660 576 q 590 590 622 590 q 503 556 539 590 q 467 448 467 522 l 467 244 q 503 136 467 170 q 590 103 539 103 q 640 107 622 103 q 675 122 658 112 q 711 143 699 138 q 743 148 722 148 q 773 135 763 148 q 784 104 784 122 q 769 61 784 82 q 729 24 755 40 q 668 -1 703 8 q 592 -11 633 -11 q 484 9 531 -11 q 405 66 437 30 q 358 150 374 102 q 342 252 342 198 l 342 441 "},"˘":{"x_min":57,"x_max":482,"ha":541,"o":"m 57 902 q 74 945 57 928 q 112 965 91 961 q 154 959 134 968 q 178 924 174 949 q 210 871 183 888 q 269 855 238 855 q 328 875 300 855 q 360 932 355 895 q 387 960 368 953 q 424 963 405 967 q 461 946 444 960 q 482 910 477 932 q 450 820 482 857 q 373 766 419 784 q 274 748 327 748 q 175 764 222 748 q 95 816 129 781 q 57 902 62 850 "},"ò":{"x_min":75,"x_max":693,"ha":768,"o":"m 75 389 q 93 512 75 455 q 149 614 111 570 q 245 683 186 658 q 383 708 303 708 q 521 683 462 708 q 618 614 580 658 q 674 512 656 570 q 693 389 693 455 l 693 294 q 674 176 693 231 q 618 78 656 120 q 521 12 580 37 q 383 -11 462 -11 q 245 12 303 -11 q 149 78 186 37 q 93 176 111 120 q 75 294 75 231 l 75 389 m 235 292 q 275 174 235 216 q 384 133 314 133 q 492 174 453 133 q 532 292 532 216 l 532 392 q 492 518 532 475 q 384 562 453 562 q 275 518 314 562 q 235 392 235 475 l 235 292 m 158 884 q 124 924 129 896 q 130 977 118 952 q 164 1016 141 1002 q 216 1017 187 1030 l 408 913 q 437 880 431 900 q 434 837 443 859 q 401 807 423 814 q 363 806 378 799 l 158 884 "},"^":{"x_min":91.5625,"x_max":508.59375,"ha":640,"o":"m 227 853 q 253 887 234 872 q 299 902 272 902 q 347 887 326 902 q 372 853 367 872 l 506 541 q 499 500 513 521 q 455 470 485 478 q 406 475 428 463 q 378 506 385 486 l 299 715 l 221 506 q 192 475 215 486 q 142 470 170 463 q 100 500 112 478 q 93 541 87 521 l 227 853 "},"«":{"x_min":71.96875,"x_max":691.953125,"ha":765,"o":"m 387 139 q 387 89 397 114 q 356 48 377 64 q 310 33 336 33 q 261 51 284 33 l 85 302 q 72 339 73 323 q 80 378 70 356 l 254 616 q 304 640 276 640 q 355 623 333 640 q 387 580 378 606 q 379 527 396 553 l 251 344 l 387 139 m 687 139 q 686 89 696 114 q 656 48 676 64 q 609 33 635 33 q 560 51 583 33 l 385 302 q 371 339 372 323 q 379 378 370 356 l 553 616 q 604 640 575 640 q 655 623 632 640 q 686 580 677 606 q 679 527 695 553 l 551 344 l 687 139 "},"D":{"x_min":102,"x_max":718,"ha":806,"o":"m 102 822 q 123 867 102 847 q 183 888 145 888 l 359 888 q 519 858 451 888 q 631 777 587 828 q 696 658 675 727 q 718 511 718 589 l 718 357 q 696 217 718 283 q 631 104 675 152 q 519 27 587 55 q 359 0 451 0 l 183 0 q 123 20 145 0 q 102 65 102 40 l 102 822 m 261 741 l 261 147 l 358 147 q 505 196 452 147 q 559 342 559 246 l 559 525 q 505 684 559 627 q 358 741 452 741 l 261 741 "},"ł":{"x_min":40.59375,"x_max":486.265625,"ha":528,"o":"m 177 355 l 128 335 q 83 335 107 326 q 47 370 59 344 q 44 422 35 398 q 73 456 53 446 l 177 499 l 177 878 q 199 923 177 903 q 258 944 221 944 q 314 923 293 944 q 336 878 336 903 l 336 566 l 389 588 q 478 556 453 616 q 483 506 491 530 q 443 467 474 483 l 336 421 l 336 51 q 314 6 336 26 q 258 -14 293 -14 q 199 6 221 -14 q 177 51 177 26 l 177 355 "},"ÿ":{"x_min":99,"x_max":683,"ha":784,"o":"m 524 649 q 546 689 524 670 q 604 709 568 709 q 661 688 639 709 q 683 643 683 668 l 683 -48 q 660 -164 683 -115 q 599 -245 638 -214 q 507 -291 560 -276 q 396 -307 455 -307 q 290 -301 330 -307 q 232 -288 251 -295 q 187 -218 187 -259 q 206 -169 187 -187 q 263 -152 225 -152 q 314 -157 278 -152 q 397 -162 349 -162 q 493 -132 461 -162 q 525 -49 525 -103 l 525 56 l 518 59 q 449 5 488 23 q 352 -13 410 -13 q 228 8 277 -13 q 150 68 179 30 q 110 161 122 107 q 99 278 99 214 l 99 643 q 122 688 99 668 q 180 709 145 709 q 237 688 216 709 q 259 643 259 668 l 259 272 q 288 172 259 207 q 387 138 316 138 q 474 162 436 138 q 525 238 511 186 l 525 649 l 524 649 m 156 894 q 179 942 156 921 q 244 963 203 963 q 305 942 281 963 q 329 894 329 921 l 329 860 q 305 812 329 833 q 244 792 281 792 q 179 812 203 792 q 156 860 156 833 l 156 894 m 457 894 q 480 942 457 921 q 545 963 504 963 q 606 942 582 963 q 630 894 630 921 l 630 860 q 606 812 630 833 q 545 792 582 792 q 480 812 504 792 q 457 860 457 833 l 457 894 "},"Ł":{"x_min":13.390625,"x_max":669.5,"ha":684,"o":"m 143 341 l 100 321 q 56 321 80 312 q 20 356 32 330 q 17 408 8 384 q 46 442 25 432 l 143 487 l 143 836 q 164 881 143 861 q 224 902 186 902 q 280 881 258 902 q 302 836 302 861 l 302 561 l 416 616 q 506 584 480 643 q 510 534 518 557 q 470 495 502 510 l 302 416 l 302 147 l 591 147 q 649 127 630 147 q 669 72 669 107 q 649 20 669 40 q 591 1 630 1 l 216 1 q 162 21 181 1 q 143 64 143 41 l 143 341 "},"í":{"x_min":99,"x_max":430.203125,"ha":359,"o":"m 99 654 q 121 699 99 679 q 180 720 143 720 q 236 699 215 720 q 258 654 258 679 l 258 53 q 236 8 258 28 q 180 -12 215 -12 q 121 8 143 -12 q 99 53 99 28 l 99 654 m 191 824 q 154 827 175 817 q 122 860 132 838 q 118 903 111 882 q 141 932 126 925 l 332 1036 q 385 1034 361 1049 q 422 994 410 1019 q 428 942 433 969 q 395 901 424 914 l 191 824 "},"ˆ":{"x_min":208,"x_max":652,"ha":870,"o":"m 284 716 q 246 716 264 709 q 218 738 228 723 q 208 773 208 753 q 224 810 208 794 l 402 932 q 432 942 419 941 q 462 937 444 944 l 630 816 q 652 778 652 799 q 640 739 652 756 q 609 716 629 723 q 570 721 590 709 l 435 819 l 284 716 "},"w":{"x_min":99,"x_max":1031,"ha":1130,"o":"m 772 -14 q 643 14 692 -14 q 565 91 594 42 q 486 14 535 42 q 358 -14 436 -14 q 233 8 284 -14 q 153 72 183 31 q 111 169 123 113 q 99 291 99 226 l 99 642 q 121 687 99 667 q 180 708 143 708 q 236 687 215 708 q 258 642 258 667 l 258 285 q 284 173 258 209 q 372 137 311 137 q 459 173 433 137 q 485 285 485 209 l 485 648 q 493 671 485 660 q 513 690 501 682 q 540 703 526 698 q 567 708 554 708 q 620 691 594 708 q 646 644 646 674 l 646 285 q 671 173 646 209 q 758 137 697 137 q 845 173 818 137 q 873 285 873 209 l 873 642 q 894 687 873 667 q 949 708 915 708 q 1009 687 987 708 q 1031 642 1031 667 l 1031 291 q 1018 169 1031 226 q 976 72 1006 113 q 896 8 946 31 q 772 -14 847 -14 "},"$":{"x_min":86,"x_max":671,"ha":753,"o":"m 340 957 q 357 998 340 984 q 394 1012 374 1012 q 430 998 413 1012 q 448 957 448 984 l 448 888 q 530 859 494 878 q 590 819 566 840 q 626 776 614 797 q 638 739 638 754 q 623 687 638 707 q 570 667 607 667 q 531 676 548 667 q 499 699 514 686 q 474 715 489 705 q 440 732 460 725 l 440 491 q 521 454 479 474 q 596 403 563 433 q 650 330 630 373 q 671 227 671 287 q 605 50 671 117 q 424 -16 540 -16 l 424 -74 q 406 -114 424 -101 q 370 -128 389 -128 q 333 -114 350 -128 q 316 -74 316 -101 l 316 -13 q 242 7 281 -6 q 170 41 203 21 q 116 88 137 61 q 95 148 95 115 q 166 214 95 214 q 207 202 189 214 q 239 176 224 190 q 323 130 268 147 l 323 376 q 240 415 283 394 q 162 465 197 435 q 107 537 128 495 q 86 638 86 579 q 152 820 86 750 q 340 891 219 891 l 340 957 m 246 643 q 270 580 246 604 q 334 536 294 556 l 334 746 q 270 714 294 740 q 246 643 246 688 m 512 220 q 489 282 512 256 q 431 327 467 308 l 431 122 q 490 152 468 128 q 512 220 512 176 "},"\\":{"x_min":33.484375,"x_max":487.71875,"ha":532,"o":"m 484 80 q 479 30 492 56 q 431 -8 466 4 q 371 -7 398 -19 q 336 27 344 4 l 36 809 q 40 858 28 832 q 85 895 53 884 q 149 896 121 907 q 185 862 176 885 l 484 80 "},"Ì":{"x_min":-79.40625,"x_max":261,"ha":363,"o":"m 102 836 q 123 881 102 861 q 183 902 145 902 q 239 881 217 902 q 261 836 261 861 l 261 52 q 239 7 261 27 q 183 -13 217 -13 q 123 7 145 -13 q 102 52 102 27 l 102 836 m -43 1075 q -77 1115 -72 1088 q -71 1168 -83 1143 q -36 1207 -59 1193 q 14 1208 -13 1221 l 206 1104 q 235 1071 229 1092 q 232 1028 242 1050 q 199 998 221 1006 q 161 997 176 990 l -43 1075 "},"Ç":{"x_min":86,"x_max":652,"ha":679,"o":"m 86 563 q 106 693 86 631 q 167 801 126 755 q 268 874 208 847 q 405 902 328 902 q 503 889 458 902 q 581 856 548 877 q 633 808 615 835 q 652 753 652 782 q 635 710 652 725 q 597 695 619 695 q 556 701 574 695 q 515 722 539 707 q 468 746 494 736 q 404 756 443 756 q 291 711 338 756 q 245 574 245 667 l 245 311 q 291 174 245 218 q 404 131 338 131 q 467 137 443 131 q 513 156 491 143 q 539 172 528 165 q 558 181 549 178 q 577 186 567 185 q 598 188 586 188 q 639 172 626 188 q 652 132 652 156 q 599 41 652 82 q 462 -10 547 0 q 482 -59 475 -33 q 486 -112 490 -85 q 460 -178 486 -151 q 399 -218 435 -205 q 319 -231 362 -231 q 238 -203 276 -231 q 214 -171 219 -190 q 216 -135 209 -151 q 239 -111 223 -119 q 279 -114 255 -104 q 313 -127 296 -122 q 345 -132 330 -132 q 368 -123 359 -132 q 382 -100 378 -115 q 384 -59 387 -80 q 366 -9 381 -37 q 245 20 298 -9 q 158 94 193 49 q 104 197 122 140 q 86 321 86 255 l 86 563 "},"’":{"x_min":44.21875,"x_max":297,"ha":341,"o":"m 142 825 q 167 887 142 870 q 224 905 193 905 q 275 891 254 905 q 297 838 297 878 q 263 668 297 741 q 146 549 229 595 q 85 546 110 535 q 50 577 60 556 q 47 623 39 598 q 86 667 54 649 q 131 734 121 691 q 142 825 142 777 "},"-":{"x_min":114,"x_max":498,"ha":607,"o":"m 420 482 q 478 461 458 482 q 498 407 498 441 q 478 355 498 375 q 420 335 458 335 l 178 335 q 133 355 153 335 q 114 407 114 375 q 133 461 114 441 q 178 482 153 482 l 420 482 "},"Q":{"x_min":88,"x_max":777,"ha":865,"o":"m 88 541 q 108 683 88 617 q 171 797 128 749 q 277 874 213 846 q 431 902 342 902 q 585 874 521 902 q 693 797 650 846 q 756 683 736 749 q 777 541 777 617 l 777 346 q 762 224 777 281 q 717 122 747 167 q 641 43 687 76 q 532 -2 594 11 q 551 -83 532 -56 q 631 -111 571 -111 q 672 -105 651 -111 q 710 -100 692 -100 q 742 -106 728 -100 q 764 -138 756 -113 q 766 -183 773 -163 q 740 -219 759 -204 q 693 -242 721 -234 q 631 -251 665 -251 q 438 -190 503 -251 q 374 -9 374 -129 q 245 29 299 -1 q 156 108 191 61 q 105 216 122 155 q 88 346 88 277 l 88 541 m 245 345 q 295 184 245 231 q 431 136 345 136 q 568 184 519 136 q 618 345 618 231 l 618 541 q 568 703 618 655 q 431 751 519 751 q 295 703 345 751 q 245 541 245 655 l 245 345 "},"M":{"x_min":102,"x_max":900,"ha":1002,"o":"m 500 251 q 446 269 468 251 q 412 309 424 288 l 261 632 l 261 51 q 239 6 261 26 q 183 -14 218 -14 q 124 6 146 -14 q 102 51 102 26 l 102 836 q 124 881 102 861 q 183 902 146 902 l 206 902 q 265 888 242 902 q 300 853 288 875 l 500 442 l 701 853 q 737 889 714 875 q 796 904 761 904 l 818 904 q 878 883 856 904 q 900 838 900 863 l 900 51 q 878 6 900 26 q 818 -14 856 -14 q 763 6 784 -14 q 742 51 742 26 l 742 632 l 589 309 q 556 269 578 288 q 500 251 534 251 "},"C":{"x_min":86,"x_max":652,"ha":679,"o":"m 86 564 q 106 694 86 632 q 167 802 126 756 q 268 874 208 847 q 405 902 328 902 q 503 889 458 902 q 581 856 548 877 q 633 808 615 835 q 652 753 652 782 q 635 710 652 725 q 597 695 619 695 q 556 701 574 695 q 515 722 539 707 q 468 746 494 736 q 404 756 443 756 q 291 711 338 756 q 245 574 245 667 l 245 312 q 291 175 245 219 q 404 132 338 132 q 467 138 443 132 q 513 157 491 144 q 539 173 528 166 q 558 182 549 179 q 577 187 567 186 q 598 189 586 189 q 639 173 626 189 q 652 133 652 157 q 633 77 652 104 q 581 31 615 51 q 503 -1 548 11 q 405 -14 458 -14 q 268 13 328 -14 q 167 85 208 40 q 106 192 126 131 q 86 323 86 253 l 86 564 "},"!":{"x_min":105,"x_max":263,"ha":349,"o":"m 105 836 q 126 881 105 861 q 185 902 148 902 q 241 881 220 902 q 263 836 263 861 l 263 320 q 241 275 263 295 q 185 255 220 255 q 126 275 148 255 q 105 320 105 295 l 105 836 m 105 85 q 126 130 105 110 q 185 151 148 151 q 241 130 220 151 q 263 85 263 110 l 263 52 q 241 7 263 27 q 185 -13 220 -13 q 126 7 148 -13 q 105 52 105 27 l 105 85 "},"ç":{"x_min":75,"x_max":598.359375,"ha":640,"o":"m 75 404 q 92 521 75 466 q 146 618 109 577 q 240 684 182 660 q 378 708 297 708 q 498 689 447 708 q 580 638 548 670 q 598 593 598 620 q 585 545 598 566 q 546 516 572 525 q 482 527 519 508 q 437 547 461 538 q 377 557 412 557 q 271 513 306 557 q 235 397 235 470 l 235 297 q 271 181 235 224 q 377 138 306 138 q 441 145 412 138 q 486 162 470 153 q 540 173 514 178 q 580 151 565 168 q 598 109 595 133 q 583 60 600 85 q 526 15 563 32 q 442 -8 489 -1 q 462 -57 455 -31 q 466 -111 470 -84 q 440 -177 466 -150 q 378 -217 415 -204 q 299 -230 342 -230 q 217 -202 256 -230 q 194 -170 198 -189 q 196 -134 189 -150 q 219 -110 202 -118 q 258 -113 235 -103 q 293 -126 276 -121 q 324 -131 310 -131 q 348 -122 339 -131 q 362 -99 358 -114 q 364 -59 367 -79 q 347 -11 361 -39 q 223 14 275 -11 q 139 80 171 40 q 90 174 106 121 q 75 287 75 227 l 75 404 "},"È":{"x_min":102,"x_max":643.484375,"ha":707,"o":"m 565 888 q 623 867 604 888 q 643 813 643 847 q 623 761 643 781 q 565 741 604 741 l 261 741 l 261 523 l 465 523 q 524 502 504 523 q 544 448 544 482 q 524 396 544 416 q 465 376 504 376 l 261 376 l 261 147 l 565 147 q 623 126 604 147 q 643 72 643 106 q 623 20 643 40 q 565 0 604 0 l 183 0 q 124 20 146 0 q 102 65 102 40 l 102 822 q 124 867 102 847 q 183 888 146 888 l 565 888 l 565 888 m 146 1061 q 112 1101 118 1074 q 118 1154 107 1129 q 153 1193 130 1179 q 205 1194 176 1207 l 397 1090 q 426 1057 420 1078 q 422 1014 432 1036 q 389 984 412 992 q 352 983 367 976 l 146 1061 "},"ﬁ":{"x_min":31,"x_max":775,"ha":876,"o":"m 137 694 l 137 735 q 198 918 137 866 q 380 971 260 971 q 437 965 410 971 q 486 948 465 960 q 519 920 507 936 q 531 882 531 903 q 516 834 531 852 q 469 816 500 816 q 427 821 445 816 q 380 827 409 827 q 314 807 333 827 q 295 741 295 788 l 295 694 l 399 694 q 440 676 422 694 q 458 631 458 659 q 440 583 458 600 q 399 566 422 566 l 295 566 l 295 51 q 273 6 295 26 q 218 -14 252 -14 q 158 6 180 -14 q 137 51 137 26 l 137 566 l 89 566 q 48 583 66 566 q 31 631 31 600 q 48 676 31 659 q 89 694 66 694 l 137 694 m 616 642 q 638 687 616 667 q 697 708 660 708 q 753 687 732 708 q 775 642 775 667 l 775 51 q 753 6 775 26 q 697 -14 732 -14 q 638 6 660 -14 q 616 51 616 26 l 616 642 m 616 892 q 638 937 616 917 q 697 958 660 958 q 753 937 732 958 q 775 892 775 917 l 775 859 q 753 814 775 834 q 697 794 732 794 q 638 814 660 794 q 616 859 616 834 l 616 892 "},"{":{"x_min":60,"x_max":506,"ha":580,"o":"m 291 404 q 366 343 335 390 q 398 197 398 296 q 386 111 398 152 q 374 28 374 71 q 384 -35 374 -7 q 436 -63 394 -63 q 483 -72 460 -63 q 506 -118 506 -82 q 494 -152 506 -139 q 467 -172 483 -165 q 431 -182 450 -179 q 395 -185 412 -185 q 294 -157 334 -185 q 233 -87 254 -130 q 212 7 212 -44 q 221 111 212 60 q 220 281 246 217 q 127 345 195 345 q 78 363 96 345 q 60 407 60 381 q 78 451 60 433 q 127 470 96 470 q 220 533 195 470 q 221 703 246 597 q 212 807 212 754 q 233 902 212 859 q 294 972 254 945 q 395 1000 334 1000 q 431 997 412 1000 q 467 987 450 994 q 494 968 483 980 q 506 934 506 955 q 483 887 506 897 q 436 878 460 878 q 384 855 394 878 q 374 801 374 832 q 386 705 374 748 q 398 617 398 661 q 366 471 398 518 q 291 410 335 424 l 291 404 "},"X":{"x_min":55.03125,"x_max":691.3125,"ha":746,"o":"m 372 566 l 548 875 q 593 900 563 895 q 654 885 623 905 q 689 839 683 867 q 681 791 695 810 l 468 442 l 679 98 q 687 49 694 77 q 649 0 680 20 q 592 -12 620 -18 q 548 13 563 -6 l 372 319 l 198 13 q 154 -12 183 -6 q 96 0 125 -18 q 58 49 65 20 q 66 98 51 77 l 276 442 l 65 791 q 57 839 50 810 q 92 885 63 867 q 153 900 123 905 q 198 875 183 895 l 372 566 "},"ô":{"x_min":75,"x_max":693,"ha":768,"o":"m 75 389 q 93 512 75 455 q 149 614 111 570 q 245 683 186 658 q 383 708 303 708 q 521 683 462 708 q 618 614 580 658 q 674 512 656 570 q 693 389 693 455 l 693 294 q 674 176 693 231 q 618 78 656 120 q 521 12 580 37 q 383 -11 462 -11 q 245 12 303 -11 q 149 78 186 37 q 93 176 111 120 q 75 294 75 231 l 75 389 m 235 292 q 275 174 235 216 q 384 133 314 133 q 492 174 453 133 q 532 292 532 216 l 532 392 q 492 518 532 475 q 384 562 453 562 q 275 518 314 562 q 235 392 235 475 l 235 292 m 239 794 q 202 794 220 787 q 173 816 183 801 q 163 851 163 831 q 179 888 163 871 l 358 1010 q 387 1020 374 1018 q 418 1014 400 1021 l 585 894 q 607 855 607 877 q 595 817 607 834 q 564 794 584 801 q 525 799 545 787 l 390 896 l 239 794 "},"#":{"x_min":78,"x_max":865,"ha":994,"o":"m 493 205 l 354 205 l 325 38 q 300 -1 321 14 q 248 -12 279 -18 q 199 17 215 -6 q 185 64 182 41 l 209 205 l 132 205 q 94 223 110 205 q 78 271 78 242 q 94 322 78 303 q 132 341 110 341 l 233 341 l 272 567 l 170 567 q 132 585 148 567 q 116 633 116 603 q 132 684 116 665 q 170 703 148 703 l 297 703 l 323 848 q 350 889 327 872 q 406 898 374 905 q 452 868 437 891 q 464 822 467 845 l 442 703 l 580 703 l 606 848 q 634 889 610 872 q 689 898 658 905 q 735 868 719 891 q 748 822 750 845 l 726 703 l 799 703 q 848 684 831 703 q 865 633 865 665 q 848 585 865 603 q 799 567 831 567 l 701 567 l 662 341 l 761 341 q 809 322 792 341 q 827 271 827 303 q 809 223 827 242 q 761 205 792 205 l 637 205 l 609 38 q 583 -1 604 14 q 531 -12 562 -18 q 482 17 498 -6 q 468 64 466 41 l 493 205 m 378 341 l 516 341 l 555 567 l 418 567 l 378 341 "},"Ê":{"x_min":102,"x_max":643.484375,"ha":707,"o":"m 565 888 q 623 867 604 888 q 643 813 643 847 q 623 761 643 781 q 565 741 604 741 l 261 741 l 261 523 l 465 523 q 524 502 504 523 q 544 448 544 482 q 524 396 544 416 q 465 376 504 376 l 261 376 l 261 147 l 565 147 q 623 126 604 147 q 643 72 643 106 q 623 20 643 40 q 565 0 604 0 l 183 0 q 124 20 146 0 q 102 65 102 40 l 102 822 q 124 867 102 847 q 183 888 146 888 l 565 888 l 565 888 m 228 971 q 190 971 208 964 q 162 993 172 978 q 152 1028 152 1008 q 168 1065 152 1049 l 346 1187 q 376 1197 363 1196 q 406 1192 388 1198 l 574 1071 q 596 1033 596 1054 q 584 994 596 1011 q 553 971 573 978 q 514 976 534 964 l 379 1074 l 228 971 "},")":{"x_min":166.296875,"x_max":462,"ha":586,"o":"m 181 -57 q 222 15 200 -28 q 259 97 245 60 q 305 353 305 219 q 273 612 305 486 q 257 669 267 639 q 234 728 246 698 q 208 784 221 757 q 181 832 194 811 q 166 884 163 858 q 185 926 170 910 q 222 942 200 942 q 268 922 245 942 q 307 880 287 904 q 346 828 328 855 q 380 770 365 800 q 406 712 396 740 q 462 386 462 553 q 404 60 462 219 q 380 2 395 32 q 346 -55 365 -27 q 308 -107 328 -82 q 270 -148 288 -131 q 224 -169 247 -169 q 185 -152 201 -169 q 166 -111 170 -136 q 181 -57 163 -86 "},"Å":{"x_min":48.328125,"x_max":757.734375,"ha":806,"o":"m 755 75 q 747 26 762 52 q 695 -9 732 0 q 635 -3 661 -17 q 601 33 608 10 l 552 195 l 255 195 l 205 32 q 170 -4 197 8 q 111 -10 144 -18 q 59 24 74 0 q 50 74 43 50 l 316 843 q 347 884 323 867 q 405 902 371 902 q 463 884 438 902 q 494 843 487 867 l 755 75 m 297 331 l 510 331 l 405 675 l 297 331 m 260 1115 q 271 1170 260 1144 q 302 1215 283 1196 q 347 1244 321 1233 q 404 1256 374 1256 q 458 1244 432 1256 q 503 1215 484 1233 q 534 1170 522 1196 q 546 1115 546 1144 q 534 1062 546 1087 q 503 1019 522 1037 q 458 989 484 1000 q 404 978 432 978 q 347 989 374 978 q 302 1019 321 1000 q 271 1062 283 1037 q 260 1115 260 1087 m 344 1115 q 361 1075 344 1091 q 404 1060 379 1060 q 445 1075 429 1060 q 462 1115 462 1091 q 445 1156 462 1139 q 404 1174 429 1174 q 361 1156 379 1174 q 344 1115 344 1139 "},"ø":{"x_min":86,"x_max":713.734375,"ha":790,"o":"m 86 389 q 104 512 86 455 q 160 614 122 570 q 256 683 197 658 q 395 708 314 708 q 499 694 452 708 q 581 656 546 680 l 614 698 q 646 717 625 713 q 690 705 668 720 q 712 669 709 689 q 706 632 716 648 l 659 571 q 704 389 704 492 l 704 294 q 685 176 704 231 q 629 78 667 120 q 532 12 591 37 q 394 -11 473 -11 q 231 23 299 -11 l 196 -22 q 164 -41 185 -37 q 122 -30 143 -46 q 98 5 102 -15 q 105 44 94 27 l 145 95 q 100 186 114 135 q 86 294 86 237 l 86 389 m 246 292 q 247 262 246 277 q 253 234 249 248 l 486 534 q 394 562 450 562 q 286 518 325 562 q 246 392 246 475 l 246 292 m 543 392 q 542 407 543 399 q 542 421 542 414 l 326 145 q 394 133 356 133 q 503 174 464 133 q 543 292 543 216 l 543 392 "},"â":{"x_min":83,"x_max":689,"ha":790,"o":"m 607 -21 q 552 0 573 -21 q 531 44 531 19 l 531 66 l 518 70 q 492 37 506 52 q 457 10 477 22 q 409 -7 437 -1 q 340 -14 381 -14 q 225 10 274 -14 q 145 73 176 34 q 98 162 114 112 q 83 265 83 212 l 83 387 q 103 502 83 445 q 163 605 123 559 q 262 679 202 651 q 403 708 322 708 q 532 687 477 708 q 621 629 586 666 q 672 542 656 592 q 689 433 689 492 l 689 44 q 667 0 689 19 q 607 -21 645 -21 m 531 430 q 497 528 531 499 q 402 557 464 557 q 338 543 367 557 q 289 507 310 530 q 257 455 269 484 q 246 392 246 426 l 246 259 q 282 173 246 209 q 374 137 319 137 q 432 147 404 137 q 481 178 460 157 q 517 228 503 198 q 531 299 531 259 l 531 430 m 243 801 q 205 801 223 794 q 177 823 187 807 q 167 858 167 838 q 183 895 167 878 l 361 1017 q 391 1027 378 1025 q 421 1021 404 1028 l 589 900 q 611 862 611 884 q 599 824 611 841 q 568 801 588 807 q 529 806 549 794 l 394 903 l 243 801 "},"}":{"x_min":75,"x_max":520,"ha":580,"o":"m 289 410 q 213 471 244 424 q 182 617 182 518 q 194 703 182 662 q 206 786 206 743 q 196 850 206 822 q 143 878 186 878 q 96 887 118 878 q 75 933 75 897 q 86 967 75 954 q 113 987 97 980 q 148 997 130 994 q 183 1000 167 1000 q 284 972 244 1000 q 345 902 323 945 q 368 807 368 859 q 359 703 368 754 q 359 533 333 597 q 452 470 385 470 q 501 451 483 470 q 520 407 520 433 q 501 363 520 381 q 452 345 483 345 q 359 281 385 345 q 359 111 333 217 q 368 7 368 60 q 345 -87 368 -44 q 284 -157 323 -130 q 183 -185 244 -185 q 148 -182 167 -185 q 113 -172 130 -179 q 86 -153 97 -165 q 75 -119 75 -140 q 96 -72 75 -82 q 143 -63 118 -63 q 196 -40 186 -63 q 206 13 206 -17 q 194 109 206 66 q 182 197 182 153 q 213 343 182 296 q 289 404 244 390 l 289 410 "},"‰":{"x_min":71,"x_max":1469,"ha":1541,"o":"m 71 724 q 87 797 71 764 q 131 854 103 831 q 196 889 159 877 q 275 902 233 902 q 353 889 316 902 q 417 854 389 877 q 461 797 445 831 q 477 724 477 764 l 477 632 q 461 559 477 592 q 417 502 445 525 q 353 467 389 479 q 275 455 316 455 q 196 467 233 455 q 131 502 159 479 q 87 559 103 525 q 71 632 71 592 l 71 724 m 600 255 q 615 328 600 295 q 659 385 631 362 q 724 420 687 408 q 803 433 760 433 q 882 420 845 433 q 946 385 919 408 q 989 328 973 362 q 1005 255 1005 295 l 1005 163 q 989 90 1005 123 q 946 33 973 56 q 882 -1 919 10 q 803 -14 845 -14 q 724 -1 760 -14 q 659 33 687 10 q 615 90 631 56 q 600 163 600 123 l 600 255 m 1064 255 q 1079 328 1064 295 q 1123 385 1095 362 q 1188 420 1151 408 q 1267 433 1224 433 q 1346 420 1309 433 q 1410 385 1383 408 q 1453 328 1437 362 q 1469 255 1469 295 l 1469 163 q 1453 90 1469 123 q 1410 33 1437 56 q 1346 -1 1383 10 q 1267 -14 1309 -14 q 1188 -1 1224 -14 q 1123 33 1151 10 q 1079 90 1095 56 q 1064 163 1064 123 l 1064 255 m 696 867 q 735 899 707 889 q 795 892 762 908 q 834 851 826 876 q 829 806 841 826 l 391 23 q 351 -10 378 0 q 293 -5 324 -20 q 252 36 261 11 q 256 84 244 61 l 696 867 m 202 638 q 223 587 202 606 q 275 569 244 569 q 324 587 303 569 q 346 638 346 606 l 346 718 q 324 769 346 750 q 275 788 303 788 q 223 769 244 788 q 202 718 202 750 l 202 638 m 1195 169 q 1216 118 1195 137 q 1267 100 1237 100 q 1318 118 1297 100 q 1340 169 1340 137 l 1340 249 q 1318 300 1340 281 q 1267 319 1297 319 q 1216 300 1237 319 q 1195 249 1195 281 l 1195 169 m 731 169 q 752 118 731 137 q 803 100 773 100 q 854 118 832 100 q 876 169 876 137 l 876 249 q 854 300 876 281 q 803 319 832 319 q 752 300 773 319 q 731 249 731 281 l 731 169 "},"Ä":{"x_min":47.875,"x_max":757.46875,"ha":806,"o":"m 755 75 q 747 26 762 52 q 695 -9 732 0 q 634 -3 661 -17 q 601 33 608 10 l 552 195 l 255 195 l 205 32 q 170 -4 196 8 q 111 -10 143 -18 q 58 24 74 0 q 49 74 43 50 l 316 843 q 347 884 323 867 q 405 902 371 902 q 462 884 438 902 q 493 843 487 867 l 755 75 m 297 331 l 510 331 l 405 675 l 297 331 m 167 1077 q 190 1125 167 1104 q 255 1146 214 1146 q 316 1125 292 1146 q 340 1077 340 1104 l 340 1043 q 316 995 340 1016 q 255 975 292 975 q 190 995 214 975 q 167 1043 167 1016 l 167 1077 m 468 1077 q 491 1125 468 1104 q 556 1146 515 1146 q 617 1125 593 1146 q 641 1077 641 1104 l 641 1043 q 617 995 641 1016 q 556 975 593 975 q 491 995 515 975 q 468 1043 468 1016 l 468 1077 "},"¸":{"x_min":69.484375,"x_max":344.09375,"ha":414,"o":"m 277 50 q 326 -22 304 19 q 343 -111 348 -64 q 317 -177 343 -150 q 256 -217 292 -204 q 176 -230 219 -230 q 95 -202 133 -230 q 71 -170 76 -189 q 73 -134 66 -150 q 96 -110 80 -118 q 136 -112 112 -103 q 170 -126 153 -121 q 202 -131 187 -131 q 225 -122 216 -131 q 239 -99 235 -114 q 235 -37 247 -69 q 186 50 223 -4 l 277 50 "},"a":{"x_min":83,"x_max":689,"ha":790,"o":"m 607 -21 q 552 0 573 -21 q 531 44 531 19 l 531 66 l 518 70 q 492 37 506 52 q 457 10 477 22 q 409 -7 437 -1 q 340 -14 381 -14 q 225 10 274 -14 q 145 73 176 34 q 98 162 114 112 q 83 265 83 212 l 83 387 q 103 502 83 445 q 163 605 123 559 q 262 679 202 651 q 403 708 322 708 q 532 687 477 708 q 621 629 586 666 q 672 542 656 592 q 689 433 689 492 l 689 44 q 667 0 689 19 q 607 -21 645 -21 m 531 430 q 497 528 531 499 q 402 557 464 557 q 338 543 367 557 q 289 507 310 530 q 257 455 269 484 q 246 392 246 426 l 246 259 q 282 173 246 209 q 374 137 319 137 q 432 147 404 137 q 481 178 460 157 q 517 228 503 198 q 531 299 531 259 l 531 430 "},"—":{"x_min":71,"x_max":914,"ha":985,"o":"m 835 482 q 894 461 874 482 q 914 407 914 441 q 894 355 914 375 q 835 335 874 335 l 136 335 q 91 355 111 335 q 71 407 71 375 q 91 461 71 441 q 136 482 111 482 l 835 482 "},"=":{"x_min":114,"x_max":690,"ha":789,"o":"m 617 593 q 671 574 653 593 q 690 523 690 555 q 671 475 690 493 q 617 457 653 457 l 173 457 q 132 475 150 457 q 114 523 114 493 q 132 574 114 555 q 173 593 150 593 l 617 593 m 617 328 q 671 309 653 328 q 690 258 690 290 q 671 210 690 229 q 617 192 653 192 l 173 192 q 132 210 150 192 q 114 258 114 229 q 132 309 114 290 q 173 328 150 328 l 617 328 "},"N":{"x_min":102,"x_max":784,"ha":886,"o":"m 102 836 q 124 881 102 861 q 183 902 146 902 q 233 886 213 902 q 259 849 254 870 l 626 303 l 626 836 q 647 881 626 861 q 707 902 669 902 q 762 881 741 902 q 784 836 784 861 l 784 51 q 762 6 784 26 q 707 -14 741 -14 q 658 -2 677 -14 q 630 29 638 9 l 626 35 l 261 575 l 261 51 q 239 6 261 26 q 183 -14 218 -14 q 124 6 146 -14 q 102 51 102 26 l 102 836 "},"˚":{"x_min":29,"x_max":315,"ha":320,"o":"m 29 881 q 40 936 29 910 q 71 980 52 962 q 116 1010 90 999 q 173 1022 143 1022 q 227 1010 201 1022 q 272 980 253 999 q 303 936 291 962 q 315 881 315 910 q 303 828 315 853 q 272 785 291 803 q 227 755 253 766 q 173 744 201 744 q 116 755 143 744 q 71 785 90 766 q 40 828 52 803 q 29 881 29 853 m 113 881 q 130 841 113 857 q 173 826 148 826 q 214 841 198 826 q 231 881 231 857 q 214 922 231 905 q 173 940 198 940 q 130 922 148 940 q 113 881 113 905 "},"ú":{"x_min":95,"x_max":699.609375,"ha":795,"o":"m 397 -14 q 265 8 322 -14 q 171 72 209 31 q 114 170 133 113 q 95 291 95 226 l 95 641 q 117 686 95 666 q 176 707 139 707 q 232 686 211 707 q 254 641 254 666 l 254 285 q 294 173 254 209 q 397 137 335 137 q 498 173 458 137 q 539 285 539 209 l 539 641 q 560 686 539 666 q 617 707 582 707 q 676 686 653 707 q 699 641 699 666 l 699 291 q 680 170 699 226 q 623 72 661 113 q 528 8 585 31 q 397 -14 472 -14 m 410 819 q 373 822 394 812 q 341 855 352 833 q 337 899 330 877 q 360 927 345 920 l 552 1031 q 605 1029 581 1044 q 641 990 630 1015 q 648 937 653 965 q 615 897 643 909 l 410 819 "},"⁄":{"x_min":8.421875,"x_max":680.421875,"ha":689,"o":"m 539 871 q 582 896 552 891 q 645 880 612 900 q 678 833 672 860 q 671 785 684 806 l 149 13 q 106 -12 134 -6 q 47 1 77 -18 q 10 49 16 20 q 19 99 4 77 l 539 871 "},"2":{"x_min":93.96875,"x_max":672,"ha":739,"o":"m 654 656 q 630 550 654 599 q 569 458 606 502 q 486 374 531 414 q 398 295 440 334 q 324 217 357 256 q 277 137 290 178 l 605 137 q 651 119 630 137 q 672 66 672 102 q 651 16 672 33 q 605 0 631 0 l 171 0 q 124 16 145 0 q 103 66 103 33 q 102 71 103 69 q 103 76 101 73 q 133 207 103 148 q 208 316 164 267 q 303 409 252 366 q 398 491 354 452 q 470 568 441 531 q 499 647 499 606 q 475 729 499 699 q 386 759 451 759 q 331 754 353 759 q 292 738 309 749 q 260 709 275 727 q 228 665 245 690 q 188 636 214 646 q 130 642 161 627 q 96 677 103 656 q 97 720 90 697 q 119 770 101 739 q 171 829 137 800 q 259 880 206 858 q 387 902 312 902 q 511 883 460 902 q 594 831 562 864 q 640 754 626 799 q 654 656 654 709 "},"ü":{"x_min":95,"x_max":699.609375,"ha":795,"o":"m 397 -14 q 265 8 322 -14 q 171 72 209 31 q 114 170 133 113 q 95 291 95 226 l 95 641 q 117 686 95 666 q 176 707 139 707 q 232 686 211 707 q 254 641 254 666 l 254 285 q 294 173 254 209 q 397 137 335 137 q 498 173 458 137 q 539 285 539 209 l 539 641 q 560 686 539 666 q 617 707 582 707 q 676 686 653 707 q 699 641 699 666 l 699 291 q 680 170 699 226 q 623 72 661 113 q 528 8 585 31 q 397 -14 472 -14 m 162 897 q 185 945 162 924 q 250 966 209 966 q 311 945 287 966 q 335 897 335 924 l 335 863 q 311 815 335 836 q 250 795 287 795 q 185 815 209 795 q 162 863 162 836 l 162 897 m 462 897 q 485 945 462 924 q 550 966 509 966 q 611 945 587 966 q 635 897 635 924 l 635 863 q 611 815 635 836 q 550 795 587 795 q 485 815 509 795 q 462 863 462 836 l 462 897 "},"¯":{"x_min":79,"x_max":643,"ha":742,"o":"m 569 884 q 623 865 604 884 q 643 814 643 846 q 623 765 643 784 q 569 747 604 747 l 140 747 q 98 765 117 747 q 79 814 79 784 q 98 865 79 846 q 140 884 117 884 l 569 884 "},"Z":{"x_min":54,"x_max":680,"ha":734,"o":"m 465 751 l 138 751 q 92 767 112 751 q 72 817 72 784 q 92 870 72 853 q 138 888 112 888 l 599 888 q 646 870 625 888 q 668 817 668 853 q 648 769 668 785 l 650 769 l 258 137 l 613 137 q 659 119 639 137 q 680 66 680 102 q 659 16 680 33 q 613 0 639 0 l 122 0 q 74 16 94 0 q 54 66 54 33 q 73 119 54 99 l 465 751 "},"u":{"x_min":95,"x_max":699.609375,"ha":795,"o":"m 397 -14 q 265 8 322 -14 q 171 72 209 31 q 114 170 133 113 q 95 291 95 226 l 95 641 q 117 686 95 666 q 176 707 139 707 q 232 686 211 707 q 254 641 254 666 l 254 285 q 294 173 254 209 q 397 137 335 137 q 498 173 458 137 q 539 285 539 209 l 539 641 q 560 686 539 666 q 617 707 582 707 q 676 686 653 707 q 699 641 699 666 l 699 291 q 680 170 699 226 q 623 72 661 113 q 528 8 585 31 q 397 -14 472 -14 "},"˜":{"x_min":117,"x_max":703.21875,"ha":803,"o":"m 303 735 q 252 722 266 735 q 229 694 238 710 q 212 666 221 678 q 179 654 204 654 q 133 673 149 654 q 117 720 117 692 q 131 784 117 756 q 170 831 145 811 q 226 860 194 850 q 292 870 258 870 q 362 854 332 870 q 419 821 393 839 q 470 789 446 804 q 523 774 495 774 q 564 786 552 774 q 583 813 575 798 q 600 840 590 828 q 636 853 609 853 q 679 836 662 853 q 702 797 696 820 q 692 737 706 764 q 655 690 679 710 q 600 659 631 670 q 537 648 568 648 q 468 661 498 648 q 413 691 439 675 q 361 721 387 707 q 303 735 336 735 "},"Ó":{"x_min":88,"x_max":777,"ha":865,"o":"m 88 541 q 108 683 88 617 q 171 797 128 749 q 277 874 213 846 q 431 902 342 902 q 585 874 521 902 q 693 797 650 846 q 756 683 736 749 q 777 541 777 617 l 777 346 q 756 204 777 270 q 693 90 736 138 q 585 13 650 41 q 431 -14 521 -14 q 277 13 342 -14 q 171 90 213 41 q 108 204 128 138 q 88 346 88 270 l 88 541 m 245 345 q 295 183 245 231 q 431 136 345 136 q 568 183 519 136 q 618 345 618 231 l 618 541 q 568 703 618 655 q 431 751 519 751 q 295 703 345 751 q 245 541 245 655 l 245 345 m 445 999 q 407 1002 428 992 q 375 1035 386 1013 q 372 1079 364 1057 q 394 1107 379 1100 l 586 1211 q 639 1209 615 1224 q 675 1169 664 1194 q 682 1117 687 1144 q 649 1076 677 1089 l 445 999 "},"k":{"x_min":99,"x_max":675.859375,"ha":714,"o":"m 99 879 q 121 924 99 904 q 180 945 143 945 q 236 924 215 945 q 258 879 258 904 l 258 445 l 320 445 l 517 688 q 569 707 537 707 q 628 683 602 707 q 646 625 651 657 q 622 576 641 593 l 447 379 l 663 103 q 674 54 679 83 q 637 3 669 25 q 581 -12 610 -16 q 537 11 552 -7 l 317 303 l 258 303 l 258 53 q 236 8 258 28 q 180 -12 215 -12 q 121 8 143 -12 q 99 53 99 28 l 99 879 "},"ˇ":{"x_min":210,"x_max":652,"ha":870,"o":"m 577 937 q 613 937 596 944 q 641 914 631 930 q 652 879 652 899 q 637 842 652 859 l 458 720 q 429 710 442 712 q 399 716 416 709 l 231 837 q 210 875 210 853 q 221 913 210 896 q 252 937 232 930 q 291 931 271 944 l 426 834 l 577 937 "},"Ù":{"x_min":99,"x_max":774,"ha":884,"o":"m 436 -14 q 282 12 346 -14 q 177 83 218 38 q 118 187 137 127 q 99 312 99 246 l 99 836 q 121 881 99 861 q 180 902 143 902 q 236 881 215 902 q 258 836 258 861 l 258 313 q 436 137 258 137 q 613 313 613 137 l 613 836 q 635 881 613 861 q 692 902 658 902 q 751 881 729 902 q 774 836 774 861 l 774 312 q 754 187 774 246 q 695 83 735 127 q 590 12 654 38 q 436 -14 526 -14 m 210 1078 q 176 1118 181 1090 q 182 1171 170 1146 q 217 1210 194 1196 q 268 1211 240 1224 l 460 1107 q 490 1074 484 1094 q 486 1031 496 1053 q 453 1001 475 1008 q 415 1000 430 993 l 210 1078 "},"Ÿ":{"x_min":34.78125,"x_max":714.9375,"ha":749,"o":"m 291 332 l 45 791 q 36 839 30 810 q 72 885 43 867 q 133 900 103 905 q 178 876 163 895 l 374 483 l 572 876 q 616 900 586 895 q 678 885 646 905 q 713 839 706 867 q 705 791 719 810 l 449 316 l 449 53 q 427 8 449 28 q 372 -12 406 -12 q 312 8 334 -12 q 291 53 291 28 l 291 332 m 139 1078 q 162 1126 139 1105 q 227 1147 186 1147 q 288 1126 264 1147 q 312 1078 312 1105 l 312 1044 q 288 996 312 1017 q 227 976 264 976 q 162 996 186 976 q 139 1044 139 1017 l 139 1078 m 440 1078 q 463 1126 440 1105 q 528 1147 487 1147 q 589 1126 565 1147 q 613 1078 613 1105 l 613 1044 q 589 996 613 1017 q 528 976 565 976 q 463 996 487 976 q 440 1044 440 1017 l 440 1078 "},"€":{"x_min":-37,"x_max":679,"ha":708,"o":"m 6 476 q -26 498 -15 480 q -37 537 -37 516 q -26 575 -37 557 q 6 598 -15 593 l 90 598 q 124 717 98 661 q 194 813 151 772 q 297 878 238 854 q 432 902 356 902 q 530 889 485 902 q 608 856 575 877 q 660 808 642 835 q 679 753 679 782 q 663 710 679 725 q 624 695 647 695 q 583 701 601 695 q 542 722 565 707 q 496 746 522 736 q 431 756 470 756 q 312 717 361 756 q 249 597 262 679 l 481 597 q 523 578 509 597 q 537 536 537 559 q 523 494 537 513 q 481 476 509 476 l 245 476 l 245 397 l 481 397 q 523 378 509 397 q 537 336 537 359 q 523 294 537 313 q 481 276 509 276 l 251 276 q 316 166 266 201 q 431 132 365 132 q 494 138 470 132 q 539 156 518 144 q 564 176 554 166 q 585 192 575 186 q 606 201 595 199 q 633 197 617 202 q 668 172 658 187 q 679 133 679 156 q 660 77 679 104 q 608 31 642 51 q 530 -1 575 11 q 432 -14 485 -14 q 300 8 359 -14 q 198 69 242 30 q 128 161 155 108 q 91 276 100 215 l 6 276 q -26 298 -15 280 q -37 337 -37 316 q -26 375 -37 357 q 6 398 -15 393 l 86 398 l 86 476 l 6 476 l 6 476 "},"¢":{"x_min":86,"x_max":622,"ha":708,"o":"m 319 776 q 340 828 319 810 q 389 847 362 847 q 437 828 415 847 q 459 776 459 810 l 459 704 q 577 652 532 688 q 622 570 622 615 q 616 532 622 548 q 589 504 611 516 q 562 496 575 496 q 535 501 548 496 q 510 514 522 507 q 488 529 498 522 q 446 550 469 541 q 388 560 423 560 q 282 507 317 560 q 246 369 246 455 l 246 325 q 282 187 246 239 q 388 135 317 135 q 445 141 423 135 q 486 158 467 147 q 512 175 499 166 q 537 190 525 184 q 562 197 550 197 q 589 190 575 197 q 616 161 611 177 q 622 123 622 145 q 576 41 622 79 q 459 -9 530 4 l 459 -112 q 437 -165 459 -148 q 389 -183 415 -183 q 340 -165 362 -183 q 319 -112 319 -148 l 319 -9 q 213 32 257 1 q 141 109 169 64 q 99 211 113 154 q 86 330 86 268 l 86 364 q 99 482 86 426 q 141 584 113 538 q 213 661 169 630 q 319 704 257 693 l 319 776 l 319 776 "},"é":{"x_min":72,"x_max":659,"ha":731,"o":"m 659 426 q 634 334 659 360 q 552 308 609 308 l 230 308 l 230 271 q 270 165 230 205 q 383 125 310 125 q 451 129 420 125 q 499 142 482 134 q 536 162 518 152 q 569 172 554 172 q 611 155 596 172 q 626 112 626 138 q 606 67 626 90 q 555 27 587 45 q 478 -2 522 9 q 384 -14 434 -14 q 258 8 315 -14 q 159 67 200 30 q 95 156 118 105 q 72 263 72 206 l 72 410 q 94 526 72 471 q 156 620 116 580 q 250 684 195 660 q 370 708 304 708 q 502 682 447 708 q 591 615 556 656 q 642 524 626 574 q 659 426 659 474 m 369 573 q 271 533 307 573 q 230 429 235 494 l 508 429 l 508 449 q 469 539 508 506 q 369 573 430 573 m 373 809 q 335 812 356 802 q 303 845 314 823 q 300 889 292 867 q 322 917 307 910 l 514 1021 q 567 1019 543 1034 q 603 980 592 1005 q 610 927 615 955 q 577 887 605 899 l 373 809 "},"s":{"x_min":68.5625,"x_max":574,"ha":642,"o":"m 74 86 q 68 106 70 94 q 70 131 67 119 q 81 155 74 144 q 102 171 89 166 q 136 180 122 180 q 161 175 150 180 q 181 162 172 170 q 201 148 191 155 q 325 118 240 118 q 395 137 368 118 q 422 188 422 156 q 397 239 422 220 q 335 271 372 258 q 254 297 297 284 q 174 333 211 310 q 112 392 137 356 q 88 489 88 428 q 154 647 88 587 q 338 708 221 708 q 428 699 390 708 q 491 677 466 690 q 531 650 516 665 q 550 623 545 636 q 557 578 557 604 q 537 539 557 552 q 487 527 510 520 q 445 544 464 533 q 410 560 434 550 q 338 571 386 571 q 272 549 295 571 q 250 495 250 527 q 273 454 250 469 q 333 428 297 440 q 412 403 370 416 q 490 365 454 390 q 550 301 526 341 q 574 197 574 260 q 507 42 574 99 q 324 -14 440 -14 q 242 -6 282 -14 q 169 15 202 1 q 111 47 135 29 q 74 86 86 65 "},"B":{"x_min":95,"x_max":722,"ha":790,"o":"m 95 823 q 117 868 95 848 q 176 889 139 889 l 381 889 q 524 868 465 889 q 621 812 584 847 q 675 734 658 777 q 693 643 693 690 l 693 633 q 664 526 693 572 q 571 452 636 480 q 690 373 658 426 q 722 251 722 320 l 722 241 q 707 150 722 194 q 658 73 693 106 q 562 20 622 40 q 409 0 501 0 l 176 0 q 117 23 139 0 q 95 72 95 47 l 95 823 m 254 133 l 409 133 q 524 163 486 133 q 563 244 563 194 l 563 265 q 526 348 563 315 q 409 382 490 382 l 254 382 l 254 133 m 254 750 l 254 510 l 409 510 q 503 543 472 515 q 535 616 535 572 l 535 643 q 496 721 535 693 q 380 750 458 750 l 254 750 "},"…":{"x_min":75,"x_max":768,"ha":829,"o":"m 351 89 q 374 137 351 116 q 439 158 398 158 q 500 137 476 158 q 524 89 524 116 l 524 55 q 500 7 524 28 q 439 -13 476 -13 q 374 7 398 -13 q 351 55 351 28 l 351 89 m 75 88 q 98 136 75 115 q 163 157 122 157 q 224 136 200 157 q 248 88 248 115 l 248 54 q 224 6 248 27 q 163 -14 200 -14 q 98 6 122 -14 q 75 54 75 27 l 75 88 m 595 89 q 618 137 595 116 q 683 158 642 158 q 744 137 720 158 q 768 89 768 116 l 768 55 q 744 7 768 28 q 683 -13 720 -13 q 618 7 642 -13 q 595 55 595 28 l 595 89 "},"?":{"x_min":48.53125,"x_max":619,"ha":716,"o":"m 236 276 q 253 383 236 340 q 294 456 270 426 q 348 509 318 486 q 403 552 378 531 q 444 595 427 572 q 462 652 462 618 q 431 732 462 706 q 349 759 400 759 q 293 754 316 759 q 251 740 270 750 q 215 714 232 731 q 181 672 199 697 q 141 643 168 653 q 83 649 115 634 q 51 684 56 663 q 51 727 45 704 q 75 776 55 746 q 130 833 94 806 q 221 881 166 861 q 350 902 275 902 q 476 879 424 902 q 559 821 527 857 q 604 739 590 785 q 619 645 619 693 q 601 562 619 596 q 558 503 584 528 q 502 459 532 478 q 447 417 472 439 q 404 368 421 395 q 387 302 387 341 l 387 278 q 367 236 387 259 q 314 213 347 213 q 257 233 278 213 q 236 276 236 253 m 330 123 q 376 105 356 123 q 397 52 397 88 q 376 2 397 19 q 330 -14 356 -14 l 303 -14 q 255 2 275 -14 q 235 52 235 19 q 255 105 235 88 q 303 123 275 123 l 330 123 "},"H":{"x_min":102,"x_max":758,"ha":859,"o":"m 599 362 l 261 362 l 261 51 q 239 6 261 26 q 183 -14 218 -14 q 124 6 146 -14 q 102 51 102 26 l 102 836 q 124 881 102 861 q 183 902 146 902 q 239 881 218 902 q 261 836 261 861 l 261 509 l 599 509 l 599 836 q 620 881 599 861 q 680 902 642 902 q 736 881 714 902 q 758 836 758 861 l 758 51 q 736 6 758 26 q 680 -14 714 -14 q 620 6 642 -14 q 599 51 599 26 l 599 362 "},"î":{"x_min":-42,"x_max":402,"ha":360,"o":"m 100 654 q 122 699 100 679 q 181 720 144 720 q 237 699 216 720 q 259 654 259 679 l 259 53 q 237 8 259 28 q 181 -12 216 -12 q 122 8 144 -12 q 100 53 100 28 l 100 654 m 34 808 q -3 808 15 801 q -31 831 -21 815 q -42 866 -42 846 q -25 903 -42 886 l 153 1025 q 182 1035 169 1033 q 212 1029 195 1036 l 380 908 q 402 870 402 892 q 390 832 402 849 q 359 808 379 815 q 320 814 340 801 l 185 911 l 34 808 "},"c":{"x_min":75,"x_max":598.25,"ha":640,"o":"m 75 405 q 92 522 75 467 q 146 619 109 577 q 240 684 182 660 q 378 708 297 708 q 498 689 447 708 q 580 638 548 670 q 598 593 598 620 q 585 545 598 566 q 546 516 572 525 q 482 527 519 508 q 437 547 461 538 q 377 557 412 557 q 271 513 306 557 q 235 397 235 470 l 235 296 q 271 180 235 223 q 377 137 306 137 q 441 144 412 137 q 486 162 469 152 q 540 172 514 177 q 580 150 565 167 q 597 108 595 132 q 582 59 600 84 q 500 4 557 23 q 377 -14 444 -14 q 239 9 296 -14 q 145 74 182 33 q 92 171 109 116 q 75 288 75 226 l 75 405 "},"¶":{"x_min":99.140625,"x_max":577,"ha":720,"o":"m 495 888 q 555 867 533 888 q 577 822 577 847 l 577 58 q 555 9 577 33 q 495 -14 533 -14 q 440 6 461 -14 q 419 51 419 26 l 419 312 l 375 312 q 246 334 299 312 q 160 395 193 357 q 113 481 127 432 q 99 582 99 529 l 99 592 q 115 706 99 653 q 165 800 131 760 q 250 864 198 840 q 375 888 303 888 l 495 888 "},"•":{"x_min":73,"x_max":353,"ha":422,"o":"m 73 424 q 111 500 73 466 q 215 534 150 534 q 314 500 275 534 q 353 424 353 466 l 353 367 q 314 291 353 324 q 215 258 275 258 q 111 291 150 258 q 73 367 73 324 l 73 424 "},"¥":{"x_min":17.78125,"x_max":710.84375,"ha":726,"o":"m 218 454 l 28 789 q 19 837 13 809 q 55 884 26 866 q 116 898 86 903 q 161 874 146 894 l 364 497 l 568 874 q 613 898 583 894 q 674 884 642 903 q 708 837 702 866 q 701 789 715 809 l 509 454 l 584 454 q 647 394 647 454 q 630 354 647 369 q 584 339 614 339 l 444 339 l 439 327 l 439 261 l 584 261 q 630 245 614 261 q 647 201 647 229 q 630 161 647 176 q 584 146 614 146 l 439 146 l 439 53 q 417 8 439 28 q 362 -12 396 -12 q 302 8 324 -12 q 281 53 281 28 l 281 146 l 123 146 q 87 161 102 146 q 73 201 73 176 q 87 245 73 229 q 123 261 102 261 l 281 261 l 281 339 l 123 339 q 87 354 102 339 q 73 394 73 369 q 87 438 73 422 q 123 454 102 454 l 218 454 "},"(":{"x_min":166,"x_max":461.0625,"ha":585,"o":"m 446 -57 q 460 -111 463 -86 q 441 -152 457 -136 q 401 -169 425 -169 q 355 -148 378 -169 q 318 -107 337 -131 q 280 -55 299 -82 q 247 2 262 -27 q 223 60 232 32 q 166 386 166 219 q 221 712 166 553 q 246 770 231 740 q 280 827 262 799 q 319 879 299 855 q 359 921 340 903 q 404 942 380 942 q 442 926 427 942 q 460 884 457 910 q 446 832 463 858 q 418 784 432 811 q 392 728 405 757 q 369 669 380 698 q 352 612 359 639 q 321 353 321 486 q 366 97 321 219 q 403 15 380 60 q 446 -57 426 -28 "},"U":{"x_min":99,"x_max":774,"ha":884,"o":"m 436 -14 q 282 12 346 -14 q 177 83 218 38 q 118 187 137 127 q 99 312 99 246 l 99 836 q 121 881 99 861 q 180 902 143 902 q 236 881 215 902 q 258 836 258 861 l 258 313 q 436 137 258 137 q 613 313 613 137 l 613 836 q 635 881 613 861 q 692 902 658 902 q 751 881 729 902 q 774 836 774 861 l 774 312 q 754 187 774 246 q 695 83 735 127 q 590 12 654 38 q 436 -14 526 -14 "},"Ñ":{"x_min":102,"x_max":784,"ha":886,"o":"m 102 836 q 124 881 102 861 q 183 902 146 902 q 233 886 213 902 q 259 849 254 870 l 626 303 l 626 836 q 647 881 626 861 q 707 902 669 902 q 762 881 741 902 q 784 836 784 861 l 784 51 q 762 6 784 26 q 707 -14 741 -14 q 658 -2 677 -14 q 630 29 638 9 l 626 35 l 261 575 l 261 51 q 239 6 261 26 q 183 -14 218 -14 q 124 6 146 -14 q 102 51 102 26 l 102 836 m 323 1044 q 272 1031 286 1044 q 250 1003 258 1018 q 233 974 241 987 q 199 962 224 962 q 153 981 169 962 q 137 1028 137 1000 q 151 1092 137 1064 q 190 1140 165 1120 q 246 1169 214 1159 q 312 1179 278 1179 q 382 1163 352 1179 q 440 1130 413 1148 q 491 1098 466 1113 q 544 1083 515 1083 q 584 1095 572 1083 q 603 1122 596 1107 q 620 1149 611 1137 q 657 1162 630 1162 q 700 1145 683 1162 q 722 1106 717 1129 q 713 1046 726 1073 q 675 999 699 1019 q 620 968 651 979 q 557 957 589 957 q 489 970 518 957 q 433 1000 459 984 q 382 1030 408 1016 q 323 1044 356 1044 "},"F":{"x_min":102,"x_max":629.875,"ha":671,"o":"m 552 888 q 610 867 590 888 q 629 813 629 847 q 610 761 629 781 q 552 741 590 741 l 261 741 l 261 509 l 466 509 q 524 488 504 509 q 544 434 544 468 q 524 382 544 402 q 466 362 504 362 l 261 362 l 261 51 q 239 6 261 26 q 183 -14 218 -14 q 124 6 146 -14 q 102 51 102 26 l 102 822 q 124 867 102 847 q 183 888 146 888 l 552 888 l 552 888 "},":":{"x_min":75,"x_max":248,"ha":331,"o":"m 75 583 q 98 631 75 610 q 163 652 122 652 q 224 631 200 652 q 248 583 248 610 l 248 549 q 224 501 248 522 q 163 481 200 481 q 98 501 122 481 q 75 549 75 522 l 75 583 m 75 88 q 98 136 75 115 q 163 157 122 157 q 224 136 200 157 q 248 88 248 115 l 248 54 q 224 6 248 27 q 163 -14 200 -14 q 98 6 122 -14 q 75 54 75 27 l 75 88 "},"Û":{"x_min":99,"x_max":774,"ha":884,"o":"m 436 -14 q 282 12 346 -14 q 177 83 218 38 q 118 187 137 127 q 99 312 99 246 l 99 836 q 121 881 99 861 q 180 902 143 902 q 236 881 215 902 q 258 836 258 861 l 258 313 q 436 137 258 137 q 613 313 613 137 l 613 836 q 635 881 613 861 q 692 902 658 902 q 751 881 729 902 q 774 836 774 861 l 774 312 q 754 187 774 246 q 695 83 735 127 q 590 12 654 38 q 436 -14 526 -14 m 290 988 q 253 988 271 981 q 225 1010 235 995 q 215 1045 215 1025 q 231 1082 215 1065 l 409 1204 q 438 1214 425 1212 q 469 1208 451 1215 l 636 1088 q 659 1049 659 1071 q 647 1011 659 1028 q 616 988 636 995 q 576 993 596 981 l 441 1090 l 290 988 "},"*":{"x_min":71.421875,"x_max":629.671875,"ha":703,"o":"m 287 703 l 287 846 q 305 889 287 875 q 348 903 324 903 q 391 889 372 903 q 410 846 410 875 l 410 700 l 543 764 q 591 765 569 776 q 623 732 612 753 q 627 688 633 711 q 596 651 622 664 l 445 590 l 557 471 q 570 425 576 449 q 546 387 565 402 q 503 370 528 373 q 460 391 479 368 l 350 527 l 239 391 q 195 370 220 368 q 152 387 171 373 q 129 425 134 402 q 142 471 123 449 l 254 592 l 105 651 q 73 688 78 664 q 78 732 67 711 q 110 765 88 753 q 159 764 131 776 l 287 703 m 350 607 q 351 609 350 607 l 350 609 l 350 607 "},"°":{"x_min":29,"x_max":433,"ha":462,"o":"m 29 699 q 45 777 29 741 q 88 840 61 813 q 153 882 116 867 q 233 898 190 898 q 309 882 273 898 q 373 840 345 867 q 416 777 400 813 q 433 699 433 741 q 416 625 433 660 q 373 563 400 589 q 309 520 345 536 q 233 505 273 505 q 153 520 190 505 q 88 563 116 536 q 45 625 61 589 q 29 699 29 660 m 147 699 q 172 642 147 664 q 233 620 197 620 q 291 642 268 620 q 315 699 315 664 q 291 758 315 734 q 233 783 268 783 q 172 758 197 783 q 147 699 147 734 "},"V":{"x_min":41.5,"x_max":750.734375,"ha":792,"o":"m 487 44 q 455 3 480 20 q 398 -14 431 -14 q 340 3 364 -14 q 310 44 317 20 l 43 814 q 52 864 36 838 q 104 899 68 889 q 164 893 137 907 q 198 856 190 880 l 398 220 l 594 855 q 628 892 601 878 q 688 898 654 906 q 740 862 725 888 q 748 813 755 836 l 487 44 "},"å":{"x_min":83,"x_max":689,"ha":790,"o":"m 607 -21 q 552 0 573 -21 q 531 44 531 19 l 531 66 l 518 70 q 492 37 506 52 q 457 10 478 22 q 409 -7 437 -1 q 340 -14 381 -14 q 226 10 275 -14 q 145 73 176 34 q 98 162 114 112 q 83 265 83 212 l 83 387 q 103 502 83 445 q 163 605 123 559 q 262 679 202 651 q 403 708 322 708 q 532 687 477 708 q 621 629 586 666 q 672 542 656 592 q 689 433 689 492 l 689 44 q 667 0 689 19 q 607 -21 645 -21 m 531 430 q 497 528 531 499 q 402 557 464 557 q 338 543 367 557 q 289 507 310 530 q 257 455 269 484 q 246 392 246 426 l 246 259 q 282 173 246 209 q 374 137 319 137 q 432 147 404 137 q 481 178 460 157 q 517 228 503 198 q 531 299 531 259 l 531 430 m 245 932 q 256 987 245 961 q 287 1032 268 1013 q 332 1061 306 1050 q 389 1073 359 1073 q 443 1061 417 1073 q 488 1032 469 1050 q 519 987 507 1013 q 531 932 531 961 q 519 879 531 904 q 488 836 507 854 q 443 806 469 817 q 389 795 417 795 q 332 806 359 795 q 287 836 306 817 q 256 879 268 854 q 245 932 245 904 m 329 932 q 346 892 329 908 q 389 877 364 877 q 430 892 414 877 q 447 932 447 908 q 430 973 447 956 q 389 991 414 991 q 346 973 364 991 q 329 932 329 956 "},"0":{"x_min":86,"x_max":745,"ha":831,"o":"m 86 555 q 102 679 86 617 q 157 790 118 741 q 258 870 196 839 q 414 902 321 902 q 570 870 506 902 q 672 790 633 839 q 727 679 710 741 q 745 555 745 617 l 745 332 q 722 194 745 258 q 657 84 700 130 q 554 12 615 38 q 414 -14 493 -14 q 275 12 336 -14 q 171 84 213 38 q 107 194 129 130 q 86 332 86 258 l 86 555 m 243 317 q 283 181 243 226 q 414 136 324 136 q 547 181 508 136 q 586 317 586 226 l 586 569 q 547 705 586 660 q 414 751 508 751 q 282 705 321 751 q 243 569 243 660 l 243 317 "},"”":{"x_min":44.21875,"x_max":541,"ha":571,"o":"m 142 825 q 167 887 142 870 q 224 905 193 905 q 275 891 254 905 q 297 838 297 878 q 263 668 297 741 q 146 549 229 595 q 85 546 110 535 q 50 577 60 556 q 47 623 39 598 q 86 667 54 649 q 131 734 121 691 q 142 825 142 777 m 386 825 q 411 887 386 870 q 468 905 437 905 q 519 891 498 905 q 541 838 541 878 q 507 668 541 741 q 390 549 473 595 q 329 546 354 535 q 293 577 303 556 q 290 623 283 598 q 329 667 298 649 q 375 734 365 691 q 386 825 386 777 "},"@":{"x_min":52,"x_max":1134,"ha":1191,"o":"m 813 98 q 913 124 873 98 q 977 194 953 150 q 1013 295 1002 238 q 1024 418 1024 353 q 1009 541 1024 478 q 954 655 995 604 q 840 738 913 705 q 649 771 766 771 q 445 734 535 771 q 294 630 356 697 q 198 469 231 564 q 166 260 166 375 q 198 79 166 154 q 286 -45 230 3 q 418 -118 343 -95 q 583 -141 494 -141 l 643 -141 q 684 -157 670 -141 q 699 -194 699 -173 q 681 -231 699 -215 q 628 -248 664 -248 l 585 -248 q 387 -220 483 -248 q 216 -132 291 -192 q 96 21 141 -73 q 52 250 52 115 q 91 500 52 385 q 207 699 130 615 q 396 830 284 783 q 652 878 507 878 q 877 839 785 878 q 1026 738 969 801 q 1108 592 1083 675 q 1134 418 1134 508 q 1114 255 1134 332 q 1053 120 1094 178 q 948 27 1011 61 q 798 -6 885 -6 q 763 -3 781 -6 q 728 6 745 -1 q 699 31 712 14 q 681 78 686 49 l 673 81 q 651 52 664 67 q 617 25 637 37 q 573 4 598 12 q 517 -4 547 -4 q 438 10 475 -4 q 372 56 400 25 q 327 136 343 87 q 310 251 310 184 q 338 414 310 344 q 409 532 365 484 q 510 603 453 579 q 629 628 568 628 q 723 612 681 628 q 794 567 765 596 q 836 500 822 539 q 845 414 849 461 l 813 98 m 564 125 q 600 133 583 125 q 634 154 618 141 q 662 179 649 166 q 682 202 674 193 l 703 396 q 687 468 708 439 q 618 498 666 498 q 518 441 553 498 q 474 279 483 385 q 488 166 467 208 q 564 125 509 125 "},"ö":{"x_min":75,"x_max":693,"ha":768,"o":"m 75 389 q 93 512 75 455 q 149 614 111 570 q 245 683 186 658 q 383 708 303 708 q 521 683 462 708 q 618 614 580 658 q 674 512 656 570 q 693 389 693 455 l 693 294 q 674 176 693 231 q 618 78 656 120 q 521 12 580 37 q 383 -11 462 -11 q 245 12 303 -11 q 149 78 186 37 q 93 176 111 120 q 75 294 75 231 l 75 389 m 235 292 q 275 174 235 216 q 384 133 314 133 q 492 174 453 133 q 532 292 532 216 l 532 392 q 492 518 532 475 q 384 562 453 562 q 275 518 314 562 q 235 392 235 475 l 235 292 m 148 887 q 171 935 148 914 q 236 956 195 956 q 297 935 273 956 q 321 887 321 914 l 321 853 q 297 805 321 826 q 236 785 273 785 q 171 805 195 785 q 148 853 148 826 l 148 887 m 449 887 q 472 935 449 914 q 537 956 496 956 q 598 935 574 956 q 622 887 622 914 l 622 853 q 598 805 622 826 q 537 785 574 785 q 472 805 496 785 q 449 853 449 826 l 449 887 "},"i":{"x_min":109,"x_max":268,"ha":377,"o":"m 109 642 q 131 687 109 667 q 190 708 153 708 q 246 687 225 708 q 268 642 268 667 l 268 51 q 246 6 268 26 q 190 -14 225 -14 q 131 6 153 -14 q 109 51 109 26 l 109 642 m 109 892 q 131 937 109 917 q 190 958 153 958 q 246 937 225 958 q 268 892 268 917 l 268 859 q 246 814 268 834 q 190 794 225 794 q 131 814 153 794 q 109 859 109 834 l 109 892 "},"Õ":{"x_min":88,"x_max":777,"ha":865,"o":"m 88 541 q 108 683 88 617 q 171 797 128 749 q 277 874 213 846 q 431 902 342 902 q 585 874 521 902 q 693 797 650 846 q 756 683 736 749 q 777 541 777 617 l 777 346 q 756 204 777 270 q 693 90 736 138 q 585 13 650 41 q 431 -14 521 -14 q 277 13 342 -14 q 171 90 213 41 q 108 204 128 138 q 88 346 88 270 l 88 541 m 245 345 q 295 183 245 231 q 431 136 345 136 q 568 183 519 136 q 618 345 618 231 l 618 541 q 568 703 618 655 q 431 751 519 751 q 295 703 345 751 q 245 541 245 655 l 245 345 m 340 1056 q 289 1043 303 1056 q 266 1015 274 1030 q 249 986 258 999 q 216 974 240 974 q 169 993 185 974 q 153 1040 153 1012 q 167 1104 153 1076 q 206 1152 181 1132 q 262 1181 230 1171 q 329 1191 294 1191 q 399 1175 368 1191 q 456 1142 430 1160 q 507 1110 483 1125 q 560 1095 532 1095 q 600 1107 589 1095 q 620 1134 612 1119 q 637 1161 627 1149 q 673 1174 646 1174 q 716 1157 699 1174 q 738 1118 733 1141 q 729 1058 743 1085 q 692 1011 715 1031 q 636 980 668 991 q 574 969 605 969 q 505 982 534 969 q 450 1012 476 996 q 398 1042 424 1028 q 340 1056 372 1056 "},"þ":{"x_min":99,"x_max":717,"ha":792,"o":"m 258 58 l 258 -239 q 236 -284 258 -264 q 180 -305 215 -305 q 121 -284 143 -305 q 99 -239 99 -264 l 99 880 q 120 925 99 905 q 176 946 141 946 q 235 925 213 946 q 258 880 258 905 l 258 642 l 267 638 q 339 689 296 671 q 428 708 383 708 q 554 682 500 708 q 645 612 609 656 q 699 511 681 569 q 717 388 717 454 l 717 307 q 700 184 717 241 q 650 83 684 126 q 563 13 616 39 q 435 -12 509 -12 q 339 8 379 -12 q 268 61 298 28 l 258 58 m 258 287 q 298 175 258 211 q 401 139 339 139 q 513 183 470 139 q 556 301 556 227 l 556 394 q 513 512 556 468 q 401 557 470 557 q 298 527 339 557 q 258 436 258 498 l 258 287 "},"]":{"x_min":52.859375,"x_max":335,"ha":478,"o":"m 268 920 q 318 893 302 911 q 335 839 335 875 l 335 -99 q 318 -151 335 -133 q 268 -178 302 -169 l 134 -178 q 81 -160 98 -178 q 61 -121 64 -143 q 74 -69 57 -94 q 134 -45 91 -45 l 188 -45 l 188 787 l 126 787 q 72 805 88 787 q 53 847 55 823 q 66 896 50 873 q 126 920 83 920 l 268 920 "},"m":{"x_min":95,"x_max":1055,"ha":1150,"o":"m 787 706 q 918 683 866 706 q 1000 619 970 660 q 1042 522 1030 578 q 1055 400 1055 466 l 1055 51 q 1033 6 1055 26 q 973 -14 1011 -14 q 918 6 939 -14 q 897 51 897 26 l 897 406 q 869 518 897 482 q 774 555 841 555 q 655 406 655 555 l 655 45 l 652 33 l 650 29 q 648 24 648 26 q 644 19 647 22 q 618 -4 635 5 q 580 -14 602 -14 l 573 -14 q 522 1 542 -14 q 496 38 501 16 q 495 41 496 38 l 495 406 q 376 555 495 555 q 281 518 308 555 q 254 406 254 482 l 254 51 q 232 6 254 26 q 176 -14 211 -14 q 117 6 139 -14 q 95 51 95 26 l 95 400 q 107 522 95 466 q 150 619 119 578 q 232 683 180 660 q 363 706 284 706 q 492 676 441 706 q 573 597 544 646 q 655 676 605 646 q 787 706 706 706 "},"8":{"x_min":71,"x_max":712,"ha":783,"o":"m 392 902 q 526 882 470 902 q 617 830 582 863 q 667 754 651 797 q 683 664 683 711 l 683 652 q 648 538 683 592 q 553 456 613 484 q 673 377 634 430 q 712 253 712 324 l 712 241 q 697 148 712 194 q 645 66 682 102 q 547 8 608 30 q 393 -14 486 -14 q 239 8 301 -14 q 139 66 177 30 q 86 148 102 102 q 71 241 71 194 l 71 253 q 109 377 71 324 q 230 456 148 430 q 134 538 169 484 q 100 652 100 592 l 100 664 q 115 754 100 711 q 166 830 131 797 q 256 882 201 863 q 392 902 312 902 m 392 763 q 292 731 325 763 q 259 650 259 700 l 259 621 q 268 581 259 600 q 295 546 278 561 q 337 521 313 531 q 392 512 362 512 q 445 521 420 512 q 487 546 469 531 q 514 581 504 561 q 524 621 524 600 l 524 650 q 491 731 524 700 q 392 763 458 763 m 393 119 q 512 156 471 119 q 553 243 553 193 l 553 267 q 513 350 553 313 q 393 387 473 387 q 270 350 311 387 q 230 267 230 313 l 230 243 q 272 156 230 193 q 393 119 315 119 "},"ž":{"x_min":71,"x_max":667,"ha":739,"o":"m 420 557 l 139 557 q 92 573 113 557 q 71 623 71 590 q 92 676 71 659 q 139 694 113 694 l 570 694 q 616 676 596 694 q 637 623 637 659 q 619 576 637 594 l 620 574 l 290 137 l 600 137 q 646 119 626 137 q 667 66 667 102 q 646 16 667 33 q 600 0 626 0 l 139 0 q 92 16 113 0 q 71 66 71 33 q 90 119 71 99 l 420 557 m 517 1002 q 553 1002 536 1009 q 581 979 571 995 q 592 944 592 964 q 577 907 592 924 l 398 785 q 369 775 382 777 q 339 781 356 774 l 171 902 q 150 940 150 918 q 161 978 150 961 q 192 1002 172 995 q 231 996 211 1009 l 366 899 l 517 1002 "},"R":{"x_min":99,"x_max":720.46875,"ha":768,"o":"m 99 822 q 121 867 99 847 q 180 888 143 888 l 372 888 q 527 868 463 888 q 630 813 591 849 q 687 728 669 778 q 705 618 705 679 l 705 608 q 673 487 705 538 q 560 406 641 436 l 711 91 q 715 43 726 72 q 673 -4 705 15 q 615 -11 643 -19 q 574 16 586 -4 l 421 349 q 398 348 410 348 q 372 348 386 348 l 258 348 l 258 48 q 236 4 258 23 q 180 -14 215 -14 q 121 8 143 -14 q 99 55 99 30 l 99 822 m 258 749 l 258 481 l 372 481 q 505 512 465 481 q 546 594 546 544 l 546 621 q 505 714 546 680 q 372 749 465 749 l 258 749 "},"á":{"x_min":83,"x_max":689,"ha":790,"o":"m 607 -21 q 552 0 573 -21 q 531 44 531 19 l 531 66 l 518 70 q 492 37 506 52 q 457 10 477 22 q 409 -7 437 -1 q 340 -14 381 -14 q 225 10 274 -14 q 145 73 176 34 q 98 162 114 112 q 83 265 83 212 l 83 387 q 103 502 83 445 q 163 605 123 559 q 262 679 202 651 q 403 708 322 708 q 532 687 477 708 q 621 629 586 666 q 672 542 656 592 q 689 433 689 492 l 689 44 q 667 0 689 19 q 607 -21 645 -21 m 531 430 q 497 528 531 499 q 402 557 464 557 q 338 543 367 557 q 289 507 310 530 q 257 455 269 484 q 246 392 246 426 l 246 259 q 282 173 246 209 q 374 137 319 137 q 432 147 404 137 q 481 178 460 157 q 517 228 503 198 q 531 299 531 259 l 531 430 m 401 816 q 363 819 385 809 q 331 852 342 830 q 328 896 321 874 q 351 924 336 917 l 543 1028 q 596 1026 571 1041 q 632 987 620 1012 q 639 934 644 962 q 605 894 634 906 l 401 816 "},"o":{"x_min":75,"x_max":693,"ha":768,"o":"m 75 389 q 93 512 75 455 q 149 614 111 570 q 245 683 186 658 q 383 708 303 708 q 521 683 462 708 q 618 614 580 658 q 674 512 656 570 q 693 389 693 455 l 693 294 q 674 176 693 231 q 618 78 656 120 q 521 12 580 37 q 383 -11 462 -11 q 245 12 303 -11 q 149 78 186 37 q 93 176 111 120 q 75 294 75 231 l 75 389 m 235 292 q 275 174 235 216 q 384 133 314 133 q 492 174 453 133 q 532 292 532 216 l 532 392 q 492 518 532 475 q 384 562 453 562 q 275 518 314 562 q 235 392 235 475 l 235 292 "},"5":{"x_min":71,"x_max":618.609375,"ha":689,"o":"m 253 746 l 233 551 l 363 551 q 551 481 485 551 q 618 290 618 411 l 618 259 q 601 161 618 210 q 547 72 584 112 q 453 9 511 33 q 317 -15 396 -15 q 219 -2 264 -15 q 141 31 174 10 q 89 78 107 52 q 71 134 71 105 q 86 179 71 162 q 125 196 102 196 q 166 188 148 196 q 207 165 184 180 q 252 141 227 151 q 316 132 278 132 q 421 164 385 132 q 458 251 458 196 l 458 294 q 421 385 458 356 q 316 414 385 414 l 185 414 q 107 432 132 414 q 87 499 81 451 l 128 889 l 496 889 q 555 868 529 889 q 581 811 581 848 q 559 766 581 787 q 508 746 538 746 l 253 746 "},"õ":{"x_min":75,"x_max":693.9375,"ha":768,"o":"m 75 389 q 93 512 75 455 q 149 614 111 570 q 245 683 186 658 q 383 708 303 708 q 521 683 462 708 q 618 614 580 658 q 674 512 656 570 q 693 389 693 455 l 693 294 q 674 176 693 231 q 618 78 656 120 q 521 12 580 37 q 383 -11 462 -11 q 245 12 303 -11 q 149 78 186 37 q 93 176 111 120 q 75 294 75 231 l 75 389 m 235 292 q 275 174 235 216 q 384 133 314 133 q 492 174 453 133 q 532 292 532 216 l 532 392 q 492 518 532 475 q 384 562 453 562 q 275 518 314 562 q 235 392 235 475 l 235 292 m 294 866 q 243 853 257 866 q 220 825 228 840 q 203 796 212 809 q 170 784 194 784 q 124 803 140 784 q 108 850 108 822 q 122 914 108 886 q 161 962 136 942 q 217 991 185 981 q 283 1001 249 1001 q 353 985 322 1001 q 410 952 384 970 q 461 920 437 935 q 514 905 486 905 q 554 917 543 905 q 573 944 566 929 q 590 971 581 959 q 627 984 600 984 q 670 967 653 984 q 693 928 687 951 q 683 868 697 895 q 646 821 669 841 q 590 790 622 801 q 528 779 559 779 q 459 792 488 779 q 404 822 430 806 q 352 852 378 838 q 294 866 326 866 "},"7":{"x_min":29,"x_max":612.171875,"ha":670,"o":"m 533 888 q 590 867 570 888 q 610 814 610 847 q 607 775 615 792 l 460 471 q 412 341 429 405 q 396 192 396 278 l 396 51 q 374 6 396 26 q 318 -14 353 -14 q 258 6 280 -14 q 237 51 237 26 l 237 188 q 254 358 237 267 q 315 528 272 449 l 432 741 l 106 741 q 50 761 71 741 q 29 813 29 781 q 50 867 29 847 q 106 888 71 888 l 533 888 "},"K":{"x_min":102,"x_max":725.90625,"ha":744,"o":"m 102 836 q 123 881 102 861 q 183 902 145 902 q 239 882 217 902 q 261 837 261 862 l 261 503 l 303 503 l 564 878 q 585 894 572 888 q 614 901 598 901 q 645 897 629 901 q 674 882 661 893 q 697 826 697 859 q 678 776 697 794 l 435 444 l 711 106 q 725 58 729 88 q 693 5 721 29 q 638 -14 667 -14 q 591 8 608 -14 l 311 361 l 261 361 l 261 51 q 239 6 261 26 q 183 -14 217 -14 q 123 6 145 -14 q 102 51 102 26 l 102 836 "},",":{"x_min":-17.390625,"x_max":251,"ha":331,"o":"m 94 61 q 117 127 94 105 q 171 149 141 149 q 227 131 203 149 q 251 74 251 114 q 212 -96 251 -23 q 84 -214 174 -168 q 23 -218 49 -228 q -11 -186 -1 -207 q -14 -140 -21 -166 q 24 -96 -6 -114 q 81 -30 69 -73 q 94 61 94 12 "},"d":{"x_min":71,"x_max":689,"ha":790,"o":"m 352 709 q 451 686 408 709 q 521 631 494 663 l 531 632 l 531 886 q 552 931 531 911 q 607 952 573 952 q 667 931 645 952 q 689 886 689 911 l 689 288 q 669 167 689 223 q 613 72 650 112 q 519 8 576 31 q 388 -14 463 -14 q 248 10 307 -14 q 149 78 189 35 q 90 179 110 122 q 71 302 71 237 l 71 392 q 87 515 71 457 q 137 616 103 573 q 224 684 171 659 q 352 709 277 709 m 387 137 q 488 171 447 137 q 529 282 529 206 l 529 416 q 487 523 529 489 q 388 558 446 558 q 274 514 317 558 q 231 398 231 471 l 231 296 q 274 180 231 223 q 387 137 316 137 "},"¨":{"x_min":59,"x_max":531,"ha":588,"o":"m 59 814 q 82 862 59 841 q 147 883 106 883 q 208 862 184 883 q 232 814 232 841 l 232 780 q 208 732 232 753 q 147 712 184 712 q 82 732 106 712 q 59 780 59 753 l 59 814 m 358 814 q 381 862 358 841 q 446 883 405 883 q 507 862 483 883 q 531 814 531 841 l 531 780 q 507 732 531 753 q 446 712 483 712 q 381 732 405 712 q 358 780 358 753 l 358 814 "},"Ô":{"x_min":88,"x_max":777,"ha":865,"o":"m 88 541 q 108 683 88 617 q 171 797 128 749 q 277 874 213 846 q 431 902 342 902 q 585 874 521 902 q 693 797 650 846 q 756 683 736 749 q 777 541 777 617 l 777 346 q 756 204 777 270 q 693 90 736 138 q 585 13 650 41 q 431 -14 521 -14 q 277 13 342 -14 q 171 90 213 41 q 108 204 128 138 q 88 346 88 270 l 88 541 m 245 345 q 295 183 245 231 q 431 136 345 136 q 568 183 519 136 q 618 345 618 231 l 618 541 q 568 703 618 655 q 431 751 519 751 q 295 703 345 751 q 245 541 245 655 l 245 345 m 285 983 q 248 983 266 976 q 219 1006 229 990 q 209 1041 209 1021 q 225 1078 209 1061 l 404 1200 q 433 1210 420 1208 q 464 1204 446 1211 l 631 1083 q 653 1045 653 1067 q 641 1007 653 1024 q 611 983 630 990 q 571 989 591 976 l 436 1086 l 285 983 "},"E":{"x_min":102,"x_max":643.484375,"ha":707,"o":"m 565 888 q 623 867 604 888 q 643 813 643 847 q 623 761 643 781 q 565 741 604 741 l 261 741 l 261 523 l 465 523 q 524 502 504 523 q 544 448 544 482 q 524 396 544 416 q 465 376 504 376 l 261 376 l 261 147 l 565 147 q 623 126 604 147 q 643 72 643 106 q 623 20 643 40 q 565 0 604 0 l 183 0 q 124 20 146 0 q 102 65 102 40 l 102 822 q 124 867 102 847 q 183 888 146 888 l 565 888 l 565 888 "},"Y":{"x_min":34.34375,"x_max":714.28125,"ha":748,"o":"m 291 332 l 44 791 q 36 839 29 811 q 71 886 43 868 q 133 900 103 905 q 178 876 163 895 l 374 483 l 571 876 q 616 900 586 895 q 677 886 646 905 q 712 839 706 868 q 704 791 718 811 l 449 317 l 449 53 q 427 8 449 28 q 372 -12 406 -12 q 312 8 334 -12 q 291 53 291 28 l 291 332 "},"\"":{"x_min":109,"x_max":430,"ha":513,"o":"m 109 847 q 125 885 109 868 q 170 902 141 902 q 212 885 196 902 q 229 847 229 868 l 229 663 q 212 632 229 646 q 169 619 196 619 q 125 632 141 619 q 109 663 109 646 l 109 847 m 310 847 q 326 885 310 868 q 371 902 342 902 q 413 885 397 902 q 430 847 430 868 l 430 663 q 413 632 430 646 q 370 619 397 619 q 326 632 342 619 q 310 663 310 646 l 310 847 "},"‹":{"x_min":71.96875,"x_max":392.515625,"ha":464,"o":"m 387 139 q 387 89 397 114 q 356 48 377 64 q 310 33 336 33 q 261 51 284 33 l 85 302 q 72 339 73 323 q 80 378 70 356 l 254 616 q 304 640 276 640 q 355 623 333 640 q 387 580 378 606 q 379 527 396 553 l 251 344 l 387 139 "},"˙":{"x_min":75,"x_max":248,"ha":331,"o":"m 75 809 q 98 857 75 836 q 163 878 122 878 q 224 857 200 878 q 248 809 248 836 l 248 775 q 224 727 248 748 q 163 707 200 707 q 98 727 122 707 q 75 775 75 748 l 75 809 "},"ê":{"x_min":72,"x_max":659,"ha":731,"o":"m 659 426 q 634 334 659 360 q 553 308 609 308 l 230 308 l 230 271 q 270 165 230 205 q 383 125 310 125 q 451 129 420 125 q 499 142 482 134 q 536 162 518 152 q 569 172 554 172 q 611 155 596 172 q 626 112 626 138 q 606 67 626 90 q 555 27 587 45 q 478 -2 522 9 q 384 -14 434 -14 q 258 8 315 -14 q 159 67 200 30 q 95 156 118 105 q 72 263 72 206 l 72 410 q 94 526 72 471 q 156 620 116 580 q 250 684 195 660 q 370 708 304 708 q 502 682 447 708 q 591 615 556 656 q 642 524 626 574 q 659 426 659 474 m 369 573 q 271 533 307 573 q 230 429 235 494 l 508 429 l 508 449 q 469 539 508 506 q 369 573 430 573 m 215 794 q 177 794 195 787 q 149 816 159 801 q 139 851 139 831 q 155 888 139 871 l 333 1010 q 362 1020 349 1018 q 393 1014 375 1021 l 561 894 q 583 855 583 877 q 571 817 583 834 q 540 794 560 801 q 501 799 521 787 l 366 896 l 215 794 "},"Ï":{"x_min":-53,"x_max":419,"ha":363,"o":"m 102 836 q 123 881 102 861 q 183 902 145 902 q 239 881 217 902 q 261 836 261 861 l 261 52 q 239 7 261 27 q 183 -13 217 -13 q 123 7 145 -13 q 102 52 102 27 l 102 836 m -53 1079 q -29 1127 -53 1106 q 35 1148 -5 1148 q 96 1127 72 1148 q 120 1079 120 1106 l 120 1045 q 96 997 120 1018 q 35 977 72 977 q -29 997 -5 977 q -53 1045 -53 1018 l -53 1079 m 246 1079 q 269 1127 246 1106 q 334 1148 293 1148 q 395 1127 371 1148 q 419 1079 419 1106 l 419 1045 q 395 997 419 1018 q 334 977 371 977 q 269 997 293 977 q 246 1045 246 1018 l 246 1079 "},"„":{"x_min":44.21875,"x_max":527,"ha":571,"o":"m 142 91 q 167 153 142 136 q 224 171 193 171 q 275 157 254 171 q 297 104 297 144 q 263 -65 297 7 q 146 -184 229 -138 q 85 -187 110 -198 q 50 -156 60 -177 q 47 -110 39 -135 q 86 -66 54 -84 q 131 0 121 -42 q 142 91 142 43 m 372 91 q 397 153 372 136 q 454 171 423 171 q 505 157 484 171 q 527 104 527 144 q 493 -65 527 7 q 376 -184 459 -138 q 315 -187 340 -198 q 280 -156 290 -177 q 277 -110 269 -135 q 316 -66 284 -84 q 361 0 351 -42 q 372 91 372 43 "},"Â":{"x_min":47.90625,"x_max":757.4375,"ha":806,"o":"m 755 75 q 747 26 762 52 q 695 -9 732 0 q 634 -3 661 -17 q 601 33 608 10 l 552 195 l 255 195 l 205 32 q 170 -4 196 8 q 111 -10 143 -18 q 58 24 74 0 q 49 74 43 50 l 316 843 q 347 884 323 867 q 405 902 371 902 q 462 884 438 902 q 493 843 487 867 l 755 75 m 297 331 l 510 331 l 405 675 l 297 331 m 258 983 q 220 983 238 976 q 192 1006 202 990 q 182 1041 182 1021 q 198 1078 182 1061 l 376 1200 q 406 1210 393 1208 q 436 1204 418 1211 l 604 1083 q 626 1045 626 1067 q 614 1007 626 1024 q 583 983 603 990 q 544 989 564 976 l 409 1086 l 258 983 "},"´":{"x_min":13.96875,"x_max":328.734375,"ha":400,"o":"m 89 756 q 52 760 73 749 q 20 792 31 770 q 17 836 9 814 q 39 864 24 857 l 231 969 q 284 966 259 981 q 320 927 308 952 q 327 874 332 902 q 294 834 322 846 l 89 756 "},"Í":{"x_min":102,"x_max":433.21875,"ha":363,"o":"m 102 836 q 123 881 102 861 q 183 902 145 902 q 239 881 217 902 q 261 836 261 861 l 261 52 q 239 7 261 27 q 183 -13 217 -13 q 123 7 145 -13 q 102 52 102 27 l 102 836 m 194 1000 q 157 1004 178 993 q 125 1036 135 1014 q 121 1080 114 1058 q 144 1108 129 1101 l 335 1212 q 388 1210 364 1225 q 425 1171 413 1196 q 431 1118 436 1146 q 398 1078 427 1090 l 194 1000 "},"ì":{"x_min":-82.40625,"x_max":258,"ha":359,"o":"m 99 654 q 121 699 99 679 q 180 720 143 720 q 236 699 215 720 q 258 654 258 679 l 258 53 q 236 8 258 28 q 180 -12 215 -12 q 121 8 143 -12 q 99 53 99 28 l 99 654 m -46 899 q -80 939 -75 911 q -74 992 -86 967 q -39 1030 -62 1017 q 11 1032 -16 1044 l 203 928 q 232 894 226 915 q 229 851 239 874 q 196 822 218 829 q 158 821 173 814 l -46 899 "},"Ú":{"x_min":99,"x_max":774,"ha":884,"o":"m 436 -14 q 282 12 346 -14 q 177 83 218 38 q 118 187 137 127 q 99 312 99 246 l 99 836 q 121 881 99 861 q 180 902 143 902 q 236 881 215 902 q 258 836 258 861 l 258 313 q 436 137 258 137 q 613 313 613 137 l 613 836 q 635 881 613 861 q 692 902 658 902 q 751 881 729 902 q 774 836 774 861 l 774 312 q 754 187 774 246 q 695 83 735 127 q 590 12 654 38 q 436 -14 526 -14 m 450 1003 q 412 1006 433 996 q 380 1039 391 1017 q 377 1083 369 1061 q 399 1111 384 1104 l 591 1215 q 644 1213 620 1228 q 680 1174 669 1199 q 687 1121 692 1149 q 654 1081 682 1093 l 450 1003 "},"|":{"x_min":86,"x_max":245,"ha":331,"o":"m 86 914 q 107 959 86 939 q 167 980 129 980 q 223 959 201 980 q 245 914 245 939 l 245 -127 q 223 -172 245 -152 q 167 -193 201 -193 q 107 -172 129 -193 q 86 -127 86 -152 l 86 914 "},"Ý":{"x_min":34.34375,"x_max":714.28125,"ha":748,"o":"m 291 332 l 44 791 q 36 839 29 811 q 71 886 43 868 q 133 900 103 905 q 178 876 163 895 l 374 483 l 571 876 q 616 900 586 895 q 677 886 646 905 q 712 839 706 868 q 704 791 718 811 l 449 317 l 449 53 q 427 8 449 28 q 372 -12 406 -12 q 312 8 334 -12 q 291 53 291 28 l 291 332 m 387 1000 q 350 1003 371 993 q 318 1036 329 1013 q 314 1079 307 1058 q 337 1108 322 1101 l 529 1212 q 582 1210 557 1224 q 618 1170 606 1195 q 625 1118 630 1145 q 591 1077 620 1090 l 387 1000 "},"b":{"x_min":99,"x_max":717,"ha":792,"o":"m 258 640 l 266 635 q 334 689 293 670 q 426 708 375 708 q 556 683 501 708 q 646 615 610 659 q 699 513 681 572 q 717 383 717 454 l 717 303 q 698 180 717 237 q 642 79 680 122 q 547 9 604 35 q 414 -16 491 -16 q 276 4 335 -16 q 177 63 217 25 q 118 151 138 100 q 99 261 99 201 l 99 878 q 121 923 99 903 q 180 944 143 944 q 236 923 215 944 q 258 878 258 903 l 258 640 m 400 557 q 299 522 340 557 q 259 415 259 488 l 259 255 q 304 164 259 193 q 415 135 348 135 q 517 179 479 135 q 556 297 556 223 l 556 380 q 513 511 556 466 q 400 557 470 557 "},"q":{"x_min":71,"x_max":689,"ha":790,"o":"m 607 -305 q 552 -284 573 -305 q 531 -239 531 -264 l 531 62 l 522 64 q 451 7 492 28 q 352 -14 409 -14 q 224 11 277 -14 q 137 81 171 37 q 87 182 103 124 q 71 305 71 240 l 71 388 q 90 511 71 453 q 149 612 110 569 q 248 682 189 656 q 388 708 307 708 q 519 687 463 708 q 613 628 576 666 q 669 540 650 591 q 689 430 689 490 l 689 -239 q 667 -284 689 -264 q 607 -305 645 -305 m 388 137 q 487 171 446 137 q 529 277 529 205 l 529 436 q 488 527 529 498 q 387 557 447 557 q 274 512 316 557 q 231 394 231 468 l 231 299 q 274 181 231 226 q 388 137 317 137 "},"Ö":{"x_min":88,"x_max":777,"ha":865,"o":"m 88 541 q 108 683 88 617 q 171 797 128 749 q 277 874 213 846 q 431 902 342 902 q 585 874 521 902 q 693 797 650 846 q 756 683 736 749 q 777 541 777 617 l 777 346 q 756 204 777 270 q 693 90 736 138 q 585 13 650 41 q 431 -14 521 -14 q 277 13 342 -14 q 171 90 213 41 q 108 204 128 138 q 88 346 88 270 l 88 541 m 245 345 q 295 183 245 231 q 431 136 345 136 q 568 183 519 136 q 618 345 618 231 l 618 541 q 568 703 618 655 q 431 751 519 751 q 295 703 345 751 q 245 541 245 655 l 245 345 m 195 1078 q 218 1126 195 1105 q 283 1147 242 1147 q 344 1126 320 1147 q 368 1078 368 1105 l 368 1044 q 344 996 368 1017 q 283 976 320 976 q 218 996 242 976 q 195 1044 195 1017 l 195 1078 m 496 1078 q 519 1126 496 1105 q 584 1147 543 1147 q 645 1126 621 1147 q 669 1078 669 1105 l 669 1044 q 645 996 669 1017 q 584 976 621 976 q 519 996 543 976 q 496 1044 496 1017 l 496 1078 "},"ﬂ":{"x_min":31,"x_max":775,"ha":876,"o":"m 137 694 l 137 735 q 198 918 137 866 q 380 971 260 971 q 437 965 410 971 q 486 948 465 960 q 519 920 507 936 q 531 882 531 903 q 516 834 531 852 q 469 816 500 816 q 427 821 445 816 q 380 827 409 827 q 314 807 333 827 q 295 741 295 788 l 295 694 l 399 694 q 440 676 422 694 q 458 631 458 659 q 440 583 458 600 q 399 566 422 566 l 295 566 l 295 51 q 273 6 295 26 q 218 -14 252 -14 q 158 6 180 -14 q 137 51 137 26 l 137 566 l 89 566 q 48 583 66 566 q 31 631 31 600 q 48 676 31 659 q 89 694 66 694 l 137 694 m 616 878 q 638 923 616 903 q 697 944 660 944 q 753 923 732 944 q 775 878 775 903 l 775 51 q 753 6 775 26 q 697 -14 732 -14 q 638 6 660 -14 q 616 51 616 26 l 616 878 "},"z":{"x_min":71,"x_max":667,"ha":739,"o":"m 420 557 l 139 557 q 92 573 113 557 q 71 623 71 590 q 92 676 71 659 q 139 694 113 694 l 570 694 q 616 676 596 694 q 637 623 637 659 q 619 576 637 594 l 620 574 l 290 137 l 600 137 q 646 119 626 137 q 667 66 667 102 q 646 16 667 33 q 600 0 626 0 l 139 0 q 92 16 113 0 q 71 66 71 33 q 90 119 71 99 l 420 557 "},"™":{"x_min":57,"x_max":702,"ha":759,"o":"m 540 600 q 514 608 523 600 q 498 626 505 616 l 451 772 l 451 579 q 440 559 451 568 q 414 550 430 550 q 387 559 397 550 q 377 579 377 568 l 377 864 q 387 884 377 875 q 413 894 397 894 l 424 894 q 467 872 456 894 l 540 684 l 610 872 q 654 896 624 896 l 663 894 q 691 884 681 894 q 702 864 702 875 l 702 579 q 691 559 702 568 q 663 550 681 550 q 637 559 647 550 q 628 579 628 568 l 628 772 l 579 626 q 564 608 573 616 q 540 600 555 600 m 299 889 q 336 854 336 889 q 326 830 336 839 q 299 821 316 821 l 231 821 l 231 579 q 221 558 231 568 q 195 548 211 548 q 169 558 179 548 q 160 579 160 568 l 160 821 l 92 821 q 66 830 75 821 q 57 854 57 839 q 92 889 57 889 l 299 889 "},"ã":{"x_min":83,"x_max":698.109375,"ha":790,"o":"m 607 -21 q 552 0 573 -21 q 531 44 531 19 l 531 66 l 518 70 q 492 37 506 52 q 457 10 477 22 q 409 -7 437 -1 q 340 -14 381 -14 q 225 10 274 -14 q 145 73 176 34 q 98 162 114 112 q 83 265 83 212 l 83 387 q 103 502 83 445 q 163 605 123 559 q 262 679 202 651 q 403 708 322 708 q 532 687 477 708 q 621 629 586 666 q 672 542 656 592 q 689 433 689 492 l 689 44 q 667 0 689 19 q 607 -21 645 -21 m 531 430 q 497 528 531 499 q 402 557 464 557 q 338 543 367 557 q 289 507 310 530 q 257 455 269 484 q 246 392 246 426 l 246 259 q 282 173 246 209 q 374 137 319 137 q 432 147 404 137 q 481 178 460 157 q 517 228 503 198 q 531 299 531 259 l 531 430 m 297 873 q 246 860 261 873 q 224 832 232 847 q 207 803 216 816 q 174 791 198 791 q 128 810 144 791 q 112 857 112 829 q 126 921 112 893 q 164 969 140 949 q 221 998 189 988 q 287 1008 253 1008 q 357 992 326 1008 q 414 959 387 977 q 465 927 441 942 q 518 912 490 912 q 558 924 547 912 q 577 951 570 936 q 595 978 585 966 q 631 991 604 991 q 674 974 657 991 q 697 935 691 958 q 687 875 701 902 q 650 828 674 848 q 594 797 626 808 q 532 786 563 786 q 463 799 492 786 q 408 829 434 813 q 356 859 382 845 q 297 873 330 873 "},"®":{"x_min":29,"x_max":1162,"ha":1191,"o":"m 150 351 q 181 168 150 251 q 271 24 212 85 q 411 -71 329 -37 q 595 -105 493 -105 q 778 -71 695 -105 q 918 24 860 -37 q 1007 168 976 85 q 1039 351 1039 251 q 1007 534 1039 451 q 918 678 976 617 q 778 774 860 740 q 595 808 695 808 q 411 774 493 808 q 271 678 329 740 q 181 534 212 617 q 150 351 150 451 m 29 351 q 69 576 29 473 q 183 754 109 679 q 361 871 257 829 q 595 914 466 914 q 828 871 723 914 q 1007 754 933 829 q 1121 576 1081 679 q 1162 351 1162 473 q 1121 126 1162 229 q 1007 -51 1081 23 q 828 -168 933 -126 q 595 -211 723 -211 q 361 -168 466 -211 q 183 -51 257 -126 q 69 126 109 23 q 29 351 29 229 m 388 635 q 405 669 388 654 q 449 684 422 684 l 593 684 q 709 669 662 684 q 786 629 757 654 q 829 566 816 603 q 842 482 842 528 l 842 475 q 818 385 842 423 q 734 324 794 348 l 846 88 q 849 52 856 73 q 817 17 841 31 q 774 12 795 6 q 743 33 753 17 l 629 281 q 612 280 621 280 q 593 280 603 280 l 508 280 l 508 56 q 492 24 508 37 q 449 10 476 10 q 405 26 422 10 q 388 62 388 42 l 388 635 m 508 580 l 508 380 l 593 380 q 692 404 663 380 q 722 464 722 428 l 722 485 q 692 555 722 530 q 593 580 663 580 l 508 580 "},"É":{"x_min":102,"x_max":643.484375,"ha":707,"o":"m 565 888 q 623 867 604 888 q 643 813 643 847 q 623 761 643 781 q 565 741 604 741 l 261 741 l 261 523 l 465 523 q 524 502 504 523 q 544 448 544 482 q 524 396 544 416 q 465 376 504 376 l 261 376 l 261 147 l 565 147 q 623 126 604 147 q 643 72 643 106 q 623 20 643 40 q 565 0 604 0 l 183 0 q 124 20 146 0 q 102 65 102 40 l 102 822 q 124 867 102 847 q 183 888 146 888 l 565 888 l 565 888 m 386 986 q 348 990 369 979 q 316 1022 327 1000 q 313 1066 305 1044 q 335 1094 320 1087 l 527 1198 q 580 1196 556 1211 q 616 1157 605 1182 q 623 1104 628 1132 q 590 1064 618 1076 l 386 986 "},"~":{"x_min":71,"x_max":890,"ha":962,"o":"m 242 437 q 233 411 235 428 q 224 378 231 394 q 200 349 216 361 q 149 338 183 338 q 95 358 119 338 q 71 419 71 379 q 88 494 71 459 q 136 555 106 529 q 209 596 167 581 q 302 611 251 611 q 413 587 367 611 q 496 534 458 563 q 569 483 533 506 q 653 460 605 460 q 704 479 688 460 q 731 523 719 499 q 758 566 743 546 q 809 587 774 587 q 860 569 836 587 q 890 516 883 552 q 868 435 890 470 q 811 374 846 399 q 733 337 777 349 q 646 325 690 325 q 566 335 600 325 q 507 362 533 346 q 459 397 480 379 q 418 432 438 415 q 376 458 398 448 q 326 469 353 469 q 279 463 302 469 q 242 437 257 458 "},"¡":{"x_min":97,"x_max":255,"ha":349,"o":"m 255 -138 q 233 -183 255 -163 q 174 -204 211 -204 q 118 -183 139 -204 q 97 -138 97 -163 l 97 377 q 118 422 97 402 q 174 443 139 443 q 233 422 211 443 q 255 377 255 402 l 255 -138 m 255 612 q 233 567 255 587 q 174 547 211 547 q 118 567 139 547 q 97 612 97 587 l 97 645 q 118 690 97 670 q 174 711 139 711 q 233 690 211 711 q 255 645 255 670 l 255 612 "},"[":{"x_min":137,"x_max":419.125,"ha":477,"o":"m 343 920 q 404 897 387 920 q 418 848 421 873 q 399 805 416 823 q 343 787 383 787 l 284 787 l 284 -45 l 337 -45 q 397 -69 380 -45 q 409 -121 414 -94 q 389 -160 406 -143 q 337 -178 372 -178 l 202 -178 q 153 -151 169 -169 q 137 -98 137 -133 l 137 841 q 153 895 137 877 q 202 922 169 913 l 343 922 l 343 920 "},"L":{"x_min":102,"x_max":628.5,"ha":643,"o":"m 102 836 q 123 881 102 861 q 183 902 145 902 q 239 881 217 902 q 261 836 261 861 l 261 147 l 550 147 q 608 127 589 147 q 628 72 628 107 q 608 20 628 40 q 550 1 589 1 l 175 1 q 121 20 140 1 q 102 63 102 39 l 102 836 "}," ":{"x_min":0,"x_max":0,"ha":348},"%":{"x_min":71,"x_max":1005,"ha":1077,"o":"m 71 723 q 87 796 71 763 q 131 853 103 830 q 196 888 159 876 q 275 901 233 901 q 353 888 316 901 q 417 853 389 876 q 461 796 445 830 q 477 723 477 763 l 477 631 q 461 558 477 591 q 417 501 445 524 q 353 466 389 478 q 275 454 316 454 q 196 466 233 454 q 131 501 159 478 q 87 558 103 524 q 71 631 71 591 l 71 723 m 600 255 q 615 328 600 295 q 659 385 631 362 q 724 420 687 408 q 803 433 760 433 q 882 420 845 433 q 946 385 919 408 q 989 328 973 362 q 1005 255 1005 295 l 1005 163 q 989 90 1005 123 q 946 33 973 56 q 882 -1 919 10 q 803 -14 845 -14 q 724 -1 760 -14 q 659 33 687 10 q 615 90 631 56 q 600 163 600 123 l 600 255 m 680 866 q 718 898 691 888 q 778 891 746 907 q 817 850 810 875 q 813 805 825 825 l 391 24 q 351 -9 378 1 q 293 -4 324 -19 q 252 37 261 12 q 256 86 244 62 l 680 866 m 202 637 q 223 586 202 605 q 275 568 244 568 q 324 586 303 568 q 346 637 346 605 l 346 717 q 324 768 346 749 q 275 787 303 787 q 223 768 244 787 q 202 717 202 749 l 202 637 m 731 169 q 752 118 731 137 q 803 100 773 100 q 854 118 832 100 q 876 169 876 137 l 876 249 q 854 300 876 281 q 803 319 832 319 q 752 300 773 319 q 731 249 731 281 l 731 169 "},"P":{"x_min":99,"x_max":690,"ha":758,"o":"m 99 822 q 121 867 99 847 q 180 888 143 888 l 359 888 q 507 865 444 888 q 611 804 570 843 q 670 711 651 764 q 690 597 690 658 l 690 582 q 672 481 690 529 q 615 395 654 432 q 512 334 575 357 q 358 312 450 312 l 258 312 l 258 51 q 236 6 258 26 q 180 -14 215 -14 q 121 9 143 -14 q 99 58 99 33 l 99 822 m 258 749 l 258 445 l 358 445 q 436 456 403 445 q 490 485 469 467 q 521 526 511 503 q 532 575 532 550 l 532 607 q 491 708 532 667 q 358 749 450 749 l 258 749 "},"À":{"x_min":48.296875,"x_max":757.546875,"ha":806,"o":"m 755 75 q 747 26 762 52 q 695 -9 732 0 q 634 -3 661 -17 q 601 33 608 10 l 552 195 l 255 195 l 205 32 q 170 -4 197 8 q 111 -10 144 -18 q 59 24 74 0 q 50 74 43 50 l 317 843 q 347 884 323 867 q 405 902 371 902 q 462 884 438 902 q 494 843 487 867 l 755 75 m 298 331 l 510 331 l 405 675 l 298 331 m 176 1074 q 142 1114 148 1086 q 149 1167 137 1142 q 183 1206 160 1192 q 235 1207 206 1219 l 427 1103 q 456 1069 450 1090 q 453 1026 462 1049 q 419 997 442 1004 q 382 996 397 989 l 176 1074 "},"_":{"x_min":26,"x_max":637,"ha":655,"o":"m 559 -2 q 617 -22 597 -2 q 637 -76 637 -42 q 617 -128 637 -108 q 559 -149 597 -149 l 89 -149 q 45 -128 65 -149 q 26 -76 26 -108 q 45 -22 26 -42 q 89 -2 65 -2 l 559 -2 "},"ñ":{"x_min":95,"x_max":706,"ha":795,"o":"m 397 708 q 528 687 472 708 q 623 628 585 666 q 680 535 661 589 q 699 416 699 481 l 699 51 q 676 6 699 26 q 617 -14 653 -14 q 560 6 582 -14 q 539 51 539 26 l 539 408 q 498 520 539 484 q 397 557 458 557 q 294 520 335 557 q 254 408 254 484 l 254 51 q 232 6 254 26 q 176 -14 211 -14 q 117 6 139 -14 q 95 51 95 26 l 95 402 q 114 524 95 467 q 171 621 133 580 q 265 685 209 662 q 397 708 322 708 m 305 877 q 254 864 269 877 q 232 836 240 851 q 215 807 224 820 q 182 795 206 795 q 136 814 152 795 q 120 861 120 833 q 134 925 120 897 q 172 973 148 953 q 229 1002 197 992 q 295 1012 261 1012 q 365 996 334 1012 q 422 963 395 981 q 473 931 449 946 q 526 916 498 916 q 566 928 555 916 q 585 955 578 940 q 602 982 593 970 q 639 995 612 995 q 682 978 665 995 q 705 939 699 962 q 695 879 709 906 q 658 832 681 852 q 602 801 634 812 q 540 790 571 790 q 471 803 500 790 q 416 833 442 817 q 364 863 390 849 q 305 877 338 877 "},"+":{"x_min":42,"x_max":638,"ha":687,"o":"m 406 458 l 570 458 q 620 440 602 458 q 638 392 638 423 q 620 347 638 364 q 570 330 602 330 l 406 330 l 406 170 q 388 121 406 138 q 339 104 370 104 q 292 121 309 104 q 275 170 275 138 l 275 330 l 97 330 q 59 347 76 330 q 42 392 42 364 q 59 440 42 423 q 97 458 76 458 l 275 458 l 275 628 q 292 666 275 649 q 339 683 309 683 q 388 666 370 683 q 406 628 406 649 l 406 458 "},"‚":{"x_min":44.21875,"x_max":297,"ha":341,"o":"m 142 110 q 167 172 142 155 q 224 190 193 190 q 275 176 254 190 q 297 123 297 163 q 263 -46 297 26 q 146 -165 229 -119 q 85 -168 110 -179 q 50 -137 60 -158 q 47 -91 39 -116 q 86 -47 54 -65 q 131 19 121 -23 q 142 110 142 62 "},"Ë":{"x_min":102,"x_max":643.484375,"ha":707,"o":"m 565 888 q 623 867 604 888 q 643 813 643 847 q 623 761 643 781 q 565 741 604 741 l 261 741 l 261 523 l 465 523 q 524 502 504 523 q 544 448 544 482 q 524 396 544 416 q 465 376 504 376 l 261 376 l 261 147 l 565 147 q 623 126 604 147 q 643 72 643 106 q 623 20 643 40 q 565 0 604 0 l 183 0 q 124 20 146 0 q 102 65 102 40 l 102 822 q 124 867 102 847 q 183 888 146 888 l 565 888 l 565 888 m 137 1065 q 160 1113 137 1092 q 225 1134 184 1134 q 286 1113 262 1134 q 310 1065 310 1092 l 310 1031 q 286 983 310 1004 q 225 963 262 963 q 160 983 184 963 q 137 1031 137 1004 l 137 1065 m 438 1065 q 461 1113 438 1092 q 526 1134 485 1134 q 587 1113 563 1134 q 611 1065 611 1092 l 611 1031 q 587 983 611 1004 q 526 963 563 963 q 461 983 485 963 q 438 1031 438 1004 l 438 1065 "},"'":{"x_min":87,"x_max":222,"ha":304,"o":"m 87 839 q 107 886 87 870 q 154 902 128 902 q 201 886 180 902 q 222 839 222 870 l 204 627 q 188 596 204 610 q 146 583 172 583 q 102 596 118 583 q 87 627 87 610 l 87 839 "},"Š":{"x_min":68.5,"x_max":644,"ha":712,"o":"m 362 -14 q 312 -9 341 -14 q 249 5 282 -4 q 184 28 216 15 q 126 61 152 42 q 84 103 101 79 q 68 156 68 127 q 139 221 68 221 q 179 209 162 221 q 212 183 197 197 q 277 143 235 160 q 367 126 320 126 q 453 150 422 126 q 485 227 485 174 q 455 300 485 272 q 381 351 426 329 q 285 394 336 373 q 189 446 234 415 q 115 524 144 477 q 86 642 86 570 q 105 748 86 700 q 159 829 124 795 q 246 883 194 864 q 363 902 298 902 q 483 884 431 902 q 568 842 534 867 q 621 790 603 817 q 639 745 639 763 q 623 693 639 713 q 570 673 607 673 q 531 682 548 673 q 499 704 514 692 q 449 736 483 718 q 358 755 415 755 q 277 727 309 755 q 246 649 246 700 q 275 578 246 605 q 349 531 305 552 q 445 489 393 510 q 541 437 497 469 q 614 359 585 406 q 644 237 644 312 q 569 53 644 120 q 362 -14 494 -14 m 517 1206 q 554 1206 536 1212 q 581 1183 571 1199 q 592 1148 592 1168 q 577 1111 592 1128 l 399 989 q 369 979 382 981 q 339 985 356 978 l 171 1106 q 150 1144 150 1122 q 161 1182 150 1165 q 192 1206 172 1199 q 231 1200 211 1212 l 366 1103 l 517 1206 "},"ð":{"x_min":71,"x_max":690,"ha":762,"o":"m 322 782 q 285 793 303 789 q 250 800 268 798 q 195 822 219 805 q 171 874 171 839 q 178 905 171 892 q 197 927 185 918 q 222 939 208 935 q 248 944 236 944 q 350 930 298 944 q 451 891 402 916 l 518 946 q 595 939 563 981 q 609 901 609 921 q 585 864 609 881 l 543 830 q 649 698 609 774 q 690 528 690 621 l 690 355 q 671 215 690 282 q 614 98 653 148 q 515 19 575 48 q 371 -10 455 -10 q 235 17 292 -10 q 141 88 178 45 q 88 184 105 131 q 71 285 71 236 l 71 311 q 88 422 71 371 q 137 511 105 473 q 217 570 170 548 q 325 593 265 593 q 441 572 393 593 q 522 519 489 551 l 532 523 l 532 538 q 501 645 532 596 q 424 730 470 694 l 333 653 q 298 644 318 644 q 264 663 279 644 q 251 703 249 682 q 266 737 253 723 l 322 782 m 372 137 q 481 177 441 137 q 529 305 521 217 q 515 369 529 341 q 480 417 502 398 q 430 447 458 437 q 372 458 402 458 q 267 418 303 458 q 231 316 231 378 l 231 278 q 240 225 231 250 q 267 180 249 199 q 311 148 285 160 q 372 137 337 137 "},"T":{"x_min":30,"x_max":685,"ha":707,"o":"m 606 888 q 665 867 645 888 q 685 813 685 847 q 665 761 685 781 q 605 741 645 741 l 427 741 l 427 51 q 405 6 427 26 q 349 -14 384 -14 q 289 6 311 -14 q 268 51 268 26 l 268 741 l 107 741 q 51 761 72 741 q 30 813 30 781 q 51 867 30 847 q 107 888 72 888 l 606 888 "},"š":{"x_min":68.5625,"x_max":574,"ha":642,"o":"m 74 86 q 68 106 70 94 q 70 131 67 119 q 81 155 74 144 q 103 171 89 166 q 136 180 122 180 q 161 175 150 180 q 182 162 172 170 q 201 148 191 155 q 325 118 240 118 q 395 137 368 118 q 422 188 422 156 q 397 239 422 220 q 335 271 372 258 q 254 297 297 284 q 174 333 212 310 q 112 392 137 356 q 88 489 88 428 q 154 647 88 587 q 338 708 221 708 q 428 699 390 708 q 491 677 466 690 q 531 650 516 665 q 550 623 545 636 q 557 578 557 604 q 537 539 557 552 q 487 527 510 520 q 445 544 464 533 q 410 560 434 550 q 338 571 386 571 q 272 549 295 571 q 250 495 250 527 q 273 454 250 469 q 333 428 297 440 q 412 403 370 416 q 490 365 454 390 q 550 301 526 341 q 574 197 574 260 q 507 42 574 99 q 324 -14 440 -14 q 242 -6 282 -14 q 169 15 202 1 q 111 47 135 29 q 74 86 86 65 m 480 1016 q 517 1016 499 1023 q 544 993 534 1009 q 555 958 555 978 q 540 921 555 938 l 361 799 q 332 789 345 791 q 301 795 319 788 l 134 916 q 113 954 113 932 q 124 992 113 975 q 155 1016 135 1009 q 194 1010 174 1023 l 329 913 l 480 1016 "},"Þ":{"x_min":99,"x_max":690,"ha":758,"o":"m 99 822 q 121 867 99 847 q 180 888 143 888 q 236 867 215 888 q 258 822 258 847 l 258 708 l 372 708 q 515 687 455 708 q 614 630 575 666 q 671 547 653 595 q 690 445 690 499 l 690 430 q 672 339 690 382 q 618 261 655 295 q 520 207 581 227 q 372 187 459 187 l 258 187 l 258 51 q 236 6 258 26 q 180 -14 215 -14 q 121 9 143 -14 q 99 58 99 33 l 99 822 m 258 569 l 258 320 l 372 320 q 494 351 457 320 q 532 422 532 382 l 532 454 q 494 535 532 502 q 372 569 457 569 l 258 569 "},"j":{"x_min":-82,"x_max":313,"ha":422,"o":"m -20 -130 q 21 -135 2 -130 q 67 -141 40 -141 q 134 -118 115 -141 q 154 -41 154 -95 l 154 642 q 175 687 154 667 q 231 708 196 708 q 291 687 269 708 q 313 642 313 667 l 313 -36 q 250 -229 313 -173 q 67 -286 187 -286 q 11 -281 39 -286 q -36 -267 -15 -277 q -69 -240 -57 -256 q -82 -196 -82 -223 q -67 -148 -82 -166 q -20 -130 -52 -130 m 152 892 q 173 937 152 917 q 233 958 195 958 q 289 937 268 958 q 311 892 311 917 l 311 859 q 289 814 311 834 q 233 794 268 794 q 173 814 195 794 q 152 859 152 834 l 152 892 "},"1":{"x_min":42.015625,"x_max":411,"ha":512,"o":"m 334 888 q 389 867 368 888 q 411 822 411 847 l 411 51 q 389 6 411 26 q 334 -14 368 -14 q 274 6 296 -14 q 253 51 253 26 l 253 741 l 119 741 q 63 761 84 741 q 42 813 42 781 q 63 867 42 847 q 119 888 84 888 l 334 888 "},"›":{"x_min":71.953125,"x_max":392.171875,"ha":464,"o":"m 77 534 q 76 584 66 559 q 107 624 87 609 q 153 640 127 640 q 202 623 179 640 l 378 371 q 392 334 390 351 q 383 295 393 317 l 209 58 q 158 33 186 33 q 108 49 130 33 q 76 93 85 66 q 84 146 68 120 l 212 330 l 77 534 "},"ı":{"x_min":99,"x_max":258,"ha":359,"o":"m 99 654 q 121 699 99 679 q 180 720 143 720 q 236 699 215 720 q 258 654 258 679 l 258 53 q 236 8 258 28 q 180 -12 215 -12 q 121 8 143 -12 q 99 53 99 28 l 99 654 "},"ä":{"x_min":83,"x_max":689,"ha":790,"o":"m 607 -21 q 552 0 573 -21 q 531 44 531 19 l 531 66 l 518 70 q 492 37 506 52 q 457 10 477 22 q 409 -7 436 -1 q 340 -14 381 -14 q 225 10 274 -14 q 145 73 176 34 q 98 162 114 112 q 83 265 83 212 l 83 387 q 103 502 83 445 q 163 605 123 559 q 262 679 202 651 q 403 708 322 708 q 532 687 477 708 q 621 629 586 666 q 672 542 656 592 q 689 433 689 492 l 689 44 q 667 0 689 19 q 607 -21 645 -21 m 531 430 q 497 528 531 499 q 402 557 464 557 q 338 543 367 557 q 289 507 310 530 q 257 455 269 484 q 246 392 246 426 l 246 259 q 282 173 246 209 q 374 137 319 137 q 432 147 404 137 q 481 178 460 157 q 517 228 503 198 q 531 299 531 259 l 531 430 m 152 894 q 175 942 152 921 q 240 963 199 963 q 301 942 277 963 q 325 894 325 921 l 325 860 q 301 812 325 833 q 240 792 277 792 q 175 812 199 792 q 152 860 152 833 l 152 894 m 453 894 q 476 942 453 921 q 541 963 500 963 q 602 942 578 963 q 626 894 626 921 l 626 860 q 602 812 626 833 q 541 792 578 792 q 476 812 500 792 q 453 860 453 833 l 453 894 "},"<":{"x_min":71,"x_max":798.4375,"ha":870,"o":"m 763 154 q 797 106 792 130 q 788 63 801 81 q 748 36 776 45 q 688 34 721 27 q 403 179 544 106 q 118 324 262 251 q 71 387 71 351 q 118 449 71 423 l 683 708 q 743 705 716 714 q 783 678 770 696 q 791 636 796 660 q 757 588 786 612 l 311 384 l 763 154 l 763 154 "},"£":{"x_min":-61,"x_max":632,"ha":628,"o":"m 6 358 q -44 381 -27 358 q -61 433 -61 405 q -44 484 -61 460 q 6 508 -27 508 l 73 508 l 73 583 q 88 724 73 666 q 138 820 104 783 q 225 875 172 858 q 353 893 278 893 q 482 867 428 893 q 575 806 536 842 q 599 757 599 784 q 582 710 599 730 q 537 686 566 691 q 473 702 507 681 q 456 715 467 706 q 432 731 446 723 q 398 747 418 740 q 354 754 378 754 q 270 714 295 754 q 245 583 245 674 l 245 508 l 396 508 q 446 484 430 508 q 463 433 463 460 q 446 381 463 405 q 396 358 430 358 l 245 358 l 245 265 q 241 209 245 233 q 234 170 238 186 q 224 139 228 152 l 574 139 q 616 117 601 139 q 632 69 632 95 q 618 21 632 43 q 573 0 604 0 l 59 0 q 14 13 31 0 q -4 48 -1 27 q 3 93 -6 69 q 36 137 13 118 q 57 158 50 148 q 68 182 65 168 q 72 220 72 197 q 72 283 72 244 l 72 358 l 6 358 l 6 358 "},"t":{"x_min":27,"x_max":507,"ha":563,"o":"m 140 694 l 140 836 q 161 881 140 861 q 221 902 183 902 q 277 881 256 902 q 299 836 299 861 l 299 694 l 399 694 q 440 676 422 694 q 458 631 458 659 q 440 583 458 600 q 399 566 422 566 l 299 566 l 299 230 q 313 151 299 171 q 357 130 328 130 q 403 135 384 130 q 447 140 422 140 q 492 122 478 140 q 507 74 507 105 q 493 31 507 48 q 457 4 479 15 q 405 -9 434 -5 q 343 -14 376 -14 q 188 42 237 -14 q 140 235 140 98 l 140 566 l 85 566 q 44 583 62 566 q 27 631 27 600 q 44 676 27 659 q 85 694 62 694 l 140 694 "},"ù":{"x_min":95,"x_max":699.609375,"ha":795,"o":"m 397 -14 q 265 8 322 -14 q 171 72 209 31 q 114 170 133 113 q 95 291 95 226 l 95 641 q 117 686 95 666 q 176 707 139 707 q 232 686 211 707 q 254 641 254 666 l 254 285 q 294 173 254 209 q 397 137 335 137 q 498 173 458 137 q 539 285 539 209 l 539 641 q 560 686 539 666 q 617 707 582 707 q 676 686 653 707 q 699 641 699 666 l 699 291 q 680 170 699 226 q 623 72 661 113 q 528 8 585 31 q 397 -14 472 -14 m 171 894 q 137 934 142 906 q 143 987 131 962 q 177 1026 154 1012 q 229 1027 200 1040 l 421 923 q 451 890 444 911 q 447 847 457 869 q 414 817 436 825 q 376 816 391 809 l 171 894 "},"W":{"x_min":68.71875,"x_max":1051.484375,"ha":1120,"o":"m 409 44 q 379 3 402 20 q 321 -14 355 -14 q 263 3 287 -14 q 232 44 239 20 l 70 814 q 79 863 63 838 q 130 899 95 889 q 191 893 164 907 q 225 856 217 879 l 328 226 l 476 834 q 558 902 496 902 q 615 884 597 902 q 643 834 632 867 l 792 226 l 894 856 q 928 893 901 879 q 988 899 955 907 q 1040 863 1024 889 q 1049 814 1056 838 l 887 44 q 856 3 880 20 q 798 -14 831 -14 q 741 3 764 -14 q 710 44 717 20 l 559 618 l 409 44 "},"ï":{"x_min":-56,"x_max":416,"ha":359,"o":"m 99 654 q 121 699 99 679 q 180 720 143 720 q 236 699 215 720 q 258 654 258 679 l 258 53 q 236 8 258 28 q 180 -12 215 -12 q 121 8 143 -12 q 99 53 99 28 l 99 654 m -56 902 q -32 950 -56 929 q 32 971 -8 971 q 93 950 69 971 q 117 902 117 929 l 117 868 q 93 820 117 841 q 32 800 69 800 q -32 820 -8 800 q -56 868 -56 841 l -56 902 m 243 902 q 266 950 243 929 q 331 971 290 971 q 392 950 368 971 q 416 902 416 929 l 416 868 q 392 820 416 841 q 331 800 368 800 q 266 820 290 800 q 243 868 243 841 l 243 902 "},">":{"x_min":72,"x_max":797,"ha":869,"o":"m 106 588 q 72 648 72 616 q 79 676 72 663 q 99 698 86 689 q 129 710 112 708 q 166 708 146 713 q 459 563 313 635 q 750 417 605 491 q 797 355 797 391 q 785 322 797 338 q 750 292 773 305 l 173 34 q 136 31 153 29 q 105 43 119 34 q 84 65 91 52 q 77 94 77 79 q 112 154 77 126 l 558 358 q 106 588 331 472 "},"v":{"x_min":57.765625,"x_max":677.171875,"ha":735,"o":"m 455 44 q 424 3 449 20 q 367 -14 400 -14 q 309 3 333 -14 q 279 44 285 20 l 59 619 q 68 668 53 642 q 119 703 83 694 q 180 698 153 712 q 213 660 206 684 l 367 188 l 519 660 q 554 698 528 684 q 613 703 581 712 q 666 668 650 694 q 675 619 681 642 l 455 44 "},"û":{"x_min":95,"x_max":699.609375,"ha":795,"o":"m 397 -14 q 265 8 322 -14 q 171 72 209 31 q 114 170 133 113 q 95 291 95 226 l 95 641 q 117 686 95 666 q 176 707 139 707 q 232 686 211 707 q 254 641 254 666 l 254 285 q 294 173 254 209 q 397 137 335 137 q 498 173 458 137 q 539 285 539 209 l 539 641 q 560 686 539 666 q 617 707 582 707 q 676 686 653 707 q 699 641 699 666 l 699 291 q 680 170 699 226 q 623 72 661 113 q 528 8 585 31 q 397 -14 472 -14 m 252 804 q 215 804 233 797 q 187 826 197 811 q 177 861 177 841 q 193 898 177 881 l 371 1020 q 400 1030 387 1029 q 431 1024 413 1031 l 599 904 q 621 865 621 887 q 609 827 621 844 q 578 804 598 811 q 539 809 559 797 l 404 906 l 252 804 "},"Ò":{"x_min":88,"x_max":777,"ha":865,"o":"m 88 541 q 108 683 88 617 q 171 797 128 749 q 277 874 213 846 q 431 902 342 902 q 585 874 521 902 q 693 797 650 846 q 756 683 736 749 q 777 541 777 617 l 777 346 q 756 204 777 270 q 693 90 736 138 q 585 13 650 41 q 431 -14 521 -14 q 277 13 342 -14 q 171 90 213 41 q 108 204 128 138 q 88 346 88 270 l 88 541 m 245 345 q 295 183 245 231 q 431 136 345 136 q 568 183 519 136 q 618 345 618 231 l 618 541 q 568 703 618 655 q 431 751 519 751 q 295 703 345 751 q 245 541 245 655 l 245 345 m 205 1074 q 171 1114 176 1086 q 177 1167 165 1142 q 212 1206 189 1192 q 264 1207 235 1219 l 456 1103 q 485 1069 479 1090 q 481 1026 491 1049 q 448 997 470 1004 q 411 996 426 989 l 205 1074 "},"&":{"x_min":64,"x_max":804,"ha":804,"o":"m 671 776 q 677 737 679 755 q 665 706 675 719 q 639 686 654 694 q 608 679 624 679 q 569 686 589 679 q 536 713 550 694 q 471 756 509 748 q 394 765 432 765 q 344 757 370 765 q 297 733 318 749 q 262 689 276 716 q 249 626 249 663 q 281 541 249 574 q 367 508 314 508 l 749 508 q 790 488 776 508 q 804 445 804 469 q 790 401 804 420 q 749 382 776 382 l 697 382 l 697 166 q 684 91 697 116 q 643 42 671 66 q 590 18 616 29 q 536 0 565 8 q 475 -10 507 -7 q 401 -14 442 -14 q 283 0 343 -14 q 174 41 223 12 q 94 118 125 70 q 64 236 64 166 q 107 367 64 316 q 220 445 151 418 q 125 517 160 469 q 90 631 90 564 q 117 747 90 696 q 188 831 144 797 q 288 883 232 865 q 401 902 344 902 q 477 896 437 902 q 556 877 518 890 q 624 839 593 863 q 671 776 654 814 m 529 140 q 551 165 546 149 q 557 205 557 181 l 557 382 l 371 382 q 318 366 345 377 q 269 338 291 355 q 233 296 247 320 q 219 241 219 272 q 235 185 219 208 q 278 148 251 162 q 337 128 304 134 q 403 122 370 122 q 471 125 445 122 q 529 140 497 128 "},"I":{"x_min":102,"x_max":261,"ha":363,"o":"m 102 836 q 123 881 102 861 q 183 902 145 902 q 239 881 217 902 q 261 836 261 861 l 261 52 q 239 7 261 27 q 183 -13 217 -13 q 123 7 145 -13 q 102 52 102 27 l 102 836 "},"Ð":{"x_min":20,"x_max":732,"ha":820,"o":"m 115 364 l 83 364 q 39 384 59 364 q 20 436 20 404 q 39 490 20 470 q 83 511 59 511 l 115 511 l 115 822 q 136 867 115 847 q 196 888 158 888 l 372 888 q 533 858 465 888 q 645 777 601 828 q 710 658 689 727 q 732 511 732 589 l 732 357 q 710 217 732 283 q 645 104 689 152 q 533 27 601 55 q 372 0 465 0 l 196 0 q 136 20 158 0 q 115 65 115 40 l 115 364 m 274 364 l 274 147 l 372 147 q 519 196 466 147 q 573 342 573 246 l 573 525 q 519 684 573 627 q 372 741 466 741 l 274 741 l 274 511 l 380 511 q 438 490 418 511 q 458 436 458 470 q 438 384 458 404 q 380 364 418 364 l 274 364 "},"G":{"x_min":86,"x_max":723,"ha":805,"o":"m 405 394 q 425 446 405 426 q 477 466 445 466 l 645 466 q 703 449 683 466 q 723 395 723 433 l 723 125 q 683 72 706 97 q 626 27 660 47 q 545 -2 592 8 q 433 -14 498 -14 q 284 12 348 -14 q 175 84 219 38 q 108 191 130 130 q 86 321 86 252 l 86 564 q 107 694 86 632 q 173 802 129 756 q 280 874 216 847 q 429 902 344 902 q 568 879 506 902 q 660 822 629 856 q 684 768 684 794 q 666 724 684 742 q 618 704 648 707 q 556 722 588 701 q 496 746 533 737 q 427 756 458 756 q 297 712 349 756 q 245 574 245 668 l 245 310 q 259 231 245 265 q 299 174 273 197 q 358 142 325 152 q 431 132 392 132 q 494 138 471 132 q 540 156 518 144 l 565 175 l 565 322 l 477 322 q 425 342 445 322 q 405 394 405 362 "},"`":{"x_min":32.28125,"x_max":350.15625,"ha":400,"o":"m 68 834 q 34 874 39 846 q 40 927 28 902 q 74 966 51 952 q 126 967 98 980 l 318 863 q 347 830 341 851 q 344 787 353 809 q 311 757 333 764 q 273 756 288 749 l 68 834 "},"·":{"x_min":75,"x_max":248,"ha":331,"o":"m 75 471 q 98 519 75 498 q 163 540 122 540 q 224 519 200 540 q 248 471 248 498 l 248 437 q 224 389 248 410 q 163 369 200 369 q 98 389 122 369 q 75 437 75 410 l 75 471 "},"r":{"x_min":99,"x_max":523.5625,"ha":534,"o":"m 388 557 q 334 552 358 557 q 292 536 309 548 q 266 500 275 523 q 258 438 258 476 l 258 51 q 236 6 258 26 q 180 -14 215 -14 q 121 6 143 -14 q 99 51 99 26 l 99 433 q 168 636 99 564 q 388 708 237 708 q 494 680 458 708 q 522 602 530 652 q 504 567 517 577 q 471 554 490 557 q 430 554 452 552 q 388 557 409 557 "},"¿":{"x_min":72,"x_max":642.484375,"ha":716,"o":"m 454 417 q 436 310 454 353 q 395 237 419 267 q 341 184 371 207 q 286 141 311 162 q 245 98 262 121 q 229 41 229 75 q 259 -38 229 -12 q 341 -65 290 -65 q 397 -60 374 -65 q 439 -46 420 -56 q 475 -20 458 -37 q 509 21 491 -3 q 549 50 522 40 q 607 44 575 59 q 639 9 634 30 q 639 -33 645 -10 q 615 -82 635 -52 q 560 -139 596 -112 q 469 -187 524 -167 q 340 -208 415 -208 q 214 -185 266 -208 q 131 -127 163 -163 q 86 -45 100 -91 q 72 48 72 0 q 89 131 72 97 q 132 190 106 165 q 188 234 158 215 q 243 276 218 254 q 286 325 269 298 q 303 391 303 352 l 303 415 q 322 457 303 434 q 375 480 342 480 q 432 460 411 480 q 454 417 454 440 m 360 571 q 314 588 334 571 q 294 641 294 605 q 314 691 294 674 q 360 708 334 708 l 387 708 q 435 691 415 708 q 456 641 456 674 q 435 588 456 605 q 387 571 415 571 l 360 571 "},"ý":{"x_min":99,"x_max":683,"ha":784,"o":"m 524 649 q 546 689 524 670 q 604 709 568 709 q 661 688 639 709 q 683 643 683 668 l 683 -48 q 660 -164 683 -115 q 599 -245 638 -214 q 507 -291 560 -276 q 396 -307 455 -307 q 290 -301 330 -307 q 232 -288 251 -295 q 187 -218 187 -259 q 206 -169 187 -187 q 263 -152 225 -152 q 314 -157 278 -152 q 397 -162 349 -162 q 493 -132 461 -162 q 525 -49 525 -103 l 525 56 l 518 59 q 449 5 488 23 q 352 -13 410 -13 q 228 8 277 -13 q 150 68 179 30 q 110 161 122 107 q 99 278 99 214 l 99 643 q 122 688 99 668 q 180 709 145 709 q 237 688 216 709 q 259 643 259 668 l 259 272 q 288 172 259 207 q 387 138 316 138 q 474 162 436 138 q 525 238 511 186 l 525 649 l 524 649 m 405 815 q 367 819 389 808 q 335 852 346 829 q 332 895 325 874 q 355 924 340 917 l 547 1028 q 600 1026 575 1040 q 636 986 624 1011 q 642 933 647 961 q 609 893 638 906 l 405 815 "},"x":{"x_min":71.03125,"x_max":650.359375,"ha":721,"o":"m 360 469 l 507 683 q 551 707 522 702 q 612 692 581 712 q 648 646 642 674 q 639 598 654 617 l 455 345 l 638 98 q 646 49 653 77 q 608 0 639 20 q 550 -12 579 -18 q 507 13 521 -6 l 360 222 l 213 13 q 170 -12 200 -6 q 112 0 141 -18 q 74 49 81 20 q 83 98 68 77 l 264 345 l 81 598 q 72 646 66 617 q 108 692 78 674 q 169 707 140 712 q 213 683 198 702 l 360 469 "},"è":{"x_min":72,"x_max":659,"ha":731,"o":"m 659 426 q 634 334 659 360 q 552 308 609 308 l 230 308 l 230 271 q 270 165 230 205 q 383 125 310 125 q 451 129 420 125 q 499 142 482 134 q 536 162 518 152 q 569 172 554 172 q 611 155 596 172 q 626 112 626 138 q 606 67 626 90 q 555 27 587 45 q 478 -2 522 9 q 384 -14 434 -14 q 258 8 315 -14 q 159 67 200 30 q 95 156 118 105 q 72 263 72 206 l 72 410 q 94 526 72 471 q 156 620 116 580 q 250 684 195 660 q 370 708 304 708 q 502 682 447 708 q 591 615 556 656 q 642 524 626 574 q 659 426 659 474 m 369 573 q 271 533 307 573 q 230 429 235 494 l 508 429 l 508 449 q 469 539 508 506 q 369 573 430 573 m 133 884 q 99 924 104 896 q 105 977 93 952 q 140 1016 116 1002 q 191 1017 163 1030 l 383 913 q 413 880 407 900 q 409 837 419 859 q 376 807 398 814 q 339 806 354 799 l 133 884 "},"Ø":{"x_min":69.1875,"x_max":794.5,"ha":865,"o":"m 88 541 q 108 683 88 617 q 171 797 128 749 q 277 874 213 846 q 430 902 342 902 q 560 883 504 902 q 658 829 617 864 l 694 878 q 727 897 705 893 q 771 885 749 900 q 793 849 790 870 q 787 813 797 828 l 731 739 q 776 541 776 653 l 776 346 q 756 204 776 270 q 692 90 735 138 q 585 13 650 41 q 431 -14 521 -14 q 307 2 361 -14 q 213 51 253 19 l 168 -8 q 136 -27 157 -23 q 94 -16 115 -32 q 70 20 74 -1 q 77 58 66 41 l 137 137 q 99 234 111 181 q 88 346 88 287 l 88 541 m 245 345 q 249 285 245 312 l 564 705 q 507 739 541 728 q 431 751 473 751 q 295 703 345 751 q 245 541 245 655 l 245 345 m 616 541 q 616 562 616 552 q 614 584 616 573 l 306 173 q 430 136 350 136 q 567 183 518 136 q 616 345 616 231 l 616 541 "},"÷":{"x_min":57,"x_max":656,"ha":713,"o":"m 272 611 q 295 659 272 638 q 360 680 319 680 q 421 659 397 680 q 445 611 445 638 l 445 577 q 421 529 445 550 q 360 509 397 509 q 295 529 319 509 q 272 577 272 550 l 272 611 m 272 178 q 295 226 272 205 q 360 247 319 247 q 421 226 397 247 q 445 178 445 205 l 445 144 q 421 96 445 117 q 360 76 397 76 q 295 96 319 76 q 272 144 272 117 l 272 178 m 578 455 q 636 434 616 455 q 656 380 656 414 q 636 328 656 348 q 578 308 616 308 l 122 308 q 77 328 97 308 q 57 380 57 348 q 77 434 57 414 q 122 455 97 455 l 578 455 "},"h":{"x_min":99,"x_max":703.609375,"ha":803,"o":"m 703 51 q 680 6 703 26 q 621 -14 657 -14 q 564 6 586 -14 q 543 51 543 26 l 543 409 q 506 517 543 476 q 400 558 470 558 q 300 523 340 558 q 259 416 259 489 l 259 51 q 238 6 259 26 q 181 -14 217 -14 q 121 6 144 -14 q 99 51 99 26 l 99 878 q 121 923 99 903 q 180 944 143 944 q 237 923 216 944 q 258 878 258 903 l 258 618 l 266 617 q 333 683 290 657 q 435 709 375 709 q 561 684 510 709 q 643 619 612 660 q 689 524 675 578 q 703 410 703 470 l 703 51 "},".":{"x_min":75,"x_max":248,"ha":331,"o":"m 75 88 q 98 136 75 115 q 163 157 122 157 q 224 136 200 157 q 248 88 248 115 l 248 54 q 224 6 248 27 q 163 -14 200 -14 q 98 6 122 -14 q 75 54 75 27 l 75 88 "},";":{"x_min":-17.328125,"x_max":251,"ha":331,"o":"m 94 61 q 117 127 94 105 q 171 149 141 149 q 227 131 203 149 q 251 74 251 114 q 212 -96 251 -23 q 84 -214 174 -168 q 23 -218 49 -228 q -11 -186 -1 -207 q -14 -140 -21 -166 q 24 -96 -6 -114 q 81 -30 69 -73 q 94 61 94 12 m 75 584 q 98 632 75 611 q 163 653 122 653 q 224 632 200 653 q 248 584 248 611 l 248 550 q 224 502 248 523 q 163 482 200 482 q 98 502 122 482 q 75 550 75 523 l 75 584 "},"f":{"x_min":31,"x_max":531.828125,"ha":498,"o":"m 137 694 l 137 735 q 198 918 137 865 q 380 971 260 971 q 437 965 410 971 q 486 948 465 960 q 519 920 507 936 q 531 882 531 903 q 516 834 531 852 q 469 816 500 816 q 427 821 445 816 q 380 827 409 827 q 314 807 333 827 q 295 741 295 788 l 295 694 l 399 694 q 440 676 422 694 q 458 631 458 659 q 440 583 458 600 q 399 566 422 566 l 295 566 l 295 51 q 273 6 295 26 q 218 -14 252 -14 q 158 6 180 -14 q 137 51 137 26 l 137 566 l 89 566 q 48 583 66 566 q 31 631 31 600 q 48 676 31 659 q 89 694 66 694 l 137 694 "},"“":{"x_min":42,"x_max":557.765625,"ha":588,"o":"m 199 620 q 172 558 199 575 q 115 541 145 541 q 63 554 85 541 q 42 607 42 567 q 76 777 42 704 q 194 896 111 850 q 255 899 230 910 q 290 868 280 889 q 292 822 300 847 q 254 778 285 796 q 208 711 217 754 q 199 620 199 668 m 460 620 q 433 558 460 575 q 376 541 406 541 q 324 554 346 541 q 303 607 303 567 q 337 777 303 704 q 455 896 372 850 q 516 899 491 910 q 551 868 541 889 q 554 822 562 847 q 515 778 547 796 q 469 711 479 754 q 460 620 460 668 "},"A":{"x_min":48.296875,"x_max":757.546875,"ha":806,"o":"m 755 75 q 747 26 762 52 q 695 -9 732 0 q 634 -3 661 -17 q 601 33 608 10 l 552 195 l 255 195 l 205 32 q 170 -4 197 8 q 111 -10 144 -18 q 59 24 74 0 q 50 74 43 50 l 317 843 q 347 884 323 867 q 405 902 371 902 q 462 884 438 902 q 494 843 487 867 l 755 75 m 298 331 l 510 331 l 405 675 l 298 331 "},"6":{"x_min":71,"x_max":690,"ha":762,"o":"m 390 -16 q 245 13 306 -16 q 146 91 185 42 q 89 207 107 141 q 71 347 71 273 l 71 536 q 91 676 71 609 q 153 793 111 743 q 257 872 194 843 q 404 902 320 902 q 502 889 457 902 q 580 856 547 877 q 632 808 614 835 q 651 753 651 782 q 635 710 651 725 q 596 695 619 695 q 555 701 573 695 q 514 722 537 707 q 468 746 494 736 q 402 756 442 756 q 277 705 325 756 q 230 546 230 654 l 230 495 q 314 544 264 526 q 435 563 364 563 q 624 493 558 563 q 690 303 690 424 l 690 258 q 673 160 690 209 q 619 71 656 111 q 526 8 582 32 q 390 -16 469 -16 m 234 272 q 284 164 244 197 q 389 131 323 131 q 494 163 458 131 q 531 251 531 196 l 531 309 q 389 430 531 430 q 331 419 359 430 q 282 388 303 409 q 249 338 261 368 q 236 271 236 309 l 234 272 "},"‘":{"x_min":42,"x_max":296.765625,"ha":341,"o":"m 199 620 q 172 558 199 575 q 115 541 145 541 q 63 554 85 541 q 42 607 42 567 q 76 777 42 704 q 194 896 111 850 q 255 899 230 910 q 290 868 280 889 q 293 822 301 847 q 254 778 286 796 q 208 711 218 754 q 199 620 199 668 "},"O":{"x_min":88,"x_max":777,"ha":865,"o":"m 88 541 q 108 683 88 617 q 171 797 128 749 q 277 874 213 846 q 431 902 342 902 q 585 874 521 902 q 693 797 650 846 q 756 683 736 749 q 777 541 777 617 l 777 346 q 756 204 777 270 q 693 90 736 138 q 585 13 650 41 q 431 -14 521 -14 q 277 13 342 -14 q 171 90 213 41 q 108 204 128 138 q 88 346 88 270 l 88 541 m 245 345 q 295 183 245 231 q 431 136 345 136 q 568 183 519 136 q 618 345 618 231 l 618 541 q 568 703 618 655 q 431 751 519 751 q 295 703 345 751 q 245 541 245 655 l 245 345 "},"n":{"x_min":95,"x_max":699.609375,"ha":795,"o":"m 397 708 q 528 687 472 708 q 623 628 585 666 q 680 535 661 589 q 699 416 699 481 l 699 51 q 676 6 699 26 q 617 -14 653 -14 q 560 6 582 -14 q 539 51 539 26 l 539 408 q 498 520 539 484 q 397 557 458 557 q 294 520 335 557 q 254 408 254 484 l 254 51 q 232 6 254 26 q 176 -14 211 -14 q 117 6 139 -14 q 95 51 95 26 l 95 402 q 114 524 95 467 q 171 621 133 580 q 265 685 209 662 q 397 708 322 708 "},"3":{"x_min":71,"x_max":664,"ha":736,"o":"m 288 383 q 232 399 253 383 q 211 448 211 416 q 232 499 211 482 q 288 516 253 516 l 344 516 q 441 544 404 516 q 478 613 478 572 l 478 639 q 444 724 478 689 q 344 760 411 760 q 273 746 304 760 q 221 718 242 732 q 187 699 198 703 q 152 695 175 695 q 113 710 129 695 q 98 753 98 725 q 117 803 98 776 q 169 851 136 829 q 247 887 202 872 q 344 902 292 902 q 479 882 423 902 q 569 830 535 863 q 620 754 604 797 q 636 664 636 711 l 636 643 q 601 534 636 584 q 506 456 567 484 q 625 378 586 432 q 664 253 664 324 l 664 241 q 649 148 664 194 q 599 66 635 102 q 500 8 563 30 q 341 -14 438 -14 q 242 0 291 -14 q 155 34 193 12 q 94 83 117 56 q 71 137 71 109 q 87 184 71 165 q 126 203 103 203 q 168 198 149 203 q 208 174 186 193 q 270 136 235 149 q 341 123 306 123 q 468 158 427 123 q 509 243 509 193 l 509 267 q 467 348 509 313 q 344 383 426 383 l 288 383 "},"9":{"x_min":71,"x_max":690,"ha":762,"o":"m 371 902 q 515 872 456 902 q 614 793 575 843 q 671 677 653 743 q 690 536 690 610 l 690 351 q 669 210 690 277 q 607 94 649 144 q 503 15 566 44 q 356 -14 441 -14 q 258 -1 303 -14 q 181 31 214 11 q 130 79 148 52 q 112 134 112 105 q 127 177 112 162 q 166 193 143 193 q 207 186 189 193 q 247 165 224 180 q 294 141 268 151 q 359 132 319 132 q 484 182 436 132 q 532 341 532 233 l 532 369 l 522 374 q 441 321 489 342 q 325 301 393 301 q 217 323 265 301 q 137 382 170 345 q 88 471 105 420 q 71 582 71 522 l 71 608 q 88 709 71 656 q 141 805 105 762 q 235 875 178 848 q 371 902 292 902 m 372 436 q 430 445 402 436 q 480 474 458 455 q 515 522 502 494 q 529 588 529 550 q 372 756 513 756 q 311 744 337 756 q 267 713 285 732 q 240 668 249 693 q 231 614 231 642 l 231 577 q 267 475 231 514 q 372 436 303 436 "},"l":{"x_min":109,"x_max":268,"ha":377,"o":"m 109 878 q 131 923 109 903 q 190 944 153 944 q 246 923 225 944 q 268 878 268 903 l 268 51 q 246 6 268 26 q 190 -14 225 -14 q 131 6 153 -14 q 109 51 109 26 l 109 878 "},"4":{"x_min":42,"x_max":748,"ha":792,"o":"m 468 332 l 468 504 q 489 549 468 529 q 549 570 511 570 q 604 549 583 570 q 626 504 626 529 l 626 332 l 669 332 q 748 259 748 332 q 728 208 748 227 q 669 190 708 190 l 626 190 l 626 51 q 604 6 626 26 q 549 -14 583 -14 q 489 6 511 -14 q 468 51 468 26 l 468 190 l 105 190 q 61 210 81 190 q 42 262 42 230 q 42 281 42 272 q 50 302 42 291 l 333 872 q 374 901 348 894 q 433 887 401 907 q 470 843 462 871 q 465 793 478 815 l 229 332 l 468 332 "},"p":{"x_min":99,"x_max":717,"ha":792,"o":"m 258 58 l 258 -239 q 236 -284 258 -264 q 180 -305 215 -305 q 121 -284 143 -305 q 99 -239 99 -264 l 99 430 q 118 540 99 490 q 175 628 137 591 q 269 687 213 666 q 401 708 326 708 q 540 682 480 708 q 638 612 599 656 q 697 511 677 569 q 717 388 717 454 l 717 307 q 700 184 717 241 q 650 83 684 126 q 563 13 616 39 q 435 -12 509 -12 q 339 8 379 -12 q 268 61 298 28 l 258 58 m 258 287 q 298 175 258 211 q 401 139 339 139 q 513 183 470 139 q 556 301 556 227 l 556 394 q 513 512 556 468 q 401 557 470 557 q 298 527 339 557 q 258 436 258 498 l 258 287 "},"à":{"x_min":83,"x_max":689,"ha":790,"o":"m 607 -21 q 552 0 573 -21 q 531 44 531 19 l 531 66 l 518 70 q 492 37 506 52 q 457 10 477 22 q 409 -7 437 -1 q 340 -14 381 -14 q 225 10 274 -14 q 145 73 176 34 q 98 162 114 112 q 83 265 83 212 l 83 387 q 103 502 83 445 q 163 605 123 559 q 262 679 202 651 q 403 708 322 708 q 532 687 477 708 q 621 629 586 666 q 672 542 656 592 q 689 433 689 492 l 689 44 q 667 0 689 19 q 607 -21 645 -21 m 531 430 q 497 528 531 499 q 402 557 464 557 q 338 543 367 557 q 289 507 310 530 q 257 455 269 484 q 246 392 246 426 l 246 259 q 282 173 246 209 q 374 137 319 137 q 432 147 404 137 q 481 178 460 157 q 517 228 503 198 q 531 299 531 259 l 531 430 m 161 891 q 127 931 133 903 q 133 984 122 959 q 168 1023 145 1009 q 220 1024 191 1037 l 412 920 q 441 887 435 907 q 438 844 447 866 q 404 814 427 821 q 367 813 382 806 l 161 891 "},"Ü":{"x_min":99,"x_max":774,"ha":884,"o":"m 436 -14 q 282 12 346 -14 q 177 83 218 38 q 118 187 137 127 q 99 312 99 246 l 99 836 q 121 881 99 861 q 180 902 143 902 q 236 881 215 902 q 258 836 258 861 l 258 313 q 436 137 258 137 q 613 313 613 137 l 613 836 q 635 881 613 861 q 692 902 658 902 q 751 881 729 902 q 774 836 774 861 l 774 312 q 754 187 774 246 q 695 83 735 127 q 590 12 654 38 q 436 -14 526 -14 m 201 1082 q 224 1130 201 1109 q 289 1151 248 1151 q 350 1130 326 1151 q 374 1082 374 1109 l 374 1048 q 350 1000 374 1021 q 289 980 326 980 q 224 1000 248 980 q 201 1048 201 1021 l 201 1082 m 502 1082 q 525 1130 502 1109 q 590 1151 549 1151 q 651 1130 627 1151 q 675 1082 675 1109 l 675 1048 q 651 1000 675 1021 q 590 980 627 980 q 525 1000 549 980 q 502 1048 502 1021 l 502 1082 "},"ó":{"x_min":75,"x_max":693,"ha":768,"o":"m 75 389 q 93 512 75 455 q 149 614 111 570 q 245 683 186 658 q 383 708 303 708 q 521 683 462 708 q 618 614 580 658 q 674 512 656 570 q 693 389 693 455 l 693 294 q 674 176 693 231 q 618 78 656 120 q 521 12 580 37 q 383 -11 462 -11 q 245 12 303 -11 q 149 78 186 37 q 93 176 111 120 q 75 294 75 231 l 75 389 m 235 292 q 275 174 235 216 q 384 133 314 133 q 492 174 453 133 q 532 292 532 216 l 532 392 q 492 518 532 475 q 384 562 453 562 q 275 518 314 562 q 235 392 235 475 l 235 292 m 397 809 q 360 812 381 802 q 328 845 339 823 q 324 889 317 867 q 347 917 332 910 l 539 1021 q 592 1019 567 1034 q 628 980 616 1005 q 635 927 639 955 q 601 887 630 899 l 397 809 "}},"cssFontWeight":"bold","ascender":1042,"underlinePosition":-75,"cssFontStyle":"normal","boundingBox":{"yMin":-307,"xMin":-82.40625,"yMax":1256,"xMax":1469},"resolution":1000,"original_font_information":{"postscript_name":"UbuntuTitling-Bold","version_string":"Version 1.000 2007 initial release","vendor_url":"Betatype.com","full_font_name":"UbuntuTitling-Bold","font_family_name":"Ubuntu Titling Rg","copyright":"","description":"","trademark":"Ubuntu Titling is a trademark of Canonical.","designer":"Betatype","designer_url":"Christian Robertson, Betatype.com","unique_font_identifier":"Betatype: Ubuntu Titling: 2007","license_url":"","license_description":"","manufacturer_name":"","font_sub_family_name":"Bold"},"descender":-348,"familyName":"Ubuntu Titling","lineHeight":1389,"underlineThickness":50});
