/*jquery-1.3.2.min*/ /* * jQuery JavaScript Library v1.3.2 * http://jquery.com/ * * Copyright (c) 2009 John Resig * Dual licensed under the MIT and GPL licenses. * http://docs.jquery.com/License * * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009) * Revision: 6246 */ (function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("",""]||!O.indexOf("",""]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"","
"]||!O.indexOf("",""]||(!O.indexOf("",""]||!O.indexOf("",""]||!o.support.htmlSerialize&&[1,"div
","
"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}}); /* * Sizzle CSS Selector Engine - v0.9.3 * Copyright 2009, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. * More information: http://sizzlejs.com/ */ (function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return UT[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="

";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="
";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("
").append(M.responseText.replace(//g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='
';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})(); /*jquery-ui-1.7.2.custom.min*/ /* * jQuery UI 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI */ 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;m0){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);;/* * jQuery UI Draggable 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Draggables * * Depends: * ui.core.js */ (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.leftthis.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.topthis.containment[3])?g:(!(g-this.offset.click.topthis.containment[2])?f:(!(f-this.offset.click.left
').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=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=p&&n<=k)||(m>=p&&m<=k)||(nk))&&((e>=g&&e<=c)||(d>=g&&d<=c)||(ec));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').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');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.maxWidthk.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');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,t){var s=(q[t]||0)+(j[t]||0);if(s&&s>=0){o[t]=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);;/* * jQuery UI Selectable 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Selectables * * Depends: * ui.core.js */ (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.rightg||j.bottomd&&j.righth&&j.bottom=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=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)f&&(e+h)m[this.floating?"width":"height"])){return g}else{return(f0?"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=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=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)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.topthis.containment[3])?g:(!(g-this.offset.click.topthis.containment[2])?f:(!(f-this.offset.click.left=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 *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1000}})})(jQuery);;/* * jQuery UI Accordion 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Accordion * * Depends: * ui.core.js */ (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("").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);;/* * jQuery UI Dialog 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Dialog * * Depends: * ui.core.js * ui.draggable.js * ui.resizable.js */ (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||" ",e=c.ui.dialog.getTitleId(this.element),k=(this.uiDialog=c("
")).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("
")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(k),i=c('').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("")).addClass("ui-icon ui-icon-closethick").text(m.closeText).appendTo(i),d=c("").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("
").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('').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||" ");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("
").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
");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("
")}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('
').appendTo(this.element).addClass("ui-slider-handle")}if(c.values&&c.values.length){while(a(".ui-slider-handle",this.element).length').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&&d1){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(bthis._valueMax()){b=this._valueMax()}return b},_values:function(b){if(arguments.length){var c=this.options.values[b];if(cthis._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);;/* * jQuery UI Tabs 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Tabs * * Depends: * ui.core.js */ (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=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:"
",spinner:"Loading…",tabTemplate:'
  • #{label}
  • '}});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')}$.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:$('
    '))}},_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=$(''+appendText+"");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")?$("").addClass(this._triggerClass).attr({src:buttonImage,alt:buttonText,title:buttonText}):$('').addClass(this._triggerClass).html(buttonImage==""?buttonText:$("").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=$('');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-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&&checkDatenew Date(checkDate.getFullYear(),12-1,28)){firstDay=new Date(checkDate.getFullYear()+1,1-1,4).getDay()||7;if(firstDay>4&&(checkDate.getDay()||7)0&&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;j0&&iValue-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=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;iFormatmaxDate?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&&maxDrawmaxDraw){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)?''+prevText+"":(hideIfNoPrevNext?"":''+prevText+""));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)?''+nextText+"":(hideIfNoPrevNext?"":''+nextText+""));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?'":"");var buttonPanel=(showButtonPanel)?'
    '+(isRTL?controls:"")+(this._isInRange(inst,gotoDate)?'":"")+(isRTL?"":controls)+"
    ":"";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'+(/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)+'';var thead="";for(var dow=0;dow<7;dow++){var day=(dow+firstDay)%7;thead+="=5?' class="ui-datepicker-week-end"':"")+'>'+dayNamesMin[day]+""}calender+=thead+"";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";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&&printDatemaxDate);tbody+='";printDate.setDate(printDate.getDate()+1);printDate=this._daylightSavingAdjust(printDate)}calender+=tbody+""}drawMonth++;if(drawMonth>11){drawMonth=0;drawYear++}calender+="
    =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():" "):(unselectable?''+printDate.getDate()+"":'=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" ui-state-active":"")+'" href="#">'+printDate.getDate()+""))+"
    "+(isMultiMonth?""+((numMonths[0]>0&&col==numMonths[1]-1)?'
    ':""):"");group+=calender}html+=group}html+=buttonPanel+($.browser.msie&&parseInt($.browser.version,10)<7&&!inst.inline?'':"");inst._keyEvent=false;return html},_generateMonthYearHeader:function(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,secondary,monthNames,monthNamesShort){minDate=(inst.rangeStart&&minDate&&selectedDate "}else{var inMinYear=(minDate&&minDate.getFullYear()==drawYear);var inMaxYear=(maxDate&&maxDate.getFullYear()==drawYear);monthHtml+='"}if(!showMonthAfterYear){html+=monthHtml+((secondary||changeMonth||changeYear)&&(!(changeMonth&&changeYear))?" ":"")}if(secondary||!changeYear){html+=''+drawYear+""}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+='"}if(showMonthAfterYear){html+=(secondary||changeMonth||changeYear?" ":"")+monthHtml}html+="";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&&datemaxDate?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=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);;/* * jQuery UI Progressbar 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Progressbar * * Depends: * ui.core.js */ (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('
    ').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(bthis._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);;/* * jQuery UI Effects 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Effects/ */ jQuery.effects||(function(d){d.effects={version:"1.7.2",save:function(g,h){for(var f=0;f');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").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);;/* * jQuery UI Effects Fold 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Effects/Fold * * Depends: * effects.core.js */ (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);;/* * jQuery UI Effects Highlight 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Effects/Highlight * * Depends: * effects.core.js */ (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);;/* * jQuery UI Effects Pulsate 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Effects/Pulsate * * Depends: * effects.core.js */ (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').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);; /*jquery.prettyPhoto*/ /* ------------------------------------------------------------------------ * Class: prettyPhoto * Use: Lightbox clone for jQuery * Author: Stephane Caron (http://www.no-margin-for-errors.com) * Version: 2.5.6 ------------------------------------------------------------------------- */ (function($){$.prettyPhoto={version:'2.5.6'};$.fn.prettyPhoto=function(settings){settings=jQuery.extend({animationSpeed:'normal',opacity:0.80,showTitle:true,allowresize:true,default_width:500,default_height:344,counter_separator_label:'/',theme:'light_rounded',hideflash:false,wmode:'opaque',autoplay:true,modal:false,changepicturecallback:function(){},callback:function(){},markup:'
    \
    \
    \
    \
    \
    \
    \
    \
    \
    \
    \
    \ Expand \
    \ next \ previous \
    \
    \
    \ Close \

    \
    \ Previous \

    0/0

    \ Next \
    \
    \
    \
    \
    \
    \
    \
    \
    \
    \
    \
    \
    \
    \
    ',image_markup:'',flash_markup:'',quicktime_markup:'',iframe_markup:'',inline_markup:'
    {content}
    '},settings);if($.browser.msie&&parseInt($.browser.version)==6){settings.theme="light_square";} if($('.pp_overlay').size()==0)_buildOverlay();var doresize=true,percentBased=false,correctSizes,$pp_pic_holder,$ppt,$pp_overlay,pp_contentHeight,pp_contentWidth,pp_containerHeight,pp_containerWidth,windowHeight=$(window).height(),windowWidth=$(window).width(),setPosition=0,scrollPos=_getScroll();$(window).scroll(function(){scrollPos=_getScroll();_centerOverlay();_resizeOverlay();});$(window).resize(function(){_centerOverlay();_resizeOverlay();});$(document).keydown(function(e){if($pp_pic_holder.is(':visible')) switch(e.keyCode){case 37:$.prettyPhoto.changePage('previous');break;case 39:$.prettyPhoto.changePage('next');break;case 27:if(!settings.modal) $.prettyPhoto.close();break;};});$(this).each(function(){$(this).bind('click',function(){_self=this;theRel=$(this).attr('rel');galleryRegExp=/\[(?:.*)\]/;theGallery=galleryRegExp.exec(theRel);var images=new Array(),titles=new Array(),descriptions=new Array();if(theGallery){$('a[rel*='+theGallery+']').each(function(i){if($(this)[0]===$(_self)[0])setPosition=i;images.push($(this).attr('href'));titles.push($(this).find('img').attr('alt'));descriptions.push($(this).attr('title'));});}else{images=$(this).attr('href');titles=($(this).find('img').attr('alt'))?$(this).find('img').attr('alt'):'';descriptions=($(this).attr('title'))?$(this).attr('title'):'';} $.prettyPhoto.open(images,titles,descriptions);return false;});});$.prettyPhoto.open=function(gallery_images,gallery_titles,gallery_descriptions){if($.browser.msie&&$.browser.version==6){$('select').css('visibility','hidden');};if(settings.hideflash)$('object,embed').css('visibility','hidden');images=$.makeArray(gallery_images);titles=$.makeArray(gallery_titles);descriptions=$.makeArray(gallery_descriptions);image_set=($(images).size()>0)?true:false;_checkPosition($(images).size());$('.pp_loaderIcon').show();$pp_overlay.show().fadeTo(settings.animationSpeed,settings.opacity);$pp_pic_holder.find('.currentTextHolder').text((setPosition+1)+settings.counter_separator_label+$(images).size());if(descriptions[setPosition]){$pp_pic_holder.find('.pp_description').show().html(unescape(descriptions[setPosition]));}else{$pp_pic_holder.find('.pp_description').hide().text('');};if(titles[setPosition]&&settings.showTitle){hasTitle=true;$ppt.html(unescape(titles[setPosition]));}else{hasTitle=false;};movie_width=(parseFloat(grab_param('width',images[setPosition])))?grab_param('width',images[setPosition]):settings.default_width.toString();movie_height=(parseFloat(grab_param('height',images[setPosition])))?grab_param('height',images[setPosition]):settings.default_height.toString();if(movie_width.indexOf('%')!=-1||movie_height.indexOf('%')!=-1){movie_height=parseFloat(($(window).height()*parseFloat(movie_height)/100)-100);movie_width=parseFloat(($(window).width()*parseFloat(movie_width)/100)-100);percentBased=true;} $pp_pic_holder.fadeIn(function(){imgPreloader="";switch(_getFileType(images[setPosition])){case'image':imgPreloader=new Image();nextImage=new Image();if(image_set&&setPosition>$(images).size())nextImage.src=images[setPosition+1];prevImage=new Image();if(image_set&&images[setPosition-1])prevImage.src=images[setPosition-1];$pp_pic_holder.find('#pp_full_res')[0].innerHTML=settings.image_markup;$pp_pic_holder.find('#fullResImage').attr('src',images[setPosition]);imgPreloader.onload=function(){correctSizes=_fitToViewport(imgPreloader.width,imgPreloader.height);_showContent();};imgPreloader.onerror=function(){alert('Image cannot be loaded. Make sure the path is correct and image exist.');$.prettyPhoto.close();};imgPreloader.src=images[setPosition];break;case'youtube':correctSizes=_fitToViewport(movie_width,movie_height);movie='http://www.youtube.com/v/'+grab_param('v',images[setPosition]);if(settings.autoplay)movie+="&autoplay=1";toInject=settings.flash_markup.replace(/{width}/g,correctSizes['width']).replace(/{height}/g,correctSizes['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,movie);break;case'vimeo':correctSizes=_fitToViewport(movie_width,movie_height);movie_id=images[setPosition];movie='http://vimeo.com/moogaloop.swf?clip_id='+movie_id.replace('http://vimeo.com/','');if(settings.autoplay)movie+="&autoplay=1";toInject=settings.flash_markup.replace(/{width}/g,correctSizes['width']).replace(/{height}/g,correctSizes['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,movie);break;case'quicktime':correctSizes=_fitToViewport(movie_width,movie_height);correctSizes['height']+=15;correctSizes['contentHeight']+=15;correctSizes['containerHeight']+=15;toInject=settings.quicktime_markup.replace(/{width}/g,correctSizes['width']).replace(/{height}/g,correctSizes['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,images[setPosition]).replace(/{autoplay}/g,settings.autoplay);break;case'flash':correctSizes=_fitToViewport(movie_width,movie_height);flash_vars=images[setPosition];flash_vars=flash_vars.substring(images[setPosition].indexOf('flashvars')+10,images[setPosition].length);filename=images[setPosition];filename=filename.substring(0,filename.indexOf('?'));toInject=settings.flash_markup.replace(/{width}/g,correctSizes['width']).replace(/{height}/g,correctSizes['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,filename+'?'+flash_vars);break;case'iframe':correctSizes=_fitToViewport(movie_width,movie_height);frame_url=images[setPosition];frame_url=frame_url.substr(0,frame_url.indexOf('iframe')-1);toInject=settings.iframe_markup.replace(/{width}/g,correctSizes['width']).replace(/{height}/g,correctSizes['height']).replace(/{path}/g,frame_url);break;case'inline':myClone=$(images[setPosition]).clone().css({'width':settings.default_width}).wrapInner('
    ').appendTo($('body'));correctSizes=_fitToViewport($(myClone).width(),$(myClone).height());$(myClone).remove();toInject=settings.inline_markup.replace(/{content}/g,$(images[setPosition]).html());break;};if(!imgPreloader){$pp_pic_holder.find('#pp_full_res')[0].innerHTML=toInject;_showContent();};});};$.prettyPhoto.changePage=function(direction){if(direction=='previous'){setPosition--;if(setPosition<0){setPosition=0;return;};}else{if($('.pp_arrow_next').is('.disabled'))return;setPosition++;};if(!doresize)doresize=true;_hideContent(function(){$.prettyPhoto.open(images,titles,descriptions)});$('a.pp_expand,a.pp_contract').fadeOut(settings.animationSpeed);};$.prettyPhoto.close=function(){$pp_pic_holder.find('object,embed').css('visibility','hidden');$('div.pp_pic_holder,div.ppt,.pp_fade').fadeOut(settings.animationSpeed);$pp_overlay.fadeOut(settings.animationSpeed,function(){$('#pp_full_res').html('');$pp_pic_holder.attr('style','').find('div:not(.pp_hoverContainer)').attr('style','');_centerOverlay();if($.browser.msie&&$.browser.version==6){$('select').css('visibility','visible');};if(settings.hideflash)$('object,embed').css('visibility','visible');setPosition=0;settings.callback();});doresize=true;};_showContent=function(){$('.pp_loaderIcon').hide();projectedTop=scrollPos['scrollTop']+((windowHeight/2)-(correctSizes['containerHeight']/2));if(projectedTop<0)projectedTop=0+$ppt.height();$pp_pic_holder.find('.pp_content').animate({'height':correctSizes['contentHeight']},settings.animationSpeed);$pp_pic_holder.animate({'top':projectedTop,'left':(windowWidth/2)-(correctSizes['containerWidth']/2),'width':correctSizes['containerWidth']},settings.animationSpeed,function(){$pp_pic_holder.find('.pp_hoverContainer,#fullResImage').height(correctSizes['height']).width(correctSizes['width']);$pp_pic_holder.find('.pp_fade').fadeIn(settings.animationSpeed);if(image_set&&_getFileType(images[setPosition])=="image"){$pp_pic_holder.find('.pp_hoverContainer').show();}else{$pp_pic_holder.find('.pp_hoverContainer').hide();} if(settings.showTitle&&hasTitle){$ppt.css({'top':$pp_pic_holder.offset().top-25,'left':$pp_pic_holder.offset().left+20,'display':'none'});$ppt.fadeIn(settings.animationSpeed);};if(correctSizes['resized'])$('a.pp_expand,a.pp_contract').fadeIn(settings.animationSpeed);settings.changepicturecallback();});};function _hideContent(callback){$pp_pic_holder.find('#pp_full_res object,#pp_full_res embed').css('visibility','hidden');$pp_pic_holder.find('.pp_fade').fadeOut(settings.animationSpeed,function(){$('.pp_loaderIcon').show();if(callback)callback();});$ppt.fadeOut(settings.animationSpeed);} function _checkPosition(setCount){if(setPosition==setCount-1){$pp_pic_holder.find('a.pp_next').css('visibility','hidden');$pp_pic_holder.find('a.pp_arrow_next').addClass('disabled').unbind('click');}else{$pp_pic_holder.find('a.pp_next').css('visibility','visible');$pp_pic_holder.find('a.pp_arrow_next.disabled').removeClass('disabled').bind('click',function(){$.prettyPhoto.changePage('next');return false;});};if(setPosition==0){$pp_pic_holder.find('a.pp_previous').css('visibility','hidden');$pp_pic_holder.find('a.pp_arrow_previous').addClass('disabled').unbind('click');}else{$pp_pic_holder.find('a.pp_previous').css('visibility','visible');$pp_pic_holder.find('a.pp_arrow_previous.disabled').removeClass('disabled').bind('click',function(){$.prettyPhoto.changePage('previous');return false;});};if(setCount>1){$('.pp_nav').show();}else{$('.pp_nav').hide();}};function _fitToViewport(width,height){hasBeenResized=false;_getDimensions(width,height);imageWidth=width;imageHeight=height;if(((pp_containerWidth>windowWidth)||(pp_containerHeight>windowHeight))&&doresize&&settings.allowresize&&!percentBased){hasBeenResized=true;notFitting=true;while(notFitting){if((pp_containerWidth>windowWidth)){imageWidth=(windowWidth-200);imageHeight=(height/width)*imageWidth;}else if((pp_containerHeight>windowHeight)){imageHeight=(windowHeight-200);imageWidth=(width/height)*imageHeight;}else{notFitting=false;};pp_containerHeight=imageHeight;pp_containerWidth=imageWidth;};_getDimensions(imageWidth,imageHeight);};return{width:Math.floor(imageWidth),height:Math.floor(imageHeight),containerHeight:Math.floor(pp_containerHeight),containerWidth:Math.floor(pp_containerWidth)+40,contentHeight:Math.floor(pp_contentHeight),contentWidth:Math.floor(pp_contentWidth),resized:hasBeenResized};};function _getDimensions(width,height){width=parseFloat(width);height=parseFloat(height);$pp_details=$pp_pic_holder.find('.pp_details');$pp_details.width(width);detailsHeight=parseFloat($pp_details.css('marginTop'))+parseFloat($pp_details.css('marginBottom'));$pp_details=$pp_details.clone().appendTo($('body')).css({'position':'absolute','top':-10000});detailsHeight+=$pp_details.height();detailsHeight=(detailsHeight<=34)?36:detailsHeight;if($.browser.msie&&$.browser.version==7)detailsHeight+=8;$pp_details.remove();pp_contentHeight=height+detailsHeight;pp_contentWidth=width;pp_containerHeight=pp_contentHeight+$ppt.height()+$pp_pic_holder.find('.pp_top').height()+$pp_pic_holder.find('.pp_bottom').height();pp_containerWidth=width;} function _getFileType(itemSrc){if(itemSrc.match(/youtube\.com\/watch/i)){return'youtube';}else if(itemSrc.match(/vimeo\.com/i)){return'vimeo';}else if(itemSrc.indexOf('.mov')!=-1){return'quicktime';}else if(itemSrc.indexOf('.swf')!=-1){return'flash';}else if(itemSrc.indexOf('iframe')!=-1){return'iframe'}else if(itemSrc.substr(0,1)=='#'){return'inline';}else{return'image';};};function _centerOverlay(){if(doresize){titleHeight=$ppt.height();contentHeight=$pp_pic_holder.height();contentwidth=$pp_pic_holder.width();projectedTop=(windowHeight/2)+scrollPos['scrollTop']-((contentHeight+titleHeight)/2);$pp_pic_holder.css({'top':projectedTop,'left':(windowWidth/2)+scrollPos['scrollLeft']-(contentwidth/2)});$ppt.css({'top':projectedTop-titleHeight,'left':(windowWidth/2)+scrollPos['scrollLeft']-(contentwidth/2)+20});};};function _getScroll(){if(self.pageYOffset){return{scrollTop:self.pageYOffset,scrollLeft:self.pageXOffset};}else if(document.documentElement&&document.documentElement.scrollTop){return{scrollTop:document.documentElement.scrollTop,scrollLeft:document.documentElement.scrollLeft};}else if(document.body){return{scrollTop:document.body.scrollTop,scrollLeft:document.body.scrollLeft};};};function _resizeOverlay(){windowHeight=$(window).height();windowWidth=$(window).width();$pp_overlay.css({'height':$(document).height()});};function _buildOverlay(){$('body').append(settings.markup);$pp_pic_holder=$('.pp_pic_holder');$ppt=$('.ppt');$pp_overlay=$('div.pp_overlay');$pp_pic_holder.attr('class','pp_pic_holder '+settings.theme);$pp_overlay.css({'opacity':0,'height':$(document).height()}).bind('click',function(){if(!settings.modal) $.prettyPhoto.close();});$('a.pp_close').bind('click',function(){$.prettyPhoto.close();return false;});$('a.pp_expand').bind('click',function(){$this=$(this);if($this.hasClass('pp_expand')){$this.removeClass('pp_expand').addClass('pp_contract');doresize=false;}else{$this.removeClass('pp_contract').addClass('pp_expand');doresize=true;};_hideContent(function(){$.prettyPhoto.open(images,titles,descriptions)});$pp_pic_holder.find('.pp_fade').fadeOut(settings.animationSpeed);return false;});$pp_pic_holder.find('.pp_previous, .pp_arrow_previous').bind('click',function(){$.prettyPhoto.changePage('previous');return false;});$pp_pic_holder.find('.pp_next, .pp_arrow_next').bind('click',function(){$.prettyPhoto.changePage('next');return false;});};_centerOverlay();};function grab_param(name,url){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)";var regex=new RegExp(regexS);var results=regex.exec(url);if(results==null) return"";else return results[1];}})(jQuery); /*jquery.flash*/ /** * Flash (http://jquery.lukelutman.com/plugins/flash) * A jQuery plugin for embedding Flash movies. * * Version 1.0 * November 9th, 2006 * * Copyright (c) 2006 Luke Lutman (http://www.lukelutman.com) * Dual licensed under the MIT and GPL licenses. * http://www.opensource.org/licenses/mit-license.php * http://www.opensource.org/licenses/gpl-license.php * * Inspired by: * SWFObject (http://blog.deconcept.com/swfobject/) * UFO (http://www.bobbyvandersluis.com/ufo/) * sIFR (http://www.mikeindustries.com/sifr/) * * IMPORTANT: * The packed version of jQuery breaks ActiveX control * activation in Internet Explorer. Use JSMin to minifiy * jQuery (see: http://jquery.lukelutman.com/plugins/flash#activex). * **/ ;(function(){ var $$; /** * * @desc Replace matching elements with a flash movie. * @author Luke Lutman * @version 1.0.1 * * @name flash * @param Hash htmlOptions Options for the embed/object tag. * @param Hash pluginOptions Options for detecting/updating the Flash plugin (optional). * @param Function replace Custom block called for each matched element if flash is installed (optional). * @param Function update Custom block called for each matched if flash isn't installed (optional). * @type jQuery * * @cat plugins/flash * * @example $('#hello').flash({ src: 'hello.swf' }); * @desc Embed a Flash movie. * * @example $('#hello').flash({ src: 'hello.swf' }, { version: 8 }); * @desc Embed a Flash 8 movie. * * @example $('#hello').flash({ src: 'hello.swf' }, { expressInstall: true }); * @desc Embed a Flash movie using Express Install if flash isn't installed. * * @example $('#hello').flash({ src: 'hello.swf' }, { update: false }); * @desc Embed a Flash movie, don't show an update message if Flash isn't installed. * **/ $$ = jQuery.fn.flash = function(htmlOptions, pluginOptions, replace, update) { // Set the default block. var block = replace || $$.replace; // Merge the default and passed plugin options. pluginOptions = $$.copy($$.pluginOptions, pluginOptions); // Detect Flash. if(!$$.hasFlash(pluginOptions.version)) { // Use Express Install (if specified and Flash plugin 6,0,65 or higher is installed). if(pluginOptions.expressInstall && $$.hasFlash(6,0,65)) { // Add the necessary flashvars (merged later). var expressInstallOptions = { flashvars: { MMredirectURL: location, MMplayerType: 'PlugIn', MMdoctitle: jQuery('title').text() } }; // Ask the user to update (if specified). } else if (pluginOptions.update) { // Change the block to insert the update message instead of the flash movie. block = update || $$.update; // Fail } else { // The required version of flash isn't installed. // Express Install is turned off, or flash 6,0,65 isn't installed. // Update is turned off. // Return without doing anything. return this; } } // Merge the default, express install and passed html options. htmlOptions = $$.copy($$.htmlOptions, expressInstallOptions, htmlOptions); // Invoke $block (with a copy of the merged html options) for each element. return this.each(function(){ block.call(this, $$.copy(htmlOptions)); }); }; /** * * @name flash.copy * @desc Copy an arbitrary number of objects into a new object. * @type Object * * @example $$.copy({ foo: 1 }, { bar: 2 }); * @result { foo: 1, bar: 2 }; * **/ $$.copy = function() { var options = {}, flashvars = {}; for(var i = 0; i < arguments.length; i++) { var arg = arguments[i]; if(arg == undefined) continue; jQuery.extend(options, arg); // don't clobber one flash vars object with another // merge them instead if(arg.flashvars == undefined) continue; jQuery.extend(flashvars, arg.flashvars); } options.flashvars = flashvars; return options; }; /* * @name flash.hasFlash * @desc Check if a specific version of the Flash plugin is installed * @type Boolean * **/ $$.hasFlash = function() { // look for a flag in the query string to bypass flash detection if(/hasFlash\=true/.test(location)) return true; if(/hasFlash\=false/.test(location)) return false; var pv = $$.hasFlash.playerVersion().match(/\d+/g); var rv = String([arguments[0], arguments[1], arguments[2]]).match(/\d+/g) || String($$.pluginOptions.version).match(/\d+/g); for(var i = 0; i < 3; i++) { pv[i] = parseInt(pv[i] || 0); rv[i] = parseInt(rv[i] || 0); // player is less than required if(pv[i] < rv[i]) return false; // player is greater than required if(pv[i] > rv[i]) return true; } // major version, minor version and revision match exactly return true; }; /** * * @name flash.hasFlash.playerVersion * @desc Get the version of the installed Flash plugin. * @type String * **/ $$.hasFlash.playerVersion = function() { // ie try { try { // avoid fp6 minor version lookup issues // see: http://blog.deconcept.com/2006/01/11/getvariable-setvariable-crash-internet-explorer-flash-6/ var axo = new ActiveXObject('ShockwaveFlash.ShockwaveFlash.6'); try { axo.AllowScriptAccess = 'always'; } catch(e) { return '6,0,0'; } } catch(e) {} return new ActiveXObject('ShockwaveFlash.ShockwaveFlash').GetVariable('$version').replace(/\D+/g, ',').match(/^,?(.+),?$/)[1]; // other browsers } catch(e) { try { if(navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin){ return (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]).description.replace(/\D+/g, ",").match(/^,?(.+),?$/)[1]; } } catch(e) {} } return '0,0,0'; }; /** * * @name flash.htmlOptions * @desc The default set of options for the object or embed tag. * **/ $$.htmlOptions = { height: 240, flashvars: {}, pluginspage: 'http://www.adobe.com/go/getflashplayer', src: '#', type: 'application/x-shockwave-flash', width: 320 }; /** * * @name flash.pluginOptions * @desc The default set of options for checking/updating the flash Plugin. * **/ $$.pluginOptions = { expressInstall: false, update: true, version: '6.0.65' }; /** * * @name flash.replace * @desc The default method for replacing an element with a Flash movie. * **/ $$.replace = function(htmlOptions) { this.innerHTML = '
    '+this.innerHTML+'
    '; jQuery(this) .addClass('flash-replaced') .prepend($$.transform(htmlOptions)); }; /** * * @name flash.update * @desc The default method for replacing an element with an update message. * **/ $$.update = function(htmlOptions) { var url = String(location).split('?'); url.splice(1,0,'?hasFlash=true&'); url = url.join(''); var msg = '

    This content requires the Flash Player. Download Flash Player. Already have Flash Player? Click here.

    '; this.innerHTML = ''+this.innerHTML+''; jQuery(this) .addClass('flash-update') .prepend(msg); }; /** * * @desc Convert a hash of html options to a string of attributes, using Function.apply(). * @example toAttributeString.apply(htmlOptions) * @result foo="bar" foo="bar" * **/ function toAttributeString() { var s = ''; for(var key in this) if(typeof this[key] != 'function') s += key+'="'+this[key]+'" '; return s; }; /** * * @desc Convert a hash of flashvars to a url-encoded string, using Function.apply(). * @example toFlashvarsString.apply(flashvarsObject) * @result foo=bar&foo=bar * **/ function toFlashvarsString() { var s = ''; for(var key in this) if(typeof this[key] != 'function') s += key+'='+encodeURIComponent(this[key])+'&'; return s.replace(/&$/, ''); }; /** * * @name flash.transform * @desc Transform a set of html options into an embed tag. * @type String * * @example $$.transform(htmlOptions) * @result * * Note: The embed tag is NOT standards-compliant, but it * works in all current browsers. flash.transform can be * overwritten with a custom function to generate more * standards-compliant markup. * **/ $$.transform = function(htmlOptions) { htmlOptions.toString = toAttributeString; if(htmlOptions.flashvars) htmlOptions.flashvars.toString = toFlashvarsString; return ''; }; /** * * Flash Player 9 Fix (http://blog.deconcept.com/2006/07/28/swfobject-143-released/) * **/ if (window.attachEvent) { window.attachEvent("onbeforeunload", function(){ __flash_unloadHandler = function() {}; __flash_savedUnloadHandler = function() {}; }); } })(); /*jquery.cookie*/ /** * Cookie plugin * * Copyright (c) 2006 Klaus Hartl (stilbuero.de) * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * */ /** * Create a cookie with the given name and value and other optional parameters. * * @example $.cookie('the_cookie', 'the_value'); * @desc Set the value of a cookie. * @example $.cookie('the_cookie', 'the_value', { expires: 7, path: '/', domain: 'jquery.com', secure: true }); * @desc Create a cookie with all available options. * @example $.cookie('the_cookie', 'the_value'); * @desc Create a session cookie. * @example $.cookie('the_cookie', null); * @desc Delete a cookie by passing null as value. Keep in mind that you have to use the same path and domain * used when the cookie was set. * * @param String name The name of the cookie. * @param String value The value of the cookie. * @param Object options An object literal containing key/value pairs to provide optional cookie attributes. * @option Number|Date expires Either an integer specifying the expiration date from now on in days or a Date object. * If a negative value is specified (e.g. a date in the past), the cookie will be deleted. * If set to null or omitted, the cookie will be a session cookie and will not be retained * when the the browser exits. * @option String path The value of the path atribute of the cookie (default: path of page that created the cookie). * @option String domain The value of the domain attribute of the cookie (default: domain of page that created the cookie). * @option Boolean secure If true, the secure attribute of the cookie will be set and the cookie transmission will * require a secure protocol (like HTTPS). * @type undefined * * @name $.cookie * @cat Plugins/Cookie * @author Klaus Hartl/klaus.hartl@stilbuero.de */ /** * Get the value of a cookie with the given name. * * @example $.cookie('the_cookie'); * @desc Get the value of a cookie. * * @param String name The name of the cookie. * @return The value of the cookie. * @type String * * @name $.cookie * @cat Plugins/Cookie * @author Klaus Hartl/klaus.hartl@stilbuero.de */ jQuery.cookie = function(name, value, options) { if (typeof value != 'undefined') { // name and value given, set cookie options = options || {}; if (value === null) { value = ''; options.expires = -1; } var expires = ''; if (options.expires && (typeof options.expires == 'number' || options.expires.toUTCString)) { var date; if (typeof options.expires == 'number') { date = new Date(); date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000)); } else { date = options.expires; } expires = '; expires=' + date.toUTCString(); // use expires attribute, max-age is not supported by IE } // CAUTION: Needed to parenthesize options.path and options.domain // in the following expressions, otherwise they evaluate to undefined // in the packed version for some reason... var path = options.path ? '; path=' + (options.path) : ''; var domain = options.domain ? '; domain=' + (options.domain) : ''; var secure = options.secure ? '; secure' : ''; document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join(''); } else { // only name given, get cookie var cookieValue = null; if (document.cookie && document.cookie != '') { var cookies = document.cookie.split(';'); for (var i = 0; i < cookies.length; i++) { var cookie = jQuery.trim(cookies[i]); // Does this cookie string begin with the name we want? if (cookie.substring(0, name.length + 1) == (name + '=')) { cookieValue = decodeURIComponent(cookie.substring(name.length + 1)); break; } } } return cookieValue; } }; /*jquery.jcarousel.min*/ /*! * jCarousel - Riding carousels with jQuery * http://sorgalla.com/jcarousel/ * * Copyright (c) 2006 Jan Sorgalla (http://sorgalla.com) * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. * * Built on top of the jQuery library * http://jquery.com * * Inspired by the "Carousel Component" by Bill Scott * http://billwscott.com/carousel/ */ (function(g){var q={vertical:!1,rtl:!1,start:1,offset:1,size:null,scroll:3,visible:null,animation:"normal",easing:"swing",auto:0,wrap:null,initCallback:null,setupCallback:null,reloadCallback:null,itemLoadCallback:null,itemFirstInCallback:null,itemFirstOutCallback:null,itemLastInCallback:null,itemLastOutCallback:null,itemVisibleInCallback:null,itemVisibleOutCallback:null,animationStepCallback:null,buttonNextHTML:"
    ",buttonPrevHTML:"
    ",buttonNextEvent:"click",buttonPrevEvent:"click", buttonNextCallback:null,buttonPrevCallback:null,itemFallbackDimension:null},m=!1;g(window).bind("load.jcarousel",function(){m=!0});g.jcarousel=function(a,c){this.options=g.extend({},q,c||{});this.autoStopped=this.locked=!1;this.buttonPrevState=this.buttonNextState=this.buttonPrev=this.buttonNext=this.list=this.clip=this.container=null;if(!c||c.rtl===void 0)this.options.rtl=(g(a).attr("dir")||g("html").attr("dir")||"").toLowerCase()=="rtl";this.wh=!this.options.vertical?"width":"height";this.lt=!this.options.vertical? this.options.rtl?"right":"left":"top";for(var b="",d=a.className.split(" "),f=0;f").parent();if(this.container.size()===0)this.container=this.clip.wrap("
    ").parent();b!==""&&this.container.parent()[0].className.indexOf("jcarousel-skin")==-1&&this.container.wrap('
    ');this.buttonPrev=g(".jcarousel-prev",this.container);if(this.buttonPrev.size()===0&&this.options.buttonPrevHTML!==null)this.buttonPrev=g(this.options.buttonPrevHTML).appendTo(this.container);this.buttonPrev.addClass(this.className("jcarousel-prev"));this.buttonNext= g(".jcarousel-next",this.container);if(this.buttonNext.size()===0&&this.options.buttonNextHTML!==null)this.buttonNext=g(this.options.buttonNextHTML).appendTo(this.container);this.buttonNext.addClass(this.className("jcarousel-next"));this.clip.addClass(this.className("jcarousel-clip")).css({position:"relative"});this.list.addClass(this.className("jcarousel-list")).css({overflow:"hidden",position:"relative",top:0,margin:0,padding:0}).css(this.options.rtl?"right":"left",0);this.container.addClass(this.className("jcarousel-container")).css({position:"relative"}); !this.options.vertical&&this.options.rtl&&this.container.addClass("jcarousel-direction-rtl").attr("dir","rtl");var j=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible):null,b=this.list.children("li"),e=this;if(b.size()>0){var h=0,i=this.options.offset;b.each(function(){e.format(this,i++);h+=e.dimension(this,j)});this.list.css(this.wh,h+100+"px");if(!c||c.size===void 0)this.options.size=b.size()}this.container.css("display","block");this.buttonNext.css("display","block");this.buttonPrev.css("display", "block");this.funcNext=function(){e.next()};this.funcPrev=function(){e.prev()};this.funcResize=function(){e.resizeTimer&&clearTimeout(e.resizeTimer);e.resizeTimer=setTimeout(function(){e.reload()},100)};this.options.initCallback!==null&&this.options.initCallback(this,"init");!m&&g.browser.safari?(this.buttons(!1,!1),g(window).bind("load.jcarousel",function(){e.setup()})):this.setup()};var f=g.jcarousel;f.fn=f.prototype={jcarousel:"0.2.8"};f.fn.extend=f.extend=g.extend;f.fn.extend({setup:function(){this.prevLast= this.prevFirst=this.last=this.first=null;this.animating=!1;this.tail=this.resizeTimer=this.timer=null;this.inTail=!1;if(!this.locked){this.list.css(this.lt,this.pos(this.options.offset)+"px");var a=this.pos(this.options.start,!0);this.prevFirst=this.prevLast=null;this.animate(a,!1);g(window).unbind("resize.jcarousel",this.funcResize).bind("resize.jcarousel",this.funcResize);this.options.setupCallback!==null&&this.options.setupCallback(this)}},reset:function(){this.list.empty();this.list.css(this.lt, "0px");this.list.css(this.wh,"10px");this.options.initCallback!==null&&this.options.initCallback(this,"reset");this.setup()},reload:function(){this.tail!==null&&this.inTail&&this.list.css(this.lt,f.intval(this.list.css(this.lt))+this.tail);this.tail=null;this.inTail=!1;this.options.reloadCallback!==null&&this.options.reloadCallback(this);if(this.options.visible!==null){var a=this,c=Math.ceil(this.clipping()/this.options.visible),b=0,d=0;this.list.children("li").each(function(f){b+=a.dimension(this, c);f+1this.options.size)c=this.options.size;for(var b=a;b<=c;b++){var d=this.get(b);if(!d.length||d.hasClass("jcarousel-item-placeholder"))return!1}return!0}, get:function(a){return g(">.jcarousel-item-"+a,this.list)},add:function(a,c){var b=this.get(a),d=0,p=g(c);if(b.length===0)for(var j,e=f.intval(a),b=this.create(a);;){if(j=this.get(--e),e<=0||j.length){e<=0?this.list.prepend(b):j.after(b);break}}else d=this.dimension(b);p.get(0).nodeName.toUpperCase()=="LI"?(b.replaceWith(p),b=p):b.empty().append(c);this.format(b.removeClass(this.className("jcarousel-item-placeholder")),a);p=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible): null;d=this.dimension(b,p)-d;a>0&&a=this.first&&a<=this.last)){var b=this.dimension(c);athis.options.size?this.options.size:a);for(var d=this.first>a,g=this.options.wrap!="circular"&&this.first<=1?1:this.first,j=d?this.get(g): this.get(this.last),e=d?g:g-1,h=null,i=0,k=!1,l=0;d?--e>=a:++ethis.options.size)))j=this.get(this.index(e)),j.length&&(h=this.add(e,j.clone(!0)));j=h;l=this.dimension(h);k&&(i+=l);if(this.first!==null&&(this.options.wrap=="circular"||e>=1&&(this.options.size===null||e<= this.options.size)))b=d?b+l:b-l}for(var g=this.clipping(),m=[],o=0,n=0,j=this.get(a-1),e=a;++o;){h=this.get(e);k=!h.length;if(h.length===0){h=this.create(e).addClass(this.className("jcarousel-item-placeholder"));if(j.length===0)this.list.prepend(h);else j[d?"before":"after"](h);if(this.first!==null&&this.options.wrap=="circular"&&this.options.size!==null&&(e<=0||e>this.options.size))j=this.get(this.index(e)),j.length&&(h=this.add(e,j.clone(!0)))}j=h;l=this.dimension(h);if(l===0)throw Error("jCarousel: No width/height set for items. This will cause an infinite loop. Aborting..."); this.options.wrap!="circular"&&this.options.size!==null&&e>this.options.size?m.push(h):k&&(i+=l);n+=l;if(n>=g)break;e++}for(h=0;h0&&(this.list.css(this.wh,this.dimension(this.list)+i+"px"),d&&(b-=i,this.list.css(this.lt,f.intval(this.list.css(this.lt))-i+"px")));i=a+o-1;if(this.options.wrap!="circular"&&this.options.size&&i>this.options.size)i=this.options.size;if(e>i){o=0;e=i;for(n=0;++o;){h=this.get(e--);if(!h.length)break;n+=this.dimension(h);if(n>=g)break}}e=i-o+ 1;this.options.wrap!="circular"&&e<1&&(e=1);if(this.inTail&&d)b+=this.tail,this.inTail=!1;this.tail=null;if(this.options.wrap!="circular"&&i==this.options.size&&i-o+1>=1&&(d=f.intval(this.get(i).css(!this.options.vertical?"marginRight":"marginBottom")),n-d>g))this.tail=n-g-d;if(c&&a===this.options.size&&this.tail)b-=this.tail,this.inTail=!0;for(;a-- >e;)b+=this.dimension(this.get(a));this.prevFirst=this.first;this.prevLast=this.last;this.first=e;this.last=i;return b},animate:function(a,c){if(!this.locked&& !this.animating){this.animating=!0;var b=this,d=function(){b.animating=!1;a===0&&b.list.css(b.lt,0);!b.autoStopped&&(b.options.wrap=="circular"||b.options.wrap=="both"||b.options.wrap=="last"||b.options.size===null||b.last=b.first&&c<=b.last)&&(c<1||c>b.options.size)&&b.remove(c)}; this.notify("onBeforeAnimation");if(!this.options.animation||c===!1)this.list.css(this.lt,a+"px"),d();else{var f=!this.options.vertical?this.options.rtl?{right:a}:{left:a}:{top:a},d={duration:this.options.animation,easing:this.options.easing,complete:d};if(g.isFunction(this.options.animationStepCallback))d.step=this.options.animationStepCallback;this.list.animate(f,d)}}},startAuto:function(a){if(a!==void 0)this.options.auto=a;if(this.options.auto===0)return this.stopAuto();if(this.timer===null){this.autoStopped= !1;var c=this;this.timer=window.setTimeout(function(){c.next()},this.options.auto*1E3)}},stopAuto:function(){this.pauseAuto();this.autoStopped=!0},pauseAuto:function(){if(this.timer!==null)window.clearTimeout(this.timer),this.timer=null},buttons:function(a,c){if(a==null&&(a=!this.locked&&this.options.size!==0&&(this.options.wrap&&this.options.wrap!="first"||this.options.size===null||this.last=this.options.size))a=this.tail!==null&&!this.inTail;if(c==null&&(c=!this.locked&&this.options.size!==0&&(this.options.wrap&&this.options.wrap!="last"||this.first>1),!this.locked&&(!this.options.wrap||this.options.wrap=="last")&&this.options.size!==null&&this.first==1))c=this.tail!==null&&this.inTail;var b=this;this.buttonNext.size()>0?(this.buttonNext.unbind(this.options.buttonNextEvent+".jcarousel",this.funcNext),a&&this.buttonNext.bind(this.options.buttonNextEvent+".jcarousel",this.funcNext), this.buttonNext[a?"removeClass":"addClass"](this.className("jcarousel-next-disabled")).attr("disabled",a?!1:!0),this.options.buttonNextCallback!==null&&this.buttonNext.data("jcarouselstate")!=a&&this.buttonNext.each(function(){b.options.buttonNextCallback(b,this,a)}).data("jcarouselstate",a)):this.options.buttonNextCallback!==null&&this.buttonNextState!=a&&this.options.buttonNextCallback(b,null,a);this.buttonPrev.size()>0?(this.buttonPrev.unbind(this.options.buttonPrevEvent+".jcarousel",this.funcPrev), c&&this.buttonPrev.bind(this.options.buttonPrevEvent+".jcarousel",this.funcPrev),this.buttonPrev[c?"removeClass":"addClass"](this.className("jcarousel-prev-disabled")).attr("disabled",c?!1:!0),this.options.buttonPrevCallback!==null&&this.buttonPrev.data("jcarouselstate")!=c&&this.buttonPrev.each(function(){b.options.buttonPrevCallback(b,this,c)}).data("jcarouselstate",c)):this.options.buttonPrevCallback!==null&&this.buttonPrevState!=c&&this.options.buttonPrevCallback(b,null,c);this.buttonNextState= a;this.buttonPrevState=c},notify:function(a){var c=this.prevFirst===null?"init":this.prevFirst=j&&k<=e)&&a(k)}}},create:function(a){return this.format("
  • ",a)},format:function(a,c){for(var a=g(a),b=a.get(0).className.split(" "),d=0;d

    ').appendTo(document.body).hide();if($.fn.bgiframe)helper.parent.bgiframe();helper.title=$('h3',helper.parent);helper.body=$('div.body',helper.parent);helper.url=$('div.url',helper.parent);}function settings(element){return $.data(element,"tooltip");}function handle(event){if(settings(this).delay)tID=setTimeout(show,settings(this).delay);else show();track=!!settings(this).track;$(document.body).bind('mousemove',update);update(event);}function save(){if($.tooltip.blocked||this==current||(!this.tooltipText&&!settings(this).bodyHandler))return;current=this;title=this.tooltipText;if(settings(this).bodyHandler){helper.title.hide();var bodyContent=settings(this).bodyHandler.call(this);if(bodyContent.nodeType||bodyContent.jquery){helper.body.empty().append(bodyContent)}else{helper.body.html(bodyContent);}helper.body.show();}else if(settings(this).showBody){var parts=title.split(settings(this).showBody);helper.title.html(parts.shift()).show();helper.body.empty();for(var i=0,part;(part=parts[i]);i++){if(i>0)helper.body.append("
    ");helper.body.append(part);}helper.body.hideWhenEmpty();}else{helper.title.html(title).show();helper.body.hide();}if(settings(this).showURL&&$(this).url())helper.url.html($(this).url().replace('http://','')).show();else helper.url.hide();helper.parent.addClass(settings(this).extraClass);if(settings(this).fixPNG)helper.parent.fixPNG();handle.apply(this,arguments);}function show(){tID=null;if((!IE||!$.fn.bgiframe)&&settings(current).fade){if(helper.parent.is(":animated"))helper.parent.stop().show().fadeTo(settings(current).fade,current.tOpacity);else helper.parent.is(':visible')?helper.parent.fadeTo(settings(current).fade,current.tOpacity):helper.parent.fadeIn(settings(current).fade);}else{helper.parent.show();}update();}function update(event){if($.tooltip.blocked)return;if(event&&event.target.tagName=="OPTION"){return;}if(!track&&helper.parent.is(":visible")){$(document.body).unbind('mousemove',update)}if(current==null){$(document.body).unbind('mousemove',update);return;}helper.parent.removeClass("viewport-right").removeClass("viewport-bottom");var left=helper.parent[0].offsetLeft;var top=helper.parent[0].offsetTop;if(event){left=event.pageX+settings(current).left;top=event.pageY+settings(current).top;var right='auto';if(settings(current).positionLeft){right=$(window).width()-left;left='auto';}helper.parent.css({left:left,right:right,top:top});}var v=viewport(),h=helper.parent[0];if(v.x+v.cx »
    '].join('')), over = function(){ var $$ = $(this), menu = getMenu($$); clearTimeout(menu.sfTimer); $$.showSuperfishUl().siblings().hideSuperfishUl(); }, out = function(){ var $$ = $(this), menu = getMenu($$), o = sf.op; clearTimeout(menu.sfTimer); menu.sfTimer=setTimeout(function(){ o.retainPath=($.inArray($$[0],o.$path)>-1); $$.hideSuperfishUl(); if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);} },o.delay); }, getMenu = function($menu){ var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0]; sf.op = sf.o[menu.serial]; return menu; }, addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); }; return this.each(function() { var s = this.serial = sf.o.length; var o = $.extend({},sf.defaults,op); o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){ $(this).addClass([o.hoverClass,c.bcClass].join(' ')) .filter('li:has(ul)').removeClass(o.pathClass); }); sf.o[s] = sf.op = o; $('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() { if (o.autoArrows) addArrow( $('>a:first-child',this) ); }) .not('.'+c.bcClass) .hideSuperfishUl(); var $a = $('a',this); $a.each(function(i){ var $li = $a.eq(i).parents('li'); $a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);}); }); o.onInit.call(this); }).each(function() { var menuClasses = [c.menuClass]; if (sf.op.dropShadows && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass); $(this).addClass(menuClasses.join(' ')); }); }; var sf = $.fn.superfish; sf.o = []; sf.op = {}; sf.IE7fix = function(){ var o = sf.op; if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined) this.toggleClass(sf.c.shadowClass+'-off'); }; sf.c = { bcClass : 'sf-breadcrumb', menuClass : 'sf-js-enabled', anchorClass : 'sf-with-ul', arrowClass : 'sf-sub-indicator', shadowClass : 'sf-shadow' }; sf.defaults = { hoverClass : 'sfHover', pathClass : 'overideThisToUse', pathLevels : 1, delay : 800, animation : {opacity:'show'}, speed : 'normal', autoArrows : true, dropShadows : true, disableHI : false, // true disables hoverIntent detection onInit : function(){}, // callback functions onBeforeShow: function(){}, onShow : function(){}, onHide : function(){} }; $.fn.extend({ hideSuperfishUl : function(){ var o = sf.op, not = (o.retainPath===true) ? o.$path : ''; o.retainPath = false; var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass) .find('>ul').hide().css('visibility','hidden'); o.onHide.call($ul); return this; }, showSuperfishUl : function(){ var o = sf.op, sh = sf.c.shadowClass+'-off', $ul = this.addClass(o.hoverClass) .find('>ul:hidden').css('visibility','visible'); sf.IE7fix.call($ul); o.onBeforeShow.call($ul); $ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); }); return this; } }); })(jQuery); /*cufon-yui*/ /* * Copyright (c) 2009 Simo Kinnunen. * Licensed under the MIT license. * * @version 1.09i */ var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E0){E=" "+E}}else{if(B400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||JD){D=J}K.push(J)}if(ID){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?ML:(M<=I&&L<=I)?M>L:Mcufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;mO){O=K}if(I>N){N=I}if(K":{"d":"104,-912v0,-57,-24,-192,50,-155r768,383v39,27,36,159,12,206v-3,6,-8,9,-13,11r-767,380v-49,23,-54,-32,-52,-84v2,-64,-7,-115,37,-135r576,-270r-565,-262v-33,-12,-46,-30,-46,-74","w":1020},"\u00b1":{"d":"912,-850v37,5,39,50,39,94v0,53,-6,95,-42,95r-300,0r0,328v-6,40,-52,40,-99,40v-47,0,-100,1,-100,-40r0,-328r-300,0v-34,-7,-42,-43,-41,-95v1,-44,0,-94,39,-94r302,0r0,-329v5,-41,53,-41,100,-41v47,0,99,0,99,41r0,329r303,0xm900,-194v38,7,38,51,38,98v0,46,-2,96,-41,96r-772,0v-39,-5,-41,-51,-41,-96v0,-46,-1,-98,38,-98r778,0","w":1020},"\u00ac":{"d":"848,-684v60,1,86,26,86,88r0,319v-5,43,-52,44,-101,44v-50,0,-102,-1,-102,-44r0,-214r-645,0v-41,-4,-39,-52,-39,-97v0,-46,1,-96,41,-96r760,0","w":1020},"\u00b5":{"d":"1114,-198v33,6,24,50,26,90v3,78,-12,113,-75,122v-26,4,-53,8,-84,8v-125,-1,-196,-48,-227,-148v-81,95,-186,170,-338,130v-24,-6,-41,-21,-56,-39r16,174r2,181v-9,47,-68,43,-126,43v-58,0,-117,4,-126,-43r0,-1246v9,-46,69,-40,126,-40v57,0,117,-6,126,40r0,541v-1,109,46,189,149,189v94,0,142,-69,200,-136r0,-594v9,-46,70,-40,126,-40v56,0,125,-6,125,40r0,616v1,67,6,121,72,121v26,1,42,-7,64,-9","w":1154},"\u20ab":{"d":"1026,116v40,5,41,40,41,93v0,53,-1,93,-41,93r-899,0v-41,-4,-42,-38,-42,-92v0,-54,1,-94,42,-94r899,0xm1084,-1257v42,2,40,46,40,91v0,57,1,93,-38,93r-114,0r0,1039v-7,42,-43,40,-105,40v-63,0,-108,3,-108,-40r0,-99v-82,86,-164,156,-312,156v-276,0,-372,-213,-372,-489v0,-230,71,-400,223,-476v48,-24,104,-36,167,-36v120,0,185,54,257,119r0,-214r-203,0v-38,-6,-39,-37,-39,-93v0,-45,-2,-91,39,-91r203,0r0,-89v8,-47,68,-43,125,-43v58,0,125,-4,125,43r0,89r112,0xm510,-190v111,0,153,-77,212,-144r0,-292v-61,-72,-105,-139,-209,-139v-141,0,-182,136,-182,281v0,151,33,294,179,294","w":1165},"\u0162":{"d":"963,-1294v41,7,39,59,39,108v0,49,2,107,-39,107r-324,0r0,1043v-10,47,-74,42,-132,42v-59,0,-122,5,-132,-42r0,-1043r-324,0v-41,-7,-39,-58,-39,-107v0,-49,-3,-108,39,-108r912,0xm289,187v76,-5,202,25,169,-74v-14,-42,-36,-81,-53,-121r202,0r30,66v18,43,32,74,34,124v8,191,-244,203,-393,144v-23,-9,-24,-33,-24,-68v0,-44,0,-69,35,-71","w":1014,"k":{"-":140,"\/":120,".":171,":":86,";":85,",":190,"v":64,"\u0135":-72,"\u012d":-80,"\u012b":-95,"\u00ef":-90,"\u0129":-130,"\u00ee":-75,"\u00ec":-35,"\u00c6":170,"C":45,"\u0106":45,"\u0108":45,"\u010c":45,"\u010a":45,"\u00c7":45,"G":56,"\u011c":56,"\u011e":56,"\u0120":56,"\u0122":56,"J":73,"\u0134":73,"O":55,"\u00d2":55,"\u00d3":55,"\u00d4":55,"\u00d5":55,"\u00d6":55,"\u014c":55,"\u014e":55,"\u0150":55,"\u0152":55,"Q":55,"a":155,"\u00e0":155,"\u00e1":155,"\u00e2":155,"\u00e3":155,"\u00e4":155,"\u0101":155,"\u0103":155,"\u00e5":155,"\u00e6":155,"c":178,"\u0107":178,"\u0109":178,"\u010d":178,"\u010b":178,"\u00e7":178,"d":148,"q":148,"\u0131":105,"m":105,"\u014b":105,"p":105,"r":105,"\u0155":105,"\u0159":105,"\u0157":105,"\u00f9":105,"\u00fa":105,"\u00fb":105,"\u0169":105,"\u00fc":105,"\u016b":105,"\u016d":105,"\u016f":105,"\u0171":105,"\u0173":105,"e":177,"\u00e8":177,"\u00e9":177,"\u00ea":177,"\u011b":177,"\u00eb":177,"\u0113":177,"\u0115":177,"\u0117":177,"\u0119":177,"n":105,"\u0144":105,"\u0148":105,"\u00f1":105,"\u0146":105,"o":177,"\u00f2":177,"\u00f3":177,"\u00f4":177,"\u00f5":177,"\u00f6":177,"\u014d":177,"\u014f":177,"\u0151":177,"\u00f8":177,"\u0153":177,"s":136,"\u015b":136,"\u015d":136,"\u0161":136,"\u015f":136,"u":105,"x":75,"y":64,"\u00fd":64,"\u0177":64,"\u00ff":64,"z":107,"\u017a":107,"\u017e":107,"\u017c":107,"A":161,"\u00c0":161,"\u00c1":161,"\u00c2":161,"\u00c3":161,"\u00c4":161,"\u0100":161,"\u0102":161,"\u00c5":161,"\u0104":161,"S":10,"\u015a":10,"\u015c":10,"\u0160":10,"\u015e":10,"T":-25,"\u0164":-25,"\u0162":-25,"g":147,"\u011d":147,"\u011f":147,"\u0121":147,"\u0123":147,"w":60,"\u0175":60}},"\u0163":{"d":"626,-214v43,10,29,115,22,160v-12,74,-106,71,-188,74v-206,7,-291,-111,-291,-319r0,-457r-107,0v-37,-7,-39,-47,-39,-102v0,-48,-2,-102,40,-102r106,0r0,-199v7,-47,69,-42,125,-42v58,0,126,-6,126,42r0,199r194,0v42,5,40,54,40,102v0,55,-2,94,-39,102r-195,0r0,419v1,90,19,145,105,146v42,2,68,-17,101,-23xm212,195v76,-5,202,25,169,-74v-14,-42,-36,-81,-53,-121r202,0r30,66v18,43,32,74,34,124v8,191,-244,203,-393,144v-23,-9,-24,-33,-24,-68v0,-44,0,-69,35,-71","w":710,"k":{"-":50,"a":20,"\u00e0":20,"\u00e1":20,"\u00e2":20,"\u00e3":20,"\u00e4":20,"\u0101":20,"\u0103":20,"\u00e5":20,"\u00e6":20,"c":27,"\u0107":27,"\u0109":27,"\u010d":27,"\u010b":27,"\u00e7":27,"d":23,"q":23,"e":25,"\u00e8":25,"\u00e9":25,"\u00ea":25,"\u011b":25,"\u00eb":25,"\u0113":25,"\u0115":25,"\u0117":25,"\u0119":25,"o":20,"\u00f2":20,"\u00f3":20,"\u00f4":20,"\u00f5":20,"\u00f6":20,"\u014d":20,"\u014f":20,"\u0151":20,"\u00f8":20,"\u0153":20,"t":24,"\u0165":24,"\u0163":24}},"\u048a":{"d":"1019,-1298v66,0,175,-18,175,39r0,1071r162,0v31,1,56,1,54,30v-1,6,-4,14,-8,23r-198,440v-22,56,-138,45,-216,39v-34,-3,-64,-18,-46,-52r157,-287v-67,-2,-155,14,-167,-39r0,-682v-1,-46,7,-101,2,-143r-69,113r-478,713v-21,35,-62,42,-122,39v-58,-2,-124,8,-124,-42r0,-1224v14,-58,126,-38,196,-38v34,0,67,7,67,38r0,686v1,45,-7,97,-2,138v11,-20,25,-45,43,-72r504,-753v14,-22,35,-37,70,-37xm919,-1692v60,0,122,-5,122,51v0,201,-149,279,-363,279v-215,0,-363,-73,-363,-279v0,-55,58,-51,116,-51v54,0,103,-1,105,50v3,79,62,117,143,117v81,0,137,-39,140,-119v1,-48,49,-48,100,-48","w":1416,"k":{";":-65,",":-59,"\u0444":15,"\u0442":42,"\u0441":13,"\u0431":20,"\u0424":52,"\u0422":42,"\u0421":42,"\u0427":27,"\u04b6":27,"\u04b8":27,"\u04cb":27,"\u04f4":27,"\u042a":55,"\u0402":55,"\u040b":55,"\u04a0":55,"\u04ac":55,"\u04b4":55,"\u050e":55,"\u041e":42,"\u0472":42,"\u0404":42,"\u04a8":42,"\u04aa":42,"\u04d8":42,"\u04da":42,"\u04e6":42,"\u04e8":42,"\u04ea":42,"\u0500":42,"\u0502":42,"\u050c":42,"\u0460":42,"\u0478":42,"\u047a":42,"\u047c":42,"\u047e":42,"\u0480":42,"\u0423":35,"\u040e":35,"\u04ee":35,"\u04f0":35,"\u04f2":35,"\u0504":35,"\u0506":35,"\u0476":35,"\u0447":23,"\u04b7":23,"\u04b9":23,"\u04cc":23,"\u04f5":23,"\u043e":12,"\u0473":12,"\u04a9":12,"\u04ab":12,"\u04d7":12,"\u04e7":12,"\u04e9":12,"\u04eb":12,"\u0501":12,"\u0503":12,"\u050d":12,"\u0479":12,"\u047b":12,"\u047d":12,"\u0481":12,"\u044a":49,"\u04a1":49,"\u04ad":49,"\u04b5":49,"\u050f":49,"\u0435":13,"\u0450":13,"\u0451":13,"\u0454":13,"\u0511":13,"\u0443":49,"\u045e":49,"\u0475":49,"\u04af":49,"\u04b1":49,"\u04ef":49,"\u04f1":49,"\u04f3":49,"\u0505":49,"\u0507":49,"\u0461":49,"\u0477":49,"\u047f":49}},"\u048c":{"d":"171,-1260v14,-58,127,-38,196,-38v34,0,67,7,67,38r0,93r229,0v38,6,39,36,39,93v0,47,2,94,-39,94r-229,0r0,161v139,0,320,-5,415,25v162,51,274,161,274,365v0,218,-106,336,-277,395v-137,48,-399,34,-594,34v-53,0,-81,-30,-81,-83r0,-897r-117,0v-42,-3,-39,-47,-39,-94v0,-46,-2,-93,39,-93r117,0r0,-93xm591,-204v171,3,262,-56,262,-203v0,-157,-92,-211,-267,-208r-152,0r0,411r157,0","w":1163,"k":{"\u042f":24,"\u0425":43,"\u0422":154,"\u0414":7,"\u0410":23,"\u04d0":23,"\u04d2":23,"\u04d4":23,"\u0466":23,"\u0427":61,"\u04b6":61,"\u04b8":61,"\u04cb":61,"\u04f4":61,"\u041b":9,"\u0409":9,"\u04c5":9,"\u0508":9,"\u0512":9,"\u0423":105,"\u040e":105,"\u04ee":105,"\u04f0":105,"\u04f2":105,"\u0504":105,"\u0506":105,"\u0476":105,"\u0416":23,"\u0496":23,"\u04b2":23,"\u04c1":23,"\u04dc":23,"\u04fc":23,"\u04fe":23,"\u046a":23}},"\u048e":{"d":"940,-389v-14,44,-68,89,-117,89v-11,0,-21,-5,-29,-16r-296,-427v-18,-43,16,-62,48,-84v37,-25,69,-45,91,-13r295,425v6,6,8,16,8,26xm535,-1294v286,0,492,108,492,393v0,350,-245,472,-623,452r0,413v-10,47,-73,42,-132,42v-58,0,-131,6,-131,-42r0,-1164v-1,-59,33,-94,89,-94r305,0xm522,-652v154,0,230,-83,230,-230v0,-148,-87,-213,-236,-209r-112,0r0,439r118,0","w":1090,"k":{"-":45,"\/":85,".":226,",":225,"\u00c6":140,"J":123,"\u0134":123,"X":45,"Y":13,"\u00dd":13,"\u0176":13,"\u0178":13,"Z":28,"\u0179":28,"\u017d":28,"\u017b":28,"a":40,"\u00e0":40,"\u00e1":40,"\u00e2":40,"\u00e3":40,"\u00e4":40,"\u0101":40,"\u0103":40,"\u00e5":40,"\u00e6":40,"c":38,"\u0107":38,"\u0109":38,"\u010d":38,"\u010b":38,"\u00e7":38,"d":25,"q":25,"e":33,"\u00e8":33,"\u00e9":33,"\u00ea":33,"\u011b":33,"\u00eb":33,"\u0113":33,"\u0115":33,"\u0117":33,"\u0119":33,"f":-15,"o":33,"\u00f2":33,"\u00f3":33,"\u00f4":33,"\u00f5":33,"\u00f6":33,"\u014d":33,"\u014f":33,"\u0151":33,"\u00f8":33,"\u0153":33,"s":22,"\u015b":22,"\u015d":22,"\u0161":22,"\u015f":22,"t":-15,"\u0165":-15,"\u0163":-15,"y":-15,"\u00fd":-15,"\u0177":-15,"\u00ff":-15,"A":139,"\u00c0":139,"\u00c1":139,"\u00c2":139,"\u00c3":139,"\u00c4":139,"\u0100":139,"\u0102":139,"\u00c5":139,"\u0104":139,"T":6,"\u0164":6,"\u0162":6,"V":10}},"\u0492":{"d":"892,-1191v0,48,2,103,-39,103r-418,0r0,327r220,0v38,6,39,36,39,93v0,47,2,94,-39,94r-220,0r0,538v-9,49,-73,42,-132,42v-59,0,-122,6,-132,-42r0,-538r-116,0v-42,-3,-39,-47,-39,-94v0,-46,-2,-93,39,-93r116,0r0,-439v-1,-59,33,-94,89,-94r593,0v41,6,39,55,39,103","w":903,"k":{"-":69,"\u00bb":65,".":150,":":86,";":35,",":155,"\u044f":156,"\u044d":93,"\u0445":69,"\u0444":180,"\u0442":62,"\u0455":157,"\u0441":190,"\u043c":121,"\u0457":-106,"\u0434":209,"\u0431":30,"\u0430":120,"\u042f":24,"\u0424":82,"\u0405":4,"\u0421":58,"\u0408":84,"\u0414":151,"\u0410":160,"\u04d0":160,"\u04d2":160,"\u04d4":160,"\u0466":160,"\u050b":45,"\u0427":-24,"\u04b6":-24,"\u04b8":-24,"\u04cb":-24,"\u04f4":-24,"\u041b":145,"\u0409":145,"\u04c5":145,"\u0508":145,"\u0512":145,"\u041e":58,"\u0472":58,"\u0404":58,"\u04a8":58,"\u04aa":58,"\u04d8":58,"\u04da":58,"\u04e6":58,"\u04e8":58,"\u04ea":58,"\u0500":58,"\u0502":58,"\u050c":58,"\u0460":58,"\u0478":58,"\u047a":58,"\u047c":58,"\u047e":58,"\u0480":58,"\u0416":5,"\u0496":5,"\u04b2":5,"\u04c1":5,"\u04dc":5,"\u04fc":5,"\u04fe":5,"\u046a":5,"\u0447":73,"\u04b7":73,"\u04b9":73,"\u04cc":73,"\u04f5":73,"\u0432":111,"\u0433":111,"\u0453":111,"\u0491":111,"\u0438":111,"\u0439":111,"\u043a":111,"\u045c":111,"\u043d":111,"\u045a":111,"\u043f":111,"\u0440":111,"\u0446":111,"\u045f":111,"\u0448":111,"\u0449":111,"\u044b":111,"\u044c":111,"\u044e":111,"\u048b":111,"\u048f":111,"\u0495":111,"\u04a3":111,"\u04a5":111,"\u04a7":111,"\u04bb":111,"\u04c8":111,"\u04ca":111,"\u04e3":111,"\u04e5":111,"\u043b":198,"\u0459":198,"\u04c6":198,"\u0509":198,"\u0513":198,"\u043e":187,"\u0473":187,"\u04a9":187,"\u04ab":187,"\u04d7":187,"\u04e7":187,"\u04e9":187,"\u04eb":187,"\u0501":187,"\u0503":187,"\u050d":187,"\u0479":187,"\u047b":187,"\u047d":187,"\u0481":187,"\u044a":50,"\u04a1":50,"\u04ad":50,"\u04b5":50,"\u050f":50,"\u0435":175,"\u0450":175,"\u0451":175,"\u0454":175,"\u0511":175,"\u0443":96,"\u045e":96,"\u0475":96,"\u04af":96,"\u04b1":96,"\u04ef":96,"\u04f1":96,"\u04f3":96,"\u0505":96,"\u0507":96,"\u0461":96,"\u0477":96,"\u047f":96,"\u0436":98,"\u0497":98,"\u04b3":98,"\u04c2":98,"\u04dd":98,"\u04fd":98,"\u04ff":98,"\u0437":104,"\u0499":104,"\u04df":104,"\u046f":104}},"\u0494":{"d":"862,-1191v0,57,-2,95,-39,103r-418,0r0,290v416,-24,680,170,680,580v0,275,-92,468,-279,554v-114,53,-348,60,-416,-24v-16,-20,-16,-51,-16,-89v0,-47,-3,-95,32,-105v66,25,185,56,262,13v103,-58,142,-189,141,-359v-2,-245,-153,-372,-404,-354r0,546v-9,49,-73,42,-132,42v-51,0,-85,-3,-104,-10v-19,-7,-28,-18,-28,-32r0,-1164v-1,-61,33,-93,89,-94r593,0v38,8,39,45,39,103","w":1135,"k":{"\u0424":11,"\u0422":122,"\u0427":85,"\u04b6":85,"\u04b8":85,"\u04cb":85,"\u04f4":85,"\u0423":61,"\u040e":61,"\u04ee":61,"\u04f0":61,"\u04f2":61,"\u0504":61,"\u0506":61,"\u0476":61}},"\u0496":{"d":"852,-1300v58,0,129,-8,129,41r0,486v173,15,234,-73,274,-205r82,-273v12,-68,130,-47,206,-47v34,0,64,5,66,38v-18,112,-64,208,-96,310v-41,130,-96,226,-215,273v183,65,225,272,291,459v69,8,185,-28,185,46r0,476v-9,41,-49,41,-115,41v-67,0,-105,1,-115,-41r0,-299v-75,-1,-162,12,-181,-48r-93,-293v-41,-137,-100,-235,-289,-218r0,518v-9,48,-71,42,-129,42v-58,0,-128,7,-128,-42r0,-518v-132,-9,-211,31,-251,119v-53,116,-91,263,-131,392v-20,66,-136,47,-215,47v-46,0,-82,-18,-65,-68r107,-311v48,-143,105,-247,238,-298v-196,-64,-219,-314,-292,-505v-14,-36,-27,-66,-13,-100v43,-33,172,-28,234,-12v20,5,26,19,32,39r82,274v36,132,93,221,274,204r0,-486v8,-48,71,-41,128,-41","w":1818,"k":{"\u0444":33,"\u0442":40,"\u0441":42,"\u0457":-31,"\u0431":31,"\u0430":5,"\u0424":80,"\u0422":16,"\u0421":58,"\u0427":23,"\u04b6":23,"\u04b8":23,"\u04cb":23,"\u04f4":23,"\u042a":26,"\u0402":26,"\u040b":26,"\u04a0":26,"\u04ac":26,"\u04b4":26,"\u050e":26,"\u041e":52,"\u0472":52,"\u0404":52,"\u04a8":52,"\u04aa":52,"\u04d8":52,"\u04da":52,"\u04e6":52,"\u04e8":52,"\u04ea":52,"\u0500":52,"\u0502":52,"\u050c":52,"\u0460":52,"\u0478":52,"\u047a":52,"\u047c":52,"\u047e":52,"\u0480":52,"\u0447":37,"\u04b7":37,"\u04b9":37,"\u04cc":37,"\u04f5":37,"\u043e":29,"\u0473":29,"\u04a9":29,"\u04ab":29,"\u04d7":29,"\u04e7":29,"\u04e9":29,"\u04eb":29,"\u0501":29,"\u0503":29,"\u050d":29,"\u0479":29,"\u047b":29,"\u047d":29,"\u0481":29,"\u044a":52,"\u04a1":52,"\u04ad":52,"\u04b5":52,"\u050f":52,"\u0435":28,"\u0450":28,"\u0451":28,"\u0454":28,"\u0511":28,"\u0443":54,"\u045e":54,"\u0475":54,"\u04af":54,"\u04b1":54,"\u04ef":54,"\u04f1":54,"\u04f3":54,"\u0505":54,"\u0507":54,"\u0461":54,"\u0477":54,"\u047f":54}},"\u0498":{"d":"284,200v73,0,202,17,155,-74v-23,-45,-82,-87,-118,-126r251,0r42,43v41,41,74,78,76,153v3,189,-274,196,-422,136v-18,-13,-20,-39,-20,-72v1,-34,2,-60,36,-60xm643,-682v163,25,274,128,274,307v0,290,-222,398,-518,398v-128,0,-237,-26,-308,-79v-35,-26,-26,-85,-29,-147v-3,-62,18,-86,64,-59v63,37,143,73,251,71v134,-3,237,-54,237,-182v0,-197,-200,-200,-406,-194v-53,1,-47,-47,-47,-101v0,-50,-2,-97,44,-97v195,0,383,3,390,-181v7,-191,-255,-179,-387,-119v-34,15,-66,36,-97,42v-45,-13,-30,-108,-23,-162v9,-67,80,-80,146,-101v64,-21,146,-32,231,-31v246,2,415,87,415,326v0,177,-99,268,-237,309","w":987,"k":{",":25,"v":20,"W":30,"\u0174":30,"X":50,"Y":70,"\u00dd":70,"\u0176":70,"\u0178":70,"Z":20,"\u0179":20,"\u017d":20,"\u017b":20,"f":20,"t":20,"\u0165":20,"\u0163":20,"x":25,"y":20,"\u00fd":20,"\u0177":20,"\u00ff":20,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u0100":20,"\u0102":20,"\u00c5":20,"\u0104":20,"T":45,"\u0164":45,"\u0162":45,"V":35}},"\u049a":{"d":"1109,345v-67,0,-105,1,-115,-41r0,-299v-75,-1,-158,10,-179,-48r-104,-288v-47,-139,-108,-242,-307,-223r0,518v-9,48,-72,42,-131,42v-59,0,-122,6,-132,-42r0,-1223v13,-60,126,-39,196,-39v34,0,67,6,67,39r0,486v132,10,206,-31,250,-117v56,-111,88,-267,142,-384v40,-39,170,-32,236,-16v47,11,19,75,5,112r-87,230v-47,126,-100,224,-220,271v186,67,230,278,307,459v69,8,187,-28,187,46r0,476v-9,41,-49,41,-115,41","w":1268,"k":{"\u0444":33,"\u0442":40,"\u0441":42,"\u0457":-31,"\u0431":31,"\u0430":5,"\u0424":80,"\u0422":16,"\u0421":58,"\u0427":23,"\u04b6":23,"\u04b8":23,"\u04cb":23,"\u04f4":23,"\u042a":26,"\u0402":26,"\u040b":26,"\u04a0":26,"\u04ac":26,"\u04b4":26,"\u050e":26,"\u041e":52,"\u0472":52,"\u0404":52,"\u04a8":52,"\u04aa":52,"\u04d8":52,"\u04da":52,"\u04e6":52,"\u04e8":52,"\u04ea":52,"\u0500":52,"\u0502":52,"\u050c":52,"\u0460":52,"\u0478":52,"\u047a":52,"\u047c":52,"\u047e":52,"\u0480":52,"\u0447":37,"\u04b7":37,"\u04b9":37,"\u04cc":37,"\u04f5":37,"\u043e":29,"\u0473":29,"\u04a9":29,"\u04ab":29,"\u04d7":29,"\u04e7":29,"\u04e9":29,"\u04eb":29,"\u0501":29,"\u0503":29,"\u050d":29,"\u0479":29,"\u047b":29,"\u047d":29,"\u0481":29,"\u044a":52,"\u04a1":52,"\u04ad":52,"\u04b5":52,"\u050f":52,"\u0435":28,"\u0450":28,"\u0451":28,"\u0454":28,"\u0511":28,"\u0443":54,"\u045e":54,"\u0475":54,"\u04af":54,"\u04b1":54,"\u04ef":54,"\u04f1":54,"\u04f3":54,"\u0505":54,"\u0507":54,"\u0461":54,"\u0477":54,"\u047f":54}},"\u049c":{"d":"562,-1012v111,0,74,113,81,206v57,-43,87,-106,114,-187r87,-258v15,-66,130,-50,208,-47v34,2,64,5,65,38v-19,115,-71,210,-107,312v-45,127,-100,224,-220,271v130,51,187,156,241,292r106,268v15,45,30,63,16,101v-45,34,-178,28,-242,12v-21,-5,-29,-19,-36,-39r-104,-288v-31,-87,-62,-153,-128,-196v-6,93,28,217,-82,205v-119,11,-71,-134,-81,-232r-76,0r0,518v-9,48,-72,42,-131,42v-59,0,-122,6,-132,-42r0,-1223v13,-60,126,-39,196,-39v34,0,67,6,67,39r0,486r76,0v10,-100,-39,-239,82,-239","w":1203,"k":{"\u0444":33,"\u0442":40,"\u0441":42,"\u0457":-31,"\u0431":31,"\u0430":5,"\u0424":80,"\u0422":16,"\u0421":58,"\u0427":23,"\u04b6":23,"\u04b8":23,"\u04cb":23,"\u04f4":23,"\u042a":26,"\u0402":26,"\u040b":26,"\u04a0":26,"\u04ac":26,"\u04b4":26,"\u050e":26,"\u041e":52,"\u0472":52,"\u0404":52,"\u04a8":52,"\u04aa":52,"\u04d8":52,"\u04da":52,"\u04e6":52,"\u04e8":52,"\u04ea":52,"\u0500":52,"\u0502":52,"\u050c":52,"\u0460":52,"\u0478":52,"\u047a":52,"\u047c":52,"\u047e":52,"\u0480":52,"\u0447":37,"\u04b7":37,"\u04b9":37,"\u04cc":37,"\u04f5":37,"\u043e":29,"\u0473":29,"\u04a9":29,"\u04ab":29,"\u04d7":29,"\u04e7":29,"\u04e9":29,"\u04eb":29,"\u0501":29,"\u0503":29,"\u050d":29,"\u0479":29,"\u047b":29,"\u047d":29,"\u0481":29,"\u044a":52,"\u04a1":52,"\u04ad":52,"\u04b5":52,"\u050f":52,"\u0435":28,"\u0450":28,"\u0451":28,"\u0454":28,"\u0511":28,"\u0443":54,"\u045e":54,"\u0475":54,"\u04af":54,"\u04b1":54,"\u04ef":54,"\u04f1":54,"\u04f3":54,"\u0505":54,"\u0507":54,"\u0461":54,"\u0477":54,"\u047f":54}},"\u049e":{"d":"178,-1259v13,-60,126,-39,196,-39v34,0,67,6,67,39r0,123r150,0v38,6,39,36,39,93v0,47,2,94,-39,94r-150,0r0,176v132,10,205,-31,249,-117v56,-111,89,-267,143,-384v40,-39,171,-32,237,-16v47,11,18,75,4,112r-87,230v-47,126,-100,224,-220,271v130,51,187,156,241,292r106,268v15,45,30,63,16,101v-45,34,-178,28,-242,12v-21,-5,-29,-19,-36,-39r-104,-288v-47,-139,-108,-242,-307,-223r0,518v-9,48,-72,42,-131,42v-59,0,-122,6,-132,-42r0,-913r-123,0v-42,-3,-39,-47,-39,-94v0,-46,-2,-93,39,-93r123,0r0,-123","w":1180,"k":{"\u0444":33,"\u0442":40,"\u0441":42,"\u0457":-31,"\u0431":31,"\u0430":5,"\u0424":80,"\u0422":16,"\u0421":58,"\u0427":23,"\u04b6":23,"\u04b8":23,"\u04cb":23,"\u04f4":23,"\u042a":26,"\u0402":26,"\u040b":26,"\u04a0":26,"\u04ac":26,"\u04b4":26,"\u050e":26,"\u041e":52,"\u0472":52,"\u0404":52,"\u04a8":52,"\u04aa":52,"\u04d8":52,"\u04da":52,"\u04e6":52,"\u04e8":52,"\u04ea":52,"\u0500":52,"\u0502":52,"\u050c":52,"\u0460":52,"\u0478":52,"\u047a":52,"\u047c":52,"\u047e":52,"\u0480":52,"\u0447":37,"\u04b7":37,"\u04b9":37,"\u04cc":37,"\u04f5":37,"\u043e":29,"\u0473":29,"\u04a9":29,"\u04ab":29,"\u04d7":29,"\u04e7":29,"\u04e9":29,"\u04eb":29,"\u0501":29,"\u0503":29,"\u050d":29,"\u0479":29,"\u047b":29,"\u047d":29,"\u0481":29,"\u044a":52,"\u04a1":52,"\u04ad":52,"\u04b5":52,"\u050f":52,"\u0435":28,"\u0450":28,"\u0451":28,"\u0454":28,"\u0511":28,"\u0443":54,"\u045e":54,"\u0475":54,"\u04af":54,"\u04b1":54,"\u04ef":54,"\u04f1":54,"\u04f3":54,"\u0505":54,"\u0507":54,"\u0461":54,"\u0477":54,"\u047f":54}},"\u04a0":{"d":"584,-36v-9,48,-72,42,-131,42v-51,0,-85,-3,-104,-10v-19,-7,-28,-18,-28,-32r0,-1052r-270,0v-39,-7,-39,-45,-39,-103v0,-61,-1,-95,39,-103r455,0v52,0,78,25,78,75r0,446v88,3,157,-3,200,-49v101,-107,123,-309,192,-452v26,-27,75,-26,132,-26v69,0,148,-8,124,72v-28,95,-68,189,-102,280v-47,126,-100,224,-220,271v130,51,188,156,241,292r119,303v11,29,18,71,-18,78v-65,13,-204,22,-245,-16v-6,-6,-9,-14,-12,-23r-104,-288v-47,-139,-108,-241,-307,-223r0,518","w":1323,"k":{"\u0444":33,"\u0442":40,"\u0441":42,"\u0457":-31,"\u0431":31,"\u0430":5,"\u0424":80,"\u0422":16,"\u0421":58,"\u0427":23,"\u04b6":23,"\u04b8":23,"\u04cb":23,"\u04f4":23,"\u042a":26,"\u0402":26,"\u040b":26,"\u04a0":26,"\u04ac":26,"\u04b4":26,"\u050e":26,"\u041e":52,"\u0472":52,"\u0404":52,"\u04a8":52,"\u04aa":52,"\u04d8":52,"\u04da":52,"\u04e6":52,"\u04e8":52,"\u04ea":52,"\u0500":52,"\u0502":52,"\u050c":52,"\u0460":52,"\u0478":52,"\u047a":52,"\u047c":52,"\u047e":52,"\u0480":52,"\u0447":37,"\u04b7":37,"\u04b9":37,"\u04cc":37,"\u04f5":37,"\u043e":29,"\u0473":29,"\u04a9":29,"\u04ab":29,"\u04d7":29,"\u04e7":29,"\u04e9":29,"\u04eb":29,"\u0501":29,"\u0503":29,"\u050d":29,"\u0479":29,"\u047b":29,"\u047d":29,"\u0481":29,"\u044a":52,"\u04a1":52,"\u04ad":52,"\u04b5":52,"\u050f":52,"\u0435":28,"\u0450":28,"\u0451":28,"\u0454":28,"\u0511":28,"\u0443":54,"\u045e":54,"\u0475":54,"\u04af":54,"\u04b1":54,"\u04ef":54,"\u04f1":54,"\u04f3":54,"\u0505":54,"\u0507":54,"\u0461":54,"\u0477":54,"\u047f":54}},"\u04a2":{"d":"1104,6v-84,-7,-198,21,-216,-42r0,-523r-484,0r0,523v-10,48,-72,42,-131,42v-51,0,-85,-4,-104,-11v-19,-7,-28,-18,-28,-31r0,-1222v12,-43,59,-42,132,-42v59,0,121,-5,131,42r0,475r484,0r0,-475v10,-48,73,-42,132,-42v50,0,84,4,103,11v19,7,28,18,28,31r0,1040v68,8,183,-27,183,46r0,476v-9,41,-49,41,-115,41v-67,0,-105,1,-115,-41r0,-298","w":1378,"k":{";":-65,",":-59,"\u0444":15,"\u0442":42,"\u0441":13,"\u0431":20,"\u0424":52,"\u0422":42,"\u0421":42,"\u0427":27,"\u04b6":27,"\u04b8":27,"\u04cb":27,"\u04f4":27,"\u042a":55,"\u0402":55,"\u040b":55,"\u04a0":55,"\u04ac":55,"\u04b4":55,"\u050e":55,"\u041e":42,"\u0472":42,"\u0404":42,"\u04a8":42,"\u04aa":42,"\u04d8":42,"\u04da":42,"\u04e6":42,"\u04e8":42,"\u04ea":42,"\u0500":42,"\u0502":42,"\u050c":42,"\u0460":42,"\u0478":42,"\u047a":42,"\u047c":42,"\u047e":42,"\u0480":42,"\u0423":35,"\u040e":35,"\u04ee":35,"\u04f0":35,"\u04f2":35,"\u0504":35,"\u0506":35,"\u0476":35,"\u0447":23,"\u04b7":23,"\u04b9":23,"\u04cc":23,"\u04f5":23,"\u043e":12,"\u0473":12,"\u04a9":12,"\u04ab":12,"\u04d7":12,"\u04e7":12,"\u04e9":12,"\u04eb":12,"\u0501":12,"\u0503":12,"\u050d":12,"\u0479":12,"\u047b":12,"\u047d":12,"\u0481":12,"\u044a":49,"\u04a1":49,"\u04ad":49,"\u04b5":49,"\u050f":49,"\u0435":13,"\u0450":13,"\u0451":13,"\u0454":13,"\u0511":13,"\u0443":49,"\u045e":49,"\u0475":49,"\u04af":49,"\u04b1":49,"\u04ef":49,"\u04f1":49,"\u04f3":49,"\u0505":49,"\u0507":49,"\u0461":49,"\u0477":49,"\u047f":49}},"\u04a4":{"d":"1478,-1191v0,48,2,103,-39,103r-288,0r0,1052v-10,47,-73,42,-131,42v-59,0,-121,5,-132,-42r0,-523r-484,0r0,523v-10,48,-72,42,-131,42v-59,0,-122,5,-132,-42r0,-1222v10,-47,74,-42,132,-42v59,0,121,-5,131,42r0,475r484,0r0,-417v-1,-59,33,-94,89,-94r462,0v41,6,39,55,39,103","w":1490,"k":{"-":69,"\u00bb":65,".":150,":":86,";":35,",":155,"\u044f":156,"\u044d":93,"\u0445":69,"\u0444":180,"\u0442":62,"\u0455":157,"\u0441":190,"\u043c":121,"\u0457":-106,"\u0434":209,"\u0431":30,"\u0430":120,"\u042f":24,"\u0424":82,"\u0405":4,"\u0421":58,"\u0408":84,"\u0414":151,"\u0410":160,"\u04d0":160,"\u04d2":160,"\u04d4":160,"\u0466":160,"\u050b":45,"\u0427":-24,"\u04b6":-24,"\u04b8":-24,"\u04cb":-24,"\u04f4":-24,"\u041b":145,"\u0409":145,"\u04c5":145,"\u0508":145,"\u0512":145,"\u041e":58,"\u0472":58,"\u0404":58,"\u04a8":58,"\u04aa":58,"\u04d8":58,"\u04da":58,"\u04e6":58,"\u04e8":58,"\u04ea":58,"\u0500":58,"\u0502":58,"\u050c":58,"\u0460":58,"\u0478":58,"\u047a":58,"\u047c":58,"\u047e":58,"\u0480":58,"\u0416":5,"\u0496":5,"\u04b2":5,"\u04c1":5,"\u04dc":5,"\u04fc":5,"\u04fe":5,"\u046a":5,"\u0447":73,"\u04b7":73,"\u04b9":73,"\u04cc":73,"\u04f5":73,"\u0432":111,"\u0433":111,"\u0453":111,"\u0491":111,"\u0438":111,"\u0439":111,"\u043a":111,"\u045c":111,"\u043d":111,"\u045a":111,"\u043f":111,"\u0440":111,"\u0446":111,"\u045f":111,"\u0448":111,"\u0449":111,"\u044b":111,"\u044c":111,"\u044e":111,"\u048b":111,"\u048f":111,"\u0495":111,"\u04a3":111,"\u04a5":111,"\u04a7":111,"\u04bb":111,"\u04c8":111,"\u04ca":111,"\u04e3":111,"\u04e5":111,"\u043b":198,"\u0459":198,"\u04c6":198,"\u0509":198,"\u0513":198,"\u043e":187,"\u0473":187,"\u04a9":187,"\u04ab":187,"\u04d7":187,"\u04e7":187,"\u04e9":187,"\u04eb":187,"\u0501":187,"\u0503":187,"\u050d":187,"\u0479":187,"\u047b":187,"\u047d":187,"\u0481":187,"\u044a":50,"\u04a1":50,"\u04ad":50,"\u04b5":50,"\u050f":50,"\u0435":175,"\u0450":175,"\u0451":175,"\u0454":175,"\u0511":175,"\u0443":96,"\u045e":96,"\u0475":96,"\u04af":96,"\u04b1":96,"\u04ef":96,"\u04f1":96,"\u04f3":96,"\u0505":96,"\u0507":96,"\u0461":96,"\u0477":96,"\u047f":96,"\u0436":98,"\u0497":98,"\u04b3":98,"\u04c2":98,"\u04dd":98,"\u04fd":98,"\u04ff":98,"\u0437":104,"\u0499":104,"\u04df":104,"\u046f":104}},"\u04a6":{"d":"1062,-1294v56,0,89,35,89,94r0,402v415,-24,679,171,679,580v0,275,-92,468,-279,554v-114,53,-347,60,-415,-24v-16,-20,-17,-51,-17,-89v0,-47,-3,-95,32,-105v66,25,185,56,262,13v103,-58,142,-189,141,-359v-2,-245,-153,-372,-403,-354r0,548v-10,46,-73,40,-131,40v-59,0,-121,6,-132,-40r0,-1036r-484,0r0,1036v-10,47,-73,40,-131,40v-58,0,-121,6,-132,-40r0,-1166v-1,-59,33,-94,89,-94r832,0","w":1880,"k":{"\u0424":11,"\u0422":122,"\u0427":85,"\u04b6":85,"\u04b8":85,"\u04cb":85,"\u04f4":85,"\u0423":61,"\u040e":61,"\u04ee":61,"\u04f0":61,"\u04f2":61,"\u0504":61,"\u0506":61,"\u0476":61}},"\u04a8":{"d":"1266,-154v60,-19,52,46,53,100v2,74,-8,107,-65,120v-149,34,-304,-6,-398,-76v-56,20,-115,33,-187,33v-403,0,-589,-245,-589,-653v0,-323,119,-544,346,-640v104,-44,264,-69,382,-27v41,15,45,45,45,110v0,52,0,102,-43,108v-39,-6,-85,-22,-132,-22v-256,0,-324,208,-326,471v-2,263,93,432,331,437v-71,-108,-123,-248,-123,-416v0,-250,110,-420,349,-420v242,0,352,165,352,418v0,212,-89,357,-198,468v65,25,148,6,203,-11xm897,-298v88,-89,125,-319,75,-463v-24,-67,-105,-71,-127,-3v-44,137,-9,373,52,466","w":1351},"\u04aa":{"d":"476,200v73,0,202,17,155,-74v-23,-45,-82,-87,-118,-126r251,0r42,43v41,41,74,78,76,153v3,189,-274,196,-422,136v-18,-13,-20,-39,-20,-72v1,-34,2,-60,36,-60xm1002,-307v51,0,32,93,32,153v0,90,-76,107,-148,136v-61,25,-143,40,-230,39v-395,-7,-577,-247,-577,-651v0,-325,128,-543,357,-640v186,-79,484,-50,582,76v13,26,14,61,14,103v0,50,3,102,-37,110v-35,-6,-62,-36,-97,-57v-79,-49,-244,-80,-346,-24v-128,70,-189,218,-189,418v0,258,86,437,334,442v119,3,200,-45,269,-89v16,-11,27,-16,36,-16","w":1084},"\u04ac":{"d":"963,-1294v41,7,39,59,39,108v0,49,2,107,-39,107r-324,0r0,861v68,7,181,-27,182,46r0,476v-9,41,-49,41,-115,41v-67,0,-105,1,-115,-41r0,-298v-84,-6,-197,20,-216,-42r0,-1043r-324,0v-41,-7,-39,-58,-39,-107v0,-49,-3,-108,39,-108r912,0","w":1014,"k":{"-":69,"\u00bb":65,".":150,":":86,";":35,",":155,"\u044f":156,"\u044d":93,"\u0445":69,"\u0444":180,"\u0442":62,"\u0455":157,"\u0441":190,"\u043c":121,"\u0457":-106,"\u0434":209,"\u0431":30,"\u0430":120,"\u042f":24,"\u0424":82,"\u0405":4,"\u0421":58,"\u0408":84,"\u0414":151,"\u0410":160,"\u04d0":160,"\u04d2":160,"\u04d4":160,"\u0466":160,"\u050b":45,"\u0427":-24,"\u04b6":-24,"\u04b8":-24,"\u04cb":-24,"\u04f4":-24,"\u041b":145,"\u0409":145,"\u04c5":145,"\u0508":145,"\u0512":145,"\u041e":58,"\u0472":58,"\u0404":58,"\u04a8":58,"\u04aa":58,"\u04d8":58,"\u04da":58,"\u04e6":58,"\u04e8":58,"\u04ea":58,"\u0500":58,"\u0502":58,"\u050c":58,"\u0460":58,"\u0478":58,"\u047a":58,"\u047c":58,"\u047e":58,"\u0480":58,"\u0416":5,"\u0496":5,"\u04b2":5,"\u04c1":5,"\u04dc":5,"\u04fc":5,"\u04fe":5,"\u046a":5,"\u0447":73,"\u04b7":73,"\u04b9":73,"\u04cc":73,"\u04f5":73,"\u0432":111,"\u0433":111,"\u0453":111,"\u0491":111,"\u0438":111,"\u0439":111,"\u043a":111,"\u045c":111,"\u043d":111,"\u045a":111,"\u043f":111,"\u0440":111,"\u0446":111,"\u045f":111,"\u0448":111,"\u0449":111,"\u044b":111,"\u044c":111,"\u044e":111,"\u048b":111,"\u048f":111,"\u0495":111,"\u04a3":111,"\u04a5":111,"\u04a7":111,"\u04bb":111,"\u04c8":111,"\u04ca":111,"\u04e3":111,"\u04e5":111,"\u043b":198,"\u0459":198,"\u04c6":198,"\u0509":198,"\u0513":198,"\u043e":187,"\u0473":187,"\u04a9":187,"\u04ab":187,"\u04d7":187,"\u04e7":187,"\u04e9":187,"\u04eb":187,"\u0501":187,"\u0503":187,"\u050d":187,"\u0479":187,"\u047b":187,"\u047d":187,"\u0481":187,"\u044a":50,"\u04a1":50,"\u04ad":50,"\u04b5":50,"\u050f":50,"\u0435":175,"\u0450":175,"\u0451":175,"\u0454":175,"\u0511":175,"\u0443":96,"\u045e":96,"\u0475":96,"\u04af":96,"\u04b1":96,"\u04ef":96,"\u04f1":96,"\u04f3":96,"\u0505":96,"\u0507":96,"\u0461":96,"\u0477":96,"\u047f":96,"\u0436":98,"\u0497":98,"\u04b3":98,"\u04c2":98,"\u04dd":98,"\u04fd":98,"\u04ff":98,"\u0437":104,"\u0499":104,"\u04df":104,"\u046f":104}},"\u04ae":{"d":"664,-36v-13,59,-127,39,-196,39v-34,0,-68,-7,-68,-39r0,-455r-354,-705v-15,-36,-37,-58,-18,-88v46,-26,183,-20,245,-6v22,5,29,17,38,37r185,415v16,35,25,75,44,107v70,-189,150,-367,232,-543v32,-39,157,-24,222,-24v35,0,56,10,48,45v-4,14,-12,33,-24,57r-354,705r0,455","w":1064,"k":{"-":49,".":205,":":74,";":74,",":190,"\u044f":101,"\u044d":66,"\u0445":53,"\u0444":117,"\u0442":31,"\u0455":77,"\u0441":117,"\u043c":93,"\u0457":-101,"\u0434":183,"\u0431":46,"\u0430":80,"\u042f":37,"\u0424":67,"\u0405":33,"\u0421":55,"\u0408":77,"\u0414":152,"\u0410":164,"\u04d0":164,"\u04d2":164,"\u04d4":164,"\u0466":164,"\u050b":44,"\u0427":6,"\u04b6":6,"\u04b8":6,"\u04cb":6,"\u04f4":6,"\u041b":155,"\u0409":155,"\u04c5":155,"\u0508":155,"\u0512":155,"\u041e":51,"\u0472":51,"\u0404":51,"\u04a8":51,"\u04aa":51,"\u04d8":51,"\u04da":51,"\u04e6":51,"\u04e8":51,"\u04ea":51,"\u0500":51,"\u0502":51,"\u050c":51,"\u0460":51,"\u0478":51,"\u047a":51,"\u047c":51,"\u047e":51,"\u0480":51,"\u0447":33,"\u04b7":33,"\u04b9":33,"\u04cc":33,"\u04f5":33,"\u0432":73,"\u0433":73,"\u0453":73,"\u0491":73,"\u0438":73,"\u0439":73,"\u043a":73,"\u045c":73,"\u043d":73,"\u045a":73,"\u043f":73,"\u0440":73,"\u0446":73,"\u045f":73,"\u0448":73,"\u0449":73,"\u044b":73,"\u044c":73,"\u044e":73,"\u048b":73,"\u048f":73,"\u0495":73,"\u04a3":73,"\u04a5":73,"\u04a7":73,"\u04bb":73,"\u04c8":73,"\u04ca":73,"\u04e3":73,"\u04e5":73,"\u043b":176,"\u0459":176,"\u04c6":176,"\u0509":176,"\u0513":176,"\u043e":116,"\u0473":116,"\u04a9":116,"\u04ab":116,"\u04d7":116,"\u04e7":116,"\u04e9":116,"\u04eb":116,"\u0501":116,"\u0503":116,"\u050d":116,"\u0479":116,"\u047b":116,"\u047d":116,"\u0481":116,"\u0435":112,"\u0450":112,"\u0451":112,"\u0454":112,"\u0511":112,"\u0443":32,"\u045e":32,"\u0475":32,"\u04af":32,"\u04b1":32,"\u04ef":32,"\u04f1":32,"\u04f3":32,"\u0505":32,"\u0507":32,"\u0461":32,"\u0477":32,"\u047f":32,"\u0436":68,"\u0497":68,"\u04b3":68,"\u04c2":68,"\u04dd":68,"\u04fd":68,"\u04ff":68,"\u0437":54,"\u0499":54,"\u04df":54,"\u046f":54}},"\u04b0":{"d":"110,-381v0,-46,-2,-93,39,-93r251,0r0,-17r-354,-705v-15,-36,-37,-58,-18,-88v46,-26,183,-20,245,-6v22,5,29,17,38,37r185,415v16,35,25,75,44,107v70,-189,150,-367,232,-543v32,-39,157,-24,222,-24v35,0,56,10,48,45v-4,14,-12,33,-24,57r-354,705r0,17r251,0v38,6,39,36,39,93v0,47,2,94,-39,94r-251,0r0,251v-13,59,-127,39,-196,39v-34,0,-68,-7,-68,-39r0,-251r-251,0v-42,-3,-39,-47,-39,-94","w":1064,"k":{"-":49,".":205,":":74,";":74,",":190,"\u044f":101,"\u044d":66,"\u0445":53,"\u0444":117,"\u0442":31,"\u0455":77,"\u0441":117,"\u043c":93,"\u0457":-101,"\u0434":183,"\u0431":46,"\u0430":80,"\u042f":37,"\u0424":67,"\u0405":33,"\u0421":55,"\u0408":77,"\u0414":152,"\u0410":164,"\u04d0":164,"\u04d2":164,"\u04d4":164,"\u0466":164,"\u050b":44,"\u0427":6,"\u04b6":6,"\u04b8":6,"\u04cb":6,"\u04f4":6,"\u041b":155,"\u0409":155,"\u04c5":155,"\u0508":155,"\u0512":155,"\u041e":51,"\u0472":51,"\u0404":51,"\u04a8":51,"\u04aa":51,"\u04d8":51,"\u04da":51,"\u04e6":51,"\u04e8":51,"\u04ea":51,"\u0500":51,"\u0502":51,"\u050c":51,"\u0460":51,"\u0478":51,"\u047a":51,"\u047c":51,"\u047e":51,"\u0480":51,"\u0447":33,"\u04b7":33,"\u04b9":33,"\u04cc":33,"\u04f5":33,"\u0432":73,"\u0433":73,"\u0453":73,"\u0491":73,"\u0438":73,"\u0439":73,"\u043a":73,"\u045c":73,"\u043d":73,"\u045a":73,"\u043f":73,"\u0440":73,"\u0446":73,"\u045f":73,"\u0448":73,"\u0449":73,"\u044b":73,"\u044c":73,"\u044e":73,"\u048b":73,"\u048f":73,"\u0495":73,"\u04a3":73,"\u04a5":73,"\u04a7":73,"\u04bb":73,"\u04c8":73,"\u04ca":73,"\u04e3":73,"\u04e5":73,"\u043b":176,"\u0459":176,"\u04c6":176,"\u0509":176,"\u0513":176,"\u043e":116,"\u0473":116,"\u04a9":116,"\u04ab":116,"\u04d7":116,"\u04e7":116,"\u04e9":116,"\u04eb":116,"\u0501":116,"\u0503":116,"\u050d":116,"\u0479":116,"\u047b":116,"\u047d":116,"\u0481":116,"\u0435":112,"\u0450":112,"\u0451":112,"\u0454":112,"\u0511":112,"\u0443":32,"\u045e":32,"\u0475":32,"\u04af":32,"\u04b1":32,"\u04ef":32,"\u04f1":32,"\u04f3":32,"\u0505":32,"\u0507":32,"\u0461":32,"\u0477":32,"\u047f":32,"\u0436":68,"\u0497":68,"\u04b3":68,"\u04c2":68,"\u04dd":68,"\u04fd":68,"\u04ff":68,"\u0437":54,"\u0499":54,"\u04df":54,"\u046f":54}},"\u04b2":{"d":"1080,345v-67,0,-105,1,-115,-41r0,-298v-64,-5,-141,9,-167,-41r-243,-467r-242,467v-21,61,-153,38,-231,38v-32,0,-51,-12,-43,-46v4,-14,12,-33,25,-56r310,-565r-288,-531v-14,-35,-38,-59,-20,-89v46,-26,184,-20,249,-8v22,4,26,16,35,33r227,428r221,-428v19,-61,146,-39,223,-39v33,0,52,12,45,46v-4,14,-9,34,-22,57r-288,528r242,449r147,0v32,-1,49,17,50,46r0,476v-9,41,-49,41,-115,41","w":1239,"k":{"\u0444":33,"\u0442":40,"\u0441":42,"\u0457":-31,"\u0431":31,"\u0430":5,"\u0424":80,"\u0422":16,"\u0421":58,"\u0427":23,"\u04b6":23,"\u04b8":23,"\u04cb":23,"\u04f4":23,"\u042a":26,"\u0402":26,"\u040b":26,"\u04a0":26,"\u04ac":26,"\u04b4":26,"\u050e":26,"\u041e":52,"\u0472":52,"\u0404":52,"\u04a8":52,"\u04aa":52,"\u04d8":52,"\u04da":52,"\u04e6":52,"\u04e8":52,"\u04ea":52,"\u0500":52,"\u0502":52,"\u050c":52,"\u0460":52,"\u0478":52,"\u047a":52,"\u047c":52,"\u047e":52,"\u0480":52,"\u0447":37,"\u04b7":37,"\u04b9":37,"\u04cc":37,"\u04f5":37,"\u043e":29,"\u0473":29,"\u04a9":29,"\u04ab":29,"\u04d7":29,"\u04e7":29,"\u04e9":29,"\u04eb":29,"\u0501":29,"\u0503":29,"\u050d":29,"\u0479":29,"\u047b":29,"\u047d":29,"\u0481":29,"\u044a":52,"\u04a1":52,"\u04ad":52,"\u04b5":52,"\u050f":52,"\u0435":28,"\u0450":28,"\u0451":28,"\u0454":28,"\u0511":28,"\u0443":54,"\u045e":54,"\u0475":54,"\u04af":54,"\u04b1":54,"\u04ef":54,"\u04f1":54,"\u04f3":54,"\u0505":54,"\u0507":54,"\u0461":54,"\u0477":54,"\u047f":54}},"\u04b4":{"d":"1339,-218v64,8,158,-30,158,54r0,469v-6,44,-62,38,-114,38v-52,0,-116,6,-116,-38r0,-305r-856,0v-49,0,-77,-30,-76,-83r0,-996r-284,0v-41,-7,-39,-58,-39,-107v0,-49,-3,-108,39,-108r831,0v41,7,39,59,39,108v0,49,2,107,-39,107r-284,0r0,861r478,0r0,-1042v14,-58,126,-38,196,-38v34,0,67,7,67,38r0,1042","w":1541,"k":{";":-65,",":-59,"\u0444":15,"\u0442":42,"\u0441":13,"\u0431":20,"\u0424":52,"\u0422":42,"\u0421":42,"\u0427":27,"\u04b6":27,"\u04b8":27,"\u04cb":27,"\u04f4":27,"\u042a":55,"\u0402":55,"\u040b":55,"\u04a0":55,"\u04ac":55,"\u04b4":55,"\u050e":55,"\u041e":42,"\u0472":42,"\u0404":42,"\u04a8":42,"\u04aa":42,"\u04d8":42,"\u04da":42,"\u04e6":42,"\u04e8":42,"\u04ea":42,"\u0500":42,"\u0502":42,"\u050c":42,"\u0460":42,"\u0478":42,"\u047a":42,"\u047c":42,"\u047e":42,"\u0480":42,"\u0423":35,"\u040e":35,"\u04ee":35,"\u04f0":35,"\u04f2":35,"\u0504":35,"\u0506":35,"\u0476":35,"\u0447":23,"\u04b7":23,"\u04b9":23,"\u04cc":23,"\u04f5":23,"\u043e":12,"\u0473":12,"\u04a9":12,"\u04ab":12,"\u04d7":12,"\u04e7":12,"\u04e9":12,"\u04eb":12,"\u0501":12,"\u0503":12,"\u050d":12,"\u0479":12,"\u047b":12,"\u047d":12,"\u0481":12,"\u044a":49,"\u04a1":49,"\u04ad":49,"\u04b5":49,"\u050f":49,"\u0435":13,"\u0450":13,"\u0451":13,"\u0454":13,"\u0511":13,"\u0443":49,"\u045e":49,"\u0475":49,"\u04af":49,"\u04b1":49,"\u04ef":49,"\u04f1":49,"\u04f3":49,"\u0505":49,"\u0507":49,"\u0461":49,"\u0477":49,"\u047f":49}},"\u04b6":{"d":"792,-1289v68,-14,214,-32,233,30r0,1041v64,8,158,-30,158,54r0,469v-6,44,-62,38,-114,38v-52,0,-116,6,-116,-38r0,-299v-64,-4,-147,7,-184,-24v-5,-4,-7,-10,-7,-17r0,-442v-35,3,-70,7,-104,9v-350,28,-581,-73,-581,-421r0,-370v13,-58,123,-38,191,-38v35,0,71,6,71,38r0,344v-3,168,80,238,249,236v62,0,118,-6,174,-12r0,-568v1,-18,12,-27,30,-30","w":1227,"k":{";":-65,",":-59,"\u0444":15,"\u0442":42,"\u0441":13,"\u0431":20,"\u0424":52,"\u0422":42,"\u0421":42,"\u0427":27,"\u04b6":27,"\u04b8":27,"\u04cb":27,"\u04f4":27,"\u042a":55,"\u0402":55,"\u040b":55,"\u04a0":55,"\u04ac":55,"\u04b4":55,"\u050e":55,"\u041e":42,"\u0472":42,"\u0404":42,"\u04a8":42,"\u04aa":42,"\u04d8":42,"\u04da":42,"\u04e6":42,"\u04e8":42,"\u04ea":42,"\u0500":42,"\u0502":42,"\u050c":42,"\u0460":42,"\u0478":42,"\u047a":42,"\u047c":42,"\u047e":42,"\u0480":42,"\u0423":35,"\u040e":35,"\u04ee":35,"\u04f0":35,"\u04f2":35,"\u0504":35,"\u0506":35,"\u0476":35,"\u0447":23,"\u04b7":23,"\u04b9":23,"\u04cc":23,"\u04f5":23,"\u043e":12,"\u0473":12,"\u04a9":12,"\u04ab":12,"\u04d7":12,"\u04e7":12,"\u04e9":12,"\u04eb":12,"\u0501":12,"\u0503":12,"\u050d":12,"\u0479":12,"\u047b":12,"\u047d":12,"\u0481":12,"\u044a":49,"\u04a1":49,"\u04ad":49,"\u04b5":49,"\u050f":49,"\u0435":13,"\u0450":13,"\u0451":13,"\u0454":13,"\u0511":13,"\u0443":49,"\u045e":49,"\u0475":49,"\u04af":49,"\u04b1":49,"\u04ef":49,"\u04f1":49,"\u04f3":49,"\u0505":49,"\u0507":49,"\u0461":49,"\u0477":49,"\u047f":49}},"\u04b8":{"d":"762,-477r-128,10v-8,97,34,235,-82,223v-116,11,-72,-128,-81,-224v-256,-16,-394,-142,-394,-421r0,-370v13,-58,123,-38,191,-38v35,0,69,6,71,38v8,148,-16,322,13,448v14,63,58,98,119,118v10,-100,-39,-249,82,-241v69,4,81,26,81,94r0,161r128,-12r0,-568v11,-46,77,-41,134,-41v58,0,118,-4,129,41r0,1224v-14,57,-123,42,-191,38v-35,-2,-72,-6,-72,-38r0,-442","w":1166},"\u04ba":{"d":"374,-5v-68,14,-214,32,-233,-30r0,-1224v14,-57,123,-42,191,-38v35,2,72,6,72,38r0,442v35,-3,70,-7,104,-9v350,-28,581,73,581,421r0,370v-13,58,-123,38,-191,38v-35,0,-71,-6,-71,-38r0,-344v3,-168,-80,-238,-249,-236v-62,0,-118,6,-174,12r0,568v-1,18,-12,27,-30,30","w":1166,"k":{"\u0424":11,"\u0422":122,"\u0427":85,"\u04b6":85,"\u04b8":85,"\u04cb":85,"\u04f4":85,"\u0423":61,"\u040e":61,"\u04ee":61,"\u04f0":61,"\u04f2":61,"\u0504":61,"\u0506":61,"\u0476":61}},"\u04bc":{"d":"610,-559v22,225,128,368,374,368v153,0,271,-60,372,-108v26,-13,47,-20,60,-20v44,20,37,151,18,203v-12,34,-41,40,-80,60v-96,49,-225,81,-372,81v-409,0,-626,-203,-650,-589v-180,-13,-307,-73,-302,-266v2,-86,8,-184,90,-190v59,-4,181,-22,158,50v-15,47,-40,129,0,166v15,14,36,24,61,27v54,-322,242,-538,611,-538v404,0,567,274,567,685v0,39,-19,71,-62,71r-845,0xm1067,-1073v-68,-35,-176,-33,-247,-2v-116,50,-181,160,-205,302r619,0v-8,-143,-66,-249,-167,-300","w":1597,"k":{".":43,",":43,"\u0434":47,"\u042f":10,"\u042d":15,"\u0425":50,"\u0422":43,"\u0408":33,"\u0414":54,"\u0410":61,"\u04d0":61,"\u04d2":61,"\u04d4":61,"\u0466":61,"\u0427":2,"\u04b6":2,"\u04b8":2,"\u04cb":2,"\u04f4":2,"\u042a":52,"\u0402":52,"\u040b":52,"\u04a0":52,"\u04ac":52,"\u04b4":52,"\u050e":52,"\u041b":54,"\u0409":54,"\u04c5":54,"\u0508":54,"\u0512":54,"\u0423":43,"\u040e":43,"\u04ee":43,"\u04f0":43,"\u04f2":43,"\u0504":43,"\u0506":43,"\u0476":43,"\u0417":17,"\u0498":17,"\u04de":17,"\u04e0":17,"\u04ec":17,"\u0416":41,"\u0496":41,"\u04b2":41,"\u04c1":41,"\u04dc":41,"\u04fc":41,"\u04fe":41,"\u046a":41,"\u043b":42,"\u0459":42,"\u04c6":42,"\u0509":42,"\u0513":42}},"\u04be":{"d":"610,-559v22,225,128,368,374,368v153,0,271,-60,372,-108v26,-13,47,-20,60,-20v44,20,36,151,18,203v-11,31,-37,38,-71,56v-83,45,-195,74,-317,83r0,282v-6,44,-62,38,-114,38v-52,0,-116,6,-116,-38r0,-293v-305,-49,-464,-242,-484,-576v-180,-13,-307,-73,-302,-266v2,-86,8,-184,90,-190v59,-4,181,-22,158,50v-15,47,-40,129,0,166v15,14,36,24,61,27v54,-322,242,-538,611,-538v404,0,567,274,567,685v0,39,-19,71,-62,71r-845,0xm1067,-1073v-68,-35,-176,-33,-247,-2v-116,50,-181,160,-205,302r619,0v-8,-143,-66,-249,-167,-300","w":1597,"k":{".":43,",":43,"\u0434":47,"\u042f":10,"\u042d":15,"\u0425":50,"\u0422":43,"\u0408":33,"\u0414":54,"\u0410":61,"\u04d0":61,"\u04d2":61,"\u04d4":61,"\u0466":61,"\u0427":2,"\u04b6":2,"\u04b8":2,"\u04cb":2,"\u04f4":2,"\u042a":52,"\u0402":52,"\u040b":52,"\u04a0":52,"\u04ac":52,"\u04b4":52,"\u050e":52,"\u041b":54,"\u0409":54,"\u04c5":54,"\u0508":54,"\u0512":54,"\u0423":43,"\u040e":43,"\u04ee":43,"\u04f0":43,"\u04f2":43,"\u0504":43,"\u0506":43,"\u0476":43,"\u0417":17,"\u0498":17,"\u04de":17,"\u04e0":17,"\u04ec":17,"\u0416":41,"\u0496":41,"\u04b2":41,"\u04c1":41,"\u04dc":41,"\u04fc":41,"\u04fe":41,"\u046a":41,"\u043b":42,"\u0459":42,"\u04c6":42,"\u0509":42,"\u0513":42}},"\u04c0":{"d":"273,-1300v59,0,121,-5,132,42r0,1222v-10,47,-73,42,-132,42v-59,0,-122,5,-132,-42r0,-1222v10,-47,73,-42,132,-42","w":546},"\u04c1":{"d":"1093,-1692v60,0,122,-5,122,51v0,201,-149,279,-363,279v-215,0,-363,-73,-363,-279v0,-55,58,-51,116,-51v54,0,103,-1,105,50v3,79,62,117,143,117v81,0,137,-39,140,-119v1,-48,49,-48,100,-48xm852,-1300v58,0,129,-8,129,41r0,486v173,15,234,-73,274,-205r82,-273v12,-68,130,-47,206,-47v34,0,64,5,66,38v-18,112,-64,208,-96,310v-41,130,-96,226,-215,273v223,84,249,371,338,591v11,28,24,75,-16,82v-73,11,-234,32,-257,-39r-93,-293v-41,-137,-100,-235,-289,-218r0,518v-9,48,-71,42,-129,42v-58,0,-128,7,-128,-42r0,-518v-132,-9,-211,31,-251,119v-53,116,-91,263,-131,392v-20,66,-136,47,-215,47v-46,0,-82,-18,-65,-68r107,-311v48,-143,105,-247,238,-298v-196,-64,-219,-314,-292,-505v-14,-36,-27,-66,-13,-100v43,-33,172,-28,234,-12v20,5,26,19,32,39r82,274v36,132,93,221,274,204r0,-486v8,-48,71,-41,128,-41","w":1705,"k":{"\u0444":33,"\u0442":40,"\u0441":42,"\u0457":-31,"\u0431":31,"\u0430":5,"\u0424":80,"\u0422":16,"\u0421":58,"\u0427":23,"\u04b6":23,"\u04b8":23,"\u04cb":23,"\u04f4":23,"\u042a":26,"\u0402":26,"\u040b":26,"\u04a0":26,"\u04ac":26,"\u04b4":26,"\u050e":26,"\u041e":52,"\u0472":52,"\u0404":52,"\u04a8":52,"\u04aa":52,"\u04d8":52,"\u04da":52,"\u04e6":52,"\u04e8":52,"\u04ea":52,"\u0500":52,"\u0502":52,"\u050c":52,"\u0460":52,"\u0478":52,"\u047a":52,"\u047c":52,"\u047e":52,"\u0480":52,"\u0447":37,"\u04b7":37,"\u04b9":37,"\u04cc":37,"\u04f5":37,"\u043e":29,"\u0473":29,"\u04a9":29,"\u04ab":29,"\u04d7":29,"\u04e7":29,"\u04e9":29,"\u04eb":29,"\u0501":29,"\u0503":29,"\u050d":29,"\u0479":29,"\u047b":29,"\u047d":29,"\u0481":29,"\u044a":52,"\u04a1":52,"\u04ad":52,"\u04b5":52,"\u050f":52,"\u0435":28,"\u0450":28,"\u0451":28,"\u0454":28,"\u0511":28,"\u0443":54,"\u045e":54,"\u0475":54,"\u04af":54,"\u04b1":54,"\u04ef":54,"\u04f1":54,"\u04f3":54,"\u0505":54,"\u0507":54,"\u0461":54,"\u0477":54,"\u047f":54}},"\u04c3":{"d":"758,-696v224,68,378,218,378,502v0,265,-97,446,-279,530v-112,52,-329,54,-414,-11v-25,-19,-29,-55,-28,-102v1,-47,-3,-95,32,-105v71,23,192,58,272,14v101,-55,143,-182,141,-346v-2,-222,-135,-335,-350,-343r-106,0r0,521v-9,48,-72,42,-131,42v-51,0,-85,-3,-104,-10v-19,-7,-28,-18,-28,-32r0,-1223v0,-14,9,-24,28,-31v19,-7,53,-10,104,-10v59,0,121,-7,131,41r0,486v88,3,157,-3,200,-49v101,-107,123,-309,192,-452v26,-27,75,-26,132,-26v69,0,148,-8,124,72v-28,95,-68,189,-102,280v-45,122,-99,197,-192,250r0,2","w":1196,"k":{"\u0444":33,"\u0442":40,"\u0441":42,"\u0457":-31,"\u0431":31,"\u0430":5,"\u0424":80,"\u0422":16,"\u0421":58,"\u0427":23,"\u04b6":23,"\u04b8":23,"\u04cb":23,"\u04f4":23,"\u042a":26,"\u0402":26,"\u040b":26,"\u04a0":26,"\u04ac":26,"\u04b4":26,"\u050e":26,"\u041e":52,"\u0472":52,"\u0404":52,"\u04a8":52,"\u04aa":52,"\u04d8":52,"\u04da":52,"\u04e6":52,"\u04e8":52,"\u04ea":52,"\u0500":52,"\u0502":52,"\u050c":52,"\u0460":52,"\u0478":52,"\u047a":52,"\u047c":52,"\u047e":52,"\u0480":52,"\u0447":37,"\u04b7":37,"\u04b9":37,"\u04cc":37,"\u04f5":37,"\u043e":29,"\u0473":29,"\u04a9":29,"\u04ab":29,"\u04d7":29,"\u04e7":29,"\u04e9":29,"\u04eb":29,"\u0501":29,"\u0503":29,"\u050d":29,"\u0479":29,"\u047b":29,"\u047d":29,"\u0481":29,"\u044a":52,"\u04a1":52,"\u04ad":52,"\u04b5":52,"\u050f":52,"\u0435":28,"\u0450":28,"\u0451":28,"\u0454":28,"\u0511":28,"\u0443":54,"\u045e":54,"\u0475":54,"\u04af":54,"\u04b1":54,"\u04ef":54,"\u04f1":54,"\u04f3":54,"\u0505":54,"\u0507":54,"\u0461":54,"\u0477":54,"\u047f":54}},"\u04c5":{"d":"1071,-1294v50,0,76,30,75,83r0,1023r162,0v31,1,56,1,54,30v-1,6,-4,14,-8,23r-198,440v-22,56,-138,45,-216,39v-34,-3,-64,-18,-46,-52r157,-287v-59,1,-132,7,-161,-21v-5,-4,-6,-11,-6,-18r0,-1044r-278,0v-19,153,-36,286,-57,400v-46,255,-84,478,-225,616v-62,60,-142,76,-258,80v-77,3,-54,-107,-54,-170v0,-36,5,-64,39,-66v103,-5,134,-77,165,-166v81,-232,107,-511,143,-818v8,-59,21,-92,77,-92r635,0","w":1368,"k":{";":-65,",":-59,"\u0444":15,"\u0442":42,"\u0441":13,"\u0431":20,"\u0424":52,"\u0422":42,"\u0421":42,"\u0427":27,"\u04b6":27,"\u04b8":27,"\u04cb":27,"\u04f4":27,"\u042a":55,"\u0402":55,"\u040b":55,"\u04a0":55,"\u04ac":55,"\u04b4":55,"\u050e":55,"\u041e":42,"\u0472":42,"\u0404":42,"\u04a8":42,"\u04aa":42,"\u04d8":42,"\u04da":42,"\u04e6":42,"\u04e8":42,"\u04ea":42,"\u0500":42,"\u0502":42,"\u050c":42,"\u0460":42,"\u0478":42,"\u047a":42,"\u047c":42,"\u047e":42,"\u0480":42,"\u0423":35,"\u040e":35,"\u04ee":35,"\u04f0":35,"\u04f2":35,"\u0504":35,"\u0506":35,"\u0476":35,"\u0447":23,"\u04b7":23,"\u04b9":23,"\u04cc":23,"\u04f5":23,"\u043e":12,"\u0473":12,"\u04a9":12,"\u04ab":12,"\u04d7":12,"\u04e7":12,"\u04e9":12,"\u04eb":12,"\u0501":12,"\u0503":12,"\u050d":12,"\u0479":12,"\u047b":12,"\u047d":12,"\u0481":12,"\u044a":49,"\u04a1":49,"\u04ad":49,"\u04b5":49,"\u050f":49,"\u0435":13,"\u0450":13,"\u0451":13,"\u0454":13,"\u0511":13,"\u0443":49,"\u045e":49,"\u0475":49,"\u04af":49,"\u04b1":49,"\u04ef":49,"\u04f1":49,"\u04f3":49,"\u0505":49,"\u0507":49,"\u0461":49,"\u0477":49,"\u047f":49}},"\u04c7":{"d":"475,120v57,20,118,44,204,41v159,-6,209,-128,209,-298r0,-422r-484,0r0,523v-10,48,-72,42,-131,42v-51,0,-85,-4,-104,-11v-19,-7,-28,-18,-28,-31r0,-1222v12,-43,59,-42,132,-42v59,0,121,-5,131,42r0,475r484,0r0,-475v10,-48,73,-42,132,-42v50,0,84,4,103,11v19,7,28,18,28,31r0,1120v-4,307,-133,509,-436,509v-147,0,-277,-6,-268,-161v3,-41,-7,-85,28,-90","w":1292},"\u04c9":{"d":"1020,-1300v59,0,121,-5,131,42r0,1070r162,0v31,1,56,1,54,30v-1,6,-4,14,-8,23r-198,440v-22,56,-137,45,-215,39v-34,-3,-65,-18,-47,-52r157,-287v-68,-2,-155,13,-168,-41r0,-523r-484,0r0,523v-10,48,-72,42,-131,42v-59,0,-122,5,-132,-42r0,-1222v10,-47,74,-42,132,-42v59,0,121,-5,131,42r0,475r484,0r0,-475v10,-47,73,-42,132,-42","w":1373,"k":{";":-65,",":-59,"\u0444":15,"\u0442":42,"\u0441":13,"\u0431":20,"\u0424":52,"\u0422":42,"\u0421":42,"\u0427":27,"\u04b6":27,"\u04b8":27,"\u04cb":27,"\u04f4":27,"\u042a":55,"\u0402":55,"\u040b":55,"\u04a0":55,"\u04ac":55,"\u04b4":55,"\u050e":55,"\u041e":42,"\u0472":42,"\u0404":42,"\u04a8":42,"\u04aa":42,"\u04d8":42,"\u04da":42,"\u04e6":42,"\u04e8":42,"\u04ea":42,"\u0500":42,"\u0502":42,"\u050c":42,"\u0460":42,"\u0478":42,"\u047a":42,"\u047c":42,"\u047e":42,"\u0480":42,"\u0423":35,"\u040e":35,"\u04ee":35,"\u04f0":35,"\u04f2":35,"\u0504":35,"\u0506":35,"\u0476":35,"\u0447":23,"\u04b7":23,"\u04b9":23,"\u04cc":23,"\u04f5":23,"\u043e":12,"\u0473":12,"\u04a9":12,"\u04ab":12,"\u04d7":12,"\u04e7":12,"\u04e9":12,"\u04eb":12,"\u0501":12,"\u0503":12,"\u050d":12,"\u0479":12,"\u047b":12,"\u047d":12,"\u0481":12,"\u044a":49,"\u04a1":49,"\u04ad":49,"\u04b5":49,"\u050f":49,"\u0435":13,"\u0450":13,"\u0451":13,"\u0454":13,"\u0511":13,"\u0443":49,"\u045e":49,"\u0475":49,"\u04af":49,"\u04b1":49,"\u04ef":49,"\u04f1":49,"\u04f3":49,"\u0505":49,"\u0507":49,"\u0461":49,"\u0477":49,"\u047f":49}},"\u04cb":{"d":"1025,-35v-16,58,-115,35,-191,41r0,299v-8,43,-64,38,-116,38v-52,0,-114,6,-114,-38r0,-469v-10,-84,94,-46,158,-54r0,-259v-35,3,-70,7,-104,9v-350,28,-581,-73,-581,-421r0,-370v13,-58,123,-38,191,-38v35,0,71,6,71,38r0,344v-3,168,80,238,249,236v62,0,118,-6,174,-12r0,-568v11,-46,77,-41,134,-41v58,0,118,-4,129,41r0,1224","w":1166},"\u04cd":{"d":"1545,-1294v70,0,103,36,104,105r0,1001r162,0v31,1,56,1,54,30v-1,6,-4,14,-8,23r-198,440v-22,56,-137,45,-215,39v-34,-3,-65,-18,-47,-52r156,-287v-63,-1,-153,12,-153,-41r0,-1053r-2,0r-375,1052v-17,58,-122,45,-193,41v-37,-2,-66,-12,-76,-41r-362,-1052r-2,0r0,1053v-8,47,-68,42,-125,42v-56,0,-124,5,-124,-42r0,-1153v-1,-65,37,-105,99,-105v137,0,298,-26,348,78v9,20,18,44,28,71r280,771r4,0r290,-769v27,-88,63,-151,178,-151r177,0","w":1871,"k":{";":-65,",":-59,"\u0444":15,"\u0442":42,"\u0441":13,"\u0431":20,"\u0424":52,"\u0422":42,"\u0421":42,"\u0427":27,"\u04b6":27,"\u04b8":27,"\u04cb":27,"\u04f4":27,"\u042a":55,"\u0402":55,"\u040b":55,"\u04a0":55,"\u04ac":55,"\u04b4":55,"\u050e":55,"\u041e":42,"\u0472":42,"\u0404":42,"\u04a8":42,"\u04aa":42,"\u04d8":42,"\u04da":42,"\u04e6":42,"\u04e8":42,"\u04ea":42,"\u0500":42,"\u0502":42,"\u050c":42,"\u0460":42,"\u0478":42,"\u047a":42,"\u047c":42,"\u047e":42,"\u0480":42,"\u0423":35,"\u040e":35,"\u04ee":35,"\u04f0":35,"\u04f2":35,"\u0504":35,"\u0506":35,"\u0476":35,"\u0447":23,"\u04b7":23,"\u04b9":23,"\u04cc":23,"\u04f5":23,"\u043e":12,"\u0473":12,"\u04a9":12,"\u04ab":12,"\u04d7":12,"\u04e7":12,"\u04e9":12,"\u04eb":12,"\u0501":12,"\u0503":12,"\u050d":12,"\u0479":12,"\u047b":12,"\u047d":12,"\u0481":12,"\u044a":49,"\u04a1":49,"\u04ad":49,"\u04b5":49,"\u050f":49,"\u0435":13,"\u0450":13,"\u0451":13,"\u0454":13,"\u0511":13,"\u0443":49,"\u045e":49,"\u0475":49,"\u04af":49,"\u04b1":49,"\u04ef":49,"\u04f1":49,"\u04f3":49,"\u0505":49,"\u0507":49,"\u0461":49,"\u0477":49,"\u047f":49}},"\u04d0":{"d":"861,-1692v60,0,122,-5,122,51v0,201,-149,279,-363,279v-215,0,-363,-73,-363,-279v0,-55,58,-51,116,-51v54,0,103,-1,105,50v3,79,62,117,143,117v81,0,137,-39,140,-119v1,-48,49,-48,100,-48xm1201,-98v18,49,31,101,-32,102v-64,1,-184,14,-221,-18v-38,-88,-63,-189,-97,-281r-486,0r-82,253v-12,70,-138,45,-214,45v-59,0,-45,-55,-28,-103r399,-1148v17,-81,170,-50,264,-50v56,0,82,10,97,53xm790,-497r-184,-550r-183,550r367,0","w":1241,"k":{"-":30,".":-15,":":-15,";":-26,",":-25,"?":84,"\u0444":32,"\u0442":88,"\u0441":21,"\u0431":30,"\u0424":93,"\u0422":140,"\u0405":18,"\u0421":59,"\u0408":-25,"\u0427":124,"\u04b6":124,"\u04b8":124,"\u04cb":124,"\u04f4":124,"\u042a":138,"\u0402":138,"\u040b":138,"\u04a0":138,"\u04ac":138,"\u04b4":138,"\u050e":138,"\u041e":55,"\u0472":55,"\u0404":55,"\u04a8":55,"\u04aa":55,"\u04d8":55,"\u04da":55,"\u04e6":55,"\u04e8":55,"\u04ea":55,"\u0500":55,"\u0502":55,"\u050c":55,"\u0460":55,"\u0478":55,"\u047a":55,"\u047c":55,"\u047e":55,"\u0480":55,"\u0423":103,"\u040e":103,"\u04ee":103,"\u04f0":103,"\u04f2":103,"\u0504":103,"\u0506":103,"\u0476":103,"\u0416":20,"\u0496":20,"\u04b2":20,"\u04c1":20,"\u04dc":20,"\u04fc":20,"\u04fe":20,"\u046a":20,"\u0447":44,"\u04b7":44,"\u04b9":44,"\u04cc":44,"\u04f5":44,"\u043e":19,"\u0473":19,"\u04a9":19,"\u04ab":19,"\u04d7":19,"\u04e7":19,"\u04e9":19,"\u04eb":19,"\u0501":19,"\u0503":19,"\u050d":19,"\u0479":19,"\u047b":19,"\u047d":19,"\u0481":19,"\u044a":85,"\u04a1":85,"\u04ad":85,"\u04b5":85,"\u050f":85,"\u0435":19,"\u0450":19,"\u0451":19,"\u0454":19,"\u0511":19,"\u0443":83,"\u045e":83,"\u0475":83,"\u04af":83,"\u04b1":83,"\u04ef":83,"\u04f1":83,"\u04f3":83,"\u0505":83,"\u0507":83,"\u0461":83,"\u0477":83,"\u047f":83}},"\u04d2":{"d":"406,-1656v102,0,131,24,131,122v0,98,-31,126,-132,126v-100,0,-131,-26,-131,-122v0,-98,31,-126,132,-126xm843,-1656v101,0,131,25,131,122v0,98,-32,126,-133,126v-100,0,-130,-26,-130,-122v0,-99,30,-126,132,-126xm1201,-98v18,49,31,101,-32,102v-64,1,-184,14,-221,-18v-38,-88,-63,-189,-97,-281r-486,0r-82,253v-12,70,-138,45,-214,45v-59,0,-45,-55,-28,-103r399,-1148v17,-81,170,-50,264,-50v56,0,82,10,97,53xm790,-497r-184,-550r-183,550r367,0","w":1241,"k":{"-":30,".":-15,":":-15,";":-26,",":-25,"?":84,"\u0444":32,"\u0442":88,"\u0441":21,"\u0431":30,"\u0424":93,"\u0422":140,"\u0405":18,"\u0421":59,"\u0408":-25,"\u0427":124,"\u04b6":124,"\u04b8":124,"\u04cb":124,"\u04f4":124,"\u042a":138,"\u0402":138,"\u040b":138,"\u04a0":138,"\u04ac":138,"\u04b4":138,"\u050e":138,"\u041e":55,"\u0472":55,"\u0404":55,"\u04a8":55,"\u04aa":55,"\u04d8":55,"\u04da":55,"\u04e6":55,"\u04e8":55,"\u04ea":55,"\u0500":55,"\u0502":55,"\u050c":55,"\u0460":55,"\u0478":55,"\u047a":55,"\u047c":55,"\u047e":55,"\u0480":55,"\u0423":103,"\u040e":103,"\u04ee":103,"\u04f0":103,"\u04f2":103,"\u0504":103,"\u0506":103,"\u0476":103,"\u0416":20,"\u0496":20,"\u04b2":20,"\u04c1":20,"\u04dc":20,"\u04fc":20,"\u04fe":20,"\u046a":20,"\u0447":44,"\u04b7":44,"\u04b9":44,"\u04cc":44,"\u04f5":44,"\u043e":19,"\u0473":19,"\u04a9":19,"\u04ab":19,"\u04d7":19,"\u04e7":19,"\u04e9":19,"\u04eb":19,"\u0501":19,"\u0503":19,"\u050d":19,"\u0479":19,"\u047b":19,"\u047d":19,"\u0481":19,"\u044a":85,"\u04a1":85,"\u04ad":85,"\u04b5":85,"\u050f":85,"\u0435":19,"\u0450":19,"\u0451":19,"\u0454":19,"\u0511":19,"\u0443":83,"\u045e":83,"\u0475":83,"\u04af":83,"\u04b1":83,"\u04ef":83,"\u04f1":83,"\u04f3":83,"\u0505":83,"\u0507":83,"\u0461":83,"\u0477":83,"\u047f":83}},"\u04d4":{"d":"1456,-206v39,7,38,55,38,103v0,48,2,103,-38,103r-649,0v-48,-1,-77,-29,-77,-83r0,-198r-390,0r-118,240v-18,52,-80,47,-153,47v-61,0,-135,8,-109,-62v4,-11,10,-26,19,-44r570,-1140v21,-61,91,-54,177,-54r725,0v41,6,39,55,39,104v0,48,1,102,-39,102r-461,0r0,317r390,0v42,5,40,54,40,101v0,48,2,102,-40,102r-390,0r0,362r466,0xm730,-1088r-5,0r-304,606r309,0r0,-606","w":1588,"k":{"\u0444":43,"\u0442":26,"\u0441":42,"\u0457":-28,"\u0434":19,"\u0431":24,"\u042f":10,"\u0424":55,"\u0422":7,"\u0421":46,"\u0414":10,"\u0427":25,"\u04b6":25,"\u04b8":25,"\u04cb":25,"\u04f4":25,"\u042a":30,"\u0402":30,"\u040b":30,"\u04a0":30,"\u04ac":30,"\u04b4":30,"\u050e":30,"\u041b":23,"\u0409":23,"\u04c5":23,"\u0508":23,"\u0512":23,"\u041e":42,"\u0472":42,"\u0404":42,"\u04a8":42,"\u04aa":42,"\u04d8":42,"\u04da":42,"\u04e6":42,"\u04e8":42,"\u04ea":42,"\u0500":42,"\u0502":42,"\u050c":42,"\u0460":42,"\u0478":42,"\u047a":42,"\u047c":42,"\u047e":42,"\u0480":42,"\u043b":16,"\u0459":16,"\u04c6":16,"\u0509":16,"\u0513":16,"\u043e":38,"\u0473":38,"\u04a9":38,"\u04ab":38,"\u04d7":38,"\u04e7":38,"\u04e9":38,"\u04eb":38,"\u0501":38,"\u0503":38,"\u050d":38,"\u0479":38,"\u047b":38,"\u047d":38,"\u0481":38,"\u044a":26,"\u04a1":26,"\u04ad":26,"\u04b5":26,"\u050f":26,"\u0435":41,"\u0450":41,"\u0451":41,"\u0454":41,"\u0511":41,"\u0443":33,"\u045e":33,"\u0475":33,"\u04af":33,"\u04b1":33,"\u04ef":33,"\u04f1":33,"\u04f3":33,"\u0505":33,"\u0507":33,"\u0461":33,"\u0477":33,"\u047f":33}},"\u04d6":{"d":"775,-1692v60,0,122,-5,122,51v0,201,-149,279,-363,279v-215,0,-363,-73,-363,-279v0,-55,58,-51,116,-51v54,0,103,-1,105,50v3,79,62,117,143,117v81,0,137,-39,140,-119v1,-48,49,-48,100,-48xm869,-206v40,7,39,55,39,103v0,48,2,103,-39,103r-650,0v-48,-1,-78,-29,-78,-83r0,-1128v-2,-54,30,-83,78,-83r646,0v40,7,38,56,38,104v0,47,2,102,-38,102r-462,0r0,316r391,0v40,6,39,54,39,101v0,48,2,100,-39,100r-391,0r0,365r466,0","w":999,"k":{"\u0444":43,"\u0442":26,"\u0441":42,"\u0457":-28,"\u0434":19,"\u0431":24,"\u042f":10,"\u0424":55,"\u0422":7,"\u0421":46,"\u0414":10,"\u0427":25,"\u04b6":25,"\u04b8":25,"\u04cb":25,"\u04f4":25,"\u042a":30,"\u0402":30,"\u040b":30,"\u04a0":30,"\u04ac":30,"\u04b4":30,"\u050e":30,"\u041b":23,"\u0409":23,"\u04c5":23,"\u0508":23,"\u0512":23,"\u041e":42,"\u0472":42,"\u0404":42,"\u04a8":42,"\u04aa":42,"\u04d8":42,"\u04da":42,"\u04e6":42,"\u04e8":42,"\u04ea":42,"\u0500":42,"\u0502":42,"\u050c":42,"\u0460":42,"\u0478":42,"\u047a":42,"\u047c":42,"\u047e":42,"\u0480":42,"\u043b":16,"\u0459":16,"\u04c6":16,"\u0509":16,"\u0513":16,"\u043e":38,"\u0473":38,"\u04a9":38,"\u04ab":38,"\u04d7":38,"\u04e7":38,"\u04e9":38,"\u04eb":38,"\u0501":38,"\u0503":38,"\u050d":38,"\u0479":38,"\u047b":38,"\u047d":38,"\u0481":38,"\u044a":26,"\u04a1":26,"\u04ad":26,"\u04b5":26,"\u050f":26,"\u0435":41,"\u0450":41,"\u0451":41,"\u0454":41,"\u0511":41,"\u0443":33,"\u045e":33,"\u0475":33,"\u04af":33,"\u04b1":33,"\u04ef":33,"\u04f1":33,"\u04f3":33,"\u0505":33,"\u0507":33,"\u0461":33,"\u0477":33,"\u047f":33}},"\u04d8":{"d":"987,-731v-22,-225,-128,-368,-374,-368v-153,0,-272,60,-373,108v-26,13,-46,20,-59,20v-44,-20,-36,-151,-17,-203v12,-34,39,-40,78,-60v96,-49,226,-81,373,-81v434,-1,654,229,652,663v-1,315,-129,530,-354,627v-77,33,-166,50,-266,50v-405,0,-567,-274,-567,-685v0,-39,19,-71,62,-71r845,0xm530,-217v68,35,175,33,246,2v116,-50,180,-160,205,-302r-618,0v8,143,66,249,167,300","w":1347,"k":{".":43,",":43,"\u0434":47,"\u042f":10,"\u042d":15,"\u0425":50,"\u0422":43,"\u0408":33,"\u0414":54,"\u0410":61,"\u04d0":61,"\u04d2":61,"\u04d4":61,"\u0466":61,"\u0427":2,"\u04b6":2,"\u04b8":2,"\u04cb":2,"\u04f4":2,"\u042a":52,"\u0402":52,"\u040b":52,"\u04a0":52,"\u04ac":52,"\u04b4":52,"\u050e":52,"\u041b":54,"\u0409":54,"\u04c5":54,"\u0508":54,"\u0512":54,"\u0423":43,"\u040e":43,"\u04ee":43,"\u04f0":43,"\u04f2":43,"\u0504":43,"\u0506":43,"\u0476":43,"\u0417":17,"\u0498":17,"\u04de":17,"\u04e0":17,"\u04ec":17,"\u0416":41,"\u0496":41,"\u04b2":41,"\u04c1":41,"\u04dc":41,"\u04fc":41,"\u04fe":41,"\u046a":41,"\u043b":42,"\u0459":42,"\u04c6":42,"\u0509":42,"\u0513":42}},"\u04da":{"d":"445,-1656v102,0,131,24,131,122v0,98,-31,126,-132,126v-100,0,-131,-26,-131,-122v0,-98,31,-126,132,-126xm882,-1656v101,0,131,25,131,122v0,98,-32,126,-133,126v-100,0,-130,-26,-130,-122v0,-99,30,-126,132,-126xm987,-731v-22,-225,-128,-368,-374,-368v-153,0,-272,60,-373,108v-26,13,-46,20,-59,20v-44,-20,-36,-151,-17,-203v12,-34,39,-40,78,-60v96,-49,226,-81,373,-81v434,-1,654,229,652,663v-1,315,-129,530,-354,627v-77,33,-166,50,-266,50v-405,0,-567,-274,-567,-685v0,-39,19,-71,62,-71r845,0xm530,-217v68,35,175,33,246,2v116,-50,180,-160,205,-302r-618,0v8,143,66,249,167,300","w":1347,"k":{".":43,",":43,"\u0434":47,"\u042f":10,"\u042d":15,"\u0425":50,"\u0422":43,"\u0408":33,"\u0414":54,"\u0410":61,"\u04d0":61,"\u04d2":61,"\u04d4":61,"\u0466":61,"\u0427":2,"\u04b6":2,"\u04b8":2,"\u04cb":2,"\u04f4":2,"\u042a":52,"\u0402":52,"\u040b":52,"\u04a0":52,"\u04ac":52,"\u04b4":52,"\u050e":52,"\u041b":54,"\u0409":54,"\u04c5":54,"\u0508":54,"\u0512":54,"\u0423":43,"\u040e":43,"\u04ee":43,"\u04f0":43,"\u04f2":43,"\u0504":43,"\u0506":43,"\u0476":43,"\u0417":17,"\u0498":17,"\u04de":17,"\u04e0":17,"\u04ec":17,"\u0416":41,"\u0496":41,"\u04b2":41,"\u04c1":41,"\u04dc":41,"\u04fc":41,"\u04fe":41,"\u046a":41,"\u043b":42,"\u0459":42,"\u04c6":42,"\u0509":42,"\u0513":42}},"\u04dc":{"d":"634,-1656v102,0,131,24,131,122v0,98,-31,126,-132,126v-100,0,-131,-26,-131,-122v0,-98,31,-126,132,-126xm1071,-1656v101,0,131,25,131,122v0,98,-32,126,-133,126v-100,0,-130,-26,-130,-122v0,-99,30,-126,132,-126xm852,-1300v58,0,129,-8,129,41r0,486v173,15,234,-73,274,-205r82,-273v12,-68,130,-47,206,-47v34,0,64,5,66,38v-18,112,-64,208,-96,310v-41,130,-96,226,-215,273v223,84,249,371,338,591v11,28,24,75,-16,82v-73,11,-234,32,-257,-39r-93,-293v-41,-137,-100,-235,-289,-218r0,518v-9,48,-71,42,-129,42v-58,0,-128,7,-128,-42r0,-518v-132,-9,-211,31,-251,119v-53,116,-91,263,-131,392v-20,66,-136,47,-215,47v-46,0,-82,-18,-65,-68r107,-311v48,-143,105,-247,238,-298v-196,-64,-219,-314,-292,-505v-14,-36,-27,-66,-13,-100v43,-33,172,-28,234,-12v20,5,26,19,32,39r82,274v36,132,93,221,274,204r0,-486v8,-48,71,-41,128,-41","w":1705,"k":{"\u0444":33,"\u0442":40,"\u0441":42,"\u0457":-31,"\u0431":31,"\u0430":5,"\u0424":80,"\u0422":16,"\u0421":58,"\u0427":23,"\u04b6":23,"\u04b8":23,"\u04cb":23,"\u04f4":23,"\u042a":26,"\u0402":26,"\u040b":26,"\u04a0":26,"\u04ac":26,"\u04b4":26,"\u050e":26,"\u041e":52,"\u0472":52,"\u0404":52,"\u04a8":52,"\u04aa":52,"\u04d8":52,"\u04da":52,"\u04e6":52,"\u04e8":52,"\u04ea":52,"\u0500":52,"\u0502":52,"\u050c":52,"\u0460":52,"\u0478":52,"\u047a":52,"\u047c":52,"\u047e":52,"\u0480":52,"\u0447":37,"\u04b7":37,"\u04b9":37,"\u04cc":37,"\u04f5":37,"\u043e":29,"\u0473":29,"\u04a9":29,"\u04ab":29,"\u04d7":29,"\u04e7":29,"\u04e9":29,"\u04eb":29,"\u0501":29,"\u0503":29,"\u050d":29,"\u0479":29,"\u047b":29,"\u047d":29,"\u0481":29,"\u044a":52,"\u04a1":52,"\u04ad":52,"\u04b5":52,"\u050f":52,"\u0435":28,"\u0450":28,"\u0451":28,"\u0454":28,"\u0511":28,"\u0443":54,"\u045e":54,"\u0475":54,"\u04af":54,"\u04b1":54,"\u04ef":54,"\u04f1":54,"\u04f3":54,"\u0505":54,"\u0507":54,"\u0461":54,"\u0477":54,"\u047f":54}},"\u04de":{"d":"245,-1656v102,0,131,24,131,122v0,98,-31,126,-132,126v-100,0,-131,-26,-131,-122v0,-98,31,-126,132,-126xm682,-1656v101,0,131,25,131,122v0,98,-32,126,-133,126v-100,0,-130,-26,-130,-122v0,-99,30,-126,132,-126xm643,-682v163,25,274,128,274,307v0,290,-222,398,-518,398v-128,0,-237,-26,-308,-79v-35,-26,-26,-85,-29,-147v-3,-62,18,-86,64,-59v63,37,143,73,251,71v134,-3,237,-54,237,-182v0,-197,-200,-200,-406,-194v-53,1,-47,-47,-47,-101v0,-50,-2,-97,44,-97v195,0,383,3,390,-181v7,-191,-255,-179,-387,-119v-34,15,-66,36,-97,42v-45,-13,-30,-108,-23,-162v9,-67,80,-80,146,-101v64,-21,146,-32,231,-31v246,2,415,87,415,326v0,177,-99,268,-237,309","w":987,"k":{",":25,"v":20,"W":30,"\u0174":30,"X":50,"Y":70,"\u00dd":70,"\u0176":70,"\u0178":70,"Z":20,"\u0179":20,"\u017d":20,"\u017b":20,"f":20,"t":20,"\u0165":20,"\u0163":20,"x":25,"y":20,"\u00fd":20,"\u0177":20,"\u00ff":20,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u0100":20,"\u0102":20,"\u00c5":20,"\u0104":20,"T":45,"\u0164":45,"\u0162":45,"V":35}},"\u04e0":{"d":"777,-1294v104,-10,92,137,71,220v-8,30,-25,47,-46,72r-206,244v194,38,331,146,337,366v10,371,-382,475,-735,386v-63,-16,-119,-28,-130,-88v-7,-38,-23,-168,26,-169v85,31,175,76,303,76v144,0,231,-62,232,-196v1,-177,-131,-227,-319,-215v-69,4,-63,-90,-49,-144v4,-17,15,-27,27,-41r257,-302r-430,0v-37,-8,-39,-47,-39,-104v0,-59,1,-96,39,-105r662,0","w":1003,"k":{",":25,"v":20,"W":30,"\u0174":30,"X":50,"Y":70,"\u00dd":70,"\u0176":70,"\u0178":70,"Z":20,"\u0179":20,"\u017d":20,"\u017b":20,"f":20,"t":20,"\u0165":20,"\u0163":20,"x":25,"y":20,"\u00fd":20,"\u0177":20,"\u00ff":20,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u0100":20,"\u0102":20,"\u00c5":20,"\u0104":20,"T":45,"\u0164":45,"\u0162":45,"V":35}},"\u04e2":{"d":"330,-1523v0,-46,0,-93,44,-93r590,0v41,3,40,47,40,93v0,45,2,92,-40,92r-590,0v-44,-1,-44,-46,-44,-92xm1019,-1298v66,0,175,-18,175,39r0,1225v-10,46,-74,40,-132,40v-58,0,-120,7,-130,-40r0,-682v-1,-46,7,-101,2,-143r-69,113r-478,713v-21,35,-62,42,-122,39v-58,-2,-124,8,-124,-42r0,-1224v14,-58,126,-38,196,-38v34,0,67,7,67,38r0,686v1,45,-7,97,-2,138v11,-20,25,-45,43,-72r504,-753v14,-22,35,-37,70,-37","w":1335},"\u04e4":{"d":"459,-1656v102,0,131,24,131,122v0,98,-31,126,-132,126v-100,0,-131,-26,-131,-122v0,-98,31,-126,132,-126xm896,-1656v101,0,131,25,131,122v0,98,-32,126,-133,126v-100,0,-130,-26,-130,-122v0,-99,30,-126,132,-126xm1019,-1298v66,0,175,-18,175,39r0,1225v-10,46,-74,40,-132,40v-58,0,-120,7,-130,-40r0,-682v-1,-46,7,-101,2,-143r-69,113r-478,713v-21,35,-62,42,-122,39v-58,-2,-124,8,-124,-42r0,-1224v14,-58,126,-38,196,-38v34,0,67,7,67,38r0,686v1,45,-7,97,-2,138v11,-20,25,-45,43,-72r504,-753v14,-22,35,-37,70,-37","w":1335},"\u04e6":{"d":"477,-1656v102,0,131,24,131,122v0,98,-31,126,-132,126v-100,0,-131,-26,-131,-122v0,-98,31,-126,132,-126xm914,-1656v101,0,131,25,131,122v0,98,-32,126,-133,126v-100,0,-130,-26,-130,-122v0,-99,30,-126,132,-126xm705,-1317v417,-3,603,234,600,655v-3,427,-199,682,-624,685v-423,3,-605,-235,-601,-662v4,-423,203,-675,625,-678xm689,-194v259,-2,340,-195,340,-454v0,-263,-71,-455,-333,-453v-256,2,-340,192,-340,449v0,266,66,460,333,458","w":1385,"k":{".":43,",":43,"\u0434":47,"\u042f":10,"\u042d":15,"\u0425":50,"\u0422":43,"\u0408":33,"\u0414":54,"\u0410":61,"\u04d0":61,"\u04d2":61,"\u04d4":61,"\u0466":61,"\u0427":2,"\u04b6":2,"\u04b8":2,"\u04cb":2,"\u04f4":2,"\u042a":52,"\u0402":52,"\u040b":52,"\u04a0":52,"\u04ac":52,"\u04b4":52,"\u050e":52,"\u041b":54,"\u0409":54,"\u04c5":54,"\u0508":54,"\u0512":54,"\u0423":43,"\u040e":43,"\u04ee":43,"\u04f0":43,"\u04f2":43,"\u0504":43,"\u0506":43,"\u0476":43,"\u0417":17,"\u0498":17,"\u04de":17,"\u04e0":17,"\u04ec":17,"\u0416":41,"\u0496":41,"\u04b2":41,"\u04c1":41,"\u04dc":41,"\u04fc":41,"\u04fe":41,"\u046a":41,"\u043b":42,"\u0459":42,"\u04c6":42,"\u0509":42,"\u0513":42}},"\u04e8":{"d":"705,-1317v416,-3,603,230,600,651v-3,428,-198,685,-624,689v-423,4,-605,-234,-601,-661v4,-423,203,-676,625,-679xm359,-557v15,216,97,366,330,363v227,-3,315,-152,335,-363r-665,0xm1024,-760v-20,-203,-105,-343,-328,-341v-219,2,-310,142,-334,341r662,0","w":1385,"k":{".":43,",":43,"\u0434":47,"\u042f":10,"\u042d":15,"\u0425":50,"\u0422":43,"\u0408":33,"\u0414":54,"\u0410":61,"\u04d0":61,"\u04d2":61,"\u04d4":61,"\u0466":61,"\u0427":2,"\u04b6":2,"\u04b8":2,"\u04cb":2,"\u04f4":2,"\u042a":52,"\u0402":52,"\u040b":52,"\u04a0":52,"\u04ac":52,"\u04b4":52,"\u050e":52,"\u041b":54,"\u0409":54,"\u04c5":54,"\u0508":54,"\u0512":54,"\u0423":43,"\u040e":43,"\u04ee":43,"\u04f0":43,"\u04f2":43,"\u0504":43,"\u0506":43,"\u0476":43,"\u0417":17,"\u0498":17,"\u04de":17,"\u04e0":17,"\u04ec":17,"\u0416":41,"\u0496":41,"\u04b2":41,"\u04c1":41,"\u04dc":41,"\u04fc":41,"\u04fe":41,"\u046a":41,"\u043b":42,"\u0459":42,"\u04c6":42,"\u0509":42,"\u0513":42}},"\u04ea":{"d":"474,-1656v102,0,131,24,131,122v0,98,-31,126,-132,126v-100,0,-131,-26,-131,-122v0,-98,31,-126,132,-126xm911,-1656v101,0,131,25,131,122v0,98,-32,126,-133,126v-100,0,-130,-26,-130,-122v0,-99,30,-126,132,-126xm705,-1317v416,-3,603,230,600,651v-3,428,-198,685,-624,689v-423,4,-605,-234,-601,-661v4,-423,203,-676,625,-679xm359,-557v15,216,97,366,330,363v227,-3,315,-152,335,-363r-665,0xm1024,-760v-20,-203,-105,-343,-328,-341v-219,2,-310,142,-334,341r662,0","w":1385,"k":{".":43,",":43,"\u0434":47,"\u042f":10,"\u042d":15,"\u0425":50,"\u0422":43,"\u0408":33,"\u0414":54,"\u0410":61,"\u04d0":61,"\u04d2":61,"\u04d4":61,"\u0466":61,"\u0427":2,"\u04b6":2,"\u04b8":2,"\u04cb":2,"\u04f4":2,"\u042a":52,"\u0402":52,"\u040b":52,"\u04a0":52,"\u04ac":52,"\u04b4":52,"\u050e":52,"\u041b":54,"\u0409":54,"\u04c5":54,"\u0508":54,"\u0512":54,"\u0423":43,"\u040e":43,"\u04ee":43,"\u04f0":43,"\u04f2":43,"\u0504":43,"\u0506":43,"\u0476":43,"\u0417":17,"\u0498":17,"\u04de":17,"\u04e0":17,"\u04ec":17,"\u0416":41,"\u0496":41,"\u04b2":41,"\u04c1":41,"\u04dc":41,"\u04fc":41,"\u04fe":41,"\u046a":41,"\u043b":42,"\u0459":42,"\u04c6":42,"\u0509":42,"\u0513":42}},"\u04ec":{"d":"272,-1656v102,0,131,24,131,122v0,98,-31,126,-132,126v-100,0,-131,-26,-131,-122v0,-98,31,-126,132,-126xm709,-1656v101,0,131,25,131,122v0,98,-32,126,-133,126v-100,0,-130,-26,-130,-122v0,-99,30,-126,132,-126xm445,-1316v398,0,575,253,579,659v5,458,-223,726,-692,671v-98,-11,-200,-39,-246,-102v-12,-29,-13,-65,-14,-110v-2,-66,18,-119,68,-78v82,66,273,114,409,60v125,-49,185,-174,192,-345r-537,0v-40,-6,-39,-55,-39,-102v0,-47,-2,-102,39,-102r534,0v-20,-202,-117,-333,-332,-336v-112,-1,-197,36,-261,81v-56,40,-65,-20,-64,-77v1,-82,6,-125,66,-153v76,-36,180,-66,298,-66","w":1103,"k":{".":43,",":43,"\u0434":47,"\u042f":10,"\u042d":15,"\u0425":50,"\u0422":43,"\u0408":33,"\u0414":54,"\u0410":61,"\u04d0":61,"\u04d2":61,"\u04d4":61,"\u0466":61,"\u0427":2,"\u04b6":2,"\u04b8":2,"\u04cb":2,"\u04f4":2,"\u042a":52,"\u0402":52,"\u040b":52,"\u04a0":52,"\u04ac":52,"\u04b4":52,"\u050e":52,"\u041b":54,"\u0409":54,"\u04c5":54,"\u0508":54,"\u0512":54,"\u0423":43,"\u040e":43,"\u04ee":43,"\u04f0":43,"\u04f2":43,"\u0504":43,"\u0506":43,"\u0476":43,"\u0417":17,"\u0498":17,"\u04de":17,"\u04e0":17,"\u04ec":17,"\u0416":41,"\u0496":41,"\u04b2":41,"\u04c1":41,"\u04dc":41,"\u04fc":41,"\u04fe":41,"\u046a":41,"\u043b":42,"\u0459":42,"\u04c6":42,"\u0509":42,"\u0513":42}},"\u04ee":{"d":"223,-1523v0,-46,0,-93,44,-93r590,0v41,3,40,47,40,93v0,45,2,92,-40,92r-590,0v-44,-1,-44,-46,-44,-92xm917,-1298v80,0,229,-32,186,75r-347,866v-86,213,-167,406,-468,373v-74,-8,-138,-25,-138,-112v0,-57,-13,-155,33,-161v50,24,142,72,204,21v29,-24,46,-56,66,-98r-426,-867v-24,-45,-26,-92,33,-95v68,-2,191,-18,223,26v6,8,12,19,18,32r239,518r52,126r3,0v27,-92,60,-177,92,-264r149,-398v11,-33,37,-42,81,-42","w":1121,"k":{"-":49,".":205,":":74,";":74,",":190,"\u044f":101,"\u044d":66,"\u0445":53,"\u0444":117,"\u0442":31,"\u0455":77,"\u0441":117,"\u043c":93,"\u0457":-101,"\u0434":183,"\u0431":46,"\u0430":80,"\u042f":37,"\u0424":67,"\u0405":33,"\u0421":55,"\u0408":77,"\u0414":152,"\u0410":164,"\u04d0":164,"\u04d2":164,"\u04d4":164,"\u0466":164,"\u050b":44,"\u0427":6,"\u04b6":6,"\u04b8":6,"\u04cb":6,"\u04f4":6,"\u041b":155,"\u0409":155,"\u04c5":155,"\u0508":155,"\u0512":155,"\u041e":51,"\u0472":51,"\u0404":51,"\u04a8":51,"\u04aa":51,"\u04d8":51,"\u04da":51,"\u04e6":51,"\u04e8":51,"\u04ea":51,"\u0500":51,"\u0502":51,"\u050c":51,"\u0460":51,"\u0478":51,"\u047a":51,"\u047c":51,"\u047e":51,"\u0480":51,"\u0447":33,"\u04b7":33,"\u04b9":33,"\u04cc":33,"\u04f5":33,"\u0432":73,"\u0433":73,"\u0453":73,"\u0491":73,"\u0438":73,"\u0439":73,"\u043a":73,"\u045c":73,"\u043d":73,"\u045a":73,"\u043f":73,"\u0440":73,"\u0446":73,"\u045f":73,"\u0448":73,"\u0449":73,"\u044b":73,"\u044c":73,"\u044e":73,"\u048b":73,"\u048f":73,"\u0495":73,"\u04a3":73,"\u04a5":73,"\u04a7":73,"\u04bb":73,"\u04c8":73,"\u04ca":73,"\u04e3":73,"\u04e5":73,"\u043b":176,"\u0459":176,"\u04c6":176,"\u0509":176,"\u0513":176,"\u043e":116,"\u0473":116,"\u04a9":116,"\u04ab":116,"\u04d7":116,"\u04e7":116,"\u04e9":116,"\u04eb":116,"\u0501":116,"\u0503":116,"\u050d":116,"\u0479":116,"\u047b":116,"\u047d":116,"\u0481":116,"\u0435":112,"\u0450":112,"\u0451":112,"\u0454":112,"\u0511":112,"\u0443":32,"\u045e":32,"\u0475":32,"\u04af":32,"\u04b1":32,"\u04ef":32,"\u04f1":32,"\u04f3":32,"\u0505":32,"\u0507":32,"\u0461":32,"\u0477":32,"\u047f":32,"\u0436":68,"\u0497":68,"\u04b3":68,"\u04c2":68,"\u04dd":68,"\u04fd":68,"\u04ff":68,"\u0437":54,"\u0499":54,"\u04df":54,"\u046f":54}},"\u04f0":{"d":"342,-1656v102,0,131,24,131,122v0,98,-31,126,-132,126v-100,0,-131,-26,-131,-122v0,-98,31,-126,132,-126xm779,-1656v101,0,131,25,131,122v0,98,-32,126,-133,126v-100,0,-130,-26,-130,-122v0,-99,30,-126,132,-126xm917,-1298v80,0,229,-32,186,75r-347,866v-86,213,-167,406,-468,373v-74,-8,-138,-25,-138,-112v0,-57,-13,-155,33,-161v50,24,142,72,204,21v29,-24,46,-56,66,-98r-426,-867v-24,-45,-26,-92,33,-95v68,-2,191,-18,223,26v6,8,12,19,18,32r239,518r52,126r3,0v27,-92,60,-177,92,-264r149,-398v11,-33,37,-42,81,-42","w":1121,"k":{"-":49,".":205,":":74,";":74,",":190,"\u044f":101,"\u044d":66,"\u0445":53,"\u0444":117,"\u0442":31,"\u0455":77,"\u0441":117,"\u043c":93,"\u0457":-101,"\u0434":183,"\u0431":46,"\u0430":80,"\u042f":37,"\u0424":67,"\u0405":33,"\u0421":55,"\u0408":77,"\u0414":152,"\u0410":164,"\u04d0":164,"\u04d2":164,"\u04d4":164,"\u0466":164,"\u050b":44,"\u0427":6,"\u04b6":6,"\u04b8":6,"\u04cb":6,"\u04f4":6,"\u041b":155,"\u0409":155,"\u04c5":155,"\u0508":155,"\u0512":155,"\u041e":51,"\u0472":51,"\u0404":51,"\u04a8":51,"\u04aa":51,"\u04d8":51,"\u04da":51,"\u04e6":51,"\u04e8":51,"\u04ea":51,"\u0500":51,"\u0502":51,"\u050c":51,"\u0460":51,"\u0478":51,"\u047a":51,"\u047c":51,"\u047e":51,"\u0480":51,"\u0447":33,"\u04b7":33,"\u04b9":33,"\u04cc":33,"\u04f5":33,"\u0432":73,"\u0433":73,"\u0453":73,"\u0491":73,"\u0438":73,"\u0439":73,"\u043a":73,"\u045c":73,"\u043d":73,"\u045a":73,"\u043f":73,"\u0440":73,"\u0446":73,"\u045f":73,"\u0448":73,"\u0449":73,"\u044b":73,"\u044c":73,"\u044e":73,"\u048b":73,"\u048f":73,"\u0495":73,"\u04a3":73,"\u04a5":73,"\u04a7":73,"\u04bb":73,"\u04c8":73,"\u04ca":73,"\u04e3":73,"\u04e5":73,"\u043b":176,"\u0459":176,"\u04c6":176,"\u0509":176,"\u0513":176,"\u043e":116,"\u0473":116,"\u04a9":116,"\u04ab":116,"\u04d7":116,"\u04e7":116,"\u04e9":116,"\u04eb":116,"\u0501":116,"\u0503":116,"\u050d":116,"\u0479":116,"\u047b":116,"\u047d":116,"\u0481":116,"\u0435":112,"\u0450":112,"\u0451":112,"\u0454":112,"\u0511":112,"\u0443":32,"\u045e":32,"\u0475":32,"\u04af":32,"\u04b1":32,"\u04ef":32,"\u04f1":32,"\u04f3":32,"\u0505":32,"\u0507":32,"\u0461":32,"\u0477":32,"\u047f":32,"\u0436":68,"\u0497":68,"\u04b3":68,"\u04c2":68,"\u04dd":68,"\u04fd":68,"\u04ff":68,"\u0437":54,"\u0499":54,"\u04df":54,"\u046f":54}},"\u04f2":{"d":"405,-1409v-27,34,-148,27,-189,12v-11,-7,-11,-18,-1,-32r163,-232v33,-48,159,-39,230,-33v29,2,53,5,52,27v-2,7,-8,14,-17,22xm838,-1411v-35,37,-147,29,-206,15v-14,-6,-15,-17,-6,-29r183,-236v34,-48,158,-36,235,-33v42,2,66,21,36,50xm917,-1298v80,0,229,-32,186,75r-347,866v-86,213,-167,406,-468,373v-74,-8,-138,-25,-138,-112v0,-57,-13,-155,33,-161v50,24,142,72,204,21v29,-24,46,-56,66,-98r-426,-867v-24,-45,-26,-92,33,-95v68,-2,191,-18,223,26v6,8,12,19,18,32r239,518r52,126r3,0v27,-92,60,-177,92,-264r149,-398v11,-33,37,-42,81,-42","w":1121,"k":{"-":49,".":205,":":74,";":74,",":190,"\u044f":101,"\u044d":66,"\u0445":53,"\u0444":117,"\u0442":31,"\u0455":77,"\u0441":117,"\u043c":93,"\u0457":-101,"\u0434":183,"\u0431":46,"\u0430":80,"\u042f":37,"\u0424":67,"\u0405":33,"\u0421":55,"\u0408":77,"\u0414":152,"\u0410":164,"\u04d0":164,"\u04d2":164,"\u04d4":164,"\u0466":164,"\u050b":44,"\u0427":6,"\u04b6":6,"\u04b8":6,"\u04cb":6,"\u04f4":6,"\u041b":155,"\u0409":155,"\u04c5":155,"\u0508":155,"\u0512":155,"\u041e":51,"\u0472":51,"\u0404":51,"\u04a8":51,"\u04aa":51,"\u04d8":51,"\u04da":51,"\u04e6":51,"\u04e8":51,"\u04ea":51,"\u0500":51,"\u0502":51,"\u050c":51,"\u0460":51,"\u0478":51,"\u047a":51,"\u047c":51,"\u047e":51,"\u0480":51,"\u0447":33,"\u04b7":33,"\u04b9":33,"\u04cc":33,"\u04f5":33,"\u0432":73,"\u0433":73,"\u0453":73,"\u0491":73,"\u0438":73,"\u0439":73,"\u043a":73,"\u045c":73,"\u043d":73,"\u045a":73,"\u043f":73,"\u0440":73,"\u0446":73,"\u045f":73,"\u0448":73,"\u0449":73,"\u044b":73,"\u044c":73,"\u044e":73,"\u048b":73,"\u048f":73,"\u0495":73,"\u04a3":73,"\u04a5":73,"\u04a7":73,"\u04bb":73,"\u04c8":73,"\u04ca":73,"\u04e3":73,"\u04e5":73,"\u043b":176,"\u0459":176,"\u04c6":176,"\u0509":176,"\u0513":176,"\u043e":116,"\u0473":116,"\u04a9":116,"\u04ab":116,"\u04d7":116,"\u04e7":116,"\u04e9":116,"\u04eb":116,"\u0501":116,"\u0503":116,"\u050d":116,"\u0479":116,"\u047b":116,"\u047d":116,"\u0481":116,"\u0435":112,"\u0450":112,"\u0451":112,"\u0454":112,"\u0511":112,"\u0443":32,"\u045e":32,"\u0475":32,"\u04af":32,"\u04b1":32,"\u04ef":32,"\u04f1":32,"\u04f3":32,"\u0505":32,"\u0507":32,"\u0461":32,"\u0477":32,"\u047f":32,"\u0436":68,"\u0497":68,"\u04b3":68,"\u04c2":68,"\u04dd":68,"\u04fd":68,"\u04ff":68,"\u0437":54,"\u0499":54,"\u04df":54,"\u046f":54}},"\u04f4":{"d":"333,-1656v102,0,131,24,131,122v0,98,-31,126,-132,126v-100,0,-131,-26,-131,-122v0,-98,31,-126,132,-126xm770,-1656v101,0,131,25,131,122v0,98,-32,126,-133,126v-100,0,-130,-26,-130,-122v0,-99,30,-126,132,-126xm792,-1289v68,-14,214,-32,233,30r0,1224v-14,57,-123,42,-191,38v-35,-2,-72,-6,-72,-38r0,-442v-35,3,-70,7,-104,9v-350,28,-581,-73,-581,-421r0,-370v13,-58,123,-38,191,-38v35,0,71,6,71,38r0,344v-3,168,80,238,249,236v62,0,118,-6,174,-12r0,-568v1,-18,12,-27,30,-30","w":1166},"\u04f6":{"d":"862,-1191v0,48,2,103,-39,103r-418,0r0,870v64,8,158,-30,158,54r0,469v-6,44,-62,38,-114,38v-52,0,-116,6,-116,-38r0,-299v-78,-5,-177,17,-192,-42r0,-1164v-1,-59,33,-94,89,-94r593,0v41,6,39,55,39,103","w":874,"k":{"-":69,"\u00bb":65,".":150,":":86,";":35,",":155,"\u044f":156,"\u044d":93,"\u0445":69,"\u0444":180,"\u0442":62,"\u0455":157,"\u0441":190,"\u043c":121,"\u0457":-106,"\u0434":209,"\u0431":30,"\u0430":120,"\u042f":24,"\u0424":82,"\u0405":4,"\u0421":58,"\u0408":84,"\u0414":151,"\u0410":160,"\u04d0":160,"\u04d2":160,"\u04d4":160,"\u0466":160,"\u050b":45,"\u0427":-24,"\u04b6":-24,"\u04b8":-24,"\u04cb":-24,"\u04f4":-24,"\u041b":145,"\u0409":145,"\u04c5":145,"\u0508":145,"\u0512":145,"\u041e":58,"\u0472":58,"\u0404":58,"\u04a8":58,"\u04aa":58,"\u04d8":58,"\u04da":58,"\u04e6":58,"\u04e8":58,"\u04ea":58,"\u0500":58,"\u0502":58,"\u050c":58,"\u0460":58,"\u0478":58,"\u047a":58,"\u047c":58,"\u047e":58,"\u0480":58,"\u0416":5,"\u0496":5,"\u04b2":5,"\u04c1":5,"\u04dc":5,"\u04fc":5,"\u04fe":5,"\u046a":5,"\u0447":73,"\u04b7":73,"\u04b9":73,"\u04cc":73,"\u04f5":73,"\u0432":111,"\u0433":111,"\u0453":111,"\u0491":111,"\u0438":111,"\u0439":111,"\u043a":111,"\u045c":111,"\u043d":111,"\u045a":111,"\u043f":111,"\u0440":111,"\u0446":111,"\u045f":111,"\u0448":111,"\u0449":111,"\u044b":111,"\u044c":111,"\u044e":111,"\u048b":111,"\u048f":111,"\u0495":111,"\u04a3":111,"\u04a5":111,"\u04a7":111,"\u04bb":111,"\u04c8":111,"\u04ca":111,"\u04e3":111,"\u04e5":111,"\u043b":198,"\u0459":198,"\u04c6":198,"\u0509":198,"\u0513":198,"\u043e":187,"\u0473":187,"\u04a9":187,"\u04ab":187,"\u04d7":187,"\u04e7":187,"\u04e9":187,"\u04eb":187,"\u0501":187,"\u0503":187,"\u050d":187,"\u0479":187,"\u047b":187,"\u047d":187,"\u0481":187,"\u044a":50,"\u04a1":50,"\u04ad":50,"\u04b5":50,"\u050f":50,"\u0435":175,"\u0450":175,"\u0451":175,"\u0454":175,"\u0511":175,"\u0443":96,"\u045e":96,"\u0475":96,"\u04af":96,"\u04b1":96,"\u04ef":96,"\u04f1":96,"\u04f3":96,"\u0505":96,"\u0507":96,"\u0461":96,"\u0477":96,"\u047f":96,"\u0436":98,"\u0497":98,"\u04b3":98,"\u04c2":98,"\u04dd":98,"\u04fd":98,"\u04ff":98,"\u0437":104,"\u0499":104,"\u04df":104,"\u046f":104}},"\u04f8":{"d":"589,-1656v102,0,131,24,131,122v0,98,-31,126,-132,126v-100,0,-131,-26,-131,-122v0,-98,31,-126,132,-126xm1026,-1656v101,0,131,25,131,122v0,98,-32,126,-133,126v-100,0,-130,-26,-130,-122v0,-99,30,-126,132,-126xm1362,-1300v58,0,121,-6,132,40r0,1226v-14,58,-125,38,-195,38v-34,0,-69,-7,-69,-38r0,-1226v10,-46,75,-40,132,-40xm141,-1260v14,-58,127,-38,196,-38v34,0,67,7,67,38r0,447v133,0,303,-3,394,25v162,50,275,159,275,361v0,216,-108,333,-277,393v-132,47,-385,34,-574,34v-53,0,-81,-30,-81,-83r0,-1177xm543,-202v169,3,260,-57,260,-203v0,-155,-92,-211,-264,-208r-135,0r0,411r139,0","w":1635},"\u04fa":{"d":"892,-1191v0,57,-2,95,-39,103r-418,0r0,327r220,0v38,6,39,36,39,93v0,47,2,94,-39,94r-220,0r0,356v67,5,158,-24,158,54r0,160v8,233,-76,369,-287,369v-78,0,-150,-1,-150,-65v0,-50,-13,-148,28,-148v59,0,130,13,155,-29v18,-30,24,-62,24,-117v-76,-4,-192,15,-192,-42r0,-538r-116,0v-42,-3,-39,-47,-39,-94v0,-46,-2,-93,39,-93r116,0r0,-439v-1,-61,33,-93,89,-94r593,0v38,8,39,45,39,103","w":903,"k":{"-":69,"\u00bb":65,".":150,":":86,";":35,",":155,"\u044f":156,"\u044d":93,"\u0445":69,"\u0444":180,"\u0442":62,"\u0455":157,"\u0441":190,"\u043c":121,"\u0457":-106,"\u0434":209,"\u0431":30,"\u0430":120,"\u042f":24,"\u0424":82,"\u0405":4,"\u0421":58,"\u0408":84,"\u0414":151,"\u0410":160,"\u04d0":160,"\u04d2":160,"\u04d4":160,"\u0466":160,"\u050b":45,"\u0427":-24,"\u04b6":-24,"\u04b8":-24,"\u04cb":-24,"\u04f4":-24,"\u041b":145,"\u0409":145,"\u04c5":145,"\u0508":145,"\u0512":145,"\u041e":58,"\u0472":58,"\u0404":58,"\u04a8":58,"\u04aa":58,"\u04d8":58,"\u04da":58,"\u04e6":58,"\u04e8":58,"\u04ea":58,"\u0500":58,"\u0502":58,"\u050c":58,"\u0460":58,"\u0478":58,"\u047a":58,"\u047c":58,"\u047e":58,"\u0480":58,"\u0416":5,"\u0496":5,"\u04b2":5,"\u04c1":5,"\u04dc":5,"\u04fc":5,"\u04fe":5,"\u046a":5,"\u0447":73,"\u04b7":73,"\u04b9":73,"\u04cc":73,"\u04f5":73,"\u0432":111,"\u0433":111,"\u0453":111,"\u0491":111,"\u0438":111,"\u0439":111,"\u043a":111,"\u045c":111,"\u043d":111,"\u045a":111,"\u043f":111,"\u0440":111,"\u0446":111,"\u045f":111,"\u0448":111,"\u0449":111,"\u044b":111,"\u044c":111,"\u044e":111,"\u048b":111,"\u048f":111,"\u0495":111,"\u04a3":111,"\u04a5":111,"\u04a7":111,"\u04bb":111,"\u04c8":111,"\u04ca":111,"\u04e3":111,"\u04e5":111,"\u043b":198,"\u0459":198,"\u04c6":198,"\u0509":198,"\u0513":198,"\u043e":187,"\u0473":187,"\u04a9":187,"\u04ab":187,"\u04d7":187,"\u04e7":187,"\u04e9":187,"\u04eb":187,"\u0501":187,"\u0503":187,"\u050d":187,"\u0479":187,"\u047b":187,"\u047d":187,"\u0481":187,"\u044a":50,"\u04a1":50,"\u04ad":50,"\u04b5":50,"\u050f":50,"\u0435":175,"\u0450":175,"\u0451":175,"\u0454":175,"\u0511":175,"\u0443":96,"\u045e":96,"\u0475":96,"\u04af":96,"\u04b1":96,"\u04ef":96,"\u04f1":96,"\u04f3":96,"\u0505":96,"\u0507":96,"\u0461":96,"\u0477":96,"\u047f":96,"\u0436":98,"\u0497":98,"\u04b3":98,"\u04c2":98,"\u04dd":98,"\u04fd":98,"\u04ff":98,"\u0437":104,"\u0499":104,"\u04df":104,"\u046f":104}},"\u04fc":{"d":"770,152v59,0,130,13,155,-29v18,-30,24,-62,24,-117v-65,-2,-128,4,-151,-41r-243,-467r-242,467v-21,61,-153,38,-231,38v-33,0,-53,-12,-44,-46v4,-14,13,-33,26,-56r310,-565r-288,-531v-16,-35,-39,-58,-20,-89v46,-27,183,-20,248,-8v21,4,27,16,36,33r227,428r221,-428v19,-61,148,-38,224,-38v33,0,53,12,46,46v-4,14,-11,33,-24,56r-288,528r242,449v71,8,181,-30,181,54r0,160v8,233,-76,369,-287,369v-78,0,-150,-1,-150,-65v0,-50,-13,-148,28,-148","w":1223,"k":{"\u0444":33,"\u0442":40,"\u0441":42,"\u0457":-31,"\u0431":31,"\u0430":5,"\u0424":80,"\u0422":16,"\u0421":58,"\u0427":23,"\u04b6":23,"\u04b8":23,"\u04cb":23,"\u04f4":23,"\u042a":26,"\u0402":26,"\u040b":26,"\u04a0":26,"\u04ac":26,"\u04b4":26,"\u050e":26,"\u041e":52,"\u0472":52,"\u0404":52,"\u04a8":52,"\u04aa":52,"\u04d8":52,"\u04da":52,"\u04e6":52,"\u04e8":52,"\u04ea":52,"\u0500":52,"\u0502":52,"\u050c":52,"\u0460":52,"\u0478":52,"\u047a":52,"\u047c":52,"\u047e":52,"\u0480":52,"\u0447":37,"\u04b7":37,"\u04b9":37,"\u04cc":37,"\u04f5":37,"\u043e":29,"\u0473":29,"\u04a9":29,"\u04ab":29,"\u04d7":29,"\u04e7":29,"\u04e9":29,"\u04eb":29,"\u0501":29,"\u0503":29,"\u050d":29,"\u0479":29,"\u047b":29,"\u047d":29,"\u0481":29,"\u044a":52,"\u04a1":52,"\u04ad":52,"\u04b5":52,"\u050f":52,"\u0435":28,"\u0450":28,"\u0451":28,"\u0454":28,"\u0511":28,"\u0443":54,"\u045e":54,"\u0475":54,"\u04af":54,"\u04b1":54,"\u04ef":54,"\u04f1":54,"\u04f3":54,"\u0505":54,"\u0507":54,"\u0461":54,"\u0477":54,"\u047f":54}},"\u04fe":{"d":"65,-663v0,-46,-2,-93,39,-93r220,0r-238,-439v-14,-35,-38,-59,-20,-89v46,-26,184,-20,249,-8v22,4,26,16,35,33r227,428r221,-428v19,-61,146,-39,223,-39v33,0,52,12,45,46v-4,14,-9,34,-22,57r-240,439r218,0v38,6,39,36,39,93v0,47,2,94,-39,94r-213,0r254,470v26,45,45,102,-27,102v-73,0,-207,21,-238,-38r-243,-467r-242,467v-21,61,-153,38,-231,38v-32,0,-51,-12,-43,-46v4,-14,12,-33,25,-56r258,-470r-218,0v-42,-3,-39,-47,-39,-94","w":1128,"k":{"\u0444":33,"\u0442":40,"\u0441":42,"\u0457":-31,"\u0431":31,"\u0430":5,"\u0424":80,"\u0422":16,"\u0421":58,"\u0427":23,"\u04b6":23,"\u04b8":23,"\u04cb":23,"\u04f4":23,"\u042a":26,"\u0402":26,"\u040b":26,"\u04a0":26,"\u04ac":26,"\u04b4":26,"\u050e":26,"\u041e":52,"\u0472":52,"\u0404":52,"\u04a8":52,"\u04aa":52,"\u04d8":52,"\u04da":52,"\u04e6":52,"\u04e8":52,"\u04ea":52,"\u0500":52,"\u0502":52,"\u050c":52,"\u0460":52,"\u0478":52,"\u047a":52,"\u047c":52,"\u047e":52,"\u0480":52,"\u0447":37,"\u04b7":37,"\u04b9":37,"\u04cc":37,"\u04f5":37,"\u043e":29,"\u0473":29,"\u04a9":29,"\u04ab":29,"\u04d7":29,"\u04e7":29,"\u04e9":29,"\u04eb":29,"\u0501":29,"\u0503":29,"\u050d":29,"\u0479":29,"\u047b":29,"\u047d":29,"\u0481":29,"\u044a":52,"\u04a1":52,"\u04ad":52,"\u04b5":52,"\u050f":52,"\u0435":28,"\u0450":28,"\u0451":28,"\u0454":28,"\u0511":28,"\u0443":54,"\u045e":54,"\u0475":54,"\u04af":54,"\u04b1":54,"\u04ef":54,"\u04f1":54,"\u04f3":54,"\u0505":54,"\u0507":54,"\u0461":54,"\u0477":54,"\u047f":54}},"\u0500":{"d":"992,-83v-1,53,-28,83,-81,83v-196,0,-456,14,-594,-34v-171,-60,-277,-176,-277,-395v0,-203,113,-315,274,-365v95,-30,276,-25,415,-25r0,-441v10,-47,73,-40,131,-40v58,0,122,-6,132,40r0,1177xm577,-615v-175,-3,-267,51,-267,208v0,146,91,207,262,203r157,0r0,-411r-152,0","w":1133},"\u0502":{"d":"1573,-403v0,272,-120,425,-392,426v-157,0,-257,-61,-316,-158v-66,96,-179,159,-346,158v-290,-2,-459,-129,-459,-419v0,-298,212,-416,508,-423r181,0r0,-441v10,-47,73,-40,131,-40v50,0,85,3,104,10v19,7,28,17,28,30r0,873v1,114,44,194,159,193v113,-1,139,-88,139,-203r0,-379v9,-46,68,-42,125,-42v49,0,85,4,106,11v21,7,32,18,32,31r0,373xm532,-194v128,-3,217,-73,217,-200r0,-221r-172,0v-149,2,-247,61,-247,211v0,138,61,213,202,210","w":1673,"k":{"\u042f":24,"\u0425":43,"\u0422":154,"\u0414":7,"\u0410":23,"\u04d0":23,"\u04d2":23,"\u04d4":23,"\u0466":23,"\u0427":61,"\u04b6":61,"\u04b8":61,"\u04cb":61,"\u04f4":61,"\u041b":9,"\u0409":9,"\u04c5":9,"\u0508":9,"\u0512":9,"\u0423":105,"\u040e":105,"\u04ee":105,"\u04f0":105,"\u04f2":105,"\u0504":105,"\u0506":105,"\u0476":105,"\u0416":23,"\u0496":23,"\u04b2":23,"\u04c1":23,"\u04dc":23,"\u04fc":23,"\u04fe":23,"\u046a":23}},"\u0504":{"d":"601,-682v173,20,274,106,274,305v0,115,34,183,149,183v116,0,149,-84,149,-203r0,-379v9,-46,68,-42,125,-42v49,0,85,4,106,11v21,7,32,18,32,31r0,373v0,280,-130,427,-412,426v-260,-1,-410,-110,-412,-366v-1,-162,-94,-224,-269,-224r-177,0v-53,1,-47,-47,-47,-101v0,-60,-2,-97,44,-97r139,0v146,1,251,-50,251,-181v0,-109,-73,-160,-196,-160v-105,0,-186,34,-252,70v-59,32,-64,-9,-64,-81v0,-82,11,-114,72,-139v81,-34,191,-61,310,-61v253,-2,415,96,415,326v0,177,-99,268,-237,309","w":1536,"k":{"\u042f":24,"\u0425":43,"\u0422":154,"\u0414":7,"\u0410":23,"\u04d0":23,"\u04d2":23,"\u04d4":23,"\u0466":23,"\u0427":61,"\u04b6":61,"\u04b8":61,"\u04cb":61,"\u04f4":61,"\u041b":9,"\u0409":9,"\u04c5":9,"\u0508":9,"\u0512":9,"\u0423":105,"\u040e":105,"\u04ee":105,"\u04f0":105,"\u04f2":105,"\u0504":105,"\u0506":105,"\u0476":105,"\u0416":23,"\u0496":23,"\u04b2":23,"\u04c1":23,"\u04dc":23,"\u04fc":23,"\u04fe":23,"\u046a":23}},"\u0506":{"d":"601,-682v167,19,274,101,274,287r0,177v65,8,159,-30,159,54r0,469v-6,44,-62,38,-114,38v-52,0,-116,6,-116,-38r0,-299v-78,-5,-177,17,-192,-42r0,-307v-3,-162,-94,-224,-269,-224r-177,0v-53,1,-47,-47,-47,-101v0,-60,-2,-97,44,-97r139,0v146,1,251,-50,251,-181v0,-109,-73,-160,-196,-160v-105,0,-186,34,-252,70v-59,32,-64,-9,-64,-81v0,-82,11,-114,72,-139v81,-34,191,-61,310,-61v253,-2,415,96,415,326v0,177,-99,268,-237,309","w":1078,"k":{";":-65,",":-59,"\u0444":15,"\u0442":42,"\u0441":13,"\u0431":20,"\u0424":52,"\u0422":42,"\u0421":42,"\u0427":27,"\u04b6":27,"\u04b8":27,"\u04cb":27,"\u04f4":27,"\u042a":55,"\u0402":55,"\u040b":55,"\u04a0":55,"\u04ac":55,"\u04b4":55,"\u050e":55,"\u041e":42,"\u0472":42,"\u0404":42,"\u04a8":42,"\u04aa":42,"\u04d8":42,"\u04da":42,"\u04e6":42,"\u04e8":42,"\u04ea":42,"\u0500":42,"\u0502":42,"\u050c":42,"\u0460":42,"\u0478":42,"\u047a":42,"\u047c":42,"\u047e":42,"\u0480":42,"\u0423":35,"\u040e":35,"\u04ee":35,"\u04f0":35,"\u04f2":35,"\u0504":35,"\u0506":35,"\u0476":35,"\u0447":23,"\u04b7":23,"\u04b9":23,"\u04cc":23,"\u04f5":23,"\u043e":12,"\u0473":12,"\u04a9":12,"\u04ab":12,"\u04d7":12,"\u04e7":12,"\u04e9":12,"\u04eb":12,"\u0501":12,"\u0503":12,"\u050d":12,"\u0479":12,"\u047b":12,"\u047d":12,"\u0481":12,"\u044a":49,"\u04a1":49,"\u04ad":49,"\u04b5":49,"\u050f":49,"\u0435":13,"\u0450":13,"\u0451":13,"\u0454":13,"\u0511":13,"\u0443":49,"\u045e":49,"\u0475":49,"\u04af":49,"\u04b1":49,"\u04ef":49,"\u04f1":49,"\u04f3":49,"\u0505":49,"\u0507":49,"\u0461":49,"\u0477":49,"\u047f":49}},"\u0508":{"d":"1072,-1294v50,0,76,30,75,83r0,814v1,119,33,203,149,203v116,0,149,-84,149,-203r0,-379v9,-46,68,-42,125,-42v49,0,85,4,106,11v21,7,32,18,32,31r0,373v0,280,-130,426,-412,426v-282,0,-412,-146,-412,-426r0,-675r-278,0v-19,153,-36,287,-56,400v-45,255,-85,479,-226,616v-61,59,-144,76,-258,80v-77,3,-54,-107,-54,-170v0,-36,5,-64,39,-66v103,-5,134,-77,165,-166v81,-232,107,-511,143,-818v8,-59,21,-92,77,-92r636,0","w":1808,"k":{"\u042f":24,"\u0425":43,"\u0422":154,"\u0414":7,"\u0410":23,"\u04d0":23,"\u04d2":23,"\u04d4":23,"\u0466":23,"\u0427":61,"\u04b6":61,"\u04b8":61,"\u04cb":61,"\u04f4":61,"\u041b":9,"\u0409":9,"\u04c5":9,"\u0508":9,"\u0512":9,"\u0423":105,"\u040e":105,"\u04ee":105,"\u04f0":105,"\u04f2":105,"\u0504":105,"\u0506":105,"\u0476":105,"\u0416":23,"\u0496":23,"\u04b2":23,"\u04c1":23,"\u04dc":23,"\u04fc":23,"\u04fe":23,"\u046a":23}},"\u050a":{"d":"1300,23v-282,0,-412,-146,-412,-426r0,-156r-484,0r0,523v-10,48,-72,42,-131,42v-51,0,-85,-4,-104,-11v-19,-7,-28,-18,-28,-31r0,-1222v12,-43,59,-42,132,-42v59,0,121,-5,131,42r0,475r484,0r0,-475v10,-48,73,-42,132,-42v50,0,84,4,103,11v19,7,28,18,28,31r0,861v1,119,33,203,149,203v116,0,149,-84,149,-203r0,-530v9,-46,68,-42,125,-42v49,0,85,4,106,11v21,7,32,18,32,31r0,524v0,280,-130,426,-412,426","w":1812,"k":{"\u042f":24,"\u0425":43,"\u0422":154,"\u0414":7,"\u0410":23,"\u04d0":23,"\u04d2":23,"\u04d4":23,"\u0466":23,"\u0427":61,"\u04b6":61,"\u04b8":61,"\u04cb":61,"\u04f4":61,"\u041b":9,"\u0409":9,"\u04c5":9,"\u0508":9,"\u0512":9,"\u0423":105,"\u040e":105,"\u04ee":105,"\u04f0":105,"\u04f2":105,"\u0504":105,"\u0506":105,"\u0476":105,"\u0416":23,"\u0496":23,"\u04b2":23,"\u04c1":23,"\u04dc":23,"\u04fc":23,"\u04fe":23,"\u046a":23}},"\u050c":{"d":"703,-487v-35,-7,-38,-45,-38,-99v0,-56,2,-92,38,-100r467,0v90,-1,70,118,70,206v0,330,-184,502,-517,502v-318,0,-516,-145,-605,-380v-61,-161,-59,-401,3,-560v94,-243,297,-395,626,-398v169,-2,309,35,399,100v33,24,32,63,33,123v2,81,-14,131,-78,88v-112,-76,-349,-136,-516,-63v-150,65,-242,207,-242,419v0,273,120,452,384,452v179,0,273,-100,268,-290r-292,0","w":1318,"k":{".":43,",":43,"\u0434":47,"\u042f":10,"\u042d":15,"\u0425":50,"\u0422":43,"\u0408":33,"\u0414":54,"\u0410":61,"\u04d0":61,"\u04d2":61,"\u04d4":61,"\u0466":61,"\u0427":2,"\u04b6":2,"\u04b8":2,"\u04cb":2,"\u04f4":2,"\u042a":52,"\u0402":52,"\u040b":52,"\u04a0":52,"\u04ac":52,"\u04b4":52,"\u050e":52,"\u041b":54,"\u0409":54,"\u04c5":54,"\u0508":54,"\u0512":54,"\u0423":43,"\u040e":43,"\u04ee":43,"\u04f0":43,"\u04f2":43,"\u0504":43,"\u0506":43,"\u0476":43,"\u0417":17,"\u0498":17,"\u04de":17,"\u04e0":17,"\u04ec":17,"\u0416":41,"\u0496":41,"\u04b2":41,"\u04c1":41,"\u04dc":41,"\u04fc":41,"\u04fe":41,"\u046a":41,"\u043b":42,"\u0459":42,"\u04c6":42,"\u0509":42,"\u0513":42}},"\u050e":{"d":"1002,-1186v0,58,-2,98,-39,107r-324,0r0,682v1,119,32,203,148,203v116,0,149,-84,149,-203r0,-379v9,-46,68,-42,125,-42v49,0,85,4,106,11v21,7,32,18,32,31r0,373v0,280,-130,426,-412,426v-282,0,-412,-146,-412,-426r0,-676r-324,0v-38,-8,-39,-49,-39,-107v0,-61,0,-99,39,-108r912,0v38,8,39,48,39,108","w":1299,"k":{"\u042f":24,"\u0425":43,"\u0422":154,"\u0414":7,"\u0410":23,"\u04d0":23,"\u04d2":23,"\u04d4":23,"\u0466":23,"\u0427":61,"\u04b6":61,"\u04b8":61,"\u04cb":61,"\u04f4":61,"\u041b":9,"\u0409":9,"\u04c5":9,"\u0508":9,"\u0512":9,"\u0423":105,"\u040e":105,"\u04ee":105,"\u04f0":105,"\u04f2":105,"\u0504":105,"\u0506":105,"\u0476":105,"\u0416":23,"\u0496":23,"\u04b2":23,"\u04c1":23,"\u04dc":23,"\u04fc":23,"\u04fe":23,"\u046a":23}},"\u0510":{"d":"878,-251v54,-29,67,8,66,73v-2,89,-5,120,-66,147v-122,54,-346,73,-496,27v-170,-52,-297,-161,-297,-375v0,-182,123,-276,291,-300r0,-3v-154,-34,-241,-138,-246,-311v-10,-344,458,-381,728,-262v55,24,70,53,67,130v-2,44,6,90,-32,95v-85,-22,-171,-80,-284,-78v-117,1,-193,48,-193,160v0,178,184,187,379,187v46,0,45,45,45,94v0,53,2,99,-48,99r-141,0v-156,1,-262,51,-262,200v0,120,94,181,227,181v108,0,194,-28,262,-64","w":1009,"k":{"\u0444":43,"\u0442":26,"\u0441":42,"\u0457":-28,"\u0434":19,"\u0431":24,"\u042f":10,"\u0424":55,"\u0422":7,"\u0421":46,"\u0414":10,"\u0427":25,"\u04b6":25,"\u04b8":25,"\u04cb":25,"\u04f4":25,"\u042a":30,"\u0402":30,"\u040b":30,"\u04a0":30,"\u04ac":30,"\u04b4":30,"\u050e":30,"\u041b":23,"\u0409":23,"\u04c5":23,"\u0508":23,"\u0512":23,"\u041e":42,"\u0472":42,"\u0404":42,"\u04a8":42,"\u04aa":42,"\u04d8":42,"\u04da":42,"\u04e6":42,"\u04e8":42,"\u04ea":42,"\u0500":42,"\u0502":42,"\u050c":42,"\u0460":42,"\u0478":42,"\u047a":42,"\u047c":42,"\u047e":42,"\u0480":42,"\u043b":16,"\u0459":16,"\u04c6":16,"\u0509":16,"\u0513":16,"\u043e":38,"\u0473":38,"\u04a9":38,"\u04ab":38,"\u04d7":38,"\u04e7":38,"\u04e9":38,"\u04eb":38,"\u0501":38,"\u0503":38,"\u050d":38,"\u0479":38,"\u047b":38,"\u047d":38,"\u0481":38,"\u044a":26,"\u04a1":26,"\u04ad":26,"\u04b5":26,"\u050f":26,"\u0435":41,"\u0450":41,"\u0451":41,"\u0454":41,"\u0511":41,"\u0443":33,"\u045e":33,"\u0475":33,"\u04af":33,"\u04b1":33,"\u04ef":33,"\u04f1":33,"\u04f3":33,"\u0505":33,"\u0507":33,"\u0461":33,"\u0477":33,"\u047f":33}},"\u0512":{"d":"1071,-1294v50,0,76,30,75,83r0,993v67,5,158,-24,158,54r0,160v8,233,-76,369,-287,369v-78,0,-149,-1,-149,-65v0,-50,-14,-148,27,-148v59,0,130,13,155,-29v18,-30,24,-62,24,-117v-63,-5,-148,10,-184,-22v-5,-4,-6,-11,-6,-18r0,-1044r-278,0v-19,153,-36,286,-57,400v-46,255,-84,478,-225,616v-62,60,-142,76,-258,80v-77,3,-54,-107,-54,-170v0,-36,5,-64,39,-66v103,-5,134,-77,165,-166v81,-232,107,-511,143,-818v8,-59,21,-92,77,-92r635,0","w":1348,"k":{";":-65,",":-59,"\u0444":15,"\u0442":42,"\u0441":13,"\u0431":20,"\u0424":52,"\u0422":42,"\u0421":42,"\u0427":27,"\u04b6":27,"\u04b8":27,"\u04cb":27,"\u04f4":27,"\u042a":55,"\u0402":55,"\u040b":55,"\u04a0":55,"\u04ac":55,"\u04b4":55,"\u050e":55,"\u041e":42,"\u0472":42,"\u0404":42,"\u04a8":42,"\u04aa":42,"\u04d8":42,"\u04da":42,"\u04e6":42,"\u04e8":42,"\u04ea":42,"\u0500":42,"\u0502":42,"\u050c":42,"\u0460":42,"\u0478":42,"\u047a":42,"\u047c":42,"\u047e":42,"\u0480":42,"\u0423":35,"\u040e":35,"\u04ee":35,"\u04f0":35,"\u04f2":35,"\u0504":35,"\u0506":35,"\u0476":35,"\u0447":23,"\u04b7":23,"\u04b9":23,"\u04cc":23,"\u04f5":23,"\u043e":12,"\u0473":12,"\u04a9":12,"\u04ab":12,"\u04d7":12,"\u04e7":12,"\u04e9":12,"\u04eb":12,"\u0501":12,"\u0503":12,"\u050d":12,"\u0479":12,"\u047b":12,"\u047d":12,"\u0481":12,"\u044a":49,"\u04a1":49,"\u04ad":49,"\u04b5":49,"\u050f":49,"\u0435":13,"\u0450":13,"\u0451":13,"\u0454":13,"\u0511":13,"\u0443":49,"\u045e":49,"\u0475":49,"\u04af":49,"\u04b1":49,"\u04ef":49,"\u04f1":49,"\u04f3":49,"\u0505":49,"\u0507":49,"\u0461":49,"\u0477":49,"\u047f":49}},"\u048b":{"d":"812,-958v62,-12,202,-29,202,32r0,738v54,2,120,-4,167,4v24,5,20,28,11,49r-188,425v-19,55,-124,45,-190,39v-32,-3,-59,-20,-42,-52r147,-271v-52,-3,-119,5,-149,-20v-4,-5,-7,-10,-7,-17r0,-398v0,-58,4,-121,10,-175v-125,202,-276,380,-410,572v-23,33,-59,41,-118,38v-55,-2,-119,8,-119,-38r0,-895v9,-44,68,-39,123,-39v47,0,81,3,100,10v19,7,29,16,29,29r0,396v0,57,-5,118,-11,170r49,-79v17,-26,34,-52,53,-77r304,-410v11,-14,20,-27,39,-31xm818,-1403v60,0,122,-5,122,51v0,206,-145,288,-363,288v-219,0,-363,-77,-363,-288v0,-55,58,-51,116,-51v55,0,104,0,105,51v3,83,58,125,143,125v85,0,137,-44,140,-127v1,-48,48,-49,100,-49","w":1206,"k":{";":-30,",":-69,"\u0445":-9,"\u0444":20,"\u0442":29,"\u0441":20,"\u0434":-33,"\u0431":15,"\u0447":14,"\u04b7":14,"\u04b9":14,"\u04cc":14,"\u04f5":14,"\u043e":20,"\u0473":20,"\u04a9":20,"\u04ab":20,"\u04d7":20,"\u04e7":20,"\u04e9":20,"\u04eb":20,"\u0501":20,"\u0503":20,"\u050d":20,"\u0479":20,"\u047b":20,"\u047d":20,"\u0481":20,"\u044a":37,"\u04a1":37,"\u04ad":37,"\u04b5":37,"\u050f":37,"\u0435":17,"\u0450":17,"\u0451":17,"\u0454":17,"\u0511":17,"\u0443":30,"\u045e":30,"\u0475":30,"\u04af":30,"\u04b1":30,"\u04ef":30,"\u04f1":30,"\u04f3":30,"\u0505":30,"\u0507":30,"\u0461":30,"\u0477":30,"\u047f":30}},"\u048d":{"d":"269,-1393v57,0,117,-5,127,40r0,120r232,0v42,4,39,53,39,101v0,49,4,102,-39,102r-232,0r0,379r156,-7v254,2,439,80,439,324v0,355,-392,378,-756,343v-63,-7,-90,-34,-91,-102r0,-937r-93,0v-44,-3,-39,-53,-39,-102v0,-49,-4,-101,39,-101r93,0r0,-120v9,-46,69,-40,125,-40xm527,-169v122,1,196,-44,199,-151v4,-161,-174,-155,-330,-144r0,288","w":1031,"k":{"\u0445":18,"\u0442":66,"\u0443":49,"\u045e":49,"\u0475":49,"\u04af":49,"\u04b1":49,"\u04ef":49,"\u04f1":49,"\u04f3":49,"\u0505":49,"\u0507":49,"\u0461":49,"\u0477":49,"\u047f":49,"\u0436":20,"\u0497":20,"\u04b3":20,"\u04c2":20,"\u04dd":20,"\u04fd":20,"\u04ff":20}},"\u048f":{"d":"983,77v-14,44,-68,89,-117,89v-11,0,-21,-5,-29,-16r-296,-427v-18,-43,16,-62,48,-84v37,-25,69,-45,91,-13r295,425v6,6,8,16,8,26xm661,-983v272,0,363,216,363,490v0,294,-104,516,-389,516v-126,0,-188,-60,-257,-123r0,420v-9,47,-68,43,-126,43v-58,0,-117,4,-126,-43r0,-1246v6,-43,57,-40,107,-40v49,0,106,-3,106,40r0,105v84,-82,164,-162,322,-162xm579,-191v141,0,183,-140,183,-284v0,-149,-30,-293,-175,-293v-109,0,-153,75,-209,143r0,294v59,69,104,140,201,140"},"\u0493":{"d":"756,-849v0,50,3,111,-40,111r-290,0r0,163r225,0v42,4,39,53,39,101v0,49,4,102,-39,102r-225,0r0,338v-9,46,-69,40,-126,40v-57,0,-117,6,-126,-40r0,-338r-119,0v-44,-3,-39,-53,-39,-102v0,-49,-4,-101,39,-101r119,0r0,-304v0,-51,20,-81,70,-81r472,0v42,7,40,61,40,111","w":774,"k":{"-":30,".":88,",":88,"\u044f":18,"\u0444":24,"\u0441":21,"\u043c":15,"\u0434":100,"\u0430":9,"a":53,"\u00e0":53,"\u00e1":53,"\u00e2":53,"\u00e3":53,"\u00e4":53,"\u0101":53,"\u0103":53,"\u00e5":53,"\u00e6":53,"\u043b":81,"\u0459":81,"\u04c6":81,"\u0509":81,"\u0513":81,"\u043e":18,"\u0473":18,"\u04a9":18,"\u04ab":18,"\u04d7":18,"\u04e7":18,"\u04e9":18,"\u04eb":18,"\u0501":18,"\u0503":18,"\u050d":18,"\u0479":18,"\u047b":18,"\u047d":18,"\u0481":18,"\u0435":21,"\u0450":21,"\u0451":21,"\u0454":21,"\u0511":21}},"\u0495":{"d":"668,-960v39,9,40,49,40,111v0,62,-1,101,-40,111r-290,0r0,178v241,-3,401,93,472,265v74,179,20,442,-78,545v-69,72,-161,124,-292,124v-117,0,-200,-8,-195,-131v2,-57,2,-92,29,-105v44,12,82,33,146,29v132,-7,166,-120,166,-265v0,-171,-76,-267,-248,-263r0,327v-9,46,-69,40,-126,40v-57,0,-117,6,-126,-40r0,-845v0,-54,23,-81,70,-81r472,0","w":935},"\u0497":{"d":"1568,298v-12,43,-149,32,-192,22v-18,-4,-26,-13,-26,-22r0,-292v-59,-5,-141,11,-159,-35r-83,-211v-34,-84,-63,-154,-178,-153r-51,0r0,368v-24,51,-153,30,-221,23v-16,-2,-28,-8,-28,-23r0,-368v-99,-6,-163,15,-196,79v-43,84,-76,194,-117,285v-26,56,-167,36,-243,27v-45,-5,-20,-50,-7,-83r86,-196v43,-104,100,-175,202,-215r0,-2v-156,-50,-194,-230,-257,-375v-13,-30,-36,-76,6,-85v61,-13,186,-19,228,12v55,102,73,251,150,329v31,31,85,34,148,32r0,-351v25,-49,154,-29,221,-22v16,2,28,7,28,22r0,351v94,7,154,-18,187,-79v44,-83,73,-196,117,-282v40,-32,162,-23,225,-12v42,8,20,55,6,85v-65,144,-105,319,-255,376v127,44,178,162,228,287r132,0v38,1,48,11,49,50r0,458","w":1598,"k":{"\u0444":31,"\u0441":30,"\u0430":26,"\u043e":35,"\u0473":35,"\u04a9":35,"\u04ab":35,"\u04d7":35,"\u04e7":35,"\u04e9":35,"\u04eb":35,"\u0501":35,"\u0503":35,"\u050d":35,"\u0479":35,"\u047b":35,"\u047d":35,"\u0481":35,"\u044a":6,"\u04a1":6,"\u04ad":6,"\u04b5":6,"\u050f":6,"\u0435":32,"\u0450":32,"\u0451":32,"\u0454":32,"\u0511":32}},"\u0499":{"d":"233,200v73,0,202,17,155,-74v-23,-45,-82,-87,-118,-126r251,0r42,43v41,41,74,78,76,153v3,189,-273,196,-421,136v-18,-13,-21,-39,-21,-72v1,-34,2,-60,36,-60xm600,-504v118,20,208,91,208,223v0,258,-261,330,-530,297v-83,-10,-167,-31,-206,-84v-16,-22,-14,-55,-14,-94v0,-36,-2,-71,28,-76v80,29,150,84,272,80v101,-3,179,-32,179,-129v0,-135,-170,-117,-312,-119v-44,0,-42,-42,-42,-87v0,-41,0,-79,39,-80v140,0,298,12,298,-122v0,-148,-241,-111,-332,-67v-31,15,-58,34,-87,39v-44,-5,-32,-100,-25,-139v12,-61,77,-72,136,-92v55,-19,126,-29,197,-29v201,3,364,62,364,256v0,124,-78,188,-173,223","w":874,"k":{"\u0445":9,"\u0434":10,"\u043b":19,"\u0459":19,"\u04c6":19,"\u0509":19,"\u0513":19,"\u044a":14,"\u04a1":14,"\u04ad":14,"\u04b5":14,"\u050f":14,"\u0443":10,"\u045e":10,"\u0475":10,"\u04af":10,"\u04b1":10,"\u04ef":10,"\u04f1":10,"\u04f3":10,"\u0505":10,"\u0507":10,"\u0461":10,"\u0477":10,"\u047f":10,"\u0436":8,"\u0497":8,"\u04b3":8,"\u04c2":8,"\u04dd":8,"\u04fd":8,"\u04ff":8}},"\u049b":{"d":"1069,298v-12,43,-149,32,-192,22v-18,-4,-26,-13,-26,-22r0,-292v-59,-6,-140,11,-158,-35r-83,-213v-32,-102,-88,-164,-232,-151r0,364v-15,37,-72,35,-126,35v-54,0,-112,3,-126,-35r0,-903v25,-52,157,-35,223,-24v16,3,29,10,29,24r0,347v96,7,157,-17,190,-79v44,-83,75,-196,119,-282v42,-32,163,-24,227,-12v42,8,18,55,5,85v-63,149,-107,321,-261,376v129,43,183,161,233,287r129,0v38,1,48,11,49,50r0,458","k":{"\u0444":31,"\u0441":30,"\u0430":26,"\u043e":35,"\u0473":35,"\u04a9":35,"\u04ab":35,"\u04d7":35,"\u04e7":35,"\u04e9":35,"\u04eb":35,"\u0501":35,"\u0503":35,"\u050d":35,"\u0479":35,"\u047b":35,"\u047d":35,"\u0481":35,"\u044a":6,"\u04a1":6,"\u04ad":6,"\u04b5":6,"\u050f":6,"\u0435":32,"\u0450":32,"\u0451":32,"\u0454":32,"\u0511":32}},"\u049d":{"d":"522,-812v106,-11,70,107,77,196v81,-77,101,-227,158,-330v42,-32,163,-24,227,-12v42,8,18,55,5,85v-63,149,-107,321,-261,376v180,61,219,271,298,435v11,22,16,56,-17,60v-64,8,-187,17,-235,-10v-50,-91,-76,-213,-126,-302v-14,-25,-30,-39,-49,-54v-6,89,29,211,-78,199v-114,11,-67,-130,-77,-224r-66,0r0,364v-15,37,-72,35,-126,35v-54,0,-112,3,-126,-35r0,-903v25,-52,157,-35,223,-24v16,3,29,10,29,24r0,347r66,0v9,-95,-37,-238,78,-227","w":1083,"k":{"\u0444":31,"\u0441":30,"\u0430":26,"\u043e":35,"\u0473":35,"\u04a9":35,"\u04ab":35,"\u04d7":35,"\u04e7":35,"\u04e9":35,"\u04eb":35,"\u0501":35,"\u0503":35,"\u050d":35,"\u0479":35,"\u047b":35,"\u047d":35,"\u0481":35,"\u044a":6,"\u04a1":6,"\u04ad":6,"\u04b5":6,"\u050f":6,"\u0435":32,"\u0450":32,"\u0451":32,"\u0454":32,"\u0511":32}},"\u049f":{"d":"160,-1358v25,-52,157,-33,223,-24v48,6,23,78,29,125r201,0v35,6,34,32,34,86v0,42,3,87,-34,87r-201,0r0,499v96,7,157,-17,190,-79v44,-83,75,-196,119,-282v42,-32,163,-24,227,-12v42,8,18,55,5,85v-63,149,-107,321,-261,376v180,61,219,271,298,435v11,22,16,56,-17,60v-64,8,-187,17,-235,-10v-63,-107,-80,-266,-165,-348v-34,-33,-94,-35,-161,-33r0,364v-15,37,-72,35,-126,35v-54,0,-112,3,-126,-35r0,-1055r-110,0v-38,-3,-34,-44,-34,-87v0,-42,-4,-86,34,-86r110,0r0,-101","w":1047,"k":{"\u0444":31,"\u0441":30,"\u0430":26,"\u043e":35,"\u0473":35,"\u04a9":35,"\u04ab":35,"\u04d7":35,"\u04e7":35,"\u04e9":35,"\u04eb":35,"\u0501":35,"\u0503":35,"\u050d":35,"\u0479":35,"\u047b":35,"\u047d":35,"\u0481":35,"\u044a":6,"\u04a1":6,"\u04ad":6,"\u04b5":6,"\u050f":6,"\u0435":32,"\u0450":32,"\u0451":32,"\u0454":32,"\u0511":32}},"\u04a1":{"d":"460,-960v50,0,70,30,70,81r0,294v96,7,157,-17,190,-79v44,-83,75,-196,119,-282v42,-32,163,-24,227,-12v42,8,18,55,5,85v-64,146,-103,323,-261,374r0,2v180,61,219,271,298,435v11,22,16,56,-17,60v-64,8,-187,17,-235,-10v-63,-107,-80,-266,-165,-348v-34,-33,-94,-35,-161,-33r0,364v-15,37,-72,35,-126,35v-54,0,-112,3,-126,-35r0,-709r-226,0v-42,-7,-40,-61,-40,-111v0,-50,-3,-111,40,-111r408,0","w":1165,"k":{"\u0444":31,"\u0441":30,"\u0430":26,"\u043e":35,"\u0473":35,"\u04a9":35,"\u04ab":35,"\u04d7":35,"\u04e7":35,"\u04e9":35,"\u04eb":35,"\u0501":35,"\u0503":35,"\u050d":35,"\u0479":35,"\u047b":35,"\u047d":35,"\u0481":35,"\u044a":6,"\u04a1":6,"\u04ad":6,"\u04b5":6,"\u050f":6,"\u0435":32,"\u0450":32,"\u0451":32,"\u0454":32,"\u0511":32}},"\u04a3":{"d":"865,-966v56,0,125,-6,125,40r0,716v61,7,152,-27,152,50r0,458v-12,43,-149,32,-192,22v-18,-4,-26,-13,-26,-22r0,-292v-75,-5,-171,17,-185,-40r0,-351r-361,0r0,351v-9,46,-69,40,-126,40v-57,0,-117,6,-126,-40r0,-892v9,-46,69,-40,126,-40v57,0,117,-6,126,40r0,334r361,0r0,-334v9,-46,70,-40,126,-40","w":1172,"k":{";":-30,",":-69,"\u0445":-9,"\u0444":20,"\u0442":29,"\u0441":20,"\u0434":-33,"\u0431":15,"\u0447":14,"\u04b7":14,"\u04b9":14,"\u04cc":14,"\u04f5":14,"\u043e":20,"\u0473":20,"\u04a9":20,"\u04ab":20,"\u04d7":20,"\u04e7":20,"\u04e9":20,"\u04eb":20,"\u0501":20,"\u0503":20,"\u050d":20,"\u0479":20,"\u047b":20,"\u047d":20,"\u0481":20,"\u044a":37,"\u04a1":37,"\u04ad":37,"\u04b5":37,"\u050f":37,"\u0435":17,"\u0450":17,"\u0451":17,"\u0454":17,"\u0511":17,"\u0443":30,"\u045e":30,"\u0475":30,"\u04af":30,"\u04b1":30,"\u04ef":30,"\u04f1":30,"\u04f3":30,"\u0505":30,"\u0507":30,"\u0461":30,"\u0477":30,"\u047f":30}},"\u04a5":{"d":"252,-966v57,0,117,-6,126,40r0,334r361,0r0,-287v0,-51,20,-81,70,-81r408,0v42,7,40,61,40,111v0,50,3,111,-40,111r-227,0r0,704v-9,46,-69,40,-125,40v-57,0,-126,7,-126,-40r0,-351r-361,0r0,351v-9,46,-69,40,-126,40v-57,0,-117,6,-126,-40r0,-892v9,-46,69,-40,126,-40","w":1269,"k":{"-":30,".":88,",":88,"\u044f":18,"\u0444":24,"\u0441":21,"\u043c":15,"\u0434":100,"\u0430":9,"a":53,"\u00e0":53,"\u00e1":53,"\u00e2":53,"\u00e3":53,"\u00e4":53,"\u0101":53,"\u0103":53,"\u00e5":53,"\u00e6":53,"\u043b":81,"\u0459":81,"\u04c6":81,"\u0509":81,"\u0513":81,"\u043e":18,"\u0473":18,"\u04a9":18,"\u04ab":18,"\u04d7":18,"\u04e7":18,"\u04e9":18,"\u04eb":18,"\u0501":18,"\u0503":18,"\u050d":18,"\u0479":18,"\u047b":18,"\u047d":18,"\u0481":18,"\u0435":21,"\u0450":21,"\u0451":21,"\u0454":21,"\u0511":21}},"\u04a7":{"d":"1069,374v-117,0,-200,-8,-195,-131v2,-57,2,-92,29,-105v44,12,82,33,146,29v132,-7,166,-120,166,-265v0,-171,-76,-267,-248,-263r0,327v-9,46,-69,40,-126,40v-56,0,-126,7,-126,-40r0,-718r-337,0r0,718v-10,45,-70,40,-127,40v-56,0,-125,7,-125,-40r0,-845v0,-51,20,-81,70,-81r702,0v49,0,69,30,69,81r0,319v241,-3,401,93,472,265v74,179,21,442,-77,545v-69,72,-162,124,-293,124","w":1524},"\u04a9":{"d":"937,-136v55,10,115,0,154,-13v55,6,37,116,29,167v-20,49,-99,47,-165,47v-92,0,-170,-29,-231,-67v-184,61,-416,-2,-514,-102v-82,-84,-138,-202,-138,-366v1,-251,109,-409,292,-479v94,-36,252,-51,347,-10v21,16,19,51,20,92v2,55,-11,99,-68,83v-27,-8,-48,-12,-84,-11v-179,7,-259,127,-259,317v0,179,73,292,238,308v-48,-67,-87,-148,-87,-257v0,-196,102,-320,297,-320v189,0,299,119,302,313v2,137,-61,228,-133,298xm768,-564v-86,0,-71,167,-48,240v12,34,28,63,47,85v44,-43,69,-110,69,-197v0,-66,-13,-128,-68,-128","w":1155},"\u04ab":{"d":"310,200v73,0,202,17,155,-74v-23,-45,-82,-87,-118,-126r251,0r42,43v41,41,74,78,76,153v3,189,-274,196,-422,136v-18,-13,-20,-39,-20,-72v1,-34,2,-60,36,-60xm330,-481v1,165,45,290,205,293v94,2,152,-44,202,-84v24,-19,51,-23,57,8v10,57,19,168,-20,200v-62,50,-163,86,-277,86v-295,0,-425,-187,-425,-485v0,-319,141,-519,449,-519v103,0,192,33,248,79v28,23,27,60,28,110v4,74,-17,130,-72,91v-49,-35,-104,-78,-193,-76v-149,4,-203,127,-202,297","w":857},"\u04ad":{"d":"788,-849v0,52,5,113,-39,113r-225,0r0,526v61,7,152,-27,152,50r0,458v-12,43,-149,32,-192,22v-18,-4,-26,-13,-26,-22r0,-292v-74,-5,-170,17,-184,-40r0,-702r-225,0v-45,-7,-40,-64,-40,-116v0,-49,-2,-108,40,-108r700,0v42,7,39,61,39,111","w":797,"k":{"-":30,".":88,",":88,"\u044f":18,"\u0444":24,"\u0441":21,"\u043c":15,"\u0434":100,"\u0430":9,"a":53,"\u00e0":53,"\u00e1":53,"\u00e2":53,"\u00e3":53,"\u00e4":53,"\u0101":53,"\u0103":53,"\u00e5":53,"\u00e6":53,"\u043b":81,"\u0459":81,"\u04c6":81,"\u0509":81,"\u0513":81,"\u043e":18,"\u0473":18,"\u04a9":18,"\u04ab":18,"\u04d7":18,"\u04e7":18,"\u04e9":18,"\u04eb":18,"\u0501":18,"\u0503":18,"\u050d":18,"\u0479":18,"\u047b":18,"\u047d":18,"\u0481":18,"\u0435":21,"\u0450":21,"\u0451":21,"\u0454":21,"\u0511":21}},"\u04af":{"d":"773,-964v74,0,216,-26,179,68r-339,836r0,384v-9,46,-69,40,-126,40v-57,0,-117,6,-126,-40r0,-384r-339,-840v-22,-70,41,-66,122,-66v67,0,124,-4,142,43r209,575r206,-575v9,-29,34,-41,72,-41","w":975,"k":{".":63,",":63,"\u044f":14,"\u0444":20,"\u0441":13,"\u043c":12,"\u0434":78,"\u043b":72,"\u0459":72,"\u04c6":72,"\u0509":72,"\u0513":72,"\u043e":15,"\u0473":15,"\u04a9":15,"\u04ab":15,"\u04d7":15,"\u04e7":15,"\u04e9":15,"\u04eb":15,"\u0501":15,"\u0503":15,"\u050d":15,"\u0479":15,"\u047b":15,"\u047d":15,"\u0481":15,"\u0435":23,"\u0450":23,"\u0451":23,"\u0454":23,"\u0511":23}},"\u04b1":{"d":"773,-964v74,0,216,-26,179,68r-339,836r0,30r160,0v42,4,39,53,39,101v0,49,4,102,-39,102r-160,0r0,151v-9,46,-69,40,-126,40v-57,0,-117,6,-126,-40r0,-151r-159,0v-44,-3,-39,-53,-39,-102v0,-49,-4,-101,39,-101r159,0r0,-30r-339,-840v-22,-70,41,-66,122,-66v67,0,124,-4,142,43r209,575r206,-575v9,-29,34,-41,72,-41","w":975,"k":{".":63,",":63,"\u044f":14,"\u0444":20,"\u0441":13,"\u043c":12,"\u0434":78,"\u043b":72,"\u0459":72,"\u04c6":72,"\u0509":72,"\u0513":72,"\u043e":15,"\u0473":15,"\u04a9":15,"\u04ab":15,"\u04d7":15,"\u04e7":15,"\u04e9":15,"\u04eb":15,"\u0501":15,"\u0503":15,"\u050d":15,"\u0479":15,"\u047b":15,"\u047d":15,"\u0481":15,"\u0435":23,"\u0450":23,"\u0451":23,"\u0454":23,"\u0511":23}},"\u04b3":{"d":"996,298v-12,43,-149,32,-192,22v-18,-4,-26,-13,-26,-22r0,-292v-58,-5,-132,8,-154,-35r-165,-317r-165,317v-21,53,-139,33,-211,33v-40,0,-62,-20,-42,-56r247,-439r-228,-412v-23,-38,1,-59,44,-60v59,-2,171,-11,212,13v63,99,113,211,171,314r167,-312v42,-27,169,-23,224,-7v19,13,11,30,0,52r-222,405r158,288r133,0v38,1,48,11,49,50r0,458","w":1026,"k":{"\u0444":31,"\u0441":30,"\u0430":26,"\u043e":35,"\u0473":35,"\u04a9":35,"\u04ab":35,"\u04d7":35,"\u04e7":35,"\u04e9":35,"\u04eb":35,"\u0501":35,"\u0503":35,"\u050d":35,"\u0479":35,"\u047b":35,"\u047d":35,"\u0481":35,"\u044a":6,"\u04a1":6,"\u04ad":6,"\u04b5":6,"\u050f":6,"\u0435":32,"\u0450":32,"\u0451":32,"\u0454":32,"\u0511":32}},"\u04b5":{"d":"1072,-210v61,7,152,-27,152,50r0,458v-12,43,-149,32,-192,22v-18,-4,-26,-13,-26,-22r0,-298r-707,0v-50,0,-70,-30,-70,-81r0,-655r-180,0v-45,-7,-40,-64,-40,-116v0,-49,-2,-108,40,-108r610,0v42,7,39,61,39,111v0,52,5,113,-39,113r-180,0r0,526r341,0r0,-716v9,-46,70,-40,126,-40v57,0,117,-6,126,40r0,716","w":1254,"k":{";":-30,",":-69,"\u0445":-9,"\u0444":20,"\u0442":29,"\u0441":20,"\u0434":-33,"\u0431":15,"\u0447":14,"\u04b7":14,"\u04b9":14,"\u04cc":14,"\u04f5":14,"\u043e":20,"\u0473":20,"\u04a9":20,"\u04ab":20,"\u04d7":20,"\u04e7":20,"\u04e9":20,"\u04eb":20,"\u0501":20,"\u0503":20,"\u050d":20,"\u0479":20,"\u047b":20,"\u047d":20,"\u0481":20,"\u044a":37,"\u04a1":37,"\u04ad":37,"\u04b5":37,"\u050f":37,"\u0435":17,"\u0450":17,"\u0451":17,"\u0454":17,"\u0511":17,"\u0443":30,"\u045e":30,"\u0475":30,"\u04af":30,"\u04b1":30,"\u04ef":30,"\u04f1":30,"\u04f3":30,"\u0505":30,"\u0507":30,"\u0461":30,"\u0477":30,"\u047f":30}},"\u04b7":{"d":"779,-966v56,0,125,-6,125,40r0,716v61,7,152,-27,152,50r0,458v-12,43,-149,32,-192,22v-18,-4,-26,-13,-26,-22r0,-292v-75,-5,-171,17,-185,-40r0,-307v-65,28,-136,42,-227,42v-236,-2,-348,-99,-348,-340r0,-287v8,-46,69,-40,125,-40v56,0,125,-7,125,40r0,249v-3,122,31,179,142,179v72,0,130,-19,183,-45r0,-383v8,-47,70,-40,126,-40","w":1086,"k":{";":-30,",":-69,"\u0445":-9,"\u0444":20,"\u0442":29,"\u0441":20,"\u0434":-33,"\u0431":15,"\u0447":14,"\u04b7":14,"\u04b9":14,"\u04cc":14,"\u04f5":14,"\u043e":20,"\u0473":20,"\u04a9":20,"\u04ab":20,"\u04d7":20,"\u04e7":20,"\u04e9":20,"\u04eb":20,"\u0501":20,"\u0503":20,"\u050d":20,"\u0479":20,"\u047b":20,"\u047d":20,"\u0481":20,"\u044a":37,"\u04a1":37,"\u04ad":37,"\u04b5":37,"\u050f":37,"\u0435":17,"\u0450":17,"\u0451":17,"\u0454":17,"\u0511":17,"\u0443":30,"\u045e":30,"\u0475":30,"\u04af":30,"\u04b1":30,"\u04ef":30,"\u04f1":30,"\u04f3":30,"\u0505":30,"\u0507":30,"\u0461":30,"\u0477":30,"\u047f":30}},"\u04b9":{"d":"779,6v-56,0,-126,7,-126,-40r0,-307v-27,11,-55,21,-84,28v-8,92,33,225,-78,214v-107,11,-70,-111,-77,-200v-228,-5,-336,-103,-336,-340r0,-287v8,-46,69,-40,125,-40v56,0,121,-7,125,40v8,109,-12,258,10,346v10,40,36,65,76,76v11,-97,-40,-238,78,-238v117,0,66,137,77,232v28,-8,56,-19,84,-33r0,-383v8,-47,70,-40,126,-40v56,0,125,-6,125,40r0,892v-9,46,-69,40,-125,40","w":1030},"\u04bb":{"d":"251,6v-56,0,-125,6,-125,-40r0,-892v9,-46,69,-40,125,-40v56,0,126,-7,126,40r0,307v65,-28,136,-42,227,-42v236,2,348,99,348,340r0,287v-8,46,-69,40,-125,40v-56,0,-125,7,-125,-40r0,-249v3,-122,-31,-179,-142,-179v-72,0,-130,19,-183,45r0,383v-8,47,-70,40,-126,40","w":1030},"\u04bd":{"d":"783,-983v296,0,421,174,421,477v0,57,-25,89,-77,90r-543,0v0,164,79,249,244,249v107,0,191,-22,263,-51v59,-23,74,2,71,73v-3,72,-1,96,-56,116v-78,30,-188,52,-301,52v-308,-1,-459,-144,-476,-439v-181,1,-312,-38,-307,-220v2,-77,7,-166,81,-171v54,-4,163,-21,143,46v-15,48,-37,136,10,165v20,13,46,19,79,18v37,-244,174,-405,448,-405xm960,-578v4,-136,-51,-229,-183,-227v-133,2,-185,98,-193,227r376,0","w":1285,"k":{"\u0445":16,"\u0442":5,"\u043c":15,"\u0434":29,"\u043b":33,"\u0459":33,"\u04c6":33,"\u0509":33,"\u0513":33,"\u0443":18,"\u045e":18,"\u0475":18,"\u04af":18,"\u04b1":18,"\u04ef":18,"\u04f1":18,"\u04f3":18,"\u0505":18,"\u0507":18,"\u0461":18,"\u0477":18,"\u047f":18,"\u0436":30,"\u0497":30,"\u04b3":30,"\u04c2":30,"\u04dd":30,"\u04fd":30,"\u04ff":30}},"\u04bf":{"d":"783,-983v296,0,421,174,421,477v0,57,-25,89,-77,90r-543,0v0,164,79,249,244,249v107,0,191,-22,263,-51v59,-23,74,2,71,73v-3,66,0,92,-46,111v-58,23,-135,43,-214,51r0,281v-12,43,-149,32,-192,22v-18,-4,-26,-13,-26,-22r0,-284v-228,-36,-341,-178,-355,-430v-181,1,-312,-38,-307,-220v2,-77,7,-166,81,-171v54,-4,163,-21,143,46v-15,48,-37,136,10,165v20,13,46,19,79,18v37,-244,174,-405,448,-405xm960,-578v4,-136,-51,-229,-183,-227v-133,2,-185,98,-193,227r376,0","w":1285,"k":{"\u0445":16,"\u0442":5,"\u043c":15,"\u0434":29,"\u043b":33,"\u0459":33,"\u04c6":33,"\u0509":33,"\u0513":33,"\u0443":18,"\u045e":18,"\u0475":18,"\u04af":18,"\u04b1":18,"\u04ef":18,"\u04f1":18,"\u04f3":18,"\u0505":18,"\u0507":18,"\u0461":18,"\u0477":18,"\u047f":18,"\u0436":30,"\u0497":30,"\u04b3":30,"\u04c2":30,"\u04dd":30,"\u04fd":30,"\u04ff":30}},"\u04c2":{"d":"993,-1403v60,0,122,-5,122,51v0,206,-145,288,-363,288v-219,0,-363,-77,-363,-288v0,-55,58,-51,116,-51v55,0,104,0,105,51v3,83,58,125,143,125v85,0,137,-44,140,-127v1,-48,48,-49,100,-49xm1442,-85v12,25,39,76,-6,83v-63,10,-188,18,-234,-11v-5,-5,-8,-10,-11,-16r-83,-211v-34,-84,-63,-154,-178,-153r-51,0r0,368v-24,51,-153,30,-221,23v-16,-2,-28,-8,-28,-23r0,-368v-99,-6,-163,15,-196,79v-43,84,-76,194,-117,285v-26,56,-167,36,-243,27v-45,-5,-20,-50,-7,-83r86,-196v43,-104,100,-175,202,-215r0,-2v-156,-50,-194,-230,-257,-375v-13,-30,-36,-76,6,-85v61,-13,186,-19,228,12v55,102,73,251,150,329v31,31,85,34,148,32r0,-351v25,-49,154,-29,221,-22v16,2,28,7,28,22r0,351v94,7,154,-18,187,-79v44,-83,73,-196,117,-282v40,-32,162,-23,225,-12v42,8,20,55,6,85v-65,144,-105,319,-255,376v170,59,207,256,283,412","w":1509,"k":{"\u0444":31,"\u0441":30,"\u0430":26,"\u043e":35,"\u0473":35,"\u04a9":35,"\u04ab":35,"\u04d7":35,"\u04e7":35,"\u04e9":35,"\u04eb":35,"\u0501":35,"\u0503":35,"\u050d":35,"\u0479":35,"\u047b":35,"\u047d":35,"\u0481":35,"\u044a":6,"\u04a1":6,"\u04ad":6,"\u04b5":6,"\u050f":6,"\u0435":32,"\u0450":32,"\u0451":32,"\u0454":32,"\u0511":32}},"\u04c4":{"d":"565,374v-117,0,-212,-4,-205,-131v3,-57,2,-92,29,-105v48,11,90,33,156,29v140,-8,186,-121,186,-275v0,-206,-131,-298,-353,-284r0,363v0,10,-9,20,-28,25v-48,13,-224,25,-224,-25r0,-903v0,-10,9,-19,28,-24v47,-13,214,-25,224,24r0,347v96,7,156,-18,190,-79v45,-82,74,-198,120,-282v42,-32,163,-24,226,-12v41,8,18,55,5,85v-61,144,-106,310,-250,369v190,52,321,175,321,412v0,222,-95,368,-254,434v-52,21,-109,32,-171,32","w":1040,"k":{"\u0444":31,"\u0441":30,"\u0430":26,"\u043e":35,"\u0473":35,"\u04a9":35,"\u04ab":35,"\u04d7":35,"\u04e7":35,"\u04e9":35,"\u04eb":35,"\u0501":35,"\u0503":35,"\u050d":35,"\u0479":35,"\u047b":35,"\u047d":35,"\u0481":35,"\u044a":6,"\u04a1":6,"\u04ad":6,"\u04b5":6,"\u050f":6,"\u0435":32,"\u0450":32,"\u0451":32,"\u0454":32,"\u0511":32}},"\u04c6":{"d":"882,-958v49,0,69,29,69,81r0,689v54,2,120,-4,167,4v24,5,20,28,11,49r-188,425v-19,55,-124,45,-190,39v-32,-3,-59,-20,-42,-52r147,-272v-64,-2,-146,13,-156,-39r0,-721r-181,0v-26,249,-63,464,-163,623v-59,94,-145,148,-290,150v-54,0,-46,-55,-46,-111v0,-53,-11,-113,35,-116v85,-6,116,-62,144,-131v59,-148,78,-336,98,-537v5,-51,17,-80,68,-81r517,0","w":1143,"k":{";":-30,",":-69,"\u0445":-9,"\u0444":20,"\u0442":29,"\u0441":20,"\u0434":-33,"\u0431":15,"\u0447":14,"\u04b7":14,"\u04b9":14,"\u04cc":14,"\u04f5":14,"\u043e":20,"\u0473":20,"\u04a9":20,"\u04ab":20,"\u04d7":20,"\u04e7":20,"\u04e9":20,"\u04eb":20,"\u0501":20,"\u0503":20,"\u050d":20,"\u0479":20,"\u047b":20,"\u047d":20,"\u0481":20,"\u044a":37,"\u04a1":37,"\u04ad":37,"\u04b5":37,"\u050f":37,"\u0435":17,"\u0450":17,"\u0451":17,"\u0454":17,"\u0511":17,"\u0443":30,"\u045e":30,"\u0475":30,"\u04af":30,"\u04b1":30,"\u04ef":30,"\u04f1":30,"\u04f3":30,"\u0505":30,"\u0507":30,"\u0461":30,"\u0477":30,"\u047f":30}},"\u04c8":{"d":"865,-966v56,0,125,-6,125,40r0,849v-4,268,-110,448,-374,448v-149,0,-262,-7,-256,-153v2,-39,-6,-81,28,-85v55,17,114,42,194,39v126,-5,157,-111,157,-248r0,-309r-361,0r0,351v-9,46,-69,40,-126,40v-57,0,-117,6,-126,-40r0,-892v9,-46,69,-40,126,-40v57,0,117,-6,126,40r0,334r361,0r0,-334v9,-46,70,-40,126,-40","w":1116},"\u04ca":{"d":"865,-966v56,0,125,-6,125,40r0,738v54,2,120,-4,167,4v24,5,20,28,11,49r-188,425v-19,55,-124,45,-190,39v-32,-3,-59,-20,-42,-52r147,-272v-64,-1,-145,12,-156,-39r0,-351r-361,0r0,351v-9,46,-69,40,-126,40v-57,0,-117,6,-126,-40r0,-892v9,-46,69,-40,126,-40v57,0,117,-6,126,40r0,334r361,0r0,-334v9,-46,70,-40,126,-40","w":1182,"k":{";":-30,",":-69,"\u0445":-9,"\u0444":20,"\u0442":29,"\u0441":20,"\u0434":-33,"\u0431":15,"\u0447":14,"\u04b7":14,"\u04b9":14,"\u04cc":14,"\u04f5":14,"\u043e":20,"\u0473":20,"\u04a9":20,"\u04ab":20,"\u04d7":20,"\u04e7":20,"\u04e9":20,"\u04eb":20,"\u0501":20,"\u0503":20,"\u050d":20,"\u0479":20,"\u047b":20,"\u047d":20,"\u0481":20,"\u044a":37,"\u04a1":37,"\u04ad":37,"\u04b5":37,"\u050f":37,"\u0435":17,"\u0450":17,"\u0451":17,"\u0454":17,"\u0511":17,"\u0443":30,"\u045e":30,"\u0475":30,"\u04af":30,"\u04b1":30,"\u04ef":30,"\u04f1":30,"\u04f3":30,"\u0505":30,"\u0507":30,"\u0461":30,"\u0477":30,"\u047f":30}},"\u04cc":{"d":"779,-966v56,0,125,-6,125,40r0,892v-14,58,-111,34,-185,40r0,292v-11,30,-56,30,-110,30v-53,0,-96,-1,-108,-30r0,-438v-8,-77,91,-42,152,-50r0,-151v-65,28,-136,42,-227,42v-236,-2,-348,-99,-348,-340r0,-287v8,-46,69,-40,125,-40v56,0,125,-7,125,40r0,249v-3,122,31,179,142,179v72,0,130,-19,183,-45r0,-383v8,-47,70,-40,126,-40","w":1030},"\u04ce":{"d":"198,4v-74,0,-195,33,-181,-62r122,-854v14,-81,156,-52,248,-52v50,0,77,14,90,52r149,417r63,214v56,-221,134,-422,200,-631v24,-75,158,-52,251,-52v48,0,83,9,89,52r83,724v55,1,120,-4,168,4v24,4,20,28,11,49r-188,425v-19,55,-124,45,-190,39v-32,-3,-59,-20,-42,-52r146,-271v-56,-6,-140,14,-144,-43r-45,-686r-54,188r-168,498v-17,64,-155,45,-222,33v-17,-3,-23,-14,-28,-29r-194,-556r-38,-135r-14,189r-47,498v-3,33,-29,41,-65,41","w":1505,"k":{";":-30,",":-69,"\u0445":-9,"\u0444":20,"\u0442":29,"\u0441":20,"\u0434":-33,"\u0431":15,"\u0447":14,"\u04b7":14,"\u04b9":14,"\u04cc":14,"\u04f5":14,"\u043e":20,"\u0473":20,"\u04a9":20,"\u04ab":20,"\u04d7":20,"\u04e7":20,"\u04e9":20,"\u04eb":20,"\u0501":20,"\u0503":20,"\u050d":20,"\u0479":20,"\u047b":20,"\u047d":20,"\u0481":20,"\u044a":37,"\u04a1":37,"\u04ad":37,"\u04b5":37,"\u050f":37,"\u0435":17,"\u0450":17,"\u0451":17,"\u0454":17,"\u0511":17,"\u0443":30,"\u045e":30,"\u0475":30,"\u04af":30,"\u04b1":30,"\u04ef":30,"\u04f1":30,"\u04f3":30,"\u0505":30,"\u0507":30,"\u0461":30,"\u0477":30,"\u047f":30}},"\u04cf":{"d":"273,-1300v59,0,121,-5,132,42r0,1222v-10,47,-73,42,-132,42v-59,0,-122,5,-132,-42r0,-1222v10,-47,73,-42,132,-42","w":546},"\u04d1":{"d":"719,-1403v60,0,122,-5,122,51v0,206,-145,288,-363,288v-219,0,-363,-77,-363,-288v0,-55,58,-51,116,-51v55,0,104,0,105,51v3,83,58,125,143,125v85,0,137,-44,140,-127v1,-48,48,-49,100,-49xm492,-983v257,-3,394,96,394,352r0,600v-7,42,-52,37,-105,37v-55,0,-103,6,-103,-37r0,-71v-67,71,-154,125,-282,125v-196,0,-325,-93,-325,-290v0,-279,271,-309,568,-304v10,-143,-29,-221,-169,-221v-111,0,-194,40,-264,76v-17,9,-30,14,-41,14v-61,0,-59,-149,-21,-182v74,-64,208,-97,348,-99xm451,-155v90,-2,135,-50,188,-106r0,-152v-155,-1,-320,-9,-322,138v-1,77,54,122,134,120","w":1011,"k":{"\u0445":8,"\u0442":7,"\u0443":23,"\u045e":23,"\u0475":23,"\u04af":23,"\u04b1":23,"\u04ef":23,"\u04f1":23,"\u04f3":23,"\u0505":23,"\u0507":23,"\u0461":23,"\u0477":23,"\u047f":23,"\u0436":7,"\u0497":7,"\u04b3":7,"\u04c2":7,"\u04dd":7,"\u04fd":7,"\u04ff":7}},"\u04d3":{"d":"492,-983v257,-3,394,96,394,352r0,600v-7,42,-52,37,-105,37v-55,0,-103,6,-103,-37r0,-71v-67,71,-154,125,-282,125v-196,0,-325,-93,-325,-290v0,-279,271,-309,568,-304v10,-143,-29,-221,-169,-221v-111,0,-194,40,-264,76v-17,9,-30,14,-41,14v-61,0,-59,-149,-21,-182v74,-64,208,-97,348,-99xm451,-155v90,-2,135,-50,188,-106r0,-152v-155,-1,-320,-9,-322,138v-1,77,54,122,134,120xm316,-1348v100,0,127,25,127,121v0,97,-28,125,-127,125v-98,0,-127,-26,-127,-120v0,-98,28,-126,127,-126xm707,-1348v99,0,127,26,127,121v0,97,-28,125,-128,125v-97,0,-126,-26,-126,-120v0,-99,27,-126,127,-126","w":1011,"k":{"\u0445":8,"\u0442":7,"\u0443":23,"\u045e":23,"\u0475":23,"\u04af":23,"\u04b1":23,"\u04ef":23,"\u04f1":23,"\u04f3":23,"\u0505":23,"\u0507":23,"\u0461":23,"\u0477":23,"\u047f":23,"\u0436":7,"\u0497":7,"\u04b3":7,"\u04c2":7,"\u04dd":7,"\u04fd":7,"\u04ff":7}},"\u04d5":{"d":"1096,-983v289,0,410,179,410,477v0,57,-25,89,-77,90r-543,0v0,165,81,249,249,249v123,0,207,-39,297,-61v50,5,34,97,28,147v-7,55,-70,58,-126,75v-61,18,-142,29,-223,29v-181,0,-303,-52,-376,-157v-76,91,-178,157,-339,157v-196,0,-325,-93,-325,-289v0,-281,270,-310,568,-305v10,-143,-29,-221,-169,-221v-111,0,-193,40,-264,76v-18,9,-32,14,-42,14v-61,0,-58,-149,-20,-182v74,-64,208,-97,348,-99v145,-1,247,39,305,124v61,-77,164,-124,299,-124xm1263,-578v1,-136,-50,-227,-183,-227v-134,0,-185,98,-194,227r377,0xm317,-275v-4,119,147,149,236,90v32,-21,67,-51,102,-94v-13,-33,-18,-89,-18,-134v-154,-1,-315,-9,-320,138","w":1587,"k":{"\u0445":16,"\u0442":5,"\u043c":15,"\u0434":29,"\u043b":33,"\u0459":33,"\u04c6":33,"\u0509":33,"\u0513":33,"\u0443":18,"\u045e":18,"\u0475":18,"\u04af":18,"\u04b1":18,"\u04ef":18,"\u04f1":18,"\u04f3":18,"\u0505":18,"\u0507":18,"\u0461":18,"\u0477":18,"\u047f":18,"\u0436":30,"\u0497":30,"\u04b3":30,"\u04c2":30,"\u04dd":30,"\u04fd":30,"\u04ff":30}},"\u04d7":{"d":"759,-1403v60,0,122,-5,122,51v0,206,-145,288,-363,288v-219,0,-363,-77,-363,-288v0,-55,58,-51,116,-51v55,0,104,0,105,51v3,83,58,125,143,125v85,0,137,-44,140,-127v1,-48,48,-49,100,-49xm529,-983v296,0,421,174,421,477v0,57,-25,89,-77,90r-543,0v0,163,79,249,244,249v107,0,190,-24,263,-51v16,-6,29,-10,39,-10v50,5,34,96,28,147v-6,55,-69,58,-126,75v-63,18,-144,30,-227,29v-324,1,-480,-167,-477,-493v3,-312,147,-513,455,-513xm706,-578v4,-135,-52,-229,-183,-227v-133,2,-185,98,-193,227r376,0","w":1031,"k":{"\u0445":16,"\u0442":5,"\u043c":15,"\u0434":29,"\u043b":33,"\u0459":33,"\u04c6":33,"\u0509":33,"\u0513":33,"\u0443":18,"\u045e":18,"\u0475":18,"\u04af":18,"\u04b1":18,"\u04ef":18,"\u04f1":18,"\u04f3":18,"\u0505":18,"\u0507":18,"\u0461":18,"\u0477":18,"\u047f":18,"\u0436":30,"\u0497":30,"\u04b3":30,"\u04c2":30,"\u04dd":30,"\u04fd":30,"\u04ff":30}},"\u04d9":{"d":"502,23v-296,0,-421,-174,-421,-477v0,-57,25,-89,77,-90r543,0v0,-163,-79,-249,-244,-249v-107,0,-190,24,-263,51v-16,6,-29,10,-39,10v-50,-5,-34,-96,-28,-147v6,-55,69,-58,126,-75v63,-18,144,-30,227,-29v324,-1,480,167,477,493v-3,312,-147,513,-455,513xm325,-382v-4,135,52,229,183,227v133,-2,185,-98,193,-227r-376,0","w":1031,"k":{"\u0445":34,"\u0442":9,"\u0434":51,"\u043b":35,"\u0459":35,"\u04c6":35,"\u0509":35,"\u0513":35,"\u0443":21,"\u045e":21,"\u0475":21,"\u04af":21,"\u04b1":21,"\u04ef":21,"\u04f1":21,"\u04f3":21,"\u0505":21,"\u0507":21,"\u0461":21,"\u0477":21,"\u047f":21,"\u0436":27,"\u0497":27,"\u04b3":27,"\u04c2":27,"\u04dd":27,"\u04fd":27,"\u04ff":27}},"\u04db":{"d":"502,23v-296,0,-421,-174,-421,-477v0,-57,25,-89,77,-90r543,0v0,-163,-79,-249,-244,-249v-107,0,-190,24,-263,51v-16,6,-29,10,-39,10v-50,-5,-34,-96,-28,-147v6,-55,69,-58,126,-75v63,-18,144,-30,227,-29v324,-1,480,167,477,493v-3,312,-147,513,-455,513xm325,-382v-4,135,52,229,183,227v133,-2,185,-98,193,-227r-376,0xm317,-1348v100,0,127,25,127,121v0,97,-28,125,-127,125v-98,0,-127,-26,-127,-120v0,-98,28,-126,127,-126xm708,-1348v99,0,127,26,127,121v0,97,-28,125,-128,125v-97,0,-126,-26,-126,-120v0,-99,27,-126,127,-126","w":1031,"k":{"\u0445":34,"\u0442":9,"\u0434":51,"\u043b":35,"\u0459":35,"\u04c6":35,"\u0509":35,"\u0513":35,"\u0443":21,"\u045e":21,"\u0475":21,"\u04af":21,"\u04b1":21,"\u04ef":21,"\u04f1":21,"\u04f3":21,"\u0505":21,"\u0507":21,"\u0461":21,"\u0477":21,"\u047f":21,"\u0436":27,"\u0497":27,"\u04b3":27,"\u04c2":27,"\u04dd":27,"\u04fd":27,"\u04ff":27}},"\u04dd":{"d":"1442,-85v12,25,39,76,-6,83v-63,10,-188,18,-234,-11v-5,-5,-8,-10,-11,-16r-83,-211v-34,-84,-63,-154,-178,-153r-51,0r0,368v-24,51,-153,30,-221,23v-16,-2,-28,-8,-28,-23r0,-368v-99,-6,-163,15,-196,79v-43,84,-76,194,-117,285v-26,56,-167,36,-243,27v-45,-5,-20,-50,-7,-83r86,-196v43,-104,100,-175,202,-215r0,-2v-156,-50,-194,-230,-257,-375v-13,-30,-36,-76,6,-85v61,-13,186,-19,228,12v55,102,73,251,150,329v31,31,85,34,148,32r0,-351v25,-49,154,-29,221,-22v16,2,28,7,28,22r0,351v94,7,154,-18,187,-79v44,-83,73,-196,117,-282v40,-32,162,-23,225,-12v42,8,20,55,6,85v-65,144,-105,319,-255,376v170,59,207,256,283,412xm559,-1348v100,0,127,25,127,121v0,97,-28,125,-127,125v-98,0,-127,-26,-127,-120v0,-98,28,-126,127,-126xm950,-1348v99,0,127,26,127,121v0,97,-28,125,-128,125v-97,0,-126,-26,-126,-120v0,-99,27,-126,127,-126","w":1509,"k":{"\u0444":31,"\u0441":30,"\u0430":26,"\u043e":35,"\u0473":35,"\u04a9":35,"\u04ab":35,"\u04d7":35,"\u04e7":35,"\u04e9":35,"\u04eb":35,"\u0501":35,"\u0503":35,"\u050d":35,"\u0479":35,"\u047b":35,"\u047d":35,"\u0481":35,"\u044a":6,"\u04a1":6,"\u04ad":6,"\u04b5":6,"\u050f":6,"\u0435":32,"\u0450":32,"\u0451":32,"\u0454":32,"\u0511":32}},"\u04df":{"d":"600,-504v118,20,208,91,208,223v0,258,-261,330,-530,297v-83,-10,-167,-31,-206,-84v-16,-22,-14,-55,-14,-94v0,-36,-2,-71,28,-76v80,29,150,84,272,80v101,-3,179,-32,179,-129v0,-135,-170,-117,-312,-119v-44,0,-42,-42,-42,-87v0,-41,0,-79,39,-80v140,0,298,12,298,-122v0,-148,-241,-111,-332,-67v-31,15,-58,34,-87,39v-44,-5,-32,-100,-25,-139v12,-61,77,-72,136,-92v55,-19,126,-29,197,-29v201,3,364,62,364,256v0,124,-78,188,-173,223xm226,-1348v100,0,127,25,127,121v0,97,-28,125,-127,125v-98,0,-127,-26,-127,-120v0,-98,28,-126,127,-126xm617,-1348v99,0,127,26,127,121v0,97,-28,125,-128,125v-97,0,-126,-26,-126,-120v0,-99,27,-126,127,-126","w":874,"k":{"\u0445":9,"\u0434":10,"\u043b":19,"\u0459":19,"\u04c6":19,"\u0509":19,"\u0513":19,"\u044a":14,"\u04a1":14,"\u04ad":14,"\u04b5":14,"\u050f":14,"\u0443":10,"\u045e":10,"\u0475":10,"\u04af":10,"\u04b1":10,"\u04ef":10,"\u04f1":10,"\u04f3":10,"\u0505":10,"\u0507":10,"\u0461":10,"\u0477":10,"\u047f":10,"\u0436":8,"\u0497":8,"\u04b3":8,"\u04c2":8,"\u04dd":8,"\u04fd":8,"\u04ff":8}},"\u04e1":{"d":"538,-424v204,37,351,142,351,370v0,332,-270,452,-613,410v-81,-10,-157,-31,-206,-68v-28,-21,-27,-62,-28,-114v-1,-65,12,-102,66,-73v72,38,166,66,283,64v143,-3,239,-70,239,-210v0,-184,-143,-243,-345,-230v-84,5,-56,-133,-22,-174r261,-313r-419,0v-38,-6,-39,-37,-39,-93v0,-59,1,-96,39,-105r628,0v121,-8,87,187,39,246","w":937},"\u04e3":{"d":"812,-958v62,-12,202,-29,202,32r0,895v-11,56,-116,35,-182,35v-33,0,-69,-4,-69,-35r0,-398v0,-58,4,-121,10,-175v-125,202,-276,380,-410,572v-23,33,-59,41,-118,38v-55,-2,-119,8,-119,-38r0,-895v9,-44,68,-39,123,-39v47,0,81,3,100,10v19,7,29,16,29,29r0,396v0,57,-5,118,-11,170r49,-79v17,-26,34,-52,53,-77r304,-410v11,-14,20,-27,39,-31xm273,-1231v0,-46,0,-92,44,-92r510,0v42,2,41,47,41,92v0,45,1,91,-41,91r-510,0v-44,-1,-44,-45,-44,-91","w":1140},"\u04e5":{"d":"812,-958v62,-12,202,-29,202,32r0,895v-11,56,-116,35,-182,35v-33,0,-69,-4,-69,-35r0,-398v0,-58,4,-121,10,-175v-125,202,-276,380,-410,572v-23,33,-59,41,-118,38v-55,-2,-119,8,-119,-38r0,-895v9,-44,68,-39,123,-39v47,0,81,3,100,10v19,7,29,16,29,29r0,396v0,57,-5,118,-11,170r49,-79v17,-26,34,-52,53,-77r304,-410v11,-14,20,-27,39,-31xm375,-1348v100,0,127,25,127,121v0,97,-28,125,-127,125v-98,0,-127,-26,-127,-120v0,-98,28,-126,127,-126xm766,-1348v99,0,127,26,127,121v0,97,-28,125,-128,125v-97,0,-126,-26,-126,-120v0,-99,27,-126,127,-126","w":1140},"\u04e7":{"d":"561,-983v320,0,467,175,467,494v0,323,-164,512,-489,512v-318,0,-467,-176,-467,-494v0,-322,164,-512,489,-512xm548,-178v169,0,221,-128,221,-301v0,-172,-45,-305,-217,-305v-168,0,-221,130,-221,302v0,171,45,304,217,304xm355,-1348v100,0,127,25,127,121v0,97,-28,125,-127,125v-98,0,-127,-26,-127,-120v0,-98,28,-126,127,-126xm746,-1348v99,0,127,26,127,121v0,97,-28,125,-128,125v-97,0,-126,-26,-126,-120v0,-99,27,-126,127,-126","w":1101,"k":{"\u0445":34,"\u0442":9,"\u0434":51,"\u043b":35,"\u0459":35,"\u04c6":35,"\u0509":35,"\u0513":35,"\u0443":21,"\u045e":21,"\u0475":21,"\u04af":21,"\u04b1":21,"\u04ef":21,"\u04f1":21,"\u04f3":21,"\u0505":21,"\u0507":21,"\u0461":21,"\u0477":21,"\u047f":21,"\u0436":27,"\u0497":27,"\u04b3":27,"\u04c2":27,"\u04dd":27,"\u04fd":27,"\u04ff":27}},"\u04e9":{"d":"561,-983v320,0,467,175,467,494v0,323,-164,512,-489,512v-318,0,-467,-176,-467,-494v0,-322,164,-512,489,-512xm336,-392v17,125,72,214,212,214v137,0,197,-88,215,-214r-427,0xm763,-574v-18,-122,-71,-210,-211,-210v-135,0,-195,87,-215,210r426,0","w":1101,"k":{"\u0445":34,"\u0442":9,"\u0434":51,"\u043b":35,"\u0459":35,"\u04c6":35,"\u0509":35,"\u0513":35,"\u0443":21,"\u045e":21,"\u0475":21,"\u04af":21,"\u04b1":21,"\u04ef":21,"\u04f1":21,"\u04f3":21,"\u0505":21,"\u0507":21,"\u0461":21,"\u0477":21,"\u047f":21,"\u0436":27,"\u0497":27,"\u04b3":27,"\u04c2":27,"\u04dd":27,"\u04fd":27,"\u04ff":27}},"\u04eb":{"d":"561,-983v320,0,467,175,467,494v0,323,-164,512,-489,512v-318,0,-467,-176,-467,-494v0,-322,164,-512,489,-512xm336,-392v17,125,72,214,212,214v137,0,197,-88,215,-214r-427,0xm763,-574v-18,-122,-71,-210,-211,-210v-135,0,-195,87,-215,210r426,0xm355,-1348v100,0,127,25,127,121v0,97,-28,125,-127,125v-98,0,-127,-26,-127,-120v0,-98,28,-126,127,-126xm746,-1348v99,0,127,26,127,121v0,97,-28,125,-128,125v-97,0,-126,-26,-126,-120v0,-99,27,-126,127,-126","w":1101,"k":{"\u0445":34,"\u0442":9,"\u0434":51,"\u043b":35,"\u0459":35,"\u04c6":35,"\u0509":35,"\u0513":35,"\u0443":21,"\u045e":21,"\u0475":21,"\u04af":21,"\u04b1":21,"\u04ef":21,"\u04f1":21,"\u04f3":21,"\u0505":21,"\u0507":21,"\u0461":21,"\u0477":21,"\u047f":21,"\u0436":27,"\u0497":27,"\u04b3":27,"\u04c2":27,"\u04dd":27,"\u04fd":27,"\u04ff":27}},"\u04ed":{"d":"277,-974v343,-54,546,142,546,478v0,355,-190,562,-559,512v-80,-11,-149,-37,-189,-84v-13,-24,-11,-56,-12,-97v-2,-65,17,-110,60,-73v79,68,298,112,384,13v36,-42,60,-100,65,-180r-391,0v-28,-6,-30,-38,-30,-83v0,-45,2,-78,30,-85r389,0v-15,-135,-85,-222,-232,-224v-92,-1,-156,39,-208,75v-12,9,-21,14,-27,14v-48,-13,-33,-128,-19,-176v38,-48,115,-78,193,-90xm224,-1348v100,0,127,25,127,121v0,97,-28,125,-127,125v-98,0,-127,-26,-127,-120v0,-98,28,-126,127,-126xm615,-1348v99,0,127,26,127,121v0,97,-28,125,-128,125v-97,0,-126,-26,-126,-120v0,-99,27,-126,127,-126","w":895,"k":{"\u0445":34,"\u0442":9,"\u0434":51,"\u043b":35,"\u0459":35,"\u04c6":35,"\u0509":35,"\u0513":35,"\u0443":21,"\u045e":21,"\u0475":21,"\u04af":21,"\u04b1":21,"\u04ef":21,"\u04f1":21,"\u04f3":21,"\u0505":21,"\u0507":21,"\u0461":21,"\u0477":21,"\u047f":21,"\u0436":27,"\u0497":27,"\u04b3":27,"\u04c2":27,"\u04dd":27,"\u04fd":27,"\u04ff":27}},"\u04ef":{"d":"744,-962v61,-6,202,-25,204,44v0,12,-3,27,-8,44r-405,1190v-22,55,-149,50,-230,44v-38,-3,-58,-22,-43,-61r119,-299v-17,-8,-33,-27,-39,-45r-307,-820v-9,-23,-13,-41,-13,-53v4,-69,124,-46,196,-46v49,0,60,21,74,61r210,597r3,0r192,-609v8,-33,14,-44,47,-47xm188,-1231v0,-46,0,-92,44,-92r510,0v42,2,41,47,41,92v0,45,1,91,-41,91r-510,0v-44,-1,-44,-45,-44,-91","w":970,"k":{".":63,",":63,"\u044f":14,"\u0444":20,"\u0441":13,"\u043c":12,"\u0434":78,"\u043b":72,"\u0459":72,"\u04c6":72,"\u0509":72,"\u0513":72,"\u043e":15,"\u0473":15,"\u04a9":15,"\u04ab":15,"\u04d7":15,"\u04e7":15,"\u04e9":15,"\u04eb":15,"\u0501":15,"\u0503":15,"\u050d":15,"\u0479":15,"\u047b":15,"\u047d":15,"\u0481":15,"\u0435":23,"\u0450":23,"\u0451":23,"\u0454":23,"\u0511":23}},"\u04f1":{"d":"744,-962v61,-6,202,-25,204,44v0,12,-3,27,-8,44r-405,1190v-22,55,-149,50,-230,44v-38,-3,-58,-22,-43,-61r119,-299v-17,-8,-33,-27,-39,-45r-307,-820v-9,-23,-13,-41,-13,-53v4,-69,124,-46,196,-46v49,0,60,21,74,61r210,597r3,0r192,-609v8,-33,14,-44,47,-47xm290,-1348v100,0,127,25,127,121v0,97,-28,125,-127,125v-98,0,-127,-26,-127,-120v0,-98,28,-126,127,-126xm681,-1348v99,0,127,26,127,121v0,97,-28,125,-128,125v-97,0,-126,-26,-126,-120v0,-99,27,-126,127,-126","w":970,"k":{".":63,",":63,"\u044f":14,"\u0444":20,"\u0441":13,"\u043c":12,"\u0434":78,"\u043b":72,"\u0459":72,"\u04c6":72,"\u0509":72,"\u0513":72,"\u043e":15,"\u0473":15,"\u04a9":15,"\u04ab":15,"\u04d7":15,"\u04e7":15,"\u04e9":15,"\u04eb":15,"\u0501":15,"\u0503":15,"\u050d":15,"\u0479":15,"\u047b":15,"\u047d":15,"\u0481":15,"\u0435":23,"\u0450":23,"\u0451":23,"\u0454":23,"\u0511":23}},"\u04f3":{"d":"348,-1093v-27,35,-161,38,-183,3v0,-5,2,-12,7,-20r151,-243v23,-52,134,-42,201,-37v47,3,60,27,31,60xm720,-1094v-24,38,-144,29,-184,18v-14,-4,-15,-16,-4,-31r180,-254v28,-45,138,-34,204,-28v39,4,48,31,23,58xm744,-962v61,-6,202,-25,204,44v0,12,-3,27,-8,44r-405,1190v-22,55,-149,50,-230,44v-38,-3,-58,-22,-43,-61r119,-299v-17,-8,-33,-27,-39,-45r-307,-820v-9,-23,-13,-41,-13,-53v4,-69,124,-46,196,-46v49,0,60,21,74,61r210,597r3,0r192,-609v8,-33,14,-44,47,-47","w":970,"k":{".":63,",":63,"\u044f":14,"\u0444":20,"\u0441":13,"\u043c":12,"\u0434":78,"\u043b":72,"\u0459":72,"\u04c6":72,"\u0509":72,"\u0513":72,"\u043e":15,"\u0473":15,"\u04a9":15,"\u04ab":15,"\u04d7":15,"\u04e7":15,"\u04e9":15,"\u04eb":15,"\u0501":15,"\u0503":15,"\u050d":15,"\u0479":15,"\u047b":15,"\u047d":15,"\u0481":15,"\u0435":23,"\u0450":23,"\u0451":23,"\u0454":23,"\u0511":23}},"\u04f5":{"d":"749,-966v56,0,125,-6,125,40r0,892v-9,46,-69,40,-125,40v-56,0,-126,7,-126,-40r0,-307v-65,28,-136,42,-227,42v-236,-2,-348,-99,-348,-340r0,-287v8,-46,69,-40,125,-40v56,0,125,-7,125,40r0,249v-3,122,31,179,142,179v72,0,130,-19,183,-45r0,-383v8,-47,70,-40,126,-40xm267,-1348v100,0,127,25,127,121v0,97,-28,125,-127,125v-98,0,-127,-26,-127,-120v0,-98,28,-126,127,-126xm658,-1348v99,0,127,26,127,121v0,97,-28,125,-128,125v-97,0,-126,-26,-126,-120v0,-99,27,-126,127,-126","w":1000},"\u04f7":{"d":"708,-849v0,50,3,111,-40,111r-290,0r0,548v61,7,152,-27,152,50r0,438v-12,43,-149,32,-192,22v-18,-4,-26,-13,-26,-22r0,-292v-75,-5,-171,17,-186,-40r0,-845v0,-51,20,-81,70,-81r472,0v42,7,40,61,40,111","w":726,"k":{"-":30,".":88,",":88,"\u044f":18,"\u0444":24,"\u0441":21,"\u043c":15,"\u0434":100,"\u0430":9,"a":53,"\u00e0":53,"\u00e1":53,"\u00e2":53,"\u00e3":53,"\u00e4":53,"\u0101":53,"\u0103":53,"\u00e5":53,"\u00e6":53,"\u043b":81,"\u0459":81,"\u04c6":81,"\u0509":81,"\u0513":81,"\u043e":18,"\u0473":18,"\u04a9":18,"\u04ab":18,"\u04d7":18,"\u04e7":18,"\u04e9":18,"\u04eb":18,"\u0501":18,"\u0503":18,"\u050d":18,"\u0479":18,"\u047b":18,"\u047d":18,"\u0481":18,"\u0435":21,"\u0450":21,"\u0451":21,"\u0454":21,"\u0511":21}},"\u04f9":{"d":"1205,-966v58,0,116,-6,126,40r0,892v-9,46,-69,40,-126,40v-56,0,-116,5,-125,-40r0,-892v9,-46,69,-40,125,-40xm126,-926v8,-44,66,-40,120,-40v48,0,82,3,102,10v20,7,30,17,30,30r0,275v300,-28,572,25,572,317v0,350,-374,380,-733,343v-63,-7,-90,-34,-91,-102r0,-833xm500,-169v120,1,190,-44,193,-151v5,-157,-163,-156,-315,-144r0,288xm523,-1348v100,0,127,25,127,121v0,97,-28,125,-127,125v-98,0,-127,-26,-127,-120v0,-98,28,-126,127,-126xm914,-1348v99,0,127,26,127,121v0,97,-28,125,-128,125v-97,0,-126,-26,-126,-120v0,-99,27,-126,127,-126","w":1458},"\u04fb":{"d":"756,-849v0,62,-1,101,-40,111r-290,0r0,163r225,0v42,4,39,53,39,101v0,49,4,102,-39,102r-225,0r0,162v63,5,151,-23,151,51r0,174v8,221,-71,347,-272,350v-60,1,-110,-8,-134,-30v-11,-22,-10,-43,-10,-80v0,-51,-2,-83,27,-92r71,5v89,1,102,-67,100,-162v-75,-5,-170,17,-185,-40r0,-338r-119,0v-44,-3,-39,-53,-39,-102v0,-48,-4,-101,39,-101r119,0r0,-304v0,-54,23,-81,70,-81r472,0v39,9,40,49,40,111","w":774,"k":{"-":30,".":88,",":88,"\u044f":18,"\u0444":24,"\u0441":21,"\u043c":15,"\u0434":100,"\u0430":9,"a":53,"\u00e0":53,"\u00e1":53,"\u00e2":53,"\u00e3":53,"\u00e4":53,"\u0101":53,"\u0103":53,"\u00e5":53,"\u00e6":53,"\u043b":81,"\u0459":81,"\u04c6":81,"\u0509":81,"\u0513":81,"\u043e":18,"\u0473":18,"\u04a9":18,"\u04ab":18,"\u04d7":18,"\u04e7":18,"\u04e9":18,"\u04eb":18,"\u0501":18,"\u0503":18,"\u050d":18,"\u0479":18,"\u047b":18,"\u047d":18,"\u0481":18,"\u0435":21,"\u0450":21,"\u0451":21,"\u0454":21,"\u0511":21}},"\u04fd":{"d":"674,168v89,1,102,-67,100,-162v-67,-3,-127,8,-150,-35r-165,-317r-165,317v-21,53,-139,33,-211,33v-40,0,-62,-20,-42,-56r247,-439r-228,-412v-23,-38,1,-59,44,-60v59,-2,171,-11,212,13v63,99,113,211,171,314r167,-312v42,-27,169,-23,224,-7v19,13,11,30,0,52r-222,405r158,288v69,8,178,-30,178,51r0,174v8,221,-71,347,-272,350v-60,1,-110,-8,-134,-30v-11,-22,-10,-43,-10,-80v0,-51,-2,-83,27,-92","w":1022,"k":{"\u0444":31,"\u0441":30,"\u0430":26,"\u043e":35,"\u0473":35,"\u04a9":35,"\u04ab":35,"\u04d7":35,"\u04e7":35,"\u04e9":35,"\u04eb":35,"\u0501":35,"\u0503":35,"\u050d":35,"\u0479":35,"\u047b":35,"\u047d":35,"\u0481":35,"\u044a":6,"\u04a1":6,"\u04ad":6,"\u04b5":6,"\u050f":6,"\u0435":32,"\u0450":32,"\u0451":32,"\u0454":32,"\u0511":32}},"\u04ff":{"d":"873,-494v0,49,4,102,-39,102r-120,0r187,340v29,66,-57,58,-127,58v-68,0,-127,8,-150,-35r-165,-317r-165,317v-21,53,-139,33,-211,33v-40,0,-62,-20,-42,-56r191,-340r-127,0v-44,-3,-39,-53,-39,-102v0,-49,-4,-101,39,-101r125,0r-170,-308v-23,-38,1,-59,44,-60v59,-2,171,-11,212,13v63,99,113,211,171,314r167,-312v42,-27,169,-23,224,-7v19,13,11,30,0,52r-169,308r125,0v42,4,39,53,39,101","w":941,"k":{"\u0444":31,"\u0441":30,"\u0430":26,"\u043e":35,"\u0473":35,"\u04a9":35,"\u04ab":35,"\u04d7":35,"\u04e7":35,"\u04e9":35,"\u04eb":35,"\u0501":35,"\u0503":35,"\u050d":35,"\u0479":35,"\u047b":35,"\u047d":35,"\u0481":35,"\u044a":6,"\u04a1":6,"\u04ad":6,"\u04b5":6,"\u050f":6,"\u0435":32,"\u0450":32,"\u0451":32,"\u0454":32,"\u0511":32}},"\u0501":{"d":"847,-1389v58,0,125,-4,125,43r0,1312v-4,44,-56,40,-105,40v-52,0,-108,5,-108,-40r0,-99v-81,84,-166,156,-312,156v-276,0,-372,-214,-372,-491v0,-231,69,-402,222,-479v49,-24,105,-36,168,-36v120,0,187,53,257,120r0,-483v8,-47,68,-43,125,-43xm510,-190v111,0,153,-77,212,-144r0,-296v-60,-70,-107,-140,-207,-140v-143,0,-184,140,-184,285v0,150,32,295,179,295"},"\u0503":{"d":"513,-190v143,0,209,-111,209,-260r0,-180v-60,-71,-106,-140,-207,-140v-142,0,-184,139,-184,285v0,152,33,295,182,295xm825,-145v-66,104,-175,170,-347,168v-289,-3,-403,-202,-403,-491v0,-230,71,-402,223,-479v48,-24,104,-36,167,-36v121,0,187,52,257,120r0,-483v8,-47,68,-43,125,-43v58,0,125,-4,125,43r0,959v1,124,34,204,151,204v107,0,132,-81,132,-193r0,-290v9,-45,67,-40,122,-40v48,0,81,3,100,10v19,7,28,17,28,30r0,284v0,259,-114,405,-373,405v-160,1,-252,-65,-307,-168","w":1595,"k":{"\u0445":34,"\u0442":9,"\u0434":51,"\u043b":35,"\u0459":35,"\u04c6":35,"\u0509":35,"\u0513":35,"\u0443":21,"\u045e":21,"\u0475":21,"\u04af":21,"\u04b1":21,"\u04ef":21,"\u04f1":21,"\u04f3":21,"\u0505":21,"\u0507":21,"\u0461":21,"\u0477":21,"\u047f":21,"\u0436":27,"\u0497":27,"\u04b3":27,"\u04c2":27,"\u04dd":27,"\u04fd":27,"\u04ff":27}},"\u0505":{"d":"769,-732v0,119,-59,187,-153,224v94,22,150,73,158,178v6,88,45,147,139,147v107,0,141,-81,142,-193r0,-290v9,-45,67,-40,122,-40v48,0,81,3,100,10v19,7,28,17,28,30r0,284v1,265,-116,405,-383,405v-236,0,-381,-88,-392,-297v-8,-149,-170,-135,-329,-135v-41,0,-44,-33,-44,-85v0,-53,2,-86,40,-87v138,-4,325,20,325,-105v0,-150,-266,-114,-358,-64v-32,17,-59,39,-91,44v-49,-9,-29,-107,-27,-162v14,-56,75,-67,132,-86v145,-49,383,-33,487,38v59,40,104,94,104,184","w":1395,"k":{"\u0445":34,"\u0442":9,"\u0434":51,"\u043b":35,"\u0459":35,"\u04c6":35,"\u0509":35,"\u0513":35,"\u0443":21,"\u045e":21,"\u0475":21,"\u04af":21,"\u04b1":21,"\u04ef":21,"\u04f1":21,"\u04f3":21,"\u0505":21,"\u0507":21,"\u0461":21,"\u0477":21,"\u047f":21,"\u0436":27,"\u0497":27,"\u04b3":27,"\u04c2":27,"\u04dd":27,"\u04fd":27,"\u04ff":27}},"\u0507":{"d":"722,6v-75,-5,-171,17,-186,-40r0,-238v4,-155,-176,-134,-335,-137v-41,-1,-44,-33,-44,-85v0,-53,2,-86,40,-87v138,-4,325,20,325,-105v0,-150,-266,-114,-358,-64v-32,17,-59,39,-91,44v-49,-9,-29,-107,-27,-162v14,-56,75,-67,132,-86v145,-49,383,-33,487,38v59,40,104,94,104,184v0,119,-59,187,-153,224v102,25,169,95,172,219r0,99v61,7,152,-27,152,50r0,438v-12,43,-149,32,-192,22v-18,-4,-26,-13,-26,-22r0,-292","w":970,"k":{";":-30,",":-69,"\u0445":-9,"\u0444":20,"\u0442":29,"\u0441":20,"\u0434":-33,"\u0431":15,"\u0447":14,"\u04b7":14,"\u04b9":14,"\u04cc":14,"\u04f5":14,"\u043e":20,"\u0473":20,"\u04a9":20,"\u04ab":20,"\u04d7":20,"\u04e7":20,"\u04e9":20,"\u04eb":20,"\u0501":20,"\u0503":20,"\u050d":20,"\u0479":20,"\u047b":20,"\u047d":20,"\u0481":20,"\u044a":37,"\u04a1":37,"\u04ad":37,"\u04b5":37,"\u050f":37,"\u0435":17,"\u0450":17,"\u0451":17,"\u0454":17,"\u0511":17,"\u0443":30,"\u045e":30,"\u0475":30,"\u04af":30,"\u04b1":30,"\u04ef":30,"\u04f1":30,"\u04f3":30,"\u0505":30,"\u0507":30,"\u0461":30,"\u0477":30,"\u047f":30}},"\u0509":{"d":"1494,-403v-2,274,-133,423,-407,426v-263,3,-387,-116,-387,-376r0,-402r-181,0v-26,249,-63,464,-163,623v-59,94,-145,148,-290,150v-54,0,-46,-55,-46,-111v0,-53,-11,-113,35,-116v85,-6,116,-62,144,-131v59,-148,78,-336,98,-537v5,-51,17,-80,68,-81r517,0v49,0,69,29,69,81r0,530v0,102,40,153,136,153v108,0,156,-86,156,-203r0,-269v8,-46,65,-42,121,-42v49,0,83,4,102,12v19,8,28,17,28,30r0,263","w":1584,"k":{"\u0445":34,"\u0442":9,"\u0434":51,"\u043b":35,"\u0459":35,"\u04c6":35,"\u0509":35,"\u0513":35,"\u0443":21,"\u045e":21,"\u0475":21,"\u04af":21,"\u04b1":21,"\u04ef":21,"\u04f1":21,"\u04f3":21,"\u0505":21,"\u0507":21,"\u0461":21,"\u0477":21,"\u047f":21,"\u0436":27,"\u0497":27,"\u04b3":27,"\u04c2":27,"\u04dd":27,"\u04fd":27,"\u04ff":27}},"\u050b":{"d":"865,-966v56,0,125,-6,125,40r0,579v0,102,40,153,136,153v108,0,156,-86,156,-203r0,-269v8,-46,65,-42,121,-42v49,0,82,4,101,12v19,8,29,17,29,30r0,263v-2,274,-133,423,-407,426v-275,3,-399,-128,-387,-408r-361,0r0,351v-9,46,-69,40,-126,40v-57,0,-117,6,-126,-40r0,-892v9,-46,69,-40,126,-40v57,0,117,-6,126,40r0,334r361,0r0,-334v9,-46,70,-40,126,-40","w":1623,"k":{"\u0445":34,"\u0442":9,"\u0434":51,"\u043b":35,"\u0459":35,"\u04c6":35,"\u0509":35,"\u0513":35,"\u0443":21,"\u045e":21,"\u0475":21,"\u04af":21,"\u04b1":21,"\u04ef":21,"\u04f1":21,"\u04f3":21,"\u0505":21,"\u0507":21,"\u0461":21,"\u0477":21,"\u047f":21,"\u0436":27,"\u0497":27,"\u04b3":27,"\u04c2":27,"\u04dd":27,"\u04fd":27,"\u04ff":27}},"\u050d":{"d":"590,-366v-28,-7,-31,-44,-31,-90v0,-47,2,-81,31,-89r392,0v72,-2,62,83,61,154v-1,275,-160,418,-448,414v-328,-4,-523,-169,-523,-496v0,-258,136,-407,334,-475v168,-58,451,-42,564,40v26,20,27,53,27,100v2,72,-11,117,-71,86v-71,-37,-161,-68,-277,-66v-199,4,-318,104,-318,303v0,190,87,307,273,307v119,0,195,-60,191,-188r-205,0","w":1117,"k":{",":30,"v":6,"x":41,"y":12,"\u00fd":12,"\u0177":12,"\u00ff":12,"z":21,"\u017a":21,"\u017e":21,"\u017c":21,"w":4,"\u0175":4}},"\u050f":{"d":"788,-849v0,52,5,113,-39,113r-225,0r0,389v0,102,40,153,136,153v108,0,156,-86,156,-203r0,-269v8,-46,65,-42,121,-42v49,0,82,4,101,12v19,8,29,17,29,30r0,263v-2,274,-133,423,-407,426v-262,2,-386,-115,-386,-376r0,-383r-225,0v-44,-7,-40,-63,-40,-116v0,-60,2,-99,40,-108r700,0v39,9,39,49,39,111","w":1157},"\u0511":{"d":"754,-222v47,-27,62,2,62,65v0,77,-13,110,-69,133v-155,65,-442,58,-563,-32v-67,-50,-118,-117,-118,-225v0,-131,89,-204,208,-223v-95,-35,-170,-98,-173,-223v-7,-306,473,-301,671,-179v30,19,31,54,31,106v0,54,-13,95,-63,64v-58,-36,-135,-67,-233,-66v-83,0,-152,29,-153,107v0,129,154,122,298,122v39,0,39,31,39,80v0,54,2,86,-42,87v-142,4,-312,-16,-312,119v0,91,76,129,179,129v103,0,177,-29,238,-64","w":874,"k":{"\u0445":16,"\u0442":5,"\u043c":15,"\u0434":29,"\u043b":33,"\u0459":33,"\u04c6":33,"\u0509":33,"\u0513":33,"\u0443":18,"\u045e":18,"\u0475":18,"\u04af":18,"\u04b1":18,"\u04ef":18,"\u04f1":18,"\u04f3":18,"\u0505":18,"\u0507":18,"\u0461":18,"\u0477":18,"\u047f":18,"\u0436":30,"\u0497":30,"\u04b3":30,"\u04c2":30,"\u04dd":30,"\u04fd":30,"\u04ff":30}},"\u0513":{"d":"882,-958v49,0,69,29,69,81r0,667v63,5,153,-23,153,51r0,174v8,221,-71,347,-272,350v-60,1,-110,-8,-134,-30v-11,-22,-10,-43,-10,-80v0,-51,-2,-83,27,-92r71,5v89,1,102,-67,100,-162v-75,-6,-172,18,-186,-40r0,-721r-181,0v-26,249,-63,464,-163,623v-59,94,-145,148,-290,150v-54,0,-46,-55,-46,-111v0,-53,-11,-113,35,-116v85,-6,116,-62,144,-131v59,-148,78,-336,98,-537v5,-51,17,-80,68,-81r517,0","w":1134,"k":{";":-30,",":-69,"\u0445":-9,"\u0444":20,"\u0442":29,"\u0441":20,"\u0434":-33,"\u0431":15,"\u0447":14,"\u04b7":14,"\u04b9":14,"\u04cc":14,"\u04f5":14,"\u043e":20,"\u0473":20,"\u04a9":20,"\u04ab":20,"\u04d7":20,"\u04e7":20,"\u04e9":20,"\u04eb":20,"\u0501":20,"\u0503":20,"\u050d":20,"\u0479":20,"\u047b":20,"\u047d":20,"\u0481":20,"\u044a":37,"\u04a1":37,"\u04ad":37,"\u04b5":37,"\u050f":37,"\u0435":17,"\u0450":17,"\u0451":17,"\u0454":17,"\u0511":17,"\u0443":30,"\u045e":30,"\u0475":30,"\u04af":30,"\u04b1":30,"\u04ef":30,"\u04f1":30,"\u04f3":30,"\u0505":30,"\u0507":30,"\u0461":30,"\u0477":30,"\u047f":30}},"\u20ba":{"d":"217,-830v-30,48,-117,5,-148,-15v-19,-14,-27,-30,-22,-47r143,-492v20,-44,97,-7,134,2v36,9,81,34,101,55v9,8,6,20,2,30xm613,-830v-30,48,-117,5,-148,-15v-19,-14,-27,-30,-22,-47r143,-492v20,-44,97,-7,134,2v36,9,81,34,101,55v9,8,6,20,2,30","w":835},"\u2033":{"d":"217,-830v-30,48,-117,5,-148,-15v-19,-14,-27,-30,-22,-47r143,-492v20,-44,97,-7,134,2v36,9,81,34,101,55v9,8,6,20,2,30xm613,-830v-30,48,-117,5,-148,-15v-19,-14,-27,-30,-22,-47r143,-492v20,-44,97,-7,134,2v36,9,81,34,101,55v9,8,6,20,2,30","w":835},"\u20a0":{"d":"1237,-176v30,7,31,41,31,88v0,47,-1,81,-31,88r-511,0v-38,0,-65,-23,-65,-64r0,-301v-37,9,-78,15,-123,15v-300,-5,-458,-170,-458,-474v0,-241,108,-391,284,-458v138,-52,350,-34,448,33v28,20,31,55,31,106v0,63,-11,107,-61,77v-53,-32,-122,-66,-212,-64v-168,4,-235,125,-235,297v0,180,69,292,242,295v30,0,58,-4,84,-11r0,-308v-1,-43,26,-63,65,-64r507,0v31,7,31,39,31,88v0,47,-1,80,-31,87r-330,0r0,186r278,0v33,6,31,38,31,87v0,48,1,80,-31,87r-278,0r0,210r334,0","w":1323},"\u20a1":{"d":"398,-28v-208,-91,-321,-295,-319,-602v3,-365,157,-595,451,-668r24,-210v23,-31,158,-36,152,18r-19,175v31,0,62,2,94,6r23,-199v23,-31,158,-36,152,18r-23,219v61,30,126,48,127,133v1,59,12,152,-35,157v-39,-8,-71,-45,-116,-63r-88,829v75,-16,128,-49,183,-81v63,-37,62,39,62,100v0,137,-84,152,-182,186v-26,9,-55,15,-86,20r-22,207v-5,48,-105,39,-140,23v-10,-5,-14,-14,-13,-28r20,-192r-96,-8r-21,205v-5,48,-105,39,-140,23v-10,-5,-14,-14,-13,-28xm759,-1090v-29,-4,-65,-6,-95,-2r-92,870v28,11,59,16,94,19xm503,-1034v-98,75,-140,212,-140,390v0,130,20,231,67,309","w":1114},"\u20a2":{"d":"715,-663v46,-93,150,-183,280,-122v19,20,14,56,14,98v0,45,8,95,-30,101v-24,-1,-52,-22,-85,-19v-87,7,-106,73,-148,134r0,267v95,-9,164,-50,224,-89v67,-43,66,33,66,97v0,123,-62,146,-149,178v-63,23,-144,40,-231,39v-396,-7,-577,-247,-577,-651v0,-325,128,-543,357,-640v187,-80,483,-49,582,76v13,26,13,62,14,103v3,78,-15,138,-75,93v-64,-48,-147,-100,-267,-96v-241,8,-323,201,-327,450v-3,197,52,334,169,403r0,-516v7,-34,40,-34,92,-34v55,0,84,-1,91,34r0,94","w":1084},"\u20a3":{"d":"851,-647v0,50,1,99,-39,107r-397,0r0,140r188,0v39,3,36,48,36,91v0,44,4,92,-36,92r-188,0r0,179v-9,49,-72,44,-132,44v-60,0,-132,6,-132,-44r0,-179r-99,0v-40,-3,-36,-47,-36,-92v0,-44,-3,-91,36,-91r99,0r0,-811v-2,-54,30,-83,78,-83r609,0v41,7,39,58,39,108v0,50,1,99,-39,107r-423,0r0,328r397,0v40,7,39,55,39,104","w":950},"\u20a4":{"d":"938,-203v37,8,40,45,40,102v0,57,-5,93,-40,101r-802,0v-35,-8,-40,-45,-40,-101v0,-58,2,-94,40,-102r106,0r0,-166r-106,0v-36,-7,-40,-42,-40,-99v0,-57,2,-99,40,-99r106,0r0,-102r-106,0v-36,-7,-40,-42,-40,-99v0,-57,2,-99,40,-99r106,0v-8,-294,132,-448,412,-448v120,0,226,32,278,101v17,22,13,55,15,96v3,70,-19,123,-69,85v-48,-35,-105,-76,-192,-75v-140,1,-190,95,-184,241r269,0v36,7,40,43,40,99v0,58,-4,91,-40,99r-269,0r0,102r269,0v36,7,40,43,40,99v0,58,-4,91,-40,99r-269,0r0,166r436,0","w":1038},"\u20a5":{"d":"510,110v-49,0,-103,-45,-117,-89v0,-10,3,-19,8,-26r790,-1144v32,-47,111,25,133,47v14,14,17,34,6,50r-791,1146v-8,11,-18,16,-29,16xm1227,-983v228,0,318,152,318,378r0,571v-9,46,-69,40,-125,40v-57,0,-126,7,-126,-40r0,-529v-2,-111,-33,-201,-142,-201v-89,0,-134,71,-191,137r0,593v-9,46,-69,40,-125,40v-57,0,-117,6,-126,-40r0,-529v-2,-111,-33,-201,-141,-201v-90,0,-135,71,-191,137r0,593v-9,46,-69,40,-126,40v-57,0,-117,6,-126,-40r0,-892v6,-43,58,-40,108,-40v51,0,107,-4,107,40r0,103v83,-87,161,-160,301,-160v147,0,232,63,279,163v81,-82,157,-163,306,-163","w":1666},"\u20a6":{"d":"1346,-610v48,4,46,148,0,148r-107,0r0,370v2,61,-44,94,-99,94v-80,0,-165,9,-208,-34v-36,-35,-59,-76,-88,-130r-160,-300r-285,0r0,425v-6,47,-60,43,-115,43v-54,0,-112,4,-112,-43r0,-425r-107,0v-27,-4,-33,-36,-33,-75v0,-39,0,-73,29,-73r111,0r0,-131r-111,0v-28,-4,-29,-34,-29,-74v0,-42,5,-73,33,-73r107,0r0,-312v-2,-61,39,-94,95,-94v87,0,190,-14,241,29v33,28,51,62,76,106r144,271r284,0r0,-367v5,-47,59,-43,113,-43v54,0,114,-4,114,43r0,367r107,0v29,4,33,31,33,73v0,41,-4,74,-33,74r-107,0r0,131r107,0xm399,-610r206,0r-69,-131r-137,0r0,131xm806,-741r68,131r138,0r0,-131r-206,0xm391,-1045r6,157r65,0r-69,-157r-2,0xm948,-462r70,145r-5,-145r-65,0","w":1411},"\u20a7":{"d":"398,-1294v263,4,443,108,443,374v0,292,-165,427,-463,427r0,461v-10,40,-53,38,-119,38v-67,0,-107,2,-118,-38r0,-1177v-1,-54,31,-84,80,-85r177,0xm378,-676v150,2,215,-80,215,-227v0,-144,-73,-209,-215,-208r0,435xm1602,-584v-68,-5,-98,58,-52,92v106,77,268,105,268,288v0,214,-268,264,-439,184v-35,-16,-42,-49,-40,-102v2,-41,-2,-71,22,-79v54,18,106,62,182,61v49,0,84,-14,84,-59v0,-40,-41,-56,-74,-74v-101,-55,-207,-103,-211,-257v-5,-197,234,-245,402,-176v37,16,44,34,44,96v0,40,-2,69,-26,76v-47,-15,-96,-46,-160,-50xm1265,-180v45,21,37,169,-14,177v-26,11,-71,18,-110,18v-157,-1,-217,-78,-218,-239r0,-323r-81,0v-29,-7,-29,-39,-29,-86v0,-51,-1,-79,30,-87r80,0r0,-149v7,-38,57,-32,103,-32v47,0,97,-6,105,32r0,149r125,0v33,7,30,36,30,87v0,47,0,78,-29,86r-126,0r0,284v1,66,11,97,69,100v26,1,47,-15,65,-17","w":1884},"\u20a8":{"d":"910,-939v0,187,-101,290,-251,337v166,83,210,313,293,485v20,41,31,60,21,101v-37,34,-165,27,-225,12v-18,-4,-23,-18,-30,-34r-128,-319v-41,-96,-73,-185,-212,-179r0,500v-10,41,-54,42,-119,42v-66,0,-108,-1,-118,-42r0,-1175v-2,-55,29,-83,78,-83r211,0v284,-4,480,85,480,355xm378,-719v167,9,284,-40,284,-193v0,-158,-119,-206,-284,-199r0,392xm1281,-584v-68,-5,-99,58,-53,92v106,77,269,105,269,288v0,214,-268,264,-439,184v-35,-16,-42,-49,-40,-102v2,-41,-2,-71,22,-79v54,18,106,62,182,61v49,0,84,-14,84,-59v0,-40,-41,-56,-74,-74v-101,-55,-207,-103,-211,-257v-5,-197,234,-245,402,-176v37,16,44,34,44,96v0,40,-2,69,-26,76v-47,-15,-96,-46,-160,-50","w":1563},"\u20a9":{"d":"1868,-564v48,4,46,148,0,148r-221,0r-92,349v-10,97,-161,71,-261,71v-57,0,-82,-21,-94,-71r-86,-349r-277,0r-82,349v-7,100,-161,71,-261,71v-58,0,-81,-22,-94,-71r-91,-349r-232,0v-27,-4,-33,-36,-33,-75v0,-39,0,-73,29,-73r197,0r-34,-131r-163,0v-28,-4,-29,-34,-29,-74v0,-42,5,-73,33,-73r121,0r-92,-354v-16,-55,-18,-101,42,-101v71,0,221,-35,223,51r92,404r277,0r95,-397v5,-85,138,-59,223,-59v49,0,68,17,78,59r98,397r283,0r100,-429v21,-33,72,-29,132,-29v60,0,120,-8,113,48v-19,141,-71,275,-103,410r109,0v29,4,33,31,33,73v0,41,-4,74,-33,74r-148,0r-34,131r182,0xm1303,-564r150,0r30,-131r-212,0xm527,-564r146,0r31,-131r-207,0xm871,-564r206,0r-32,-131r-143,0xm1380,-255r2,0r37,-161r-79,0xm561,-416r38,161r38,-161r-76,0xm971,-987r-34,145r72,0v-14,-47,-21,-101,-38,-145","w":1945},"\u20aa":{"d":"262,6v-54,0,-110,1,-110,-48r0,-971v5,-45,38,-49,100,-49r399,0v261,1,405,109,405,382r0,324v-4,48,-53,48,-106,48v-61,0,-104,-5,-104,-48r0,-290v7,-156,-61,-218,-215,-218r-249,0r0,822v-6,49,-63,48,-120,48xm1303,-1068v54,0,110,-1,110,48r0,971v-5,45,-38,49,-100,49r-399,0v-261,-1,-405,-109,-405,-382r0,-324v4,-48,53,-48,106,-48v61,0,104,5,104,48r0,290v-7,156,61,218,215,218r249,0r0,-822v6,-49,63,-48,120,-48","w":1565},"\u20ad":{"d":"169,-1257v12,-61,126,-40,196,-40v35,0,67,7,67,40r0,481r48,0r331,-480v30,-64,178,-47,255,-32v31,6,34,39,19,66v-6,12,-15,32,-34,57r-297,389r249,0v38,6,39,36,39,93v0,47,2,94,-39,94r-234,0r314,474v21,45,38,54,25,95v-32,37,-168,27,-224,21v-34,-4,-47,-17,-61,-39r-351,-551r-40,0r0,551v-9,49,-71,44,-131,44v-60,0,-132,6,-132,-44r0,-551r-112,0v-42,-3,-39,-47,-39,-94v0,-46,-2,-93,39,-93r112,0r0,-481","w":1148},"\u20ae":{"d":"963,-1294v41,7,39,59,39,108v0,49,2,107,-39,107r-324,0r0,172v61,-31,115,-69,180,-95v53,9,45,157,7,181v-59,39,-125,70,-187,106r0,108v61,-31,115,-69,180,-95v53,9,45,157,7,181v-59,39,-125,70,-187,106r0,379v-10,47,-74,42,-132,42v-59,0,-122,5,-132,-42r0,-232r-164,90v-44,13,-51,-36,-51,-91v-1,-58,16,-82,50,-101r165,-91r0,-107r-164,90v-44,13,-51,-36,-51,-91v-1,-58,16,-82,50,-101r165,-91r0,-318r-324,0v-41,-7,-39,-58,-39,-107v0,-49,-3,-108,39,-108r912,0","w":1014},"\u20af":{"d":"1095,-1236v309,54,493,317,419,693v-51,259,-198,449,-436,529v-64,22,-136,33,-216,33v-135,0,-246,-50,-329,-100v-69,54,-146,98,-269,95v-131,-3,-234,-60,-234,-187v0,-131,98,-197,232,-200v88,-2,153,28,210,64v119,-227,159,-544,279,-771v-191,41,-328,139,-468,232v-5,3,-10,4,-15,4v-33,-19,-68,-73,-60,-122v173,-132,377,-254,653,-282v99,-80,212,-157,360,-188v36,11,55,61,62,100v-1,12,-6,12,-18,16v-72,26,-122,45,-170,84xm1946,-698v214,-2,325,150,281,373v-39,196,-152,333,-385,337v-55,0,-99,-10,-135,-29r-46,224v-9,26,-60,36,-101,34v-46,-2,-118,4,-107,-51r105,-518v45,-217,135,-369,388,-370xm660,-212v74,47,208,61,304,23v186,-74,292,-247,292,-496v0,-216,-98,-344,-266,-393v-85,202,-118,486,-215,675v-38,75,-75,139,-115,191xm2010,-316v25,-92,29,-239,-88,-224v-150,19,-145,217,-181,358v50,39,117,47,171,12v47,-30,80,-84,98,-146xm384,-186v-33,-21,-64,-47,-111,-48v-31,-1,-64,20,-63,51v0,57,74,63,120,39v19,-10,38,-23,54,-42","w":2286},"\u20b0":{"d":"593,-1516v187,0,292,107,292,291v0,191,-67,318,-120,480r112,175v90,154,202,306,202,528v0,308,-249,415,-571,420v-18,0,-27,-21,-27,-62v1,-32,0,-60,23,-64v173,-31,315,-77,309,-279v-5,-175,-91,-289,-158,-411r-171,478r-184,-292r-112,231v-23,40,-130,29,-180,18v-9,-4,-14,-8,-11,-19r293,-588r155,238r93,-254r-96,-154v-74,-129,-164,-255,-164,-438v0,-192,122,-298,315,-298xm646,-933v27,-93,49,-175,48,-288v0,-64,-21,-120,-81,-120v-61,1,-78,51,-78,116v0,112,62,202,111,292","w":1149},"\u20b1":{"d":"1046,-858v2,30,0,62,-2,91r108,0v48,4,46,148,0,148r-138,0v-64,192,-220,289,-472,290r-108,0r0,293v-10,47,-74,42,-132,42v-58,0,-131,6,-131,-42r0,-583r-106,0v-27,-4,-33,-36,-33,-75v0,-39,0,-73,29,-73r110,0r0,-91r-110,0v-28,-4,-29,-34,-29,-74v0,-42,5,-73,33,-73r106,0r0,-195v-1,-61,33,-93,89,-94r305,0v243,2,403,97,460,289r127,0v29,4,33,31,33,73v0,41,-4,74,-33,74r-106,0xm780,-767r1,-91r-347,0r0,91r346,0xm434,-532v83,-1,175,7,230,-22v30,-16,54,-36,72,-65r-302,0r0,87xm739,-1005v-48,-88,-169,-89,-305,-86r0,86r305,0","w":1211},"\u20b2":{"d":"472,-12v-251,-85,-399,-290,-399,-621v0,-297,123,-496,316,-604v65,-36,138,-60,218,-71r20,-187v14,-52,137,-38,187,-23v13,4,19,13,18,28r-19,180v110,13,211,46,277,94v33,24,32,63,33,123v1,76,-10,128,-71,91v-69,-42,-158,-83,-262,-95r-38,361r298,0v46,0,71,35,70,84r0,509v-4,80,-47,96,-119,121v-90,31,-210,48,-329,43r-20,196v-14,51,-135,36,-185,23v-12,-6,-19,-13,-18,-28xm583,-1073v-149,68,-238,209,-240,424v-1,178,58,306,156,382xm695,-197v64,2,123,-10,163,-34r0,-306r-127,0","w":1249},"\u20b3":{"d":"1201,-549v48,4,46,148,0,148r-102,0r101,302v16,50,32,103,-34,103v-69,0,-209,28,-231,-42r-112,-363r-397,0r-111,360v-10,69,-139,43,-213,43v-59,0,-44,-54,-28,-103r100,-300r-101,0v-27,-4,-33,-36,-33,-75v0,-39,0,-73,29,-73r154,0r44,-131r-198,0v-28,-4,-29,-34,-29,-74v0,-42,5,-73,33,-73r243,0r141,-421v17,-77,141,-52,238,-52v62,0,107,4,124,55r139,418r243,0v29,4,33,31,33,73v0,41,-4,74,-33,74r-194,0r43,131r151,0xm471,-549r306,0r-40,-131r-225,0xm623,-1042r-66,215r134,0r-66,-215r-2,0","w":1274},"\u20b4":{"d":"36,-814v0,-42,5,-73,33,-73r569,0v18,-22,32,-48,32,-86v5,-171,-241,-155,-353,-95v-32,17,-64,38,-94,44v-51,-7,-32,-118,-31,-180v14,-55,77,-68,133,-87v161,-54,386,-16,485,67v82,69,144,185,122,337r62,0v29,4,33,31,33,73v0,41,-4,74,-33,74r-127,0v-44,56,-108,96,-173,131r300,0v48,4,46,148,0,148r-558,0v-27,28,-49,58,-49,107v0,110,86,165,205,165v125,0,217,-42,290,-89v65,-42,77,12,77,93v0,140,-86,153,-187,185v-105,34,-257,30,-365,-3v-186,-57,-323,-209,-285,-458r-53,0v-27,-4,-33,-36,-33,-75v0,-39,0,-73,29,-73r138,0v53,-56,126,-94,198,-131r-336,0v-28,-4,-29,-34,-29,-74","w":1063},"\u20b5":{"d":"486,2v-273,-70,-407,-288,-407,-632v0,-309,116,-520,322,-624v67,-33,141,-52,222,-58r19,-183v14,-52,138,-38,188,-23v13,4,18,13,17,28r-21,194v76,20,157,48,192,102v15,24,14,62,14,103v2,70,-8,133,-64,99v-54,-31,-98,-67,-165,-86r-92,876v112,-2,190,-46,255,-90v69,-46,70,30,70,96v0,119,-56,142,-138,174v-57,23,-132,39,-211,42r-20,197v-14,51,-135,36,-185,23v-12,-6,-19,-13,-18,-28xm599,-1081v-165,54,-234,217,-236,437v-2,185,47,317,149,390","w":1084},"\u0482":{"d":"712,-1015r167,-292v12,-20,35,-15,59,-6v32,12,109,59,120,77v9,14,12,24,6,35r-167,292r259,149v51,46,-16,138,-54,161v-13,7,-26,4,-36,-2r-260,-149r-180,314r260,149v51,46,-18,139,-56,161v-13,7,-25,4,-35,-2r-260,-149r-168,294v-32,34,-76,-2,-110,-20v-37,-19,-59,-37,-69,-50v-10,-13,-12,-24,-6,-35r168,-295r-260,-149v-51,-45,16,-137,54,-159v13,-7,26,-5,37,1r260,149r180,-315r-260,-149v-51,-45,16,-137,54,-159v12,-7,26,-6,37,0","w":1248},"\u0488":{"d":"1164,-1174v-35,0,-69,-1,-69,-32v0,-103,-153,-125,-189,-42v-9,20,-2,57,-25,66v-28,11,-118,20,-118,-20v0,-152,81,-224,234,-224v153,0,233,71,233,222v0,30,-25,30,-66,30xm1826,-889v-35,0,-69,-1,-69,-32v0,-103,-153,-124,-189,-41v-9,20,-2,56,-25,65v-28,11,-118,20,-118,-20v0,-152,81,-224,234,-224v153,0,233,71,233,222v0,30,-25,30,-66,30xm510,-889v-35,0,-69,-1,-69,-32v0,-103,-153,-124,-189,-41v-9,20,-2,56,-25,65v-28,11,-118,20,-118,-20v0,-152,81,-224,234,-224v153,0,233,71,233,222v0,30,-25,30,-66,30xm392,-401v-35,0,-69,-1,-69,-32v0,-103,-153,-124,-189,-41v-9,20,-2,56,-25,65v-28,11,-118,20,-118,-20v0,-152,81,-224,234,-224v153,0,233,71,233,222v0,30,-25,30,-66,30xm1955,-401v-35,0,-69,-1,-69,-32v0,-103,-153,-124,-189,-41v-9,20,-2,56,-25,65v-28,11,-118,20,-118,-20v0,-152,81,-224,234,-224v153,0,233,71,233,222v0,30,-25,30,-66,30xm1826,99v-35,0,-69,-1,-69,-32v0,-103,-153,-124,-189,-41v-9,20,-2,56,-25,65v-28,11,-118,20,-118,-20v0,-152,81,-224,234,-224v153,0,233,71,233,222v0,30,-25,30,-66,30xm510,99v-35,0,-69,-1,-69,-32v0,-103,-153,-124,-189,-41v-9,20,-2,56,-25,65v-28,11,-118,20,-118,-20v0,-152,81,-224,234,-224v153,0,233,71,233,222v0,30,-25,30,-66,30xm1164,376v-35,0,-69,-1,-69,-32v0,-103,-153,-125,-189,-42v-9,20,-2,57,-25,66v-28,11,-118,20,-118,-20v0,-152,81,-224,234,-224v153,0,233,71,233,222v0,30,-25,30,-66,30","w":2018},"\u0489":{"d":"1003,15v69,0,106,14,106,84v0,89,-23,145,-60,198r-107,153v-18,36,-102,36,-145,22v-9,-6,-8,-15,-3,-26r97,-220r0,-127v-3,-71,41,-84,112,-84xm942,-1058v-69,0,-106,-14,-106,-84v0,-89,23,-145,60,-198r107,-153v18,-36,102,-36,145,-22v9,6,8,15,3,26r-97,220r0,127v3,71,-41,84,-112,84xm1509,-552v0,-69,14,-106,84,-106v89,0,145,23,198,60r153,107v36,18,36,102,22,145v-6,9,-15,8,-26,3r-220,-97r-127,0v-71,3,-84,-41,-84,-112xm436,-491v0,69,-14,106,-84,106v-89,0,-145,-23,-198,-60r-153,-107v-36,-18,-36,-102,-22,-145v6,-9,15,-8,26,-3r220,97r127,0v71,-3,84,41,84,112xm1410,-196v56,-45,107,27,136,60v65,75,70,209,92,323v11,54,-41,80,-68,108v-15,15,-33,14,-40,-6r-87,-224v-37,-41,-86,-78,-115,-125v-17,-49,19,-74,45,-104v12,-14,26,-24,37,-32xm536,-847v-56,45,-109,-26,-138,-59v-65,-75,-69,-210,-91,-324v-11,-54,42,-80,69,-108v15,-15,32,-14,39,6r87,224v37,41,87,79,116,126v17,49,-20,73,-46,103v-12,14,-25,24,-36,32xm1298,-958v-45,-56,27,-109,60,-138v75,-65,209,-69,323,-91v54,-11,80,42,108,69v15,15,14,32,-6,39r-224,87v-41,37,-78,87,-125,116v-49,17,-74,-20,-104,-46v-14,-12,-24,-25,-32,-36xm647,-84v45,56,-26,107,-59,136v-75,65,-210,70,-324,92v-54,11,-80,-41,-108,-68v-15,-15,-14,-33,6,-40r224,-87v41,-37,79,-86,126,-115v49,-17,73,19,103,45v14,12,24,26,32,37","w":1944},"\u0460":{"d":"1852,-660v1,426,-153,683,-549,683v-151,0,-257,-60,-334,-136v-77,75,-182,136,-334,136v-397,0,-550,-258,-549,-683v1,-293,85,-510,276,-610v120,-63,342,-55,449,6v43,25,49,63,49,130v1,68,-12,128,-64,94v-66,-43,-205,-89,-296,-34v-111,68,-137,226,-138,415v0,165,18,287,78,375v43,63,108,90,204,91v87,1,149,-35,193,-80r0,-375v4,-62,185,-45,235,-31v20,5,29,18,29,31r0,375v57,70,198,107,307,61v140,-60,168,-232,168,-447v0,-191,-26,-346,-138,-415v-91,-56,-232,-9,-296,34v-52,34,-65,-27,-64,-94v0,-68,6,-105,49,-130v108,-62,329,-69,449,-6v190,100,275,318,276,610","w":1938,"k":{".":43,",":43,"\u0434":47,"\u042f":10,"\u042d":15,"\u0425":50,"\u0422":43,"\u0408":33,"\u0414":54,"\u0410":61,"\u04d0":61,"\u04d2":61,"\u04d4":61,"\u0466":61,"\u0427":2,"\u04b6":2,"\u04b8":2,"\u04cb":2,"\u04f4":2,"\u042a":52,"\u0402":52,"\u040b":52,"\u04a0":52,"\u04ac":52,"\u04b4":52,"\u050e":52,"\u041b":54,"\u0409":54,"\u04c5":54,"\u0508":54,"\u0512":54,"\u0423":43,"\u040e":43,"\u04ee":43,"\u04f0":43,"\u04f2":43,"\u0504":43,"\u0506":43,"\u0476":43,"\u0417":17,"\u0498":17,"\u04de":17,"\u04e0":17,"\u04ec":17,"\u0416":41,"\u0496":41,"\u04b2":41,"\u04c1":41,"\u04dc":41,"\u04fc":41,"\u04fe":41,"\u046a":41,"\u043b":42,"\u0459":42,"\u04c6":42,"\u0509":42,"\u0513":42}},"\u0464":{"d":"1464,-290v73,-49,67,31,71,99v7,123,-61,145,-149,176v-63,22,-144,37,-231,36v-375,-7,-553,-222,-576,-585r-174,0r0,527v-10,47,-74,42,-132,42v-51,0,-85,-4,-104,-11v-19,-7,-28,-18,-28,-31r0,-1222v12,-42,60,-42,132,-42v59,0,122,-5,132,42r0,480r183,0v49,-321,223,-536,580,-536v131,0,255,35,329,97v29,25,34,71,34,125v0,80,-14,137,-78,93v-68,-46,-155,-95,-274,-94v-187,2,-279,140,-307,315r516,0v38,8,39,48,39,108v0,58,-2,98,-39,107r-523,0v21,212,108,358,331,362v118,2,201,-43,268,-88","w":1599},"\u0466":{"d":"651,6v-48,0,-102,5,-102,-37r0,-504r-105,0r-196,517v-26,36,-135,24,-193,20v-58,-4,-41,-57,-23,-103r453,-1147v22,-75,169,-50,262,-50v53,0,85,14,100,53r451,1146v21,46,38,102,-29,102v-67,0,-198,23,-222,-41r-187,-497r-106,0r0,504v-5,42,-55,37,-103,37xm651,-1087r-136,362r274,0r-136,-362r-2,0","w":1333,"k":{"-":30,".":-15,":":-15,";":-26,",":-25,"?":84,"\u0444":32,"\u0442":88,"\u0441":21,"\u0431":30,"\u0424":93,"\u0422":140,"\u0405":18,"\u0421":59,"\u0408":-25,"\u0427":124,"\u04b6":124,"\u04b8":124,"\u04cb":124,"\u04f4":124,"\u042a":138,"\u0402":138,"\u040b":138,"\u04a0":138,"\u04ac":138,"\u04b4":138,"\u050e":138,"\u041e":55,"\u0472":55,"\u0404":55,"\u04a8":55,"\u04aa":55,"\u04d8":55,"\u04da":55,"\u04e6":55,"\u04e8":55,"\u04ea":55,"\u0500":55,"\u0502":55,"\u050c":55,"\u0460":55,"\u0478":55,"\u047a":55,"\u047c":55,"\u047e":55,"\u0480":55,"\u0423":103,"\u040e":103,"\u04ee":103,"\u04f0":103,"\u04f2":103,"\u0504":103,"\u0506":103,"\u0476":103,"\u0416":20,"\u0496":20,"\u04b2":20,"\u04c1":20,"\u04dc":20,"\u04fc":20,"\u04fe":20,"\u046a":20,"\u0447":44,"\u04b7":44,"\u04b9":44,"\u04cc":44,"\u04f5":44,"\u043e":19,"\u0473":19,"\u04a9":19,"\u04ab":19,"\u04d7":19,"\u04e7":19,"\u04e9":19,"\u04eb":19,"\u0501":19,"\u0503":19,"\u050d":19,"\u0479":19,"\u047b":19,"\u047d":19,"\u0481":19,"\u044a":85,"\u04a1":85,"\u04ad":85,"\u04b5":85,"\u050f":85,"\u0435":19,"\u0450":19,"\u0451":19,"\u0454":19,"\u0511":19,"\u0443":83,"\u045e":83,"\u0475":83,"\u04af":83,"\u04b1":83,"\u04ef":83,"\u04f1":83,"\u04f3":83,"\u0505":83,"\u0507":83,"\u0461":83,"\u0477":83,"\u047f":83}},"\u0468":{"d":"41,-1258v11,-60,123,-39,191,-39v33,0,62,7,62,39r0,533r382,0r207,-523v22,-75,169,-50,262,-50v53,0,85,14,100,53r451,1146v21,46,38,102,-29,102v-67,0,-198,23,-222,-41r-187,-497r-106,0r0,504v-5,42,-55,37,-103,37v-48,0,-102,5,-102,-37r0,-504r-105,0r-196,517v-27,36,-133,24,-192,20v-57,-4,-42,-57,-24,-103r171,-434r-307,0r0,499v-8,48,-68,42,-126,42v-58,0,-127,6,-127,-42r0,-1222xm1049,-1087r-136,362r274,0r-136,-362r-2,0","w":1832,"k":{"-":30,".":-15,":":-15,";":-26,",":-25,"?":84,"\u0444":32,"\u0442":88,"\u0441":21,"\u0431":30,"\u0424":93,"\u0422":140,"\u0405":18,"\u0421":59,"\u0408":-25,"\u0427":124,"\u04b6":124,"\u04b8":124,"\u04cb":124,"\u04f4":124,"\u042a":138,"\u0402":138,"\u040b":138,"\u04a0":138,"\u04ac":138,"\u04b4":138,"\u050e":138,"\u041e":55,"\u0472":55,"\u0404":55,"\u04a8":55,"\u04aa":55,"\u04d8":55,"\u04da":55,"\u04e6":55,"\u04e8":55,"\u04ea":55,"\u0500":55,"\u0502":55,"\u050c":55,"\u0460":55,"\u0478":55,"\u047a":55,"\u047c":55,"\u047e":55,"\u0480":55,"\u0423":103,"\u040e":103,"\u04ee":103,"\u04f0":103,"\u04f2":103,"\u0504":103,"\u0506":103,"\u0476":103,"\u0416":20,"\u0496":20,"\u04b2":20,"\u04c1":20,"\u04dc":20,"\u04fc":20,"\u04fe":20,"\u046a":20,"\u0447":44,"\u04b7":44,"\u04b9":44,"\u04cc":44,"\u04f5":44,"\u043e":19,"\u0473":19,"\u04a9":19,"\u04ab":19,"\u04d7":19,"\u04e7":19,"\u04e9":19,"\u04eb":19,"\u0501":19,"\u0503":19,"\u050d":19,"\u0479":19,"\u047b":19,"\u047d":19,"\u0481":19,"\u044a":85,"\u04a1":85,"\u04ad":85,"\u04b5":85,"\u050f":85,"\u0435":19,"\u0450":19,"\u0451":19,"\u0454":19,"\u0511":19,"\u0443":83,"\u045e":83,"\u0475":83,"\u04af":83,"\u04b1":83,"\u04ef":83,"\u04f1":83,"\u04f3":83,"\u0505":83,"\u0507":83,"\u0461":83,"\u0477":83,"\u047f":83}},"\u046a":{"d":"222,4v-75,0,-211,28,-186,-68v2,-12,8,-29,17,-53v104,-251,140,-573,448,-617r-341,-463v-18,-25,-27,-44,-27,-57v0,-41,36,-40,91,-40r1042,0v55,2,91,-2,91,40v0,13,-9,32,-27,57r-341,463v306,44,345,367,448,617v15,35,21,50,21,82v0,61,-119,39,-186,39v-41,0,-67,-14,-78,-47v-48,-144,-84,-358,-171,-449v-41,-43,-86,-57,-155,-54r0,510v-7,49,-66,42,-123,42v-57,0,-123,7,-123,-42r0,-510v-157,-3,-203,92,-245,232r-81,271v-8,33,-34,47,-74,47xm751,-731v68,-140,161,-250,242,-377r-486,0v80,127,173,238,242,377r2,0","w":1490,"k":{"\u0444":33,"\u0442":40,"\u0441":42,"\u0457":-31,"\u0431":31,"\u0430":5,"\u0424":80,"\u0422":16,"\u0421":58,"\u0427":23,"\u04b6":23,"\u04b8":23,"\u04cb":23,"\u04f4":23,"\u042a":26,"\u0402":26,"\u040b":26,"\u04a0":26,"\u04ac":26,"\u04b4":26,"\u050e":26,"\u041e":52,"\u0472":52,"\u0404":52,"\u04a8":52,"\u04aa":52,"\u04d8":52,"\u04da":52,"\u04e6":52,"\u04e8":52,"\u04ea":52,"\u0500":52,"\u0502":52,"\u050c":52,"\u0460":52,"\u0478":52,"\u047a":52,"\u047c":52,"\u047e":52,"\u0480":52,"\u0447":37,"\u04b7":37,"\u04b9":37,"\u04cc":37,"\u04f5":37,"\u043e":29,"\u0473":29,"\u04a9":29,"\u04ab":29,"\u04d7":29,"\u04e7":29,"\u04e9":29,"\u04eb":29,"\u0501":29,"\u0503":29,"\u050d":29,"\u0479":29,"\u047b":29,"\u047d":29,"\u0481":29,"\u044a":52,"\u04a1":52,"\u04ad":52,"\u04b5":52,"\u050f":52,"\u0435":28,"\u0450":28,"\u0451":28,"\u0454":28,"\u0511":28,"\u0443":54,"\u045e":54,"\u0475":54,"\u04af":54,"\u04b1":54,"\u04ef":54,"\u04f1":54,"\u04f3":54,"\u0505":54,"\u0507":54,"\u0461":54,"\u0477":54,"\u047f":54}},"\u046c":{"d":"692,4v-75,0,-211,28,-186,-68v2,-12,8,-29,17,-53r112,-305v19,-51,36,-90,64,-129r-305,0r0,515v-8,48,-68,42,-126,42v-58,0,-127,6,-127,-42r0,-1222v11,-60,123,-39,191,-39v33,0,62,7,62,39r0,517r572,0r-336,-456v-18,-25,-27,-44,-27,-57v0,-41,36,-40,91,-40r1042,0v55,2,91,-2,91,40v0,13,-9,32,-27,57r-341,463v306,44,345,367,448,617v15,35,21,50,21,82v0,61,-119,39,-186,39v-41,0,-67,-14,-78,-47v-48,-144,-84,-358,-171,-449v-41,-43,-86,-57,-155,-54r0,510v-7,49,-66,42,-123,42v-57,0,-123,7,-123,-42r0,-510v-157,-3,-203,92,-245,232r-81,271v-8,33,-34,47,-74,47xm1221,-731v68,-140,161,-250,242,-377r-486,0v80,127,173,238,242,377r2,0","w":1960,"k":{"\u0444":33,"\u0442":40,"\u0441":42,"\u0457":-31,"\u0431":31,"\u0430":5,"\u0424":80,"\u0422":16,"\u0421":58,"\u0427":23,"\u04b6":23,"\u04b8":23,"\u04cb":23,"\u04f4":23,"\u042a":26,"\u0402":26,"\u040b":26,"\u04a0":26,"\u04ac":26,"\u04b4":26,"\u050e":26,"\u041e":52,"\u0472":52,"\u0404":52,"\u04a8":52,"\u04aa":52,"\u04d8":52,"\u04da":52,"\u04e6":52,"\u04e8":52,"\u04ea":52,"\u0500":52,"\u0502":52,"\u050c":52,"\u0460":52,"\u0478":52,"\u047a":52,"\u047c":52,"\u047e":52,"\u0480":52,"\u0447":37,"\u04b7":37,"\u04b9":37,"\u04cc":37,"\u04f5":37,"\u043e":29,"\u0473":29,"\u04a9":29,"\u04ab":29,"\u04d7":29,"\u04e7":29,"\u04e9":29,"\u04eb":29,"\u0501":29,"\u0503":29,"\u050d":29,"\u0479":29,"\u047b":29,"\u047d":29,"\u0481":29,"\u044a":52,"\u04a1":52,"\u04ad":52,"\u04b5":52,"\u050f":52,"\u0435":28,"\u0450":28,"\u0451":28,"\u0454":28,"\u0511":28,"\u0443":54,"\u045e":54,"\u0475":54,"\u04af":54,"\u04b1":54,"\u04ef":54,"\u04f1":54,"\u04f3":54,"\u0505":54,"\u0507":54,"\u0461":54,"\u0477":54,"\u047f":54}},"\u046e":{"d":"954,222v11,46,25,174,-28,182v-22,-2,-27,-18,-47,-27v-115,-55,-330,-17,-499,-21v-215,-5,-370,-65,-370,-268v0,-208,136,-275,342,-289v155,-10,275,-41,275,-177v0,-140,-105,-190,-269,-189r-137,0v-53,1,-47,-47,-47,-101v0,-60,-2,-97,44,-97r139,0v146,1,251,-50,251,-181v0,-109,-73,-160,-196,-160v-105,0,-186,34,-252,70v-59,32,-64,-9,-64,-81v0,-102,20,-120,104,-151v39,-14,86,-28,142,-37r-144,-203v-21,-24,-35,-58,12,-62v55,-3,155,-17,172,30r103,151v41,-57,77,-139,135,-173v68,-40,209,-25,198,80v-3,27,0,59,-15,66v-30,-6,-67,-31,-97,-6v-31,26,-54,82,-79,119v164,33,266,129,266,312v0,177,-99,268,-237,309v163,25,274,128,274,307v0,311,-258,374,-560,397v-66,5,-112,15,-118,67v4,52,51,65,117,63r393,-13v96,0,174,8,192,83","w":1010,"k":{",":25,"v":20,"W":30,"\u0174":30,"X":50,"Y":70,"\u00dd":70,"\u0176":70,"\u0178":70,"Z":20,"\u0179":20,"\u017d":20,"\u017b":20,"f":20,"t":20,"\u0165":20,"\u0163":20,"x":25,"y":20,"\u00fd":20,"\u0177":20,"\u00ff":20,"A":20,"\u00c0":20,"\u00c1":20,"\u00c2":20,"\u00c3":20,"\u00c4":20,"\u0100":20,"\u0102":20,"\u00c5":20,"\u0104":20,"T":45,"\u0164":45,"\u0162":45,"V":35}},"\u0470":{"d":"1386,-1300v58,0,119,-6,129,40r0,492v-6,356,-214,524,-565,537r0,198v-13,58,-126,37,-195,37v-34,0,-68,-5,-68,-37r0,-198v-352,-10,-568,-168,-568,-523r0,-506v14,-58,125,-38,195,-38v35,0,68,6,68,38r0,487v2,206,102,319,305,326r0,-813v11,-46,74,-40,132,-40v57,0,121,-7,131,40r0,813v199,-7,306,-114,306,-315r0,-498v9,-47,72,-40,130,-40","w":1654},"\u0476":{"d":"540,-1438v32,51,-25,52,-78,52v-56,1,-92,-7,-118,-35r-213,-232v-27,-29,6,-48,39,-50v67,-5,174,-11,207,36xm923,-1438v32,51,-25,52,-78,52v-56,1,-92,-7,-118,-35r-213,-232v-27,-29,5,-48,38,-50v67,-5,175,-11,208,36xm1242,-1100v-7,59,-68,11,-104,40v-67,54,-86,150,-118,256r-225,758v-15,64,-94,52,-175,52v-77,0,-142,9,-180,-25v-7,-6,-11,-17,-15,-30r-385,-1147v-19,-49,-30,-102,35,-102v75,0,212,-29,236,49r306,996r2,0r153,-608v40,-153,75,-269,144,-365v53,-74,152,-101,268,-83v59,8,65,49,65,117v0,40,-4,70,-7,92","w":1253},"\u0478":{"d":"660,-1317v394,4,555,252,555,655v0,319,-114,540,-335,638v-72,31,-153,47,-244,47v-400,-3,-556,-253,-556,-662v0,-315,117,-533,336,-631v72,-31,153,-47,244,-47xm356,-652v0,248,45,458,288,458v236,0,295,-214,295,-454v0,-245,-49,-453,-288,-453v-234,0,-295,211,-295,449xm2024,-962v61,-6,202,-25,204,44v0,12,-3,27,-8,44r-405,1190v-22,55,-149,50,-230,44v-38,-3,-58,-22,-43,-61r119,-299v-17,-8,-33,-27,-39,-45r-307,-820v-9,-23,-13,-41,-13,-53v4,-69,124,-46,196,-46v49,0,60,21,74,61r210,597r3,0r192,-609v8,-33,14,-44,47,-47","w":2250,"k":{".":63,",":63,"\u044f":14,"\u0444":20,"\u0441":13,"\u043c":12,"\u0434":78,"\u043b":72,"\u0459":72,"\u04c6":72,"\u0509":72,"\u0513":72,"\u043e":15,"\u0473":15,"\u04a9":15,"\u04ab":15,"\u04d7":15,"\u04e7":15,"\u04e9":15,"\u04eb":15,"\u0501":15,"\u0503":15,"\u050d":15,"\u0479":15,"\u047b":15,"\u047d":15,"\u0481":15,"\u0435":23,"\u0450":23,"\u0451":23,"\u0454":23,"\u0511":23}},"\u047a":{"d":"1262,-1108v114,140,158,456,91,692v-63,222,-212,367,-445,419v-19,91,-70,111,-181,111v-112,0,-160,-18,-180,-105v-310,-57,-470,-271,-467,-648v3,-366,167,-584,466,-656v19,-94,70,-114,183,-114v111,0,158,19,178,105v156,26,272,94,355,196xm899,-224v189,-66,235,-319,200,-572v-19,-140,-80,-237,-199,-280v-23,67,-77,82,-173,82v-95,0,-145,-15,-170,-73v-181,70,-224,316,-191,565v18,138,74,237,189,280v25,-63,79,-79,174,-79v96,0,146,14,170,77","w":1465,"k":{".":43,",":43,"\u0434":47,"\u042f":10,"\u042d":15,"\u0425":50,"\u0422":43,"\u0408":33,"\u0414":54,"\u0410":61,"\u04d0":61,"\u04d2":61,"\u04d4":61,"\u0466":61,"\u0427":2,"\u04b6":2,"\u04b8":2,"\u04cb":2,"\u04f4":2,"\u042a":52,"\u0402":52,"\u040b":52,"\u04a0":52,"\u04ac":52,"\u04b4":52,"\u050e":52,"\u041b":54,"\u0409":54,"\u04c5":54,"\u0508":54,"\u0512":54,"\u0423":43,"\u040e":43,"\u04ee":43,"\u04f0":43,"\u04f2":43,"\u0504":43,"\u0506":43,"\u0476":43,"\u0417":17,"\u0498":17,"\u04de":17,"\u04e0":17,"\u04ec":17,"\u0416":41,"\u0496":41,"\u04b2":41,"\u04c1":41,"\u04dc":41,"\u04fc":41,"\u04fe":41,"\u046a":41,"\u043b":42,"\u0459":42,"\u04c6":42,"\u0509":42,"\u0513":42}},"\u047c":{"d":"843,-1235v27,44,29,190,-17,206v-68,-25,-127,-76,-230,-70v-205,13,-230,216,-234,440v-3,165,23,285,78,375v56,92,232,118,334,56v42,-25,69,-64,100,-102v37,-45,183,-37,201,15v47,68,106,122,219,122v245,0,282,-207,282,-466v0,-191,-26,-346,-138,-415v-91,-56,-232,-9,-296,34v-52,34,-65,-27,-64,-94v0,-68,6,-105,49,-130v108,-62,329,-69,449,-6v190,100,275,318,276,610v1,426,-153,683,-549,683v-151,0,-257,-60,-334,-136v-77,75,-182,136,-334,136v-397,0,-550,-258,-549,-683v1,-293,85,-510,276,-610v120,-63,343,-56,449,6v15,9,26,19,32,29xm973,-1492v-77,1,-134,-12,-134,-93v0,-80,57,-89,137,-89v79,0,135,11,135,91v0,104,-50,158,-101,213v-22,24,-48,34,-95,34v-54,0,-59,-25,-32,-50v30,-28,63,-56,87,-90v2,-4,2,-9,3,-16xm1423,-1736v0,45,-4,78,-48,78v-191,0,-297,-72,-433,-121v-21,-8,-44,-10,-67,-10v-55,-2,-77,45,-81,96v-3,35,-39,33,-89,33v-54,0,-83,-2,-84,-46v-3,-156,89,-246,247,-244v215,3,288,138,516,138v38,0,39,36,39,76","w":1938,"k":{".":43,",":43,"\u0434":47,"\u042f":10,"\u042d":15,"\u0425":50,"\u0422":43,"\u0408":33,"\u0414":54,"\u0410":61,"\u04d0":61,"\u04d2":61,"\u04d4":61,"\u0466":61,"\u0427":2,"\u04b6":2,"\u04b8":2,"\u04cb":2,"\u04f4":2,"\u042a":52,"\u0402":52,"\u040b":52,"\u04a0":52,"\u04ac":52,"\u04b4":52,"\u050e":52,"\u041b":54,"\u0409":54,"\u04c5":54,"\u0508":54,"\u0512":54,"\u0423":43,"\u040e":43,"\u04ee":43,"\u04f0":43,"\u04f2":43,"\u0504":43,"\u0506":43,"\u0476":43,"\u0417":17,"\u0498":17,"\u04de":17,"\u04e0":17,"\u04ec":17,"\u0416":41,"\u0496":41,"\u04b2":41,"\u04c1":41,"\u04dc":41,"\u04fc":41,"\u04fe":41,"\u046a":41,"\u043b":42,"\u0459":42,"\u04c6":42,"\u0509":42,"\u0513":42}},"\u047e":{"d":"1465,-1640r-113,245r-65,0r-48,-100r-190,0r-48,100r-64,0r-48,-100r-190,0r-48,100r-65,0r-113,-245r992,0xm1852,-660v1,426,-153,683,-549,683v-151,0,-257,-60,-334,-136v-77,75,-182,136,-334,136v-397,0,-550,-258,-549,-683v1,-293,85,-510,276,-610v120,-63,342,-55,449,6v43,25,49,63,49,130v1,68,-12,128,-64,94v-66,-43,-205,-89,-296,-34v-111,68,-137,226,-138,415v0,165,18,287,78,375v43,63,108,90,204,91v87,1,149,-35,193,-80r0,-375v4,-62,185,-45,235,-31v20,5,29,18,29,31r0,375v57,70,198,107,307,61v140,-60,168,-232,168,-447v0,-191,-26,-346,-138,-415v-91,-56,-232,-9,-296,34v-52,34,-65,-27,-64,-94v0,-68,6,-105,49,-130v108,-62,329,-69,449,-6v190,100,275,318,276,610","w":1938,"k":{".":43,",":43,"\u0434":47,"\u042f":10,"\u042d":15,"\u0425":50,"\u0422":43,"\u0408":33,"\u0414":54,"\u0410":61,"\u04d0":61,"\u04d2":61,"\u04d4":61,"\u0466":61,"\u0427":2,"\u04b6":2,"\u04b8":2,"\u04cb":2,"\u04f4":2,"\u042a":52,"\u0402":52,"\u040b":52,"\u04a0":52,"\u04ac":52,"\u04b4":52,"\u050e":52,"\u041b":54,"\u0409":54,"\u04c5":54,"\u0508":54,"\u0512":54,"\u0423":43,"\u040e":43,"\u04ee":43,"\u04f0":43,"\u04f2":43,"\u0504":43,"\u0506":43,"\u0476":43,"\u0417":17,"\u0498":17,"\u04de":17,"\u04e0":17,"\u04ec":17,"\u0416":41,"\u0496":41,"\u04b2":41,"\u04c1":41,"\u04dc":41,"\u04fc":41,"\u04fe":41,"\u046a":41,"\u043b":42,"\u0459":42,"\u04c6":42,"\u0509":42,"\u0513":42}},"\u0480":{"d":"593,18v-350,-32,-514,-266,-514,-648v0,-325,128,-543,357,-640v187,-80,483,-49,582,76v13,26,13,62,14,103v3,78,-15,138,-75,93v-64,-48,-147,-100,-267,-96v-241,8,-327,201,-327,450v0,258,86,434,334,442v53,2,97,-16,134,-19v28,5,26,26,26,67r0,476v-10,47,-74,42,-132,42v-51,0,-85,-4,-104,-11v-19,-7,-28,-18,-28,-31r0,-304","w":1060,"k":{"-":69,"\u00bb":65,".":150,":":86,";":35,",":155,"\u044f":156,"\u044d":93,"\u0445":69,"\u0444":180,"\u0442":62,"\u0455":157,"\u0441":190,"\u043c":121,"\u0457":-106,"\u0434":209,"\u0431":30,"\u0430":120,"\u042f":24,"\u0424":82,"\u0405":4,"\u0421":58,"\u0408":84,"\u0414":151,"\u0410":160,"\u04d0":160,"\u04d2":160,"\u04d4":160,"\u0466":160,"\u050b":45,"\u0427":-24,"\u04b6":-24,"\u04b8":-24,"\u04cb":-24,"\u04f4":-24,"\u041b":145,"\u0409":145,"\u04c5":145,"\u0508":145,"\u0512":145,"\u041e":58,"\u0472":58,"\u0404":58,"\u04a8":58,"\u04aa":58,"\u04d8":58,"\u04da":58,"\u04e6":58,"\u04e8":58,"\u04ea":58,"\u0500":58,"\u0502":58,"\u050c":58,"\u0460":58,"\u0478":58,"\u047a":58,"\u047c":58,"\u047e":58,"\u0480":58,"\u0416":5,"\u0496":5,"\u04b2":5,"\u04c1":5,"\u04dc":5,"\u04fc":5,"\u04fe":5,"\u046a":5,"\u0447":73,"\u04b7":73,"\u04b9":73,"\u04cc":73,"\u04f5":73,"\u0432":111,"\u0433":111,"\u0453":111,"\u0491":111,"\u0438":111,"\u0439":111,"\u043a":111,"\u045c":111,"\u043d":111,"\u045a":111,"\u043f":111,"\u0440":111,"\u0446":111,"\u045f":111,"\u0448":111,"\u0449":111,"\u044b":111,"\u044c":111,"\u044e":111,"\u048b":111,"\u048f":111,"\u0495":111,"\u04a3":111,"\u04a5":111,"\u04a7":111,"\u04bb":111,"\u04c8":111,"\u04ca":111,"\u04e3":111,"\u04e5":111,"\u043b":198,"\u0459":198,"\u04c6":198,"\u0509":198,"\u0513":198,"\u043e":187,"\u0473":187,"\u04a9":187,"\u04ab":187,"\u04d7":187,"\u04e7":187,"\u04e9":187,"\u04eb":187,"\u0501":187,"\u0503":187,"\u050d":187,"\u0479":187,"\u047b":187,"\u047d":187,"\u0481":187,"\u044a":50,"\u04a1":50,"\u04ad":50,"\u04b5":50,"\u050f":50,"\u0435":175,"\u0450":175,"\u0451":175,"\u0454":175,"\u0511":175,"\u0443":96,"\u045e":96,"\u0475":96,"\u04af":96,"\u04b1":96,"\u04ef":96,"\u04f1":96,"\u04f3":96,"\u0505":96,"\u0507":96,"\u0461":96,"\u0477":96,"\u047f":96,"\u0436":98,"\u0497":98,"\u04b3":98,"\u04c2":98,"\u04dd":98,"\u04fd":98,"\u04ff":98,"\u0437":104,"\u0499":104,"\u04df":104,"\u046f":104}},"\u0461":{"d":"38,-902v-20,-92,109,-62,190,-62v39,0,61,11,70,41r208,657v40,-121,94,-228,140,-343r-96,-293v-20,-92,109,-62,190,-62v39,0,61,11,70,41r201,655v77,-194,147,-401,162,-655v4,-62,130,-40,201,-40v34,0,64,7,64,40v0,341,-168,612,-290,855v-36,72,-68,74,-161,74v-74,0,-133,2,-152,-54r-91,-269r-109,269v-17,72,-139,55,-223,52v-46,-1,-71,-16,-83,-52","w":1473,"k":{".":63,",":63,"\u044f":14,"\u0444":20,"\u0441":13,"\u043c":12,"\u0434":78,"\u043b":72,"\u0459":72,"\u04c6":72,"\u0509":72,"\u0513":72,"\u043e":15,"\u0473":15,"\u04a9":15,"\u04ab":15,"\u04d7":15,"\u04e7":15,"\u04e9":15,"\u04eb":15,"\u0501":15,"\u0503":15,"\u050d":15,"\u0479":15,"\u047b":15,"\u047d":15,"\u0481":15,"\u0435":23,"\u0450":23,"\u0451":23,"\u0454":23,"\u0511":23}},"\u0465":{"d":"1218,-238v46,-33,58,8,58,69v0,83,0,110,-57,137v-63,30,-150,55,-247,55v-292,0,-435,-153,-455,-428r-139,0r0,371v-9,46,-69,40,-126,40v-57,0,-117,6,-126,-40r0,-890v10,-46,69,-42,126,-42v57,0,116,-4,126,42r0,351r143,0v35,-254,183,-410,469,-410v101,0,195,32,252,77v26,20,26,60,26,109v0,67,-20,116,-62,76v-76,-72,-294,-112,-376,-12v-33,40,-56,94,-62,160r389,0v28,7,30,40,30,85v0,46,-2,76,-30,83r-389,0v7,150,77,239,229,240v98,1,167,-34,221,-73","w":1337},"\u0467":{"d":"190,4v-61,0,-176,21,-176,-37v0,-15,8,-39,23,-72r368,-807v23,-77,171,-52,268,-52v51,0,78,16,94,52r368,807v13,30,21,46,24,72v-6,60,-118,37,-181,37v-38,0,-56,-13,-68,-41r-142,-324r-97,0r0,334v-4,38,-48,31,-92,31v-43,0,-91,7,-91,-31r0,-334r-97,0r-150,343v-10,14,-26,22,-51,22xm579,-796r-117,273r235,0","w":1173},"\u0469":{"d":"632,4v-61,0,-176,21,-176,-37v0,-15,8,-39,23,-72r127,-278r-238,0r0,349v-7,46,-66,40,-121,40v-56,0,-121,7,-121,-40r0,-890v8,-46,65,-42,121,-42v56,0,121,-5,121,42r0,379r312,0r167,-367v23,-77,171,-52,268,-52v51,0,78,16,94,52r368,807v13,30,21,46,24,72v-6,60,-118,37,-181,37v-38,0,-56,-13,-68,-41r-142,-324r-97,0r0,334v-4,38,-48,31,-92,31v-43,0,-91,7,-91,-31r0,-334r-97,0r-150,343v-10,14,-26,22,-51,22xm904,-523r235,0r-118,-273","w":1615},"\u046b":{"d":"1099,-960v45,2,76,-2,76,30v0,11,-7,25,-22,42r-268,332v131,31,202,107,254,234r111,276v19,60,-52,52,-112,52v-61,0,-117,8,-133,-35v-45,-114,-67,-260,-142,-343v-22,-24,-60,-37,-102,-29r0,376v0,11,-8,20,-25,23v-43,8,-215,26,-215,-23r-2,-378v-109,-5,-138,69,-167,153r-75,221v-17,53,-123,33,-193,33v-37,0,-69,-11,-52,-50v89,-199,128,-466,364,-510r-267,-332v-15,-19,-23,-33,-23,-42v0,-32,32,-30,77,-30r916,0xm645,-555v49,-83,108,-153,160,-232r-320,0r133,185v9,14,18,30,27,47","w":1282,"k":{"\u0444":31,"\u0441":30,"\u0430":26,"\u043e":35,"\u0473":35,"\u04a9":35,"\u04ab":35,"\u04d7":35,"\u04e7":35,"\u04e9":35,"\u04eb":35,"\u0501":35,"\u0503":35,"\u050d":35,"\u0479":35,"\u047b":35,"\u047d":35,"\u0481":35,"\u044a":6,"\u04a1":6,"\u04ad":6,"\u04b5":6,"\u050f":6,"\u0435":32,"\u0450":32,"\u0451":32,"\u0454":32,"\u0511":32}},"\u046d":{"d":"247,-966v56,0,121,-5,121,42r0,358r460,0r-259,-322v-15,-19,-23,-33,-23,-42v0,-32,32,-30,77,-30r916,0v45,2,76,-2,76,30v0,11,-7,25,-22,42r-268,332v131,31,202,107,254,234r111,276v19,60,-52,52,-112,52v-61,0,-117,8,-133,-35v-45,-114,-67,-260,-142,-343v-22,-24,-60,-37,-102,-29r0,376v0,11,-8,20,-25,23v-43,8,-215,26,-215,-23r-2,-378v-109,-5,-138,69,-167,153r-75,221v-17,53,-123,33,-193,33v-37,0,-67,-10,-52,-50r100,-248v18,-44,33,-77,58,-110r-262,0r0,370v-7,46,-66,40,-121,40v-56,0,-121,7,-121,-40r0,-890v8,-46,65,-42,121,-42xm1085,-555v49,-83,108,-153,160,-232r-320,0r133,185v9,14,18,30,27,47","w":1722,"k":{"\u0444":31,"\u0441":30,"\u0430":26,"\u043e":35,"\u0473":35,"\u04a9":35,"\u04ab":35,"\u04d7":35,"\u04e7":35,"\u04e9":35,"\u04eb":35,"\u0501":35,"\u0503":35,"\u050d":35,"\u0479":35,"\u047b":35,"\u047d":35,"\u0481":35,"\u044a":6,"\u04a1":6,"\u04ad":6,"\u04b5":6,"\u050f":6,"\u0435":32,"\u0450":32,"\u0451":32,"\u0454":32,"\u0511":32}},"\u046f":{"d":"712,-1056v-32,-6,-65,-30,-100,-6v-28,19,-52,63,-74,92v130,28,229,97,229,243v0,125,-78,188,-173,223v119,19,208,92,208,223v0,223,-169,288,-401,303v-62,3,-107,7,-144,24v-21,10,-28,21,-28,47v0,58,78,53,147,54v130,2,281,-38,388,10v40,29,51,64,51,139v1,54,-6,123,-57,94v-72,-71,-258,-37,-392,-38v-202,-2,-354,-62,-354,-259v0,-191,144,-240,340,-257v100,-9,179,-30,179,-125v0,-135,-171,-112,-312,-117v-44,-1,-42,-33,-42,-87v0,-50,0,-80,39,-80v144,0,298,7,298,-122v-1,-145,-240,-112,-332,-67v-31,15,-58,34,-87,39v-50,-16,-37,-154,1,-181v40,-28,98,-48,157,-62v-54,-71,-118,-137,-165,-214v-9,-50,90,-32,142,-32v33,0,47,12,61,32r103,141v42,-52,79,-130,134,-163v68,-40,210,-25,199,80v-3,27,0,59,-15,66","w":870,"k":{"\u0445":9,"\u0434":10,"\u043b":19,"\u0459":19,"\u04c6":19,"\u0509":19,"\u0513":19,"\u044a":14,"\u04a1":14,"\u04ad":14,"\u04b5":14,"\u050f":14,"\u0443":10,"\u045e":10,"\u0475":10,"\u04af":10,"\u04b1":10,"\u04ef":10,"\u04f1":10,"\u04f3":10,"\u0505":10,"\u0507":10,"\u0461":10,"\u0477":10,"\u047f":10,"\u0436":8,"\u0497":8,"\u04b3":8,"\u04c2":8,"\u04dd":8,"\u04fd":8,"\u04ff":8}},"\u0471":{"d":"1099,-931v15,-51,118,-33,182,-33v35,0,64,9,68,39r29,239r9,156v-1,352,-183,530,-514,551r0,299v-9,47,-68,43,-125,43v-58,0,-125,4,-125,-43r0,-298v-322,-14,-503,-157,-502,-490r10,-298v0,-54,-7,-106,-11,-154v-5,-65,116,-43,180,-43v34,0,63,9,69,39v56,270,-133,724,254,739r0,-1163v8,-47,67,-44,125,-44v58,0,125,-4,125,43r0,1164v194,-10,266,-128,266,-337v0,-140,-28,-287,-40,-409","w":1511},"\u0477":{"d":"455,-1118v32,51,-25,52,-78,52v-56,1,-92,-7,-118,-35r-213,-232v-27,-29,5,-48,38,-50v67,-5,175,-11,208,36xm798,-1118v32,51,-25,52,-78,52v-56,1,-92,-7,-118,-35r-213,-232v-27,-29,6,-48,39,-50v67,-5,174,-11,207,36xm25,-900v-23,-93,108,-64,189,-64v38,0,60,11,69,41r202,655r7,39r7,-39r117,-448v34,-150,77,-270,260,-265v59,2,115,6,120,58v5,46,20,158,-24,169v-35,-1,-69,-5,-86,17v-19,25,-31,54,-43,95r-175,593v-19,82,-169,53,-268,53v-52,0,-83,-13,-96,-53r-268,-805v-5,-20,-9,-35,-11,-46","w":1017,"k":{".":63,",":63,"\u044f":14,"\u0444":20,"\u0441":13,"\u043c":12,"\u0434":78,"\u043b":72,"\u0459":72,"\u04c6":72,"\u0509":72,"\u0513":72,"\u043e":15,"\u0473":15,"\u04a9":15,"\u04ab":15,"\u04d7":15,"\u04e7":15,"\u04e9":15,"\u04eb":15,"\u0501":15,"\u0503":15,"\u050d":15,"\u0479":15,"\u047b":15,"\u047d":15,"\u0481":15,"\u0435":23,"\u0450":23,"\u0451":23,"\u0454":23,"\u0511":23}},"\u0479":{"d":"531,-983v298,-3,440,188,437,494v-3,312,-148,512,-459,512v-303,0,-437,-188,-437,-494v0,-311,149,-508,459,-512xm518,-178v141,0,193,-140,191,-301v-2,-160,-33,-305,-187,-305v-150,0,-191,143,-191,302v0,160,33,304,187,304xm1734,-962v61,-6,202,-25,204,44v0,12,-3,27,-8,44r-405,1190v-22,55,-149,50,-230,44v-38,-3,-58,-22,-43,-61r119,-299v-17,-8,-33,-27,-39,-45r-307,-820v-9,-23,-13,-41,-13,-53v4,-69,124,-46,196,-46v49,0,60,21,74,61r210,597r3,0r192,-609v8,-33,14,-44,47,-47","w":1960,"k":{".":63,",":63,"\u044f":14,"\u0444":20,"\u0441":13,"\u043c":12,"\u0434":78,"\u043b":72,"\u0459":72,"\u04c6":72,"\u0509":72,"\u0513":72,"\u043e":15,"\u0473":15,"\u04a9":15,"\u04ab":15,"\u04d7":15,"\u04e7":15,"\u04e9":15,"\u04eb":15,"\u0501":15,"\u0503":15,"\u050d":15,"\u0479":15,"\u047b":15,"\u047d":15,"\u0481":15,"\u0435":23,"\u0450":23,"\u0451":23,"\u0454":23,"\u0511":23}},"\u047b":{"d":"1038,-812v118,151,114,493,-2,642v-64,83,-154,147,-274,174v-17,79,-62,97,-162,97v-100,0,-143,-17,-161,-91v-241,-44,-367,-204,-367,-481v0,-278,139,-436,366,-493v17,-80,62,-99,164,-99v100,0,142,16,160,93v124,23,213,78,276,158xm750,-214v80,-47,119,-139,119,-265v0,-126,-36,-223,-120,-270v-24,47,-69,59,-149,59v-79,0,-125,-13,-149,-57v-79,47,-120,139,-120,265v0,126,35,224,120,270v27,-81,271,-82,299,-2","w":1200},"\u047d":{"d":"334,-490v0,175,42,306,198,314v98,5,149,-53,194,-106v41,-32,160,-28,187,11v38,53,93,99,183,95v156,-7,196,-140,198,-314v3,-183,-64,-330,-252,-286v-44,9,-71,34,-108,45v-54,-13,-46,-152,-17,-191v33,-44,130,-63,227,-61v289,6,409,200,409,493v0,320,-135,513,-449,513v-132,0,-223,-45,-290,-108v-67,63,-158,109,-290,108v-314,-2,-449,-193,-449,-513v0,-293,120,-493,409,-493v138,0,246,11,246,157v0,54,-9,115,-59,86v-40,-24,-90,-48,-159,-44v-142,8,-178,138,-178,294xm830,-1142v-78,0,-137,-21,-134,-103v3,-83,48,-99,137,-99v88,0,132,19,135,101v4,122,-54,201,-126,253v-18,13,-39,11,-70,14v-54,5,-61,-28,-32,-50v31,-37,81,-59,90,-116xm1280,-1412v0,47,-3,83,-48,84v-191,5,-297,-72,-433,-121v-21,-8,-44,-10,-67,-10v-55,-2,-77,45,-81,96v-3,35,-39,33,-89,33v-54,0,-84,-2,-84,-46v0,-162,85,-257,247,-257v215,0,288,138,516,138v39,0,39,40,39,83","w":1628},"\u047f":{"d":"1235,-1328r-113,245r-65,0r-48,-100r-190,0r-48,100r-64,0r-48,-100r-190,0r-48,100r-65,0r-113,-245r992,0xm38,-902v-20,-92,109,-62,190,-62v39,0,61,11,70,41r208,657v40,-121,94,-228,140,-343r-96,-293v-20,-92,109,-62,190,-62v39,0,61,11,70,41r201,655v77,-194,147,-401,162,-655v4,-62,130,-40,201,-40v34,0,64,7,64,40v0,341,-168,612,-290,855v-36,72,-68,74,-161,74v-74,0,-133,2,-152,-54r-91,-269r-109,269v-17,72,-139,55,-223,52v-46,-1,-71,-16,-83,-52","w":1473,"k":{".":63,",":63,"\u044f":14,"\u0444":20,"\u0441":13,"\u043c":12,"\u0434":78,"\u043b":72,"\u0459":72,"\u04c6":72,"\u0509":72,"\u0513":72,"\u043e":15,"\u0473":15,"\u04a9":15,"\u04ab":15,"\u04d7":15,"\u04e7":15,"\u04e9":15,"\u04eb":15,"\u0501":15,"\u0503":15,"\u050d":15,"\u0479":15,"\u047b":15,"\u047d":15,"\u0481":15,"\u0435":23,"\u0450":23,"\u0451":23,"\u0454":23,"\u0511":23}},"\u0481":{"d":"456,20v-258,-18,-385,-199,-383,-483v2,-318,141,-519,449,-519v111,0,214,33,264,97v16,21,11,53,12,92v2,74,-17,130,-72,91v-49,-35,-104,-78,-193,-76v-151,4,-203,126,-202,297v0,173,50,289,205,293v65,2,107,-26,150,-42v22,3,22,19,22,52r0,502v-9,46,-69,40,-126,40v-57,0,-117,6,-126,-40r0,-304","w":834},"\u0483":{"d":"-614,-1163v-11,63,-42,103,-116,103v-86,0,-118,-41,-117,-126v1,-92,38,-127,130,-128r407,0v11,-63,43,-103,117,-103v89,0,118,39,118,126v0,92,-39,127,-131,128r-408,0","w":0},"\u0484":{"d":"-227,-1129v-4,-50,-26,-98,-81,-96v-118,6,-182,70,-281,99v-63,18,-132,33,-219,32v-45,-1,-48,-37,-48,-84v0,-44,0,-83,39,-83v227,0,301,-138,516,-138v162,0,247,95,247,257v0,44,-31,46,-84,46v-51,0,-86,2,-89,-33","w":0},"\u0485":{"d":"-466,-1449v93,0,138,18,137,107v0,76,-59,95,-134,95v11,64,71,86,103,131v13,29,-5,35,-45,35v-84,0,-106,-47,-145,-91v-41,-46,-51,-103,-51,-176v0,-81,47,-101,135,-101","w":0},"\u0486":{"d":"-459,-1247v-78,0,-137,-21,-134,-103v3,-83,48,-99,137,-99v88,0,132,19,135,101v4,122,-55,202,-127,254v-18,13,-38,10,-69,13v-54,5,-61,-28,-32,-50v31,-37,81,-59,90,-116","w":0}}}); /*cufon-replace*/ /*Cufon.replace('.cambria_bold_italic', { fontFamily: 'Cambria Bold Italic', hover: true }); Cufon.replace('.cambria_italic', { fontFamily: 'Cambria Italic', hover: true }); Cufon.replace('.cambria_bold', { fontFamily: 'Cambria Bold', hover: true }); */ Cufon.replace('.cn>h1', { fontFamily: 'Calibri Bold', hover: true }); Cufon.replace('.lm>li>a', { fontFamily: 'Calibri Bold', hover: true }); Cufon.replace('li.mt>span', { fontFamily: 'Calibri Bold', hover: true }); /*page*/ $(document).ready(function(){ menu_width(); flashe(); $("a[rel^='prettyPhoto'], a.prettyPhoto, a.lightview").prettyPhoto({theme:'light_square'}); blank(); tooltips('.title'); $(window).resize(function(){ console.log('resize'); menu_width(); }); $('.mt>ul').superfish(); hroll(); showmap(); rollup(); }); function flashe(){ $('.flash').each(function(){ $(this).html(' '); var source = $(this).attr('title'); var szer = $(this).width(); var wys = $(this).height(); $(this).flash({ src: source, width: szer, height: wys, wmode: 'transparent' }); }) } function blank(){ $('.blank').each(function(){ $(this).attr('target','_blank'); }); } var maps = new Array(); var licznik = 0; function mapy(){ $('.gmapa').each(function(){ maps[licznik] = new Array(); maps[licznik]['id'] = $(this).attr('id'); maps[licznik]['x'] = $(this).children('input[name=x]').attr('value'); maps[licznik]['y'] = $(this).children('input[name=y]').attr('value'); maps[licznik]['zoom'] = $(this).children('input[name=zoom]').attr('value'); maps[licznik]['scroll'] = $(this).children('input[name=scroll]').attr('value'); maps[licznik]['arrows'] = $(this).children('input[name=arrows]').attr('value'); maps[licznik]['zoomonscroll'] = $(this).children('input[name=zoomonscroll]').attr('value'); $(this).children('input').remove(); licznik++; }); if(maps.length>0) { initialize_googlemap(); } } function initialize_googlemap() { var count = maps.length; for(i=0; i"); $(document).ready(function(){ try { var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1); piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); } catch( err ) {} }); } } var mwidthcnt = 0; var mw = 942; var mpw = 0; var mcnt = 0; var sfishstart = false; function mwidth(){ if(!sfishstart) $('.tm').children('ul.mm').superfish(); sfishstart = true; mw2 = mw; //console.log(mwidthcnt); if(mwidthcnt>0){ $('.tm>ul.mm>li>a').removeAttr('style'); $.cookie('mwp', 0, '/'); $.cookie('mp', 0, '/'); } mwidthcnt++; if(mwidthcnt>3) return false; $('.tm>ul.mm>li').each(function(){ mpw += $(this).width(); mw2 -= $(this).width(); mcnt++; }); //console.log(mpw+' = '+$.cookie('mpw')); if(mpw == $.cookie('mpw')) { sbmwidth(); return true; } $('.tm>ul.mm>li>a').removeAttr('style'); mw2 = mw; $('.tm>ul.mm>li').each(function(){ mw2 -= $(this).width(); }); var dif = Math.floor(mw2/(2*mcnt)); //console.log('dif: '+dif); $('.tm>ul.mm>li>a').css('padding-right', dif+'px'); $('.tm>ul.mm>li>a').css('padding-left', dif+'px'); $.cookie('mp',dif,'/'); mpw = 0; $('.tm>ul.mm>li').each(function(){ mpw += $(this).width(); }); $.cookie('mpw',mpw,'/'); sbmwidth(); return true; } function mban(){ if($('.nm').length==0) return false; $('.nm').each(function(){ var dif = 240-$(this).height()-40; dif = Math.floor(dif/2); $(this).css('margin-top', dif+'px'); }); $('.bb>ul').jcarousel({ auto: 7, wrap: 'circular', scroll: 1 }); return true; } function sbmwidth(){ $('.sbm').each(function(){ $(this).css('opacity', 0); $(this).removeClass('hidden'); tw = $(this).width(); lw = $(this).parent('li').width(); lw -= 15; if(lw>tw) $(this).css('width', lw+'px'); $(this).css('opacity', 1); $(this).addClass('hidden'); }); } function mpage(){ if($('.uo').length==0) return false; var mh = 0; $('.uo>li').each(function(){ lh = $(this).height()+50; if(lh>mh) mh=lh; }); $('.uo>li').css('height', mh+'px'); $('a.t').each(function(){ ah = $(this).height(); mt = mh-130-ah; $(this).parent('li').children('a.smh').css('margin-top', mt+'px'); }); } function ifoot(){ var fh = $('.footer').height(); var dif=fh-40; $('.lr').css('margin-top', dif+'px'); } function tooltips( classname ){ $(''+classname).tooltip({ track: true, delay: 0, showURL: false, showBody: "|", fade: 250 }); } function showmap(){ $('.showmap').click(function(){ var id = $(this).attr('id'); $('#h'+id).stop(); if($('#h'+id).height()>1){ $('#h'+id).animate({opacity: 0, height: '1px'}, 400); } else $('#h'+id).animate({opacity: 1, height: '410px'}, 1000);/* $(this).animate({opacity: 0}, 400, function(){ $(this).remove(); });*/ }); } function contheith(){ var rt = $('.rt').height(); var lt = $('.lt').height(); //console.log(lt