(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<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=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;G<E;G++){L.call(K(this[G],H),this.length>1||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<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return!o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-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+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!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;E<F;E++){if(H[E]===G){return E}}return-1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?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)})}});(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<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":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<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=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 U<T[3]-0},gt:function(V,U,T){return U>T[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<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=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<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex"in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+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="<a href='#'></a>";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="<p class='TEST'></p>";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="<div class='test e'></div><div class='test'></div>";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;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){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;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||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<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=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("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/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<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").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<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;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<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=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='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';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")}})})();;var menuSlider=function(){var m,e,g,s,q,i,bb2;e=[];q=8;i=8;return{init:function(j,k,bb){m=document.getElementById(j);e=m.getElementsByTagName('li');bb2=bb;var i,l,w,p;i=0;l=e.length;var temp=$("#"+j+" .topselected a").offset();w=65;p=temp.left;for(i;i<l;i++){var c,v;c=e[i];v=c.value;if(v==1){s=c;w=c.offsetWidth-40;}
c.onmouseover=function(){menuSlider.mo(this)};c.onmouseout=function(){menuSlider.mo(s)};}
g=document.getElementById(k);g.style.width=w+'px';g.style.left=p+'px';},mo:function(d){clearInterval(m.tm);var el,ew;el=parseInt($(d).offset().left+22);ew=parseInt(d.offsetWidth-40);m.tm=setInterval(function(){menuSlider.mv(el,ew)},i);},mv:function(el,ew){var l,w;l=parseInt(g.offsetLeft);w=parseInt(g.offsetWidth);if(l!=el||w!=ew){if(l!=el){var ld,lr,li;ld=(l>el)?-1:1;lr=Math.abs(el-l);li=(lr<q)?ld*lr:ld*q;g.style.left=(l+li)+'px'}
if(w!=ew){var wd,wr,wi;wd=(w>ew)?-1:1;wr=Math.abs(ew-w);wi=(wr<q)?wd*wr:wd*q;g.style.width=(w+wi)+'px'}}else{clearInterval(m.tm)}}};}();;jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.1",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m<n.length;m++){if(j.options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDocumentPosition?k.compareDocumentPosition(j)&16:k!==j&&k.contains(j)},hasScroll:function(m,k){if(c(m).css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m[j]>0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(c.curCSS(this,"position",1))&&(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return!!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return!(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return!this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);;(function(a){a.widget("ui.accordion",{_init:function(){var d=this.options,b=this;this.running=0;if(d.collapsible==a.ui.accordion.defaults.collapsible&&d.alwaysOpen!=a.ui.accordion.defaults.alwaysOpen){d.collapsible=!d.alwaysOpen}if(d.navigation){var c=this.element.find("a").filter(d.navigationFilter);if(c.length){if(c.filter(d.header).length){this.active=c}else{this.active=c.parent().parent().prev();c.addClass("ui-accordion-content-active")}}}this.element.addClass("ui-accordion ui-widget ui-helper-reset");if(this.element[0].nodeName=="UL"){this.element.children("li").addClass("ui-accordion-li-fix")}this.headers=this.element.find(d.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){a(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){a(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){a(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){a(this).removeClass("ui-state-focus")});this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");this.active=this._findActive(this.active||d.active).toggleClass("ui-state-default").toggleClass("ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");this.active.next().addClass("ui-accordion-content-active");a("<span/>").addClass("ui-icon "+d.icons.header).prependTo(this.headers);this.active.find(".ui-icon").toggleClass(d.icons.header).toggleClass(d.icons.headerSelected);if(a.browser.msie){this.element.find("a").css("zoom","1")}this.resize();this.element.attr("role","tablist");this.headers.attr("role","tab").bind("keydown",function(e){return b._keydown(e)}).next().attr("role","tabpanel");this.headers.not(this.active||"").attr("aria-expanded","false").attr("tabIndex","-1").next().hide();if(!this.active.length){this.headers.eq(0).attr("tabIndex","0")}else{this.active.attr("aria-expanded","true").attr("tabIndex","0")}if(!a.browser.safari){this.headers.find("a").attr("tabIndex","-1")}if(d.event){this.headers.bind((d.event)+".accordion",function(e){return b._clickHandler.call(b,e,this)})}},destroy:function(){var c=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role").unbind(".accordion").removeData("accordion");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabindex");this.headers.find("a").removeAttr("tabindex");this.headers.children(".ui-icon").remove();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active");if(c.autoHeight||c.fillHeight){b.css("height","")}},_setData:function(b,c){if(b=="alwaysOpen"){b="collapsible";c=!c}a.widget.prototype._setData.apply(this,arguments)},_keydown:function(e){var g=this.options,f=a.ui.keyCode;if(g.disabled||e.altKey||e.ctrlKey){return}var d=this.headers.length;var b=this.headers.index(e.target);var c=false;switch(e.keyCode){case f.RIGHT:case f.DOWN:c=this.headers[(b+1)%d];break;case f.LEFT:case f.UP:c=this.headers[(b-1+d)%d];break;case f.SPACE:case f.ENTER:return this._clickHandler({target:e.target},e.target)}if(c){a(e.target).attr("tabIndex","-1");a(c).attr("tabIndex","0");c.focus();return false}return true},resize:function(){var e=this.options,d;if(e.fillSpace){if(a.browser.msie){var b=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}d=this.element.parent().height();if(a.browser.msie){this.element.parent().css("overflow",b)}this.headers.each(function(){d-=a(this).outerHeight()});var c=0;this.headers.next().each(function(){c=Math.max(c,a(this).innerHeight()-a(this).height())}).height(Math.max(0,d-c)).css("overflow","auto")}else{if(e.autoHeight){d=0;this.headers.next().each(function(){d=Math.max(d,a(this).outerHeight())}).height(d)}}},activate:function(b){var c=this._findActive(b)[0];this._clickHandler({target:c},c)},_findActive:function(b){return b?typeof b=="number"?this.headers.filter(":eq("+b+")"):this.headers.not(this.headers.not(b)):b===false?a([]):this.headers.filter(":eq(0)")},_clickHandler:function(b,f){var d=this.options;if(d.disabled){return false}if(!b.target&&d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var h=this.active.next(),e={options:d,newHeader:a([]),oldHeader:d.active,newContent:a([]),oldContent:h},c=(this.active=a([]));this._toggle(c,h,e);return false}var g=a(b.currentTarget||f);var i=g[0]==this.active[0];if(this.running||(!d.collapsible&&i)){return false}this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");if(!i){g.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").find(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);g.next().addClass("ui-accordion-content-active")}var c=g.next(),h=this.active.next(),e={options:d,newHeader:i&&d.collapsible?a([]):g,oldHeader:this.active,newContent:i&&d.collapsible?a([]):c.find("> *"),oldContent:h.find("> *")},j=this.headers.index(this.active[0])>this.headers.index(g[0]);this.active=i?a([]):g;this._toggle(c,h,e,i,j);return false},_toggle:function(b,i,g,j,k){var d=this.options,m=this;this.toShow=b;this.toHide=i;this.data=g;var c=function(){if(!m){return}return m._completed.apply(m,arguments)};this._trigger("changestart",null,this.data);this.running=i.size()===0?b.size():i.size();if(d.animated){var f={};if(d.collapsible&&j){f={toShow:a([]),toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}else{f={toShow:b,toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}if(!d.proxied){d.proxied=d.animated}if(!d.proxiedDuration){d.proxiedDuration=d.duration}d.animated=a.isFunction(d.proxied)?d.proxied(f):d.proxied;d.duration=a.isFunction(d.proxiedDuration)?d.proxiedDuration(f):d.proxiedDuration;var l=a.ui.accordion.animations,e=d.duration,h=d.animated;if(!l[h]){l[h]=function(n){this.slide(n,{easing:h,duration:e||700})}}l[h](f)}else{if(d.collapsible&&j){b.toggle()}else{i.hide();b.show()}c(true)}i.prev().attr("aria-expanded","false").attr("tabIndex","-1").blur();b.prev().attr("aria-expanded","true").attr("tabIndex","0").focus()},_completed:function(b){var c=this.options;this.running=b?0:--this.running;if(this.running){return}if(c.clearStyle){this.toShow.add(this.toHide).css({height:"",overflow:""})}this._trigger("change",null,this.data)}});a.extend(a.ui.accordion,{version:"1.7.1",defaults:{active:null,alwaysOpen:true,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()==location.href.toLowerCase()}},animations:{slide:function(j,h){j=a.extend({easing:"swing",duration:300},j,h);if(!j.toHide.size()){j.toShow.animate({height:"show"},j);return}if(!j.toShow.size()){j.toHide.animate({height:"hide"},j);return}var c=j.toShow.css("overflow"),g,d={},f={},e=["height","paddingTop","paddingBottom"],b;var i=j.toShow;b=i[0].style.width;i.width(parseInt(i.parent().width(),10)-parseInt(i.css("paddingLeft"),10)-parseInt(i.css("paddingRight"),10)-(parseInt(i.css("borderLeftWidth"),10)||0)-(parseInt(i.css("borderRightWidth"),10)||0));a.each(e,function(k,m){f[m]="hide";var l=(""+a.css(j.toShow[0],m)).match(/^([\d+-.]+)(.*)$/);d[m]={value:l[1],unit:l[2]||"px"}});j.toShow.css({height:0,overflow:"hidden"}).show();j.toHide.filter(":hidden").each(j.complete).end().filter(":visible").animate(f,{step:function(k,l){if(l.prop=="height"){g=(l.now-l.start)/(l.end-l.start)}j.toShow[0].style[l.prop]=(g*d[l.prop].value)+d[l.prop].unit},duration:j.duration,easing:j.easing,complete:function(){if(!j.autoHeight){j.toShow.css("height","")}j.toShow.css("width",b);j.toShow.css({overflow:c});j.complete()}})},bounceslide:function(b){this.slide(b,{easing:b.down?"easeOutBounce":"swing",duration:b.down?1000:200})},easeslide:function(b){this.slide(b,{easing:"easeinout",duration:700})}}})})(jQuery);;(function(a){a.widget("ui.slider",a.extend({},a.ui.mouse,{_init:function(){var b=this,c=this.options;this._keySliding=false;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");this.range=a([]);if(c.range){if(c.range===true){this.range=a("<div></div>");if(!c.values){c.values=[this._valueMin(),this._valueMin()]}if(c.values.length&&c.values.length!=2){c.values=[c.values[0],c.values[0]]}}else{this.range=a("<div></div>")}this.range.appendTo(this.element).addClass("ui-slider-range");if(c.range=="min"||c.range=="max"){this.range.addClass("ui-slider-range-"+c.range)}this.range.addClass("ui-widget-header")}if(a(".ui-slider-handle",this.element).length==0){a('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle")}if(c.values&&c.values.length){while(a(".ui-slider-handle",this.element).length<c.values.length){a('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle")}}this.handles=a(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(d){d.preventDefault()}).hover(function(){a(this).addClass("ui-state-hover")},function(){a(this).removeClass("ui-state-hover")}).focus(function(){a(".ui-slider .ui-state-focus").removeClass("ui-state-focus");a(this).addClass("ui-state-focus")}).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((e==0&&d>=b)||(e==1&&d<=b)){d=b}if(d!=this.values(e)){var c=this.values();c[e]=d;var h=this._trigger("slide",f,{handle:this.handles[e],value:d,values:c});var b=this.values(e?0:1);if(h!==false){this.values(e,d,(f.type=="mousedown"&&this.options.animate),true)}}}else{if(d!=this.value()){var h=this._trigger("slide",f,{handle:this.handles[e],value:d});if(h!==false){this._setData("value",d,(f.type=="mousedown"&&this.options.animate))}}}},_stop:function(d,c){var b={handle:this.handles[c],value:this.value()};if(this.options.values&&this.options.values.length){b.value=this.values(c);b.values=this.values()}this._trigger("stop",d,b)},_change:function(d,c){var b={handle:this.handles[c],value:this.value()};if(this.options.values&&this.options.values.length){b.value=this.values(c);b.values=this.values()}this._trigger("change",d,b)},value:function(b){if(arguments.length){this._setData("value",b);this._change(null,0)}return this._value()},values:function(b,e,c,d){if(arguments.length>1){this.options.values[b]=e;this._refreshValue(c);if(!d){this._change(null,b)}}if(arguments.length){if(this.options.values&&this.options.values.length){return this._values(b)}else{return this.value()}}else{return this._values()}},_setData:function(b,d,c){a.widget.prototype._setData.apply(this,arguments);switch(b){case"orientation":this._detectOrientation();this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue(c);break;case"value":this._refreshValue(c);break}},_step:function(){var b=this.options.step;return b},_value:function(){var b=this.options.value;if(b<this._valueMin()){b=this._valueMin()}if(b>this._valueMax()){b=this._valueMax()}return b},_values:function(b){if(arguments.length){var c=this.options.values[b];if(c<this._valueMin()){c=this._valueMin()}if(c>this._valueMax()){c=this._valueMax()}return c}else{return this.options.values}},_valueMin:function(){var b=this.options.min;return b},_valueMax:function(){var b=this.options.max;return b},_refreshValue:function(c){var f=this.options.range,d=this.options,l=this;if(this.options.values&&this.options.values.length){var i,h;this.handles.each(function(p,n){var o=(l.values(p)-l._valueMin())/(l._valueMax()-l._valueMin())*100;var m={};m[l.orientation=="horizontal"?"left":"bottom"]=o+"%";a(this).stop(1,1)[c?"animate":"css"](m,d.animate);if(l.options.range===true){if(l.orientation=="horizontal"){(p==0)&&l.range.stop(1,1)[c?"animate":"css"]({left:o+"%"},d.animate);(p==1)&&l.range[c?"animate":"css"]({width:(o-lastValPercent)+"%"},{queue:false,duration:d.animate})}else{(p==0)&&l.range.stop(1,1)[c?"animate":"css"]({bottom:(o)+"%"},d.animate);(p==1)&&l.range[c?"animate":"css"]({height:(o-lastValPercent)+"%"},{queue:false,duration:d.animate})}}lastValPercent=o})}else{var j=this.value(),g=this._valueMin(),k=this._valueMax(),e=k!=g?(j-g)/(k-g)*100:0;var b={};b[l.orientation=="horizontal"?"left":"bottom"]=e+"%";this.handle.stop(1,1)[c?"animate":"css"](b,d.animate);(f=="min")&&(this.orientation=="horizontal")&&this.range.stop(1,1)[c?"animate":"css"]({width:e+"%"},d.animate);(f=="max")&&(this.orientation=="horizontal")&&this.range[c?"animate":"css"]({width:(100-e)+"%"},{queue:false,duration:d.animate});(f=="min")&&(this.orientation=="vertical")&&this.range.stop(1,1)[c?"animate":"css"]({height:e+"%"},d.animate);(f=="max")&&(this.orientation=="vertical")&&this.range[c?"animate":"css"]({height:(100-e)+"%"},{queue:false,duration:d.animate})}}}));a.extend(a.ui.slider,{getter:"value values",version:"1.7.1",eventPrefix:"slide",defaults:{animate:false,delay:0,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null}})})(jQuery);;;function filtra_subito()
{var vol=$("#metri").text();var checkpellet=$("#c4").attr('checked');var checklegna=$("#c5").attr('checked');var checkcanalizzabile=$("#c6").attr('checked');var checkintegrabile=$("#c8").attr('checked');$(".bloccoprodotto").removeClass("opa");var idtemp;$(".bloccoprodotto").each(function(i){idtemp=$(this).attr("id").replace('prod_','');if((checkpellet==1&&pelletjs[idtemp]==0))
{$(this).addClass("opa");}
else
if(checklegna==1&&pelletjs[idtemp]==1)
{$(this).addClass("opa");}
if((checkcanalizzabile==1&&canalizzabilejs[idtemp]==0))
{$(this).addClass("opa");}
if((checkintegrabile==1&&integrabilejs[idtemp]==0))
{$(this).addClass("opa");}
if(vol>0&&volumejs[idtemp]<vol)
{$(this).addClass("opa");}});$(".bloccoprodotto").each(function(i){if($(this).hasClass('opa'))
$(this).hide("slow");else
$(this).show("slow");});var totale=$(".bloccoprodotto").length;var numero=totale-$(".bloccoprodotto.opa").length;if(numero==0)
$(".nofound").show("slow");else
$(".nofound").hide("fast");$("#numerotrovati span span").text(numero+"/"+totale);$("#numerotrovati").show();$("#sfogliacat2").height(Math.ceil((numero)/3)*169);CSBfleXcroll("sfogliacat");};var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function 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;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface and data © 1996 Microsoft Corporation. All Rights Reserved
 * 
 * Trademark:
 * Verdana is a trademark of Microsoft Corporation
 */
Cufon.registerFont({"w":227,"face":{"font-family":"Verdana","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 4 3 5 4 4 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-11.3052 -361 388.01 74.6356","underline-thickness":"21.0938","underline-position":"-21.0938","unicode-range":"U+0020-U+0491"},"glyphs":{" ":{"w":126},"\u00a0":{"w":126},"!":{"d":"91,-262r-5,190r-30,0r-5,-190r40,0xm89,0r-36,0r0,-37r36,0r0,37","w":141},"\"":{"d":"136,-274r-8,102r-23,0r-8,-102r39,0xm68,-274r-8,102r-23,0r-7,-102r38,0","w":165},"#":{"d":"260,-164r-58,0r-16,66r54,0r0,24r-61,0r-18,74r-22,0r18,-74r-48,0r-18,74r-23,0r19,-74r-53,0r0,-24r59,0r16,-66r-54,0r0,-24r60,0r19,-74r22,0r-18,74r47,0r19,-74r22,0r-18,74r52,0r0,24xm180,-164r-49,0r-16,67r48,0","w":294},"$":{"d":"127,-128v40,6,77,17,77,61v-1,40,-37,64,-77,67r0,63r-21,0r0,-62v-29,0,-59,-7,-79,-16r0,-35v23,10,46,24,79,25r0,-76v-40,-8,-78,-20,-78,-63v0,-39,36,-63,78,-65r0,-48r21,0r0,47v23,0,51,9,68,14r0,34v-23,-8,-36,-21,-68,-22r0,76xm106,-204v-34,-3,-58,35,-35,59v6,5,18,10,35,14r0,-73xm127,-26v36,4,58,-38,33,-60v-7,-5,-18,-9,-33,-12r0,72","w":228},"%":{"d":"91,-267v45,1,64,29,64,78v0,49,-19,78,-64,78v-45,0,-65,-30,-65,-78v0,-48,19,-78,65,-78xm277,-262r-137,262r-29,0r137,-262r29,0xm297,-150v45,0,64,29,64,77v0,49,-18,78,-64,78v-45,0,-66,-28,-65,-77v0,-48,19,-78,65,-78xm91,-135v29,0,33,-20,33,-54v0,-34,-4,-54,-33,-54v-29,0,-34,20,-34,54v0,34,5,54,34,54xm297,-18v29,0,33,-21,33,-55v0,-34,-4,-54,-33,-54v-30,0,-34,21,-34,55v0,34,5,54,34,54","w":387},"&":{"d":"104,-160v40,-6,51,-85,0,-85v-30,0,-48,36,-30,60v5,7,15,16,30,25xm56,-80v-4,66,92,73,117,25r-84,-82v-19,10,-31,28,-33,57xm187,-84v6,-21,5,-49,5,-76r34,0v1,38,-4,70,-19,95r66,65r-43,0r-40,-39v-22,27,-44,43,-85,44v-47,1,-86,-30,-85,-77v1,-41,24,-60,49,-77v-22,-14,-36,-26,-36,-57v0,-40,30,-61,73,-61v36,-1,68,20,68,54v-1,38,-22,55,-53,65","w":261},"'":{"d":"68,-274r-8,102r-24,0r-7,-102r39,0","w":96,"k":{"\u00c6":18,"A":18}},"(":{"d":"63,-101v-1,81,36,132,75,173r-41,0v-39,-44,-65,-95,-65,-173v0,-77,27,-128,65,-173v13,2,32,-4,41,2v-41,38,-74,92,-75,171","w":163},")":{"d":"66,-274v39,45,66,96,66,173v0,77,-27,129,-66,173v-13,-1,-29,2,-40,-1v41,-39,75,-94,75,-172v0,-80,-37,-131,-75,-173r40,0","w":163},"*":{"d":"200,-156r-11,19r-64,-37r1,63r-23,0r1,-63r-63,38r-12,-20r67,-36r-67,-37r12,-19r63,38r-1,-64r23,0r-1,64r64,-38r11,20r-67,36","w":228},"+":{"d":"258,-101r-96,0r0,96r-29,0r0,-96r-96,0r0,-28r96,0r0,-95r29,0r0,95r96,0r0,28","w":294},",":{"d":"101,-50r-49,115r-26,0r30,-115r45,0","w":130},"-":{"d":"137,-99r-110,0r0,-31r110,0r0,31","w":163,"k":{"\u00e6":4,"\u00c6":9,"z":7,"y":7,"x":9,"w":4,"v":7,"a":4,"Z":5,"Y":25,"X":14,"W":9,"V":9,"T":26,"S":4,"J":18,"I":5,"A":9}},"\u00ad":{"d":"137,-99r-110,0r0,-31r110,0r0,31","w":163},".":{"d":"86,0r-42,0r0,-50r42,0r0,50","w":130,"k":{"-":28,",":23}},"\/":{"d":"151,-274r-126,327r-30,0r125,-327r31,0","w":163},"0":{"d":"115,-267v71,0,90,56,90,136v0,82,-19,136,-90,136v-73,0,-91,-55,-91,-136v0,-83,19,-136,91,-136xm115,-24v54,0,54,-52,54,-107v0,-55,-1,-107,-54,-107v-53,0,-55,53,-55,107v0,56,0,107,55,107","w":228},"1":{"d":"49,-226v31,-1,61,-5,61,-37r27,0r0,236r54,0r0,27r-142,0r0,-27r54,0r0,-175r-54,0r0,-24","w":228},"2":{"d":"35,-251v55,-28,164,-22,159,56v-4,70,-56,94,-92,133r-37,32r140,0r0,30r-177,0r0,-37v37,-32,93,-80,118,-115v24,-35,12,-85,-38,-85v-29,0,-51,12,-73,23r0,-37","w":228},"3":{"d":"145,-143v32,7,56,25,57,65v3,86,-108,98,-173,67r0,-37v39,27,138,41,137,-32v0,-41,-32,-49,-76,-47r0,-30v38,2,71,-8,71,-43v0,-58,-93,-35,-124,-14r0,-37v50,-24,159,-28,159,47v0,30,-25,53,-51,58r0,3","w":228},"4":{"d":"211,-74r-38,0r0,74r-34,0r0,-74r-125,0r0,-40r126,-148r33,0r0,160r38,0r0,28xm139,-102r0,-118r-102,118r102,0","w":228},"5":{"d":"78,-161v68,-7,125,9,125,78v0,88,-104,105,-170,73v2,-11,-3,-29,2,-37v38,30,133,37,133,-36v0,-59,-75,-54,-124,-44r0,-135r158,0r0,31r-124,0r0,70","w":228},"6":{"d":"60,-149v53,-36,149,-19,149,64v0,52,-41,91,-90,90v-69,-2,-94,-48,-95,-120v-2,-102,55,-166,160,-148v-2,10,3,27,-2,34v-60,-25,-123,18,-122,80xm119,-23v35,0,55,-23,55,-60v0,-62,-74,-66,-114,-41v-3,58,9,101,59,101","w":228},"7":{"d":"206,-223r-118,223r-38,0r126,-231r-149,0r0,-31r179,0r0,39","w":228},"8":{"d":"157,-139v25,16,50,28,50,66v0,48,-44,79,-93,79v-52,0,-93,-31,-93,-78v0,-35,24,-55,49,-69v-24,-14,-42,-26,-42,-58v0,-42,41,-69,86,-69v46,0,87,25,86,67v-1,29,-19,52,-43,62xm135,-148v21,-14,30,-25,31,-53v1,-27,-25,-39,-52,-41v-51,-4,-68,59,-22,77v10,4,29,14,43,17xm115,-20v43,3,72,-42,49,-76v-12,-19,-45,-25,-72,-36v-19,11,-34,31,-35,57v-1,33,26,53,58,55","w":228},"9":{"d":"111,-267v68,3,93,47,94,120v1,102,-55,167,-160,148v2,-10,-3,-27,2,-34v61,26,124,-17,122,-80v-55,38,-149,17,-149,-64v0,-52,41,-92,91,-90xm56,-178v0,63,75,65,113,40v4,-54,-8,-100,-59,-100v-35,0,-54,24,-54,60","w":228},":":{"d":"103,-146r-42,0r0,-50r42,0r0,50xm103,0r-42,0r0,-50r42,0r0,50","w":163},";":{"d":"103,-146r-42,0r0,-50r42,0r0,50xm116,-50r-50,115r-26,0r31,-115r45,0","w":163},"\u037e":{"d":"103,-146r-42,0r0,-50r42,0r0,50xm116,-50r-50,115r-26,0r31,-115r45,0","w":163},"<":{"d":"248,-14r-203,-90r0,-22r203,-90r0,32r-160,69r160,70r0,31","w":294},"=":{"d":"252,-137r-209,0r0,-29r209,0r0,29xm252,-64r-209,0r0,-28r209,0r0,28","w":294},">":{"d":"250,-104r-203,90r0,-31r160,-70r-160,-69r0,-32r203,90r0,22","w":294},"?":{"d":"28,-255v55,-22,153,-16,149,55v-3,51,-39,69,-73,90r0,40r-31,0r0,-54v28,-17,68,-30,68,-74v0,-55,-83,-40,-113,-21r0,-36xm107,0r-36,0r0,-37r36,0r0,37","w":196},"@":{"d":"183,-267v94,0,143,56,146,150v0,37,-12,66,-28,89r-77,0r-5,-20v-16,12,-28,22,-52,22v-43,0,-65,-37,-65,-85v0,-66,61,-108,117,-76r0,-8r28,0r0,148r43,0v39,-87,-1,-203,-107,-196v-79,5,-124,51,-127,130v-3,103,89,151,189,121r0,25v-118,27,-217,-30,-214,-147v3,-92,60,-153,152,-153xm174,-53v17,0,34,-11,45,-19r0,-91v-41,-23,-87,-1,-87,52v0,35,11,57,42,58","w":360},"A":{"d":"242,0r-38,0r-25,-73r-113,0r-26,73r-35,0r95,-262r46,0xm168,-103r-46,-128r-46,128r92,0","w":246,"k":{"y":9,"w":5,"v":9,"u":2,"t":4,"Y":14,"W":9,"V":11,"U":2,"T":21,"S":2,"-":9}},"B":{"d":"175,-150v32,9,58,30,58,69v-1,92,-104,82,-198,81r0,-262v76,3,176,-18,175,59v0,27,-15,44,-35,53xm70,-156v48,-1,104,9,104,-42v0,-46,-60,-31,-104,-34r0,76xm70,-30v58,-1,126,10,126,-49v0,-62,-69,-46,-126,-48r0,97","w":246,"k":{"T":11,".":4,"-":-2,",":4}},"C":{"d":"147,-25v40,1,64,-18,90,-35r0,41v-26,11,-51,24,-89,24v-85,0,-128,-50,-128,-136v0,-85,44,-135,129,-135v36,0,59,8,88,23v-2,13,4,32,-2,41v-25,-20,-49,-36,-89,-35v-61,2,-90,42,-90,106v0,64,31,104,91,106","w":251,"k":{"\u0152":4,"-":9}},"D":{"d":"35,-262v127,-8,224,15,221,131v-2,89,-56,133,-155,131r-66,0r0,-262xm70,-30v89,5,150,-16,150,-101v0,-84,-61,-106,-150,-101r0,202","w":277,"k":{"Z":4,"Y":4,"X":2,"W":4,"T":9,".":9,",":9}},"E":{"d":"208,0r-173,0r0,-262r173,0r0,31r-138,0r0,72r138,0r0,31r-138,0r0,97r138,0r0,31"},"F":{"d":"202,-231r-132,0r0,74r114,0r0,31r-114,0r0,126r-35,0r0,-262r167,0r0,31","w":206,"k":{"\u0153":9,"\u00f8":9,"\u00e6":18,"\u00c6":19,"o":9,"e":9,"a":18,"T":-5,"A":18,"?":-11,";":11,":":11,".":53,",":53}},"G":{"d":"56,-132v0,91,85,129,163,95r0,-64r-70,0r0,-31r104,0r0,113v-25,12,-60,24,-95,24v-89,-1,-138,-47,-138,-136v0,-84,53,-136,138,-135v38,0,65,9,95,23r0,41v-29,-15,-55,-35,-101,-35v-60,0,-96,44,-96,105","w":279},"H":{"d":"235,0r-34,0r0,-128r-131,0r0,128r-35,0r0,-262r35,0r0,103r131,0r0,-103r34,0r0,262","w":270},"I":{"d":"127,0r-103,0r0,-27r34,0r0,-208r-34,0r0,-27r103,0r0,27r-34,0r0,208r34,0r0,27","w":151,"k":{"-":5}},"J":{"d":"8,-34v41,15,88,12,88,-47r0,-153r-55,0r0,-28r90,0r0,194v2,65,-61,81,-123,67r0,-33","w":163,"k":{"\u00c6":2,"A":2,".":4,",":4}},"K":{"d":"246,0r-46,0r-103,-117r-26,28r0,89r-35,0r0,-262r35,0r0,137r127,-137r42,0r-117,123","w":249,"k":{"\u0153":12,"\u0152":4,"\u00f8":12,"\u00e6":11,"\u00d8":4,"y":14,"w":12,"v":14,"u":9,"o":12,"e":12,"a":11,"O":4,"-":19}},"L":{"d":"201,0r-166,0r0,-262r35,0r0,231r131,0r0,31","w":200,"k":{"\u0152":4,"\u00d8":4,"\u00c7":4,"y":19,"v":19,"Y":28,"W":18,"V":19,"T":30,"O":4,"J":-18,"G":4,"C":4,"-":28,"'":21}},"M":{"d":"268,0r-35,0r0,-226r-72,154r-21,0r-72,-154r0,226r-33,0r0,-262r48,0r69,146r68,-146r48,0r0,262","w":303},"N":{"d":"235,0r-43,0r-124,-234r0,234r-33,0r0,-262r54,0r113,214r0,-214r33,0r0,262","w":269},"O":{"d":"142,-267v82,0,121,52,121,136v0,84,-40,136,-121,136v-82,0,-122,-53,-122,-136v0,-82,40,-136,122,-136xm142,-25v57,0,85,-44,85,-106v0,-62,-28,-106,-85,-106v-58,0,-86,43,-86,106v0,62,28,106,86,106","w":283,"k":{"Z":4,"Y":4,"X":2,"T":9,".":5,",":5}},"P":{"d":"35,-262v86,-2,173,-5,171,79v-2,70,-56,91,-136,85r0,98r-35,0r0,-262xm70,-127v55,2,100,-3,100,-55v0,-50,-48,-52,-100,-50r0,105","w":217,"k":{"\u0153":9,"\u00f8":9,"\u00e6":9,"\u00c6":12,"o":9,"e":9,"a":9,"Y":-4,"A":9,".":53,",":53}},"Q":{"d":"269,64v-53,15,-112,-3,-111,-60v-91,7,-138,-47,-138,-135v0,-82,40,-136,122,-136v82,0,121,52,121,136v1,63,-28,110,-72,127v-3,44,42,47,78,36r0,32xm142,-25v57,0,85,-44,85,-106v0,-62,-28,-106,-85,-106v-58,0,-86,43,-86,106v0,62,28,106,86,106","w":283,"k":{".":5,",":5}},"R":{"d":"207,-191v0,40,-22,66,-54,77r99,114r-45,0r-88,-104r-49,0r0,104r-35,0r0,-262v82,0,173,-10,172,71xm70,-133v54,2,100,0,100,-55v0,-48,-51,-45,-100,-44r0,99","w":250,"k":{"\u0153":11,"\u00f8":9,"\u00e6":9,"y":10,"u":4,"o":9,"e":9,"a":7,"Y":4,"T":11,"-":18}},"S":{"d":"212,-207v-30,-30,-151,-51,-151,12v0,82,166,11,164,120v-1,92,-134,93,-201,59v2,-14,-4,-34,2,-44v33,36,155,60,163,-10v-9,-80,-164,-12,-164,-122v0,-82,129,-87,190,-56r0,41r-3,0","w":246,"k":{"\u00c6":4,"y":5,"w":4,"v":5,"S":4,"A":4,".":4,",":4}},"T":{"d":"222,-231r-94,0r0,231r-34,0r0,-231r-94,0r0,-31r222,0r0,31","w":221,"k":{"\u0153":39,"\u0152":9,"\u00f8":39,"\u00e6":42,"\u00d8":9,"\u00c6":23,"\u00c7":7,"z":30,"y":35,"w":35,"v":35,"u":35,"s":32,"r":35,"o":39,"g":37,"e":39,"c":39,"a":42,"T":12,"S":2,"O":9,"G":7,"C":7,"A":21,"?":-11,";":35,":":35,".":51,"-":26,",":51}},"U":{"d":"132,-24v48,0,65,-27,65,-78r0,-160r35,0r0,157v1,71,-30,110,-100,110v-71,0,-100,-39,-101,-110r0,-157r35,0r0,159v-1,51,18,79,66,79","w":263,"k":{"\u00c6":4,"A":2,".":4,",":4}},"V":{"d":"242,-262r-96,262r-46,0r-95,-262r37,0r82,231r82,-231r36,0","w":246,"k":{"\u0153":18,"\u00f8":18,"\u00e6":18,"\u00c6":12,"y":11,"u":11,"o":18,"e":18,"a":18,"A":11,";":14,":":14,".":51,"-":9,",":51}},"W":{"d":"340,-262r-68,262r-39,0r-55,-217r-54,217r-39,0r-69,-262r36,0r55,218r54,-218r35,0r55,220r55,-220r34,0","w":355,"k":{"\u0153":18,"\u00f8":18,"\u00e6":18,"\u00c6":11,"y":11,"u":11,"r":11,"o":18,"e":18,"a":18,"A":9,";":14,":":14,".":39,"-":9,",":51}},"X":{"d":"235,-262r-91,130r91,132r-41,0r-71,-108r-73,108r-38,0r91,-131r-89,-131r40,0r71,107r72,-107r38,0","w":246,"k":{"\u0153":11,"\u0152":2,"\u00f8":11,"\u00e6":9,"\u00d8":2,"\u00c7":2,"y":14,"u":5,"o":11,"e":11,"a":9,"O":2,"G":2,"C":2,"-":14}},"Y":{"d":"220,-262r-92,147r0,115r-34,0r0,-111r-93,-151r39,0r71,117r72,-117r37,0","w":221,"k":{"\u0153":23,"\u0152":4,"\u00f8":23,"\u00e6":25,"\u00d8":4,"\u00c6":14,"v":18,"u":19,"s":19,"r":18,"q":23,"p":18,"o":23,"n":18,"m":18,"g":23,"e":23,"d":21,"a":25,"O":4,"A":14,";":35,":":35,".":51,"-":25,",":51}},"Z":{"d":"226,0r-204,0r0,-32r161,-199r-155,0r0,-31r195,0r0,32r-163,199r166,0r0,31","w":246,"k":{"\u0153":11,"\u0152":4,"\u00f8":11,"\u00e6":9,"\u00d8":4,"\u00c7":4,"y":11,"w":7,"o":11,"e":11,"a":9,"Z":2,"O":4,"G":4,"C":4,"-":11}},"[":{"d":"133,69r-91,0r0,-343r91,0r0,26r-60,0r0,292r60,0r0,25","w":163},"\\":{"d":"169,53r-31,0r-126,-327r31,0","w":163},"]":{"d":"121,69r-91,0r0,-25r61,0r0,-292r-61,0r0,-26r91,0r0,343","w":163},"^":{"d":"262,-120r-35,0r-80,-110r-80,110r-34,0r103,-142r22,0","w":294},"_":{"d":"230,53r-231,0r0,-21r231,0r0,21","w":228},"`":{"d":"134,-229r-26,0r-48,-66r42,0","w":228},"a":{"d":"36,-192v59,-16,149,-18,149,59r0,133r-33,0r0,-21v-18,12,-36,26,-70,26v-36,0,-64,-27,-64,-62v1,-67,68,-69,134,-73v4,-60,-77,-42,-116,-29r0,-33xm52,-59v0,51,80,35,100,11r0,-55v-41,5,-100,-1,-100,44","w":216,"k":{"y":3,"w":2,"v":3}},"b":{"d":"130,-202v52,1,76,45,75,102v-1,60,-27,103,-86,105v-23,0,-37,-7,-53,-14r-3,9r-30,0r0,-274r33,0r0,98v17,-14,35,-26,64,-26xm66,-36v49,27,105,7,105,-63v0,-42,-11,-70,-49,-71v-23,0,-42,10,-56,22r0,112","w":224,"k":{"y":1,".":4,",":5}},"c":{"d":"113,-24v28,0,46,-16,65,-25r0,37v-69,37,-160,7,-160,-86v0,-88,90,-126,160,-87v-2,11,3,29,-2,37v-16,-14,-38,-23,-63,-24v-40,0,-60,30,-60,74v0,44,20,74,60,74","w":187,"k":{"T":11,"-":4}},"d":{"d":"19,-97v0,-81,72,-130,140,-91r0,-86r33,0r0,274r-33,0r0,-21v-17,14,-35,27,-64,26v-51,-1,-76,-45,-76,-102xm103,-26v22,0,43,-10,56,-22r0,-113v-51,-27,-110,-2,-106,64v2,42,11,70,50,71","w":224},"e":{"d":"52,-95v-6,81,97,83,141,47r0,36v-72,38,-174,10,-174,-85v0,-61,37,-105,95,-105v60,0,87,41,83,107r-145,0xm165,-120v7,-54,-64,-70,-95,-39v-10,10,-17,24,-18,39r113,0","w":214,"k":{"T":25}},"f":{"d":"34,-196v-6,-65,43,-89,104,-76v-2,9,3,25,-2,30v-36,-10,-78,-3,-70,46r60,0r0,27r-59,0r0,169r-33,0r0,-169r-22,0r0,-27r22,0","w":126,"k":{"}":-18,"y":2,"]":-18,"\\":-18,"?":-19,".":21,"-":9,",":23,"*":-9,")":-18,"'":-11,"\"":-11}},"g":{"d":"19,-100v0,-81,74,-124,140,-88r2,-8r31,0r0,174v8,89,-75,110,-152,88v1,-11,-2,-25,1,-34v40,18,126,24,118,-41r0,-18v-20,15,-32,24,-64,24v-50,0,-76,-42,-76,-97xm103,-34v23,1,42,-10,56,-20r0,-107v-48,-26,-110,-5,-106,60v3,41,12,66,50,67","w":224},"h":{"d":"131,-202v90,-3,62,118,66,202r-33,0r0,-112v-1,-34,-5,-60,-42,-58v-22,1,-42,11,-56,23r0,147r-33,0r0,-274r33,0r0,99v18,-14,37,-26,65,-27","k":{"y":4,"w":2,"v":4}},"i":{"d":"68,-229r-37,0r0,-34r37,0r0,34xm66,0r-33,0r0,-196r33,0r0,196","w":98},"j":{"d":"94,-229r-38,0r0,-34r38,0r0,34xm20,45v33,1,39,-23,39,-55r0,-159r-41,0r0,-27r74,0r0,201v4,59,-50,80,-103,64v2,-9,-3,-25,2,-31v6,2,21,7,29,7","w":123},"k":{"d":"211,0r-44,0r-79,-86r-21,20r0,66r-33,0r0,-274r33,0r0,176r95,-98r42,0r-91,90","w":213,"k":{"\u0153":4,"\u00f8":4,"o":4,"e":4,"-":18}},"l":{"d":"66,0r-33,0r0,-274r33,0r0,274","w":98},"m":{"d":"256,-202v89,-3,57,120,63,202r-33,0r0,-112v1,-33,-4,-60,-39,-58v-23,0,-40,13,-56,24r1,146r-33,0r0,-112v0,-33,-3,-60,-39,-58v-23,1,-39,11,-54,23r0,147r-33,0r0,-196r33,0r0,21v26,-32,101,-38,118,5v23,-18,39,-31,72,-32","w":350,"k":{"y":4,"w":2,"v":4}},"n":{"d":"131,-202v90,-3,62,118,66,202r-33,0r0,-112v-1,-34,-5,-60,-42,-58v-22,1,-42,11,-56,23r0,147r-33,0r0,-196r33,0r0,21v18,-14,37,-26,65,-27","k":{"y":4,"w":2,"v":4}},"o":{"d":"109,-202v58,0,91,44,91,104v0,59,-32,103,-91,103v-59,0,-90,-43,-90,-103v0,-60,32,-104,90,-104xm109,-23v40,0,57,-31,57,-75v0,-45,-16,-75,-57,-75v-40,0,-56,30,-56,75v0,44,16,75,56,75","w":218,"k":{"y":3,"x":4,"v":3,".":4,",":5}},"p":{"d":"130,-202v52,1,75,43,75,101v0,81,-71,130,-139,91r0,82r-33,0r0,-268r33,0r0,20v16,-13,38,-26,64,-26xm66,-37v48,27,110,4,105,-63v-3,-42,-11,-69,-49,-70v-22,0,-42,10,-56,22r0,111","w":224,"k":{"y":1,".":4,",":5}},"q":{"d":"19,-98v0,-82,72,-127,140,-90r2,-8r31,0r0,268r-33,0r0,-94v-18,15,-35,26,-63,26v-51,0,-77,-45,-77,-102xm103,-28v23,0,42,-10,56,-22r0,-111v-49,-27,-111,-3,-106,62v3,42,12,70,50,71","w":224},"r":{"d":"66,-167v24,-22,48,-34,89,-27v-2,10,3,27,-2,34v-33,-11,-68,2,-87,21r0,139r-33,0r0,-196r33,0r0,29","w":153,"k":{"\u00e6":7,"a":6,".":51,"-":4,",":51}},"s":{"d":"97,-173v-31,0,-56,25,-35,46v35,22,111,10,111,70v0,69,-107,74,-154,45v2,-11,-3,-29,2,-37v17,13,44,24,72,26v35,3,58,-23,39,-47v-35,-21,-112,-12,-112,-71v0,-67,98,-71,145,-45v-2,11,3,28,-2,35v-14,-12,-41,-22,-66,-22","w":187},"t":{"d":"67,-55v-1,33,40,34,67,24r0,29v-52,16,-101,0,-101,-62r0,-105r-22,0r0,-27r22,0r0,-57r33,0r0,57r68,0r0,27r-68,0","w":141,"k":{"y":2,"-":7}},"u":{"d":"106,-26v22,0,41,-12,56,-24r0,-146r33,0r0,196r-33,0r0,-22v-20,14,-35,26,-65,27v-91,4,-61,-117,-66,-201r33,0v8,63,-27,170,42,170"},"v":{"d":"202,-196r-79,196r-33,0r-79,-196r36,0r60,156r61,-156r34,0","w":213,"k":{"\u0153":3,"\u00f8":3,"\u00e6":7,"o":3,"e":3,"a":7,".":32,"-":7,",":32}},"w":{"d":"279,-196r-51,196r-30,0r-51,-151r-50,151r-30,0r-52,-196r35,0r36,152r49,-152r27,0r50,152r34,-152r33,0","w":294,"k":{"\u00e6":4,"a":4,".":12,"-":4,",":12}},"x":{"d":"202,0r-41,0r-56,-75r-56,75r-38,0r76,-98r-76,-98r42,0r55,74r56,-74r38,0r-77,96","w":213,"k":{"\u0153":4,"\u00f8":4,"\u00e7":4,"o":4,"g":2,"e":4,"d":2,"c":4,"-":9}},"y":{"d":"202,-196r-114,268r-36,0r37,-81r-78,-187r36,0r60,145r61,-145r34,0","w":213,"k":{"\u0153":3,"\u00f8":3,"\u00e6":7,"\u00e7":3,"q":2,"o":3,"g":2,"e":3,"d":2,"c":3,"a":7,".":33,"-":7,",":33}},"z":{"d":"175,0r-159,0r0,-24r115,-145r-112,0r0,-27r153,0r0,23r-115,145r118,0r0,28","w":189,"k":{"\u00f8":2,"\u00e7":2,"q":2,"o":2,"g":2,"e":2,"d":2,"c":2,"-":4}},"{":{"d":"130,-33v0,54,7,86,66,78r0,24v-68,6,-102,-22,-97,-94v3,-43,-23,-67,-69,-64r0,-27v56,4,72,-31,69,-89v-3,-53,39,-75,97,-69r0,25v-55,-7,-66,20,-66,77v0,37,-23,57,-51,68r0,4v29,11,51,30,51,67","w":228},"|":{"d":"97,69r-31,0r0,-343r31,0r0,343","w":163},"}":{"d":"130,-205v0,57,11,93,68,89r0,27v-56,-4,-68,32,-68,90v0,52,-40,73,-97,68r0,-24v41,2,68,-5,65,-47v-5,-54,13,-85,52,-98r0,-4v-37,-14,-57,-43,-52,-98v3,-41,-23,-50,-65,-47r0,-25v58,-5,97,16,97,69","w":228},"~":{"d":"197,-98v28,0,35,-33,35,-65r30,0v-3,48,-14,90,-64,93v-52,3,-61,-60,-100,-65v-28,4,-34,29,-36,66r-29,0v2,-49,15,-92,64,-94v51,-3,58,65,100,65","w":294},"\u00c4":{"d":"242,0r-38,0r-25,-73r-113,0r-26,73r-35,0r95,-262r46,0xm168,-103r-46,-128r-46,128r92,0xm176,-295r-35,0r0,-34r35,0r0,34xm104,-295r-35,0r0,-34r35,0r0,34","w":246},"\u00c5":{"d":"184,-301v0,26,-15,46,-34,54r92,247r-38,0r-26,-73r-112,0r-26,73r-35,0r91,-247v-19,-10,-34,-28,-35,-54v-1,-34,29,-59,62,-59v33,0,61,25,61,59xm123,-265v20,0,35,-16,35,-36v0,-19,-16,-35,-35,-35v-19,0,-35,16,-35,35v0,20,15,36,35,36xm168,-103r-46,-126r-45,126r91,0","w":246},"\u00c7":{"d":"147,-25v40,1,64,-18,90,-35r0,41v-16,6,-29,14,-47,18v10,60,-37,87,-94,71v1,-9,-3,-24,2,-29v25,15,79,8,64,-37v-93,7,-142,-45,-142,-135v0,-85,44,-135,129,-135v36,0,59,8,88,23v-2,13,4,32,-2,41v-25,-20,-49,-36,-89,-35v-61,2,-90,42,-90,106v0,64,31,104,91,106","w":251,"k":{"\u0152":4,"-":9}},"\u00c9":{"d":"208,0r-173,0r0,-262r173,0r0,31r-138,0r0,72r138,0r0,31r-138,0r0,97r138,0r0,31xm174,-361r-48,66r-26,0r32,-66r42,0"},"\u00d1":{"d":"170,-322v14,0,19,-14,20,-28r22,0v-1,32,-15,53,-44,54v-28,1,-36,-29,-60,-29v-13,0,-18,14,-19,29r-23,0v1,-31,16,-52,45,-53v28,-2,35,27,59,27xm235,0r-43,0r-124,-234r0,234r-33,0r0,-262r54,0r113,214r0,-214r33,0r0,262","w":269},"\u00d6":{"d":"141,-267v82,0,121,52,121,136v0,84,-40,136,-121,136v-82,0,-122,-53,-122,-136v0,-82,40,-136,122,-136xm141,-25v57,0,85,-44,85,-106v0,-62,-28,-106,-85,-106v-58,0,-86,43,-86,106v0,62,28,106,86,106xm194,-295r-35,0r0,-34r35,0r0,34xm122,-295r-35,0r0,-34r35,0r0,34","w":283},"\u00dc":{"d":"132,-24v48,0,65,-27,65,-78r0,-160r35,0r0,157v1,71,-30,110,-100,110v-71,0,-100,-39,-101,-110r0,-157r35,0r0,159v-1,51,18,79,66,79xm185,-295r-35,0r0,-34r35,0r0,34xm113,-295r-35,0r0,-34r35,0r0,34","w":263},"\u00e1":{"d":"36,-192v59,-16,149,-18,149,59r0,133r-33,0r0,-21v-18,12,-36,26,-70,26v-36,0,-64,-27,-64,-62v1,-67,68,-69,134,-73v4,-60,-77,-42,-116,-29r0,-33xm52,-59v0,51,80,35,100,11r0,-55v-41,5,-100,-1,-100,44xm164,-295r-48,66r-26,0r32,-66r42,0","w":216},"\u00e0":{"d":"36,-192v59,-16,149,-18,149,59r0,133r-33,0r0,-21v-18,12,-36,26,-70,26v-36,0,-64,-27,-64,-62v1,-67,68,-69,134,-73v4,-60,-77,-42,-116,-29r0,-33xm52,-59v0,51,80,35,100,11r0,-55v-41,5,-100,-1,-100,44xm130,-229r-26,0r-48,-66r42,0","w":216},"\u00e2":{"d":"169,-228r-28,0r-33,-45r-32,45r-27,0r40,-67r40,0xm36,-192v59,-16,149,-18,149,59r0,133r-33,0r0,-21v-18,12,-36,26,-70,26v-36,0,-64,-27,-64,-62v1,-67,68,-69,134,-73v4,-60,-77,-42,-116,-29r0,-33xm52,-59v0,51,80,35,100,11r0,-55v-41,5,-100,-1,-100,44","w":216},"\u00e4":{"d":"36,-192v59,-16,149,-18,149,59r0,133r-33,0r0,-21v-18,12,-36,26,-70,26v-36,0,-64,-27,-64,-62v1,-67,68,-69,134,-73v4,-60,-77,-42,-116,-29r0,-33xm52,-59v0,51,80,35,100,11r0,-55v-41,5,-100,-1,-100,44xm162,-229r-35,0r0,-34r35,0r0,34xm90,-229r-35,0r0,-34r35,0r0,34","w":216},"\u00e3":{"d":"140,-256v14,0,19,-15,20,-29r22,0v-1,32,-14,53,-44,54v-29,1,-36,-28,-60,-28v-13,0,-18,14,-19,29r-23,0v1,-32,17,-54,45,-54v27,0,36,28,59,28xm36,-192v59,-16,149,-18,149,59r0,133r-33,0r0,-21v-18,12,-36,26,-70,26v-36,0,-64,-27,-64,-62v1,-67,68,-69,134,-73v4,-60,-77,-42,-116,-29r0,-33xm52,-59v0,51,80,35,100,11r0,-55v-41,5,-100,-1,-100,44","w":216},"\u00e5":{"d":"107,-346v33,0,61,26,61,59v0,33,-28,60,-61,60v-33,0,-62,-27,-62,-60v0,-34,29,-59,62,-59xm107,-250v19,0,36,-18,36,-37v0,-19,-17,-36,-36,-36v-19,0,-37,17,-37,36v0,20,17,37,37,37xm36,-192v59,-16,149,-18,149,59r0,133r-33,0r0,-21v-18,12,-36,26,-70,26v-36,0,-64,-27,-64,-62v1,-67,68,-69,134,-73v4,-60,-77,-42,-116,-29r0,-33xm52,-59v0,51,80,35,100,11r0,-55v-41,5,-100,-1,-100,44","w":216},"\u00e7":{"d":"113,-24v28,0,46,-16,65,-25r0,37v-13,5,-31,4,-23,28v3,50,-46,67,-93,54v1,-9,-3,-23,2,-28v27,13,77,5,63,-39v-70,6,-109,-32,-109,-101v0,-88,90,-126,160,-87v-2,11,3,29,-2,37v-16,-14,-38,-23,-63,-24v-40,0,-60,30,-60,74v0,44,20,74,60,74","w":187,"k":{"-":4}},"\u00e9":{"d":"52,-95v-6,81,97,83,141,47r0,36v-72,38,-174,10,-174,-85v0,-61,37,-105,95,-105v60,0,87,41,83,107r-145,0xm165,-120v7,-54,-64,-70,-95,-39v-10,10,-17,24,-18,39r113,0xm168,-295r-48,66r-26,0r32,-66r42,0","w":214},"\u00e8":{"d":"52,-95v-6,81,97,83,141,47r0,36v-72,38,-174,10,-174,-85v0,-61,37,-105,95,-105v60,0,87,41,83,107r-145,0xm165,-120v7,-54,-64,-70,-95,-39v-10,10,-17,24,-18,39r113,0xm133,-229r-26,0r-48,-66r42,0","w":214},"\u00ea":{"d":"173,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0xm52,-95v-6,81,97,83,141,47r0,36v-72,38,-174,10,-174,-85v0,-61,37,-105,95,-105v60,0,87,41,83,107r-145,0xm165,-120v7,-54,-64,-70,-95,-39v-10,10,-17,24,-18,39r113,0","w":214},"\u00eb":{"d":"52,-95v-6,81,97,83,141,47r0,36v-72,38,-174,10,-174,-85v0,-61,37,-105,95,-105v60,0,87,41,83,107r-145,0xm165,-120v7,-54,-64,-70,-95,-39v-10,10,-17,24,-18,39r113,0xm167,-229r-35,0r0,-34r35,0r0,34xm95,-229r-35,0r0,-34r35,0r0,34","w":214},"\u00ed":{"d":"66,0r-33,0r0,-196r33,0r0,196xm102,-295r-48,66r-26,0r32,-66r42,0","w":98},"\u00ec":{"d":"66,0r-33,0r0,-196r33,0r0,196xm71,-229r-26,0r-48,-66r42,0","w":98},"\u00ee":{"d":"101,-228r-27,0r-25,-47r-25,47r-26,0r31,-67r40,0xm66,0r-33,0r0,-196r33,0r0,196","w":98},"\u00ef":{"d":"98,-229r-33,0r0,-34r33,0r0,34xm34,-229r-33,0r0,-34r33,0r0,34xm66,0r-33,0r0,-196r33,0r0,196","w":98},"\u00f1":{"d":"147,-256v14,0,19,-14,19,-29r23,0v-2,31,-15,53,-45,54v-28,1,-36,-28,-59,-28v-14,0,-19,13,-19,29r-23,0v1,-31,16,-54,44,-54v27,0,37,28,60,28xm131,-202v90,-3,62,118,66,202r-33,0r0,-112v-1,-34,-5,-60,-42,-58v-22,1,-42,11,-56,23r0,147r-33,0r0,-196r33,0r0,21v18,-14,37,-26,65,-27"},"\u00f3":{"d":"109,-202v58,0,91,44,91,104v0,59,-32,103,-91,103v-59,0,-90,-43,-90,-103v0,-60,32,-104,90,-104xm109,-23v40,0,57,-31,57,-75v0,-45,-16,-75,-57,-75v-40,0,-56,30,-56,75v0,44,16,75,56,75xm164,-295r-48,66r-26,0r32,-66r42,0","w":218},"\u00f2":{"d":"109,-202v58,0,91,44,91,104v0,59,-32,103,-91,103v-59,0,-90,-43,-90,-103v0,-60,32,-104,90,-104xm109,-23v40,0,57,-31,57,-75v0,-45,-16,-75,-57,-75v-40,0,-56,30,-56,75v0,44,16,75,56,75xm129,-229r-26,0r-48,-66r42,0","w":218},"\u00f4":{"d":"169,-228r-28,0r-32,-45r-33,45r-27,0r40,-67r40,0xm109,-202v58,0,91,44,91,104v0,59,-32,103,-91,103v-59,0,-90,-43,-90,-103v0,-60,32,-104,90,-104xm109,-23v40,0,57,-31,57,-75v0,-45,-16,-75,-57,-75v-40,0,-56,30,-56,75v0,44,16,75,56,75","w":218},"\u00f6":{"d":"109,-202v58,0,91,44,91,104v0,59,-32,103,-91,103v-59,0,-90,-43,-90,-103v0,-60,32,-104,90,-104xm109,-23v40,0,57,-31,57,-75v0,-45,-16,-75,-57,-75v-40,0,-56,30,-56,75v0,44,16,75,56,75xm163,-229r-35,0r0,-34r35,0r0,34xm91,-229r-35,0r0,-34r35,0r0,34","w":218},"\u00f5":{"d":"140,-256v14,0,19,-15,20,-29r22,0v-1,32,-14,53,-44,54v-29,1,-36,-28,-60,-28v-13,0,-18,14,-19,29r-23,0v1,-32,17,-54,45,-54v27,0,36,28,59,28xm109,-202v58,0,91,44,91,104v0,59,-32,103,-91,103v-59,0,-90,-43,-90,-103v0,-60,32,-104,90,-104xm109,-23v40,0,57,-31,57,-75v0,-45,-16,-75,-57,-75v-40,0,-56,30,-56,75v0,44,16,75,56,75","w":218},"\u00fa":{"d":"106,-26v22,0,41,-12,56,-24r0,-146r33,0r0,196r-33,0r0,-22v-20,14,-35,26,-65,27v-91,4,-61,-117,-66,-201r33,0v8,63,-27,170,42,170xm166,-295r-48,66r-26,0r32,-66r42,0"},"\u00f9":{"d":"106,-26v22,0,41,-12,56,-24r0,-146r33,0r0,196r-33,0r0,-22v-20,14,-35,26,-65,27v-91,4,-61,-117,-66,-201r33,0v8,63,-27,170,42,170xm134,-229r-26,0r-48,-66r42,0"},"\u00fb":{"d":"173,-228r-28,0r-32,-45r-33,45r-27,0r40,-67r40,0xm106,-26v22,0,41,-12,56,-24r0,-146r33,0r0,196r-33,0r0,-22v-20,14,-35,26,-65,27v-91,4,-61,-117,-66,-201r33,0v8,63,-27,170,42,170"},"\u00fc":{"d":"106,-26v22,0,41,-12,56,-24r0,-146r33,0r0,196r-33,0r0,-22v-20,14,-35,26,-65,27v-91,4,-61,-117,-66,-201r33,0v8,63,-27,170,42,170xm167,-229r-35,0r0,-34r35,0r0,34xm95,-229r-35,0r0,-34r35,0r0,34"},"\u00b0":{"d":"98,-266v38,0,70,32,70,70v0,38,-32,70,-70,70v-39,0,-71,-31,-71,-70v0,-39,32,-70,71,-70xm98,-154v23,0,41,-19,41,-42v0,-23,-18,-43,-41,-43v-23,0,-42,19,-42,43v-1,23,19,43,42,42","w":195},"\u00a2":{"d":"134,-24v27,-1,46,-16,63,-24r0,35v-16,7,-40,14,-63,14r0,62r-20,0r0,-63v-53,-4,-86,-41,-86,-98v0,-56,35,-95,86,-99r0,-62r20,0r0,61v23,0,47,7,63,14v-2,11,3,29,-2,36v-14,-11,-36,-23,-61,-24r0,148xm114,-172v-52,1,-65,84,-39,124v9,12,22,20,39,23r0,-147","w":228},"\u00a3":{"d":"96,-108v4,41,-18,60,-39,78r147,0r0,30r-180,0r0,-36v30,-10,39,-30,39,-72r-31,0r0,-24r31,0v-8,-76,12,-135,80,-135v23,0,40,5,57,9v-2,11,3,29,-2,36v-35,-26,-109,-20,-102,39r0,51r73,0r0,24r-73,0","w":228},"\u00a7":{"d":"188,-223v-31,-18,-137,-30,-114,33v32,35,124,15,124,84v0,30,-19,45,-38,58v20,10,33,24,33,50v0,68,-94,77,-153,55v2,-10,-3,-27,2,-34v33,22,135,27,113,-32v-33,-35,-125,-17,-125,-85v0,-28,20,-45,38,-58v-21,-9,-32,-25,-32,-50v-1,-69,95,-75,152,-55r0,34xm136,-56v28,-7,42,-61,6,-74v-17,-6,-32,-7,-50,-14v-26,8,-44,62,-6,74v17,5,31,9,50,14","w":228},"\u00b6":{"d":"24,-185v0,-50,35,-78,88,-77r82,0r0,326r-26,0r0,-303r-37,0r0,303r-26,0r0,-168v-47,-1,-82,-33,-81,-81","w":228},"\u00df":{"d":"143,-160v36,8,61,34,62,75v2,62,-56,105,-121,84v1,-9,-3,-24,2,-29v42,22,89,-4,85,-56v-3,-40,-28,-59,-72,-59r0,-26v34,0,54,-11,54,-44v-1,-22,-16,-34,-40,-34v-35,-1,-46,24,-47,58r0,191r-33,0r0,-190v0,-55,29,-84,82,-85v40,0,72,19,72,57v0,31,-24,47,-44,58","w":223},"\u00ae":{"d":"180,-267v82,0,152,71,152,152v0,81,-71,152,-152,152v-81,0,-152,-71,-152,-152v0,-81,70,-152,152,-152xm180,17v70,0,132,-62,132,-132v0,-70,-62,-133,-132,-133v-70,0,-132,63,-132,133v0,70,62,132,132,132xm248,-155v0,25,-17,40,-38,47r68,70r-39,0r-58,-62r-29,0r0,62r-29,0r0,-161v55,1,125,-9,125,44xm152,-122v32,0,64,2,64,-31v0,-29,-35,-24,-64,-24r0,55","w":360},"\u00a9":{"d":"180,-267v82,0,152,71,152,152v0,81,-71,152,-152,152v-81,0,-152,-71,-152,-152v0,-81,70,-152,152,-152xm180,17v70,0,132,-62,132,-132v0,-70,-62,-133,-132,-133v-70,0,-132,63,-132,133v0,70,62,132,132,132xm131,-116v0,65,73,71,108,39r3,0r0,32v-61,30,-143,7,-143,-71v0,-76,83,-103,143,-72r0,32v-36,-27,-111,-29,-111,40","w":360},"\u00b4":{"d":"169,-295r-48,66r-26,0r32,-66r42,0","w":228},"\u00a8":{"d":"168,-229r-35,0r0,-34r35,0r0,34xm96,-229r-35,0r0,-34r35,0r0,34","w":228},"\u00c6":{"d":"334,0r-166,0r0,-98r-92,0r-37,98r-37,0r105,-262r227,0r0,31r-132,0r0,72r132,0r0,31r-132,0r0,97r132,0r0,31xm168,-127r0,-106r-38,0r-42,106r80,0","w":354},"\u00d8":{"d":"226,-236v23,24,38,56,37,105v-1,84,-40,136,-121,136v-27,0,-53,-7,-70,-19r-28,40r-23,0r36,-52v-24,-23,-37,-59,-37,-105v0,-82,40,-134,122,-136v30,0,49,7,69,19r25,-35r23,0xm142,-237v-91,0,-105,121,-66,184r117,-168v-13,-10,-28,-16,-51,-16xm142,-24v89,0,105,-121,65,-184r-117,168v14,10,29,16,52,16","w":283,"k":{"Z":4,"Y":4,"X":2,"T":9,".":5,",":5}},"\u00b1":{"d":"257,-31r-219,0r0,-28r95,0r0,-74r-95,0r0,-28r95,0r0,-96r29,0r0,96r95,0r0,28r-95,0r0,74r95,0r0,28","w":294},"\u00a5":{"d":"209,-262r-78,146r0,17r65,0r0,24r-65,0r0,75r-33,0r0,-75r-65,0r0,-24r65,0r0,-13r-79,-150r37,0r59,116r59,-116r35,0","w":228},"\u00b5":{"d":"66,-49v19,25,80,28,99,-1r0,-146r33,0r0,196r-32,0r-1,-21v-20,31,-78,32,-99,1r0,92r-33,0r0,-268r33,0r0,147","w":230},"\u00aa":{"d":"41,-259v49,-15,125,-13,125,49r0,113r-30,0r0,-17v-29,33,-111,26,-109,-32v2,-57,55,-59,109,-62v3,-49,-67,-30,-95,-21r0,-30xm57,-148v0,42,64,26,79,8r0,-43v-33,3,-79,0,-79,35","w":196},"\u00ba":{"d":"98,-267v48,1,77,35,77,87v0,53,-29,86,-77,87v-48,0,-77,-37,-77,-87v0,-50,28,-88,77,-87xm98,-120v32,0,45,-24,45,-60v0,-36,-13,-61,-45,-61v-31,0,-45,25,-45,61v0,36,13,60,45,60","w":196},"\u00e6":{"d":"36,-192v43,-13,121,-16,138,23v15,-18,38,-33,70,-33v57,1,87,40,82,104r-144,0v-9,84,94,86,140,50r0,36v-45,24,-130,23,-154,-20v-19,19,-45,37,-86,37v-35,0,-64,-26,-64,-61v1,-66,68,-66,134,-68v8,-65,-75,-51,-116,-35r0,-33xm294,-124v3,-49,-58,-65,-91,-37v-11,9,-17,21,-20,37r111,0xm52,-58v0,53,86,31,105,6v-4,-12,-7,-29,-7,-46v-44,2,-98,-3,-98,40","w":343},"\u00f8":{"d":"172,-178v52,53,30,191,-63,183v-22,-2,-37,-4,-50,-14r-23,35r-20,0r30,-45v-51,-53,-29,-183,63,-183v21,0,37,7,50,14r20,-30r20,0xm143,-163v-54,-36,-110,23,-88,95v2,9,5,16,9,22xm75,-33v64,42,119,-48,79,-118","w":218,"k":{"y":3,"x":4,"v":3,".":4,",":5}},"\u00bf":{"d":"125,-225r-36,0r0,-37r36,0r0,37xm56,-64v0,55,83,40,112,21r0,36v-55,24,-151,14,-148,-55v2,-51,40,-71,72,-90r0,-39r32,0r0,53v-27,18,-67,31,-68,74","w":196},"\u00a1":{"d":"89,-225r-36,0r0,-37r36,0r0,37xm91,0r-40,0r5,-190r30,0","w":141},"\u00ac":{"d":"256,-10r-30,0r0,-96r-189,0r0,-28r219,0r0,124","w":294},"\u0192":{"d":"100,-155v7,-74,42,-127,125,-109v-2,10,3,26,-2,32v-40,-15,-79,-2,-82,43r-7,34r56,0r0,24r-61,0v-17,81,-19,187,-135,164v1,-10,-2,-24,1,-32v42,16,73,-2,82,-46r18,-86r-38,0r0,-24r43,0","w":228},"\u00ab":{"d":"201,-34r-92,-73r0,-15r92,-74r0,33r-62,48r62,48r0,33xm126,-28r-97,-79r0,-16r97,-78r0,35r-65,51r65,52r0,35","w":232},"\u00bb":{"d":"203,-107r-97,79r0,-35r65,-52r-65,-51r0,-35r97,78r0,16xm123,-107r-92,73r0,-33r62,-48r-62,-48r0,-33r92,74r0,15","w":232},"\u00c0":{"d":"242,0r-38,0r-25,-73r-113,0r-26,73r-35,0r95,-262r46,0xm168,-103r-46,-128r-46,128r92,0xm152,-295r-26,0r-48,-66r42,0","w":246},"\u00c3":{"d":"155,-322v13,0,18,-14,19,-28r23,0v-2,32,-16,53,-45,54v-28,1,-36,-29,-59,-29v-14,0,-19,13,-19,29r-23,0v1,-31,16,-52,44,-53v28,-2,35,27,60,27xm242,0r-38,0r-25,-73r-113,0r-26,73r-35,0r95,-262r46,0xm168,-103r-46,-128r-46,128r92,0","w":246},"\u00d5":{"d":"170,-322v13,0,19,-13,19,-28r23,0v-1,32,-15,53,-44,54v-28,1,-36,-29,-60,-29v-14,0,-19,13,-19,29r-23,0v1,-31,16,-52,45,-53v28,-2,35,27,59,27xm142,-267v82,0,121,52,121,136v0,84,-40,136,-121,136v-82,0,-122,-53,-122,-136v0,-82,40,-136,122,-136xm142,-25v57,0,85,-44,85,-106v0,-62,-28,-106,-85,-106v-58,0,-86,43,-86,106v0,62,28,106,86,106","w":283},"\u0152":{"d":"21,-131v0,-91,54,-131,156,-131r188,0r0,31r-134,0r0,72r134,0r0,31r-134,0r0,97r134,0r0,31r-189,0v-99,3,-155,-43,-155,-131xm57,-131v-1,80,54,105,139,101r0,-202v-86,-6,-138,24,-139,101","w":385},"\u0153":{"d":"194,-95v-6,79,95,84,138,47r0,36v-47,26,-129,21,-153,-23v-14,23,-37,40,-71,40v-57,1,-89,-44,-89,-103v0,-61,32,-103,89,-104v35,0,57,18,71,42v15,-22,40,-42,76,-42v59,0,86,43,81,107r-142,0xm304,-120v5,-53,-59,-70,-91,-40v-10,10,-16,23,-18,40r109,0xm108,-23v38,0,54,-30,54,-75v0,-45,-15,-75,-54,-75v-40,0,-54,32,-55,75v-1,44,16,75,55,75","w":353},"\u00f7":{"d":"168,-180r-42,0r0,-48r42,0r0,48xm258,-101r-221,0r0,-28r221,0r0,28xm168,-1r-42,0r0,-49r42,0r0,49","w":294},"\u00ff":{"d":"202,-196r-114,268r-36,0r37,-81r-78,-187r36,0r60,145r61,-145r34,0xm162,-229r-35,0r0,-34r35,0r0,34xm90,-229r-35,0r0,-34r35,0r0,34","w":213},"\u0178":{"d":"220,-262r-92,147r0,115r-34,0r0,-111r-93,-151r39,0r71,117r72,-117r37,0xm165,-295r-35,0r0,-34r35,0r0,34xm93,-295r-35,0r0,-34r35,0r0,34","w":221},"\u00c2":{"d":"182,-294r-28,0r-33,-45r-32,45r-27,0r40,-66r40,0xm242,0r-38,0r-25,-73r-113,0r-26,73r-35,0r95,-262r46,0xm168,-103r-46,-128r-46,128r92,0","w":246},"\u00ca":{"d":"181,-294r-28,0r-32,-45r-33,45r-27,0r40,-66r40,0xm208,0r-173,0r0,-262r173,0r0,31r-138,0r0,72r138,0r0,31r-138,0r0,97r138,0r0,31"},"\u00c1":{"d":"242,0r-38,0r-25,-73r-113,0r-26,73r-35,0r95,-262r46,0xm168,-103r-46,-128r-46,128r92,0xm168,-361r-48,66r-26,0r32,-66r42,0","w":246},"\u00cb":{"d":"208,0r-173,0r0,-262r173,0r0,31r-138,0r0,72r138,0r0,31r-138,0r0,97r138,0r0,31xm182,-295r-35,0r0,-34r35,0r0,34xm110,-295r-35,0r0,-34r35,0r0,34"},"\u00c8":{"d":"208,0r-173,0r0,-262r173,0r0,31r-138,0r0,72r138,0r0,31r-138,0r0,97r138,0r0,31xm145,-295r-26,0r-48,-66r42,0"},"\u00cd":{"d":"127,0r-103,0r0,-27r34,0r0,-208r-34,0r0,-27r103,0r0,27r-34,0r0,208r34,0r0,27xm127,-361r-48,66r-26,0r32,-66r42,0","w":151},"\u00ce":{"d":"136,-294r-28,0r-32,-45r-32,45r-28,0r40,-66r40,0xm127,0r-103,0r0,-27r34,0r0,-208r-34,0r0,-27r103,0r0,27r-34,0r0,208r34,0r0,27","w":151},"\u00cf":{"d":"127,0r-103,0r0,-27r34,0r0,-208r-34,0r0,-27r103,0r0,27r-34,0r0,208r34,0r0,27xm129,-295r-35,0r0,-34r35,0r0,34xm57,-295r-35,0r0,-34r35,0r0,34","w":151},"\u00cc":{"d":"127,0r-103,0r0,-27r34,0r0,-208r-34,0r0,-27r103,0r0,27r-34,0r0,208r34,0r0,27xm100,-295r-26,0r-48,-66r42,0","w":151},"\u00d3":{"d":"142,-267v82,0,121,52,121,136v0,84,-40,136,-121,136v-82,0,-122,-53,-122,-136v0,-82,40,-136,122,-136xm142,-25v57,0,85,-44,85,-106v0,-62,-28,-106,-85,-106v-58,0,-86,43,-86,106v0,62,28,106,86,106xm190,-361r-48,66r-26,0r32,-66r42,0","w":283},"\u00d4":{"d":"200,-294r-28,0r-33,-45r-32,45r-27,0r40,-66r40,0xm142,-267v82,0,121,52,121,136v0,84,-40,136,-121,136v-82,0,-122,-53,-122,-136v0,-82,40,-136,122,-136xm142,-25v57,0,85,-44,85,-106v0,-62,-28,-106,-85,-106v-58,0,-86,43,-86,106v0,62,28,106,86,106","w":283},"\u00d2":{"d":"142,-267v82,0,121,52,121,136v0,84,-40,136,-121,136v-82,0,-122,-53,-122,-136v0,-82,40,-136,122,-136xm142,-25v57,0,85,-44,85,-106v0,-62,-28,-106,-85,-106v-58,0,-86,43,-86,106v0,62,28,106,86,106xm164,-295r-26,0r-48,-66r42,0","w":283},"\u00da":{"d":"132,-24v48,0,65,-27,65,-78r0,-160r35,0r0,157v1,71,-30,110,-100,110v-71,0,-100,-39,-101,-110r0,-157r35,0r0,159v-1,51,18,79,66,79xm188,-361r-48,66r-26,0r32,-66r42,0","w":263},"\u00db":{"d":"191,-294r-28,0r-33,-45r-32,45r-28,0r41,-66r39,0xm132,-24v48,0,65,-27,65,-78r0,-160r35,0r0,157v1,71,-30,110,-100,110v-71,0,-100,-39,-101,-110r0,-157r35,0r0,159v-1,51,18,79,66,79","w":263},"\u00d9":{"d":"132,-24v48,0,65,-27,65,-78r0,-160r35,0r0,157v1,71,-30,110,-100,110v-71,0,-100,-39,-101,-110r0,-157r35,0r0,159v-1,51,18,79,66,79xm164,-295r-26,0r-48,-66r42,0","w":263},"\u0131":{"d":"66,0r-33,0r0,-196r33,0r0,196","w":98},"\u00b8":{"d":"62,42v33,14,81,4,64,-46r27,0v14,59,-33,91,-91,74r0,-28","w":228},"\u0141":{"d":"202,0r-165,0r0,-94r-33,27r0,-29r33,-26r0,-140r35,0r0,114r61,-50r0,29r-61,49r0,89r130,0r0,31","w":202},"\u0142":{"d":"99,-156r-31,25r0,131r-33,0r0,-107r-31,25r0,-28r31,-24r0,-140r33,0r0,116r31,-26r0,28","w":102},"\u0160":{"d":"187,-360r-40,66r-40,0r-40,-66r28,0r33,45r32,-45r27,0xm212,-207v-30,-30,-151,-51,-151,12v0,82,166,11,164,120v-1,92,-134,93,-201,59v2,-14,-4,-34,2,-44v33,36,155,60,163,-10v-9,-80,-164,-12,-164,-122v0,-82,129,-87,190,-56r0,41r-3,0","w":246},"\u0161":{"d":"159,-295r-40,67r-40,0r-40,-67r28,0r33,45r32,-45r27,0xm97,-173v-31,0,-56,25,-35,46v35,22,111,10,111,70v0,69,-107,74,-154,45v2,-11,-3,-29,2,-37v17,13,44,24,72,26v35,3,58,-23,39,-47v-35,-21,-112,-12,-112,-71v0,-67,98,-71,145,-45v-2,11,3,28,-2,35v-14,-12,-41,-22,-66,-22","w":187},"\u017d":{"d":"183,-360r-40,66r-40,0r-40,-66r28,0r32,45r32,-45r28,0xm226,0r-204,0r0,-32r161,-199r-155,0r0,-31r195,0r0,32r-163,199r166,0r0,31","w":246},"\u017e":{"d":"155,-295r-40,67r-40,0r-40,-67r28,0r32,45r33,-45r27,0xm175,0r-159,0r0,-24r115,-145r-112,0r0,-27r153,0r0,23r-115,145r118,0r0,28","w":189},"\u00a6":{"d":"97,-133r-31,0r0,-141r31,0r0,141xm97,69r-31,0r0,-140r31,0r0,140","w":163},"\u00d0":{"d":"37,-262v126,-8,225,15,221,131v-3,88,-56,134,-155,131r-66,0r0,-130r-35,0r0,-25r35,0r0,-107xm71,-30v89,5,151,-15,151,-101v0,-85,-62,-106,-151,-101r0,77r64,0r0,25r-64,0r0,100","w":279},"\u00f0":{"d":"144,-239v32,31,55,69,56,127v1,69,-31,116,-92,117v-55,1,-89,-34,-89,-90v0,-76,87,-110,145,-68v-8,-26,-26,-54,-45,-70r-46,29r-12,-17r42,-25v-21,-16,-34,-22,-57,-35r0,-3r52,0r30,21r37,-22r11,17xm108,-22v52,0,62,-48,58,-105v-40,-25,-113,-21,-113,42v0,40,19,63,55,63","w":220},"\u00dd":{"d":"220,-262r-92,147r0,115r-34,0r0,-111r-93,-151r39,0r71,117r72,-117r37,0xm164,-361r-48,66r-26,0r32,-66r42,0","w":221},"\u00fd":{"d":"202,-196r-114,268r-36,0r37,-81r-78,-187r36,0r60,145r61,-145r34,0xm163,-295r-48,66r-26,0r32,-66r42,0","w":213},"\u00de":{"d":"70,-214v74,-3,136,6,136,76v0,69,-59,86,-136,81r0,57r-35,0r0,-262r35,0r0,48xm70,-86v53,2,100,-1,100,-51v0,-50,-49,-49,-100,-48r0,99","w":217},"\u00fe":{"d":"130,-202v52,1,75,43,75,101v0,81,-71,130,-139,91r0,82r-33,0r0,-346r33,0r0,98v16,-13,38,-26,64,-26xm66,-37v48,27,110,4,105,-63v-3,-42,-11,-69,-49,-70v-22,0,-42,10,-56,22r0,111","w":224},"\u00d7":{"d":"243,-38r-19,20r-77,-78r-76,78r-20,-20r77,-77r-77,-76r20,-20r76,78r77,-78r19,20r-77,76","w":294},"\u00b9":{"d":"51,-240v20,-2,45,-2,47,-22r24,0r0,141r39,0r0,22r-108,0r0,-22r41,0r0,-100r-43,0r0,-19","w":195},"\u00b2":{"d":"128,-215v-4,-43,-68,-22,-91,-10r0,-31v42,-18,126,-18,123,39v-3,51,-53,68,-86,92r96,0r0,26r-134,0r0,-28v31,-17,68,-43,86,-65v4,-6,6,-13,6,-23","w":195},"\u00b3":{"d":"128,-184v17,6,40,15,40,40v0,60,-88,58,-132,41r0,-31v23,13,102,33,102,-9v0,-30,-35,-26,-66,-26r0,-25v30,1,63,2,61,-25v-4,-40,-74,-18,-94,-6r0,-31v40,-17,123,-19,124,31v0,23,-16,36,-35,41","w":195},"\u00bd":{"d":"300,-115v0,-40,-58,-21,-77,-9r0,-31v39,-20,111,-14,109,38v-2,50,-48,67,-76,93r88,0r0,24r-121,0r0,-26v27,-27,77,-43,77,-89xm30,-240v24,0,39,-1,42,-22r24,0r0,163r-29,0r0,-120r-37,0r0,-21xm248,-262r-137,262r-29,0r137,-262r29,0","w":360},"\u00bc":{"d":"326,-39r-28,0r0,39r-27,0r0,-39r-81,0r0,-32r82,-95r26,0r0,104r28,0r0,23xm272,-62r0,-70r-62,70r62,0xm30,-240v24,0,39,-1,42,-22r24,0r0,163r-29,0r0,-120r-37,0r0,-21xm248,-262r-137,262r-29,0r137,-262r29,0","w":360},"\u00be":{"d":"336,-39r-28,0r0,39r-27,0r0,-39r-81,0r0,-32r81,-95r27,0r0,104r28,0r0,23xm282,-62r0,-70r-62,70r62,0xm79,-267v57,0,75,69,26,82v15,7,34,16,34,40v0,54,-73,58,-114,40r0,-31v20,14,81,32,84,-9v2,-30,-30,-24,-58,-25r0,-24v27,1,55,0,54,-25v0,-37,-62,-22,-75,-6r-3,0r0,-31v14,-6,33,-11,52,-11xm264,-262r-137,262r-29,0r137,-262r29,0","w":360},"\u011e":{"d":"151,-316v25,0,34,-18,37,-44r29,0v4,59,-75,89,-113,48v-12,-13,-18,-28,-19,-48r29,0v2,27,11,44,37,44xm56,-132v0,91,85,129,163,95r0,-64r-70,0r0,-31r104,0r0,113v-25,12,-60,24,-95,24v-89,-1,-138,-47,-138,-136v0,-84,53,-136,138,-135v38,0,65,9,95,23r0,41v-29,-15,-55,-35,-101,-35v-60,0,-96,44,-96,105","w":279},"\u011f":{"d":"114,-250v25,0,34,-19,37,-45r29,0v4,59,-74,91,-113,49v-12,-13,-18,-29,-19,-49r29,0v3,26,12,45,37,45xm19,-100v0,-81,74,-124,140,-88r2,-8r31,0r0,174v8,89,-75,110,-152,88v1,-11,-2,-25,1,-34v40,18,126,24,118,-41r0,-18v-20,15,-32,24,-64,24v-50,0,-76,-42,-76,-97xm103,-34v23,1,42,-10,56,-20r0,-107v-48,-26,-110,-5,-106,60v3,41,12,66,50,67","w":224},"\u0130":{"d":"94,-295r-37,0r0,-34r37,0r0,34xm127,0r-103,0r0,-27r34,0r0,-208r-34,0r0,-27r103,0r0,27r-34,0r0,208r34,0r0,27","w":151},"\u015e":{"d":"212,-207v-30,-30,-151,-51,-151,12v0,82,166,11,164,120v-1,42,-30,65,-64,75v11,59,-35,86,-92,70v1,-9,-3,-24,2,-29v24,15,77,7,63,-37v-45,4,-77,-7,-110,-20v2,-14,-4,-34,2,-44v33,36,155,60,163,-10v-9,-80,-164,-12,-164,-122v0,-82,129,-87,190,-56r0,41r-3,0","w":246},"\u015f":{"d":"97,-173v-31,0,-56,25,-35,46v35,22,113,10,111,70v-1,29,-18,47,-42,55v11,60,-35,88,-91,72v1,-9,-2,-21,1,-28v27,12,75,9,64,-38v-33,4,-66,-5,-86,-16v2,-11,-3,-29,2,-37v17,13,44,24,72,26v35,3,58,-23,39,-47v-35,-21,-112,-12,-112,-71v0,-67,98,-71,145,-45v-2,11,3,28,-2,35v-14,-12,-41,-22,-66,-22","w":187},"\u0106":{"d":"147,-25v40,1,64,-18,90,-35r0,41v-26,11,-51,24,-89,24v-85,0,-128,-50,-128,-136v0,-85,44,-135,129,-135v36,0,59,8,88,23v-2,13,4,32,-2,41v-25,-20,-49,-36,-89,-35v-61,2,-90,42,-90,106v0,64,31,104,91,106xm188,-361r-48,66r-26,0r32,-66r42,0","w":251},"\u0107":{"d":"113,-24v28,0,46,-16,65,-25r0,37v-69,37,-160,7,-160,-86v0,-88,90,-126,160,-87v-2,11,3,29,-2,37v-16,-14,-38,-23,-63,-24v-40,0,-60,30,-60,74v0,44,20,74,60,74xm160,-295r-48,66r-26,0r32,-66r42,0","w":187},"\u010c":{"d":"203,-360r-40,66r-40,0r-40,-66r28,0r33,45r32,-45r27,0xm147,-25v40,1,64,-18,90,-35r0,41v-26,11,-51,24,-89,24v-85,0,-128,-50,-128,-136v0,-85,44,-135,129,-135v36,0,59,8,88,23v-2,13,4,32,-2,41v-25,-20,-49,-36,-89,-35v-61,2,-90,42,-90,106v0,64,31,104,91,106","w":251},"\u010d":{"d":"172,-295r-40,67r-40,0r-40,-67r28,0r32,45r33,-45r27,0xm113,-24v28,0,46,-16,65,-25r0,37v-69,37,-160,7,-160,-86v0,-88,90,-126,160,-87v-2,11,3,29,-2,37v-16,-14,-38,-23,-63,-24v-40,0,-60,30,-60,74v0,44,20,74,60,74","w":187},"\u0111":{"d":"19,-96v0,-82,71,-127,140,-91r0,-36r-64,0r0,-23r64,0r0,-28r33,0r0,28r32,0r0,23r-32,0r0,223r-33,0r0,-21v-17,14,-35,26,-64,26v-51,0,-76,-45,-76,-101xm103,-26v22,0,43,-10,56,-22r0,-112v-51,-26,-110,-1,-106,64v3,41,11,69,50,70","w":224},"\u00af":{"d":"230,-293r-230,0r-1,-21r231,0r0,21","w":228},"\u00b7":{"d":"86,-90r-42,0r0,-50r42,0r0,50","w":130},"\u0102":{"d":"123,-316v25,0,34,-18,37,-44r29,0v4,59,-75,89,-113,48v-12,-13,-18,-28,-19,-48r29,0v3,26,11,44,37,44xm242,0r-38,0r-25,-73r-113,0r-26,73r-35,0r95,-262r46,0xm168,-103r-46,-128r-46,128r92,0","w":246},"\u0103":{"d":"107,-250v25,0,34,-19,37,-45r29,0v4,59,-74,91,-113,49v-12,-13,-18,-29,-19,-49r29,0v3,26,12,45,37,45xm36,-192v59,-16,149,-18,149,59r0,133r-33,0r0,-21v-18,12,-36,26,-70,26v-36,0,-64,-27,-64,-62v1,-67,68,-69,134,-73v4,-60,-77,-42,-116,-29r0,-33xm52,-59v0,51,80,35,100,11r0,-55v-41,5,-100,-1,-100,44","w":216},"\u0104":{"d":"224,0v-14,42,25,56,54,41r0,28v-42,13,-84,-4,-84,-49v0,-12,4,-27,6,-33r-21,-60r-113,0r-26,73r-35,0r95,-262r46,0r96,262r-18,0xm168,-103r-46,-128r-46,128r92,0","w":246},"\u0105":{"d":"180,0v-15,41,25,57,53,41r0,28v-50,17,-98,-15,-81,-69r0,-21v-18,12,-36,26,-70,26v-36,0,-64,-27,-64,-62v1,-67,68,-69,134,-73v4,-60,-77,-42,-116,-29r0,-33v59,-16,149,-18,149,59r0,133r-5,0xm52,-59v0,51,80,35,100,11r0,-55v-41,5,-100,-1,-100,44","w":216},"\u010e":{"d":"181,-360r-40,66r-40,0r-40,-66r28,0r32,45r33,-45r27,0xm35,-262v127,-8,224,15,221,131v-2,89,-56,133,-155,131r-66,0r0,-262xm70,-30v89,5,150,-16,150,-101v0,-84,-61,-106,-150,-101r0,202","w":277},"\u010f":{"d":"277,-274r-44,89r-22,0r26,-89r40,0xm19,-97v0,-81,72,-130,140,-91r0,-86r33,0r0,274r-33,0r0,-21v-17,14,-35,27,-64,26v-51,-1,-76,-45,-76,-102xm103,-26v22,0,43,-10,56,-22r0,-113v-51,-27,-110,-2,-106,64v2,42,11,70,50,71","w":233},"\u0110":{"d":"37,-262v126,-8,225,15,221,131v-3,88,-56,134,-155,131r-66,0r0,-130r-35,0r0,-25r35,0r0,-107xm71,-30v89,5,151,-15,151,-101v0,-85,-62,-106,-151,-101r0,77r64,0r0,25r-64,0r0,100","w":279},"\u0118":{"d":"163,0v-15,41,25,57,53,41r0,28v-50,16,-98,-15,-81,-69r-100,0r0,-262r173,0r0,31r-138,0r0,72r138,0r0,31r-138,0r0,97r138,0r0,31r-45,0"},"\u0119":{"d":"52,-95v-6,81,97,83,141,47r0,36v-17,7,-34,14,-54,16v-11,39,25,52,54,37r0,28v-48,15,-95,-11,-82,-65v-58,-4,-92,-40,-92,-101v0,-61,37,-105,95,-105v60,0,87,41,83,107r-145,0xm165,-120v7,-54,-64,-70,-95,-39v-10,10,-17,24,-18,39r113,0","w":214},"\u011a":{"d":"180,-360r-40,66r-40,0r-40,-66r28,0r32,45r33,-45r27,0xm208,0r-173,0r0,-262r173,0r0,31r-138,0r0,72r138,0r0,31r-138,0r0,97r138,0r0,31"},"\u011b":{"d":"173,-295r-40,67r-40,0r-40,-67r28,0r33,45r32,-45r27,0xm52,-95v-6,81,97,83,141,47r0,36v-72,38,-174,10,-174,-85v0,-61,37,-105,95,-105v60,0,87,41,83,107r-145,0xm165,-120v7,-54,-64,-70,-95,-39v-10,10,-17,24,-18,39r113,0","w":214},"\u0139":{"d":"201,0r-166,0r0,-262r35,0r0,231r131,0r0,31xm113,-361r-48,66r-26,0r32,-66r42,0","w":200},"\u013a":{"d":"66,0r-33,0r0,-274r33,0r0,274xm104,-361r-48,66r-26,0r32,-66r42,0","w":98},"\u013d":{"d":"201,0r-166,0r0,-262r35,0r0,231r131,0r0,31xm166,-274r-43,89r-23,0r27,-89r39,0","w":200},"\u013e":{"d":"150,-274r-44,89r-23,0r27,-89r40,0xm66,0r-33,0r0,-274r33,0r0,274","w":106},"\u013f":{"d":"201,0r-166,0r0,-262r35,0r0,231r131,0r0,31xm173,-91r-41,0r0,-47r41,0r0,47","w":200},"\u0140":{"d":"66,0r-33,0r0,-274r33,0r0,274xm152,-91r-40,0r0,-47r40,0r0,47","w":165},"\u0143":{"d":"235,0r-43,0r-124,-234r0,234r-33,0r0,-262r54,0r113,214r0,-214r33,0r0,262xm190,-361r-48,66r-26,0r32,-66r42,0","w":269},"\u0144":{"d":"131,-202v90,-3,62,118,66,202r-33,0r0,-112v-1,-34,-5,-60,-42,-58v-22,1,-42,11,-56,23r0,147r-33,0r0,-196r33,0r0,21v18,-14,37,-26,65,-27xm169,-295r-48,66r-26,0r32,-66r42,0"},"\u0147":{"d":"202,-360r-40,66r-40,0r-40,-66r28,0r33,45r32,-45r27,0xm235,0r-43,0r-124,-234r0,234r-33,0r0,-262r54,0r113,214r0,-214r33,0r0,262","w":269},"\u0148":{"d":"179,-295r-40,67r-40,0r-40,-67r28,0r32,45r33,-45r27,0xm131,-202v90,-3,62,118,66,202r-33,0r0,-112v-1,-34,-5,-60,-42,-58v-22,1,-42,11,-56,23r0,147r-33,0r0,-196r33,0r0,21v18,-14,37,-26,65,-27"},"\u0150":{"d":"226,-360r-46,66r-24,0r29,-66r41,0xm155,-360r-46,66r-24,0r29,-66r41,0xm142,-267v82,0,121,52,121,136v0,84,-40,136,-121,136v-82,0,-122,-53,-122,-136v0,-82,40,-136,122,-136xm142,-25v57,0,85,-44,85,-106v0,-62,-28,-106,-85,-106v-58,0,-86,43,-86,106v0,62,28,106,86,106","w":283},"\u0151":{"d":"194,-295r-45,66r-25,0r30,-66r40,0xm123,-295r-45,66r-25,0r30,-66r40,0xm109,-202v58,0,91,44,91,104v0,59,-32,103,-91,103v-59,0,-90,-43,-90,-103v0,-60,32,-104,90,-104xm109,-23v40,0,57,-31,57,-75v0,-45,-16,-75,-57,-75v-40,0,-56,30,-56,75v0,44,16,75,56,75","w":218},"\u0154":{"d":"207,-191v0,40,-22,66,-54,77r99,114r-45,0r-88,-104r-49,0r0,104r-35,0r0,-262v82,0,173,-10,172,71xm70,-133v54,2,100,0,100,-55v0,-48,-51,-45,-100,-44r0,99xm167,-361r-48,66r-26,0r32,-66r42,0","w":250},"\u0155":{"d":"66,-167v24,-22,48,-34,89,-27v-2,10,3,27,-2,34v-33,-11,-68,2,-87,21r0,139r-33,0r0,-196r33,0r0,29xm134,-295r-48,66r-26,0r32,-66r42,0","w":153},"\u0158":{"d":"176,-360r-40,66r-40,0r-40,-66r27,0r33,45r32,-45r28,0xm207,-191v0,40,-22,66,-54,77r99,114r-45,0r-88,-104r-49,0r0,104r-35,0r0,-262v82,0,173,-10,172,71xm70,-133v54,2,100,0,100,-55v0,-48,-51,-45,-100,-44r0,99","w":250},"\u0159":{"d":"146,-295r-40,67r-40,0r-40,-67r28,0r32,45r32,-45r28,0xm66,-167v24,-22,48,-34,89,-27v-2,10,3,27,-2,34v-33,-11,-68,2,-87,21r0,139r-33,0r0,-196r33,0r0,29","w":153},"\u015a":{"d":"212,-207v-30,-30,-151,-51,-151,12v0,82,166,11,164,120v-1,92,-134,93,-201,59v2,-14,-4,-34,2,-44v33,36,155,60,163,-10v-9,-80,-164,-12,-164,-122v0,-82,129,-87,190,-56r0,41r-3,0xm173,-361r-48,66r-26,0r32,-66r42,0","w":246},"\u015b":{"d":"97,-173v-31,0,-56,25,-35,46v35,22,111,10,111,70v0,69,-107,74,-154,45v2,-11,-3,-29,2,-37v17,13,44,24,72,26v35,3,58,-23,39,-47v-35,-21,-112,-12,-112,-71v0,-67,98,-71,145,-45v-2,11,3,28,-2,35v-14,-12,-41,-22,-66,-22xm150,-295r-48,66r-26,0r32,-66r42,0","w":187},"\u0162":{"d":"38,42v30,13,80,5,64,-42r-8,0r0,-231r-94,0r0,-31r222,0r0,31r-94,0r2,247v3,50,-45,67,-92,54r0,-28","w":221},"\u0163":{"d":"67,-55v-1,33,40,34,67,24v-1,13,5,32,-9,32v11,59,-37,85,-92,69v1,-9,-3,-23,2,-28v27,13,77,6,63,-38v-85,8,-62,-97,-65,-173r-22,0r0,-27r22,0r0,-57r33,0r0,57r68,0r0,27r-68,0","w":141},"\u0164":{"d":"171,-360r-40,66r-40,0r-40,-66r28,0r32,45r32,-45r28,0xm222,-231r-94,0r0,231r-34,0r0,-231r-94,0r0,-31r222,0r0,31","w":221},"\u0165":{"d":"67,-55v-1,33,40,34,67,24r0,29v-52,16,-101,0,-101,-62r0,-105r-22,0r0,-27r22,0r0,-57r33,0r0,57r68,0r0,27r-68,0xm156,-316r-44,87r-22,0r27,-87r39,0","w":141},"\u016e":{"d":"132,-360v33,0,61,25,61,59v0,33,-28,60,-61,60v-33,0,-62,-27,-62,-60v0,-34,29,-59,62,-59xm132,-265v20,0,36,-16,36,-36v0,-20,-17,-36,-36,-36v-19,0,-36,16,-36,36v0,20,16,36,36,36xm132,-24v48,0,65,-27,65,-78r0,-160r35,0r0,157v1,71,-30,110,-100,110v-71,0,-100,-39,-101,-110r0,-157r35,0r0,159v-1,51,18,79,66,79","w":263},"\u016f":{"d":"114,-346v33,0,62,25,62,59v0,33,-28,60,-62,60v-33,0,-61,-28,-61,-60v0,-33,28,-59,61,-59xm114,-250v20,0,36,-17,36,-37v0,-20,-17,-36,-36,-36v-19,0,-36,17,-36,36v0,19,17,37,36,37xm106,-26v22,0,41,-12,56,-24r0,-146r33,0r0,196r-33,0r0,-22v-20,14,-35,26,-65,27v-91,4,-61,-117,-66,-201r33,0v8,63,-27,170,42,170"},"\u0170":{"d":"222,-360r-45,66r-25,0r30,-66r40,0xm151,-360r-45,66r-25,0r30,-66r40,0xm132,-24v48,0,65,-27,65,-78r0,-160r35,0r0,157v1,71,-30,110,-100,110v-71,0,-100,-39,-101,-110r0,-157r35,0r0,159v-1,51,18,79,66,79","w":263},"\u0171":{"d":"203,-295r-46,66r-24,0r30,-66r40,0xm132,-295r-46,66r-24,0r30,-66r40,0xm106,-26v22,0,41,-12,56,-24r0,-146r33,0r0,196r-33,0r0,-22v-20,14,-35,26,-65,27v-91,4,-61,-117,-66,-201r33,0v8,63,-27,170,42,170"},"\u0179":{"d":"226,0r-204,0r0,-32r161,-199r-155,0r0,-31r195,0r0,32r-163,199r166,0r0,31xm170,-361r-48,66r-26,0r32,-66r42,0","w":246},"\u017a":{"d":"175,0r-159,0r0,-24r115,-145r-112,0r0,-27r153,0r0,23r-115,145r118,0r0,28xm142,-295r-48,66r-26,0r32,-66r42,0","w":189},"\u017b":{"d":"143,-295r-37,0r0,-34r37,0r0,34xm226,0r-204,0r0,-32r161,-199r-155,0r0,-31r195,0r0,32r-163,199r166,0r0,31","w":246},"\u017c":{"d":"114,-229r-38,0r0,-34r38,0r0,34xm175,0r-159,0r0,-24r115,-145r-112,0r0,-27r153,0r0,23r-115,145r118,0r0,28","w":189},"\u0132":{"d":"127,0r-103,0r0,-27r34,0r0,-208r-34,0r0,-27r103,0r0,27r-34,0r0,208r34,0r0,27xm158,-34v41,15,88,12,88,-47r0,-153r-55,0r0,-28r90,0r0,194v2,65,-61,81,-123,67r0,-33","w":313},"\u0133":{"d":"68,-229r-37,0r0,-34r37,0r0,34xm66,0r-33,0r0,-196r33,0r0,196xm191,-229r-38,0r0,-34r38,0r0,34xm117,45v33,1,39,-23,39,-55r0,-159r-41,0r0,-27r74,0r0,201v4,59,-50,80,-103,64v2,-9,-3,-25,2,-31v6,2,21,7,29,7","w":220},"\u0149":{"d":"167,-202v90,-3,60,119,65,202r-33,0r0,-112v-1,-34,-5,-60,-42,-58v-22,1,-42,11,-56,23r0,147r-33,0r0,-196r33,0r0,21v18,-15,38,-27,66,-27xm72,-274r-48,99r-24,0r29,-99r43,0","w":262},"\u0100":{"d":"188,-298r-130,0r0,-28r130,0r0,28xm242,0r-38,0r-25,-73r-113,0r-26,73r-35,0r95,-262r46,0xm168,-103r-46,-128r-46,128r92,0","w":246},"\u0101":{"d":"173,-235r-131,0r0,-27r131,0r0,27xm36,-192v59,-16,149,-18,149,59r0,133r-33,0r0,-21v-18,12,-36,26,-70,26v-36,0,-64,-27,-64,-62v1,-67,68,-69,134,-73v4,-60,-77,-42,-116,-29r0,-33xm52,-59v0,51,80,35,100,11r0,-55v-41,5,-100,-1,-100,44","w":216},"\u0108":{"d":"204,-294r-28,0r-32,-45r-33,45r-27,0r40,-66r40,0xm147,-25v40,1,64,-18,90,-35r0,41v-26,11,-51,24,-89,24v-85,0,-128,-50,-128,-136v0,-85,44,-135,129,-135v36,0,59,8,88,23v-2,13,4,32,-2,41v-25,-20,-49,-36,-89,-35v-61,2,-90,42,-90,106v0,64,31,104,91,106","w":251},"\u0109":{"d":"172,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0xm113,-24v28,0,46,-16,65,-25r0,37v-69,37,-160,7,-160,-86v0,-88,90,-126,160,-87v-2,11,3,29,-2,37v-16,-14,-38,-23,-63,-24v-40,0,-60,30,-60,74v0,44,20,74,60,74","w":187},"\u010a":{"d":"163,-295r-38,0r0,-34r38,0r0,34xm147,-25v40,1,64,-18,90,-35r0,41v-26,11,-51,24,-89,24v-85,0,-128,-50,-128,-136v0,-85,44,-135,129,-135v36,0,59,8,88,23v-2,13,4,32,-2,41v-25,-20,-49,-36,-89,-35v-61,2,-90,42,-90,106v0,64,31,104,91,106","w":251},"\u010b":{"d":"131,-229r-37,0r0,-34r37,0r0,34xm113,-24v28,0,46,-16,65,-25r0,37v-69,37,-160,7,-160,-86v0,-88,90,-126,160,-87v-2,11,3,29,-2,37v-16,-14,-38,-23,-63,-24v-40,0,-60,30,-60,74v0,44,20,74,60,74","w":187},"\u0112":{"d":"189,-298r-131,0r0,-28r131,0r0,28xm208,0r-173,0r0,-262r173,0r0,31r-138,0r0,72r138,0r0,31r-138,0r0,97r138,0r0,31"},"\u0113":{"d":"178,-235r-130,0r0,-27r130,0r0,27xm52,-95v-6,81,97,83,141,47r0,36v-72,38,-174,10,-174,-85v0,-61,37,-105,95,-105v60,0,87,41,83,107r-145,0xm165,-120v7,-54,-64,-70,-95,-39v-10,10,-17,24,-18,39r113,0","w":214},"\u0114":{"d":"126,-316v25,0,34,-18,37,-44r29,0v4,59,-75,89,-114,48v-12,-13,-17,-28,-18,-48r29,0v2,27,11,44,37,44xm208,0r-173,0r0,-262r173,0r0,31r-138,0r0,72r138,0r0,31r-138,0r0,97r138,0r0,31"},"\u0115":{"d":"114,-250v25,0,34,-19,37,-45r29,0v4,59,-74,91,-113,49v-12,-13,-18,-29,-19,-49r29,0v3,26,12,45,37,45xm52,-95v-6,81,97,83,141,47r0,36v-72,38,-174,10,-174,-85v0,-61,37,-105,95,-105v60,0,87,41,83,107r-145,0xm165,-120v7,-54,-64,-70,-95,-39v-10,10,-17,24,-18,39r113,0","w":214},"\u0116":{"d":"147,-295r-37,0r0,-34r37,0r0,34xm208,0r-173,0r0,-262r173,0r0,31r-138,0r0,72r138,0r0,31r-138,0r0,97r138,0r0,31"},"\u0117":{"d":"133,-229r-37,0r0,-34r37,0r0,34xm52,-95v-6,81,97,83,141,47r0,36v-72,38,-174,10,-174,-85v0,-61,37,-105,95,-105v60,0,87,41,83,107r-145,0xm165,-120v7,-54,-64,-70,-95,-39v-10,10,-17,24,-18,39r113,0","w":214},"\u011c":{"d":"211,-294r-28,0r-32,-45r-33,45r-27,0r40,-66r40,0xm56,-132v0,91,85,129,163,95r0,-64r-70,0r0,-31r104,0r0,113v-25,12,-60,24,-95,24v-89,-1,-138,-47,-138,-136v0,-84,53,-136,138,-135v38,0,65,9,95,23r0,41v-29,-15,-55,-35,-101,-35v-60,0,-96,44,-96,105","w":279},"\u011d":{"d":"174,-228r-28,0r-33,-45r-32,45r-27,0r40,-67r40,0xm19,-100v0,-81,74,-124,140,-88r2,-8r31,0r0,174v8,89,-75,110,-152,88v1,-11,-2,-25,1,-34v40,18,126,24,118,-41r0,-18v-20,15,-32,24,-64,24v-50,0,-76,-42,-76,-97xm103,-34v23,1,42,-10,56,-20r0,-107v-48,-26,-110,-5,-106,60v3,41,12,66,50,67","w":224},"\u0120":{"d":"169,-295r-37,0r0,-34r37,0r0,34xm56,-132v0,91,85,129,163,95r0,-64r-70,0r0,-31r104,0r0,113v-25,12,-60,24,-95,24v-89,-1,-138,-47,-138,-136v0,-84,53,-136,138,-135v38,0,65,9,95,23r0,41v-29,-15,-55,-35,-101,-35v-60,0,-96,44,-96,105","w":279},"\u0121":{"d":"131,-229r-37,0r0,-34r37,0r0,34xm19,-100v0,-81,74,-124,140,-88r2,-8r31,0r0,174v8,89,-75,110,-152,88v1,-11,-2,-25,1,-34v40,18,126,24,118,-41r0,-18v-20,15,-32,24,-64,24v-50,0,-76,-42,-76,-97xm103,-34v23,1,42,-10,56,-20r0,-107v-48,-26,-110,-5,-106,60v3,41,12,66,50,67","w":224},"\u0122":{"d":"92,42v28,12,78,8,65,-37v-88,-1,-137,-47,-137,-136v0,-84,53,-136,138,-135v38,0,65,9,95,23r0,41v-29,-15,-55,-35,-101,-35v-60,0,-96,44,-96,105v0,91,85,129,163,95r0,-64r-70,0r0,-31r104,0r0,113v-20,9,-45,18,-69,22v10,57,-39,82,-92,67r0,-28","w":279},"\u0123":{"d":"19,-100v0,-81,74,-124,140,-88r2,-8r31,0r0,174v8,89,-75,110,-152,88v1,-11,-2,-25,1,-34v40,18,126,24,118,-41r0,-18v-20,15,-32,24,-64,24v-50,0,-76,-42,-76,-97xm103,-34v23,1,42,-10,56,-20r0,-107v-48,-26,-110,-5,-106,60v3,41,12,66,50,67xm156,-295r-32,66r-42,0r48,-66r26,0","w":224},"\u0124":{"d":"195,-294r-28,0r-32,-45r-33,45r-27,0r40,-66r40,0xm235,0r-34,0r0,-128r-131,0r0,128r-35,0r0,-262r35,0r0,103r131,0r0,-103r34,0r0,262","w":270},"\u0125":{"d":"181,-294r-28,0r-33,-45r-32,45r-28,0r41,-66r39,0xm131,-202v90,-3,62,118,66,202r-33,0r0,-112v-1,-34,-5,-60,-42,-58v-22,1,-42,11,-56,23r0,147r-33,0r0,-274r33,0r0,99v18,-14,37,-26,65,-27"},"\u0126":{"d":"265,-195r-30,0r0,195r-34,0r0,-128r-131,0r0,128r-35,0r0,-195r-29,0r0,-25r29,0r0,-42r35,0r0,42r131,0r0,-42r34,0r0,42r30,0r0,25xm201,-159r0,-36r-131,0r0,36r131,0","w":270},"\u0127":{"d":"131,-202v90,-3,62,118,66,202r-33,0r0,-112v-1,-34,-5,-60,-42,-58v-22,1,-42,11,-56,23r0,147r-33,0r0,-223r-30,0r0,-23r30,0r0,-28r33,0r0,28r56,0r0,23r-56,0r0,48v18,-14,37,-26,65,-27"},"\u0128":{"d":"127,0r-103,0r0,-27r34,0r0,-208r-34,0r0,-27r103,0r0,27r-34,0r0,208r34,0r0,27xm103,-322v12,0,18,-14,17,-28r24,0v-2,31,-13,52,-41,53v-28,1,-33,-25,-55,-28v-13,1,-16,14,-16,29r-24,0v0,-29,15,-52,41,-53v26,-1,32,27,54,27","w":151},"\u0129":{"d":"66,0r-33,0r0,-196r33,0r0,196xm70,-257v10,0,12,-12,12,-24r19,0v1,26,-10,45,-32,46v-21,1,-23,-20,-40,-22v-10,1,-12,10,-12,23r-19,0v-1,-25,10,-44,32,-45v21,-1,23,22,40,22","w":98},"\u012a":{"d":"127,0r-103,0r0,-27r34,0r0,-208r-34,0r0,-27r103,0r0,27r-34,0r0,208r34,0r0,27xm135,-298r-118,0r0,-28r118,0r0,28","w":151},"\u012b":{"d":"99,-235r-100,0r0,-27r100,0r0,27xm66,0r-33,0r0,-196r33,0r0,196","w":98},"\u012c":{"d":"127,0r-103,0r0,-27r34,0r0,-208r-34,0r0,-27r103,0r0,27r-34,0r0,208r34,0r0,27xm76,-308v22,0,24,-17,25,-44r28,0v9,58,-61,87,-93,48v-9,-12,-14,-28,-14,-48r28,0v0,27,4,44,26,44","w":151},"\u012d":{"d":"49,-248v20,0,24,-15,24,-40r25,0v8,53,-55,81,-85,44v-8,-11,-13,-26,-13,-44r26,0v0,23,4,40,23,40xm66,0r-33,0r0,-196r33,0r0,196","w":98},"\u012e":{"d":"140,70v-53,14,-88,-20,-75,-70r-41,0r0,-27r34,0r0,-208r-34,0r0,-27r103,0r0,27r-34,0r0,208r34,0r0,27r-34,0v-5,21,-2,50,25,47r22,-5r0,28","w":151},"\u012f":{"d":"68,-229r-37,0r0,-34r37,0r0,34xm76,73v-47,4,-61,-52,-43,-87r0,-182r33,0r0,196v-14,-3,-12,8,-13,19v-3,29,28,32,49,23r0,28","w":98},"\u0134":{"d":"149,-294r-28,0r-33,-45r-32,45r-28,0r41,-66r39,0xm8,-34v41,15,88,12,88,-47r0,-153r-55,0r0,-28r90,0r0,194v2,65,-61,81,-123,67r0,-33","w":163},"\u0135":{"d":"20,45v33,1,39,-23,39,-55r0,-159r-41,0r0,-27r74,0r0,201v4,59,-50,80,-103,64v2,-9,-3,-25,2,-31v6,2,21,7,29,7xm121,-228r-28,0r-33,-45r-32,45r-27,0r40,-67r40,0","w":123},"\u0136":{"d":"246,0r-46,0r-103,-117r-26,28r0,89r-35,0r0,-262r35,0r0,137r127,-137r42,0r-117,123xm61,42v33,14,81,4,64,-46r27,0v14,59,-33,91,-91,74r0,-28","w":249},"\u0137":{"d":"211,0r-44,0r-79,-86r-21,20r0,66r-33,0r0,-274r33,0r0,176r95,-98r42,0r-91,90xm39,42v33,14,81,4,64,-46r27,0v14,59,-33,91,-91,74r0,-28","w":213},"\u0138":{"d":"211,0r-44,0r-79,-86r-21,20r0,66r-33,0r0,-196r33,0r0,98r95,-98r42,0r-91,90","w":213},"\u013b":{"d":"59,42v31,12,78,7,65,-42r-89,0r0,-262r35,0r0,231r131,0r0,31r-50,0v11,59,-36,86,-92,70r0,-28","w":200},"\u013c":{"d":"1,42v30,13,68,4,57,-42r-25,0r0,-274r33,0r0,270v9,1,22,-4,20,8v6,56,-34,81,-85,66r0,-28","w":98},"\u0145":{"d":"235,0r-43,0r-124,-234r0,234r-33,0r0,-262r54,0r113,214r0,-214r33,0r0,262xm62,42v33,14,81,4,64,-46r27,0v14,59,-33,91,-91,74r0,-28","w":269},"\u0146":{"d":"131,-202v90,-3,62,118,66,202r-33,0r0,-112v-1,-34,-5,-60,-42,-58v-22,1,-42,11,-56,23r0,147r-33,0r0,-196r33,0r0,21v18,-14,37,-26,65,-27xm41,42v33,14,81,4,64,-46r27,0v14,59,-33,91,-91,74r0,-28"},"\u014a":{"d":"139,42v35,7,69,2,63,-40r-134,-236r0,234r-33,0r0,-262r54,0r113,197r0,-197r33,0r0,266v2,54,-40,79,-96,68r0,-30","w":269},"\u014b":{"d":"102,43v42,8,67,-7,62,-52v-8,-62,26,-162,-42,-161v-22,0,-42,11,-56,23r0,147r-33,0r0,-196r33,0r0,21v18,-14,37,-26,65,-27v92,-3,62,122,66,207v3,53,-40,78,-95,67r0,-29"},"\u014c":{"d":"207,-300r-131,0r0,-27r131,0r0,27xm142,-267v82,0,121,52,121,136v0,84,-40,136,-121,136v-82,0,-122,-53,-122,-136v0,-82,40,-136,122,-136xm142,-25v57,0,85,-44,85,-106v0,-62,-28,-106,-85,-106v-58,0,-86,43,-86,106v0,62,28,106,86,106","w":283},"\u014d":{"d":"175,-235r-131,0r0,-27r131,0r0,27xm109,-202v58,0,91,44,91,104v0,59,-32,103,-91,103v-59,0,-90,-43,-90,-103v0,-60,32,-104,90,-104xm109,-23v40,0,57,-31,57,-75v0,-45,-16,-75,-57,-75v-40,0,-56,30,-56,75v0,44,16,75,56,75","w":218},"\u014e":{"d":"142,-316v25,0,34,-18,37,-44r29,0v4,59,-75,89,-113,48v-12,-13,-18,-28,-19,-48r29,0v2,27,11,44,37,44xm142,-267v82,0,121,52,121,136v0,84,-40,136,-121,136v-82,0,-122,-53,-122,-136v0,-82,40,-136,122,-136xm142,-25v57,0,85,-44,85,-106v0,-62,-28,-106,-85,-106v-58,0,-86,43,-86,106v0,62,28,106,86,106","w":283},"\u014f":{"d":"110,-250v25,0,33,-18,36,-45r29,0v4,59,-74,91,-113,49v-12,-13,-18,-29,-19,-49r30,0v2,27,11,45,37,45xm109,-202v58,0,91,44,91,104v0,59,-32,103,-91,103v-59,0,-90,-43,-90,-103v0,-60,32,-104,90,-104xm109,-23v40,0,57,-31,57,-75v0,-45,-16,-75,-57,-75v-40,0,-56,30,-56,75v0,44,16,75,56,75","w":218},"\u0156":{"d":"207,-191v0,40,-22,66,-54,77r99,114r-45,0r-88,-104r-49,0r0,104r-35,0r0,-262v82,0,173,-10,172,71xm70,-133v54,2,100,0,100,-55v0,-48,-51,-45,-100,-44r0,99xm60,42v33,14,81,4,64,-46r27,0v14,59,-33,91,-91,74r0,-28","w":250},"\u0157":{"d":"5,42v29,14,68,4,57,-42r-29,0r0,-196r33,0r0,29v24,-22,48,-34,89,-27v-2,10,3,27,-2,34v-33,-11,-68,2,-87,21r0,135r23,0v11,58,-29,91,-84,74r0,-28","w":153},"\u015c":{"d":"188,-294r-28,0r-33,-45r-32,45r-27,0r40,-66r39,0xm212,-207v-30,-30,-151,-51,-151,12v0,82,166,11,164,120v-1,92,-134,93,-201,59v2,-14,-4,-34,2,-44v33,36,155,60,163,-10v-9,-80,-164,-12,-164,-122v0,-82,129,-87,190,-56r0,41r-3,0","w":246},"\u015d":{"d":"160,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0xm97,-173v-31,0,-56,25,-35,46v35,22,111,10,111,70v0,69,-107,74,-154,45v2,-11,-3,-29,2,-37v17,13,44,24,72,26v35,3,58,-23,39,-47v-35,-21,-112,-12,-112,-71v0,-67,98,-71,145,-45v-2,11,3,28,-2,35v-14,-12,-41,-22,-66,-22","w":187},"\u0166":{"d":"94,-130r-59,0r0,-25r59,0r0,-76r-94,0r0,-31r222,0r0,31r-94,0r0,76r59,0r0,25r-59,0r0,130r-34,0r0,-130","w":221},"\u0167":{"d":"67,-55v-1,33,40,34,67,24r0,29v-52,16,-107,0,-101,-62r0,-30r-22,0r0,-23r22,0r0,-52r-22,0r0,-27r22,0r0,-57r33,0r0,57r68,0r0,27r-68,0r0,52r53,0r0,23r-53,0","w":141},"\u0168":{"d":"163,-322v13,0,19,-13,19,-28r23,0v-2,32,-16,53,-45,54v-27,1,-36,-25,-59,-29v-14,1,-19,13,-19,29r-23,0v1,-31,16,-52,44,-53v28,-2,35,26,60,27xm132,-24v48,0,65,-27,65,-78r0,-160r35,0r0,157v1,71,-30,110,-100,110v-71,0,-100,-39,-101,-110r0,-157r35,0r0,159v-1,51,18,79,66,79","w":263},"\u0169":{"d":"147,-256v14,0,19,-14,19,-29r23,0v-2,31,-15,53,-45,54v-28,1,-36,-28,-59,-28v-14,0,-19,13,-19,29r-23,0v1,-31,16,-53,44,-54v27,-1,37,28,60,28xm106,-26v22,0,41,-12,56,-24r0,-146r33,0r0,196r-33,0r0,-22v-20,14,-35,26,-65,27v-91,4,-61,-117,-66,-201r33,0v8,63,-27,170,42,170"},"\u016a":{"d":"197,-300r-130,0r0,-27r130,0r0,27xm132,-24v48,0,65,-27,65,-78r0,-160r35,0r0,157v1,71,-30,110,-100,110v-71,0,-100,-39,-101,-110r0,-157r35,0r0,159v-1,51,18,79,66,79","w":263},"\u016b":{"d":"180,-235r-131,0r0,-27r131,0r0,27xm106,-26v22,0,41,-12,56,-24r0,-146r33,0r0,196r-33,0r0,-22v-20,14,-35,26,-65,27v-91,4,-61,-117,-66,-201r33,0v8,63,-27,170,42,170"},"\u016c":{"d":"132,-316v25,0,34,-18,37,-44r29,0v4,59,-75,89,-113,48v-12,-13,-18,-28,-19,-48r29,0v2,27,11,44,37,44xm132,-24v48,0,65,-27,65,-78r0,-160r35,0r0,157v1,71,-30,110,-100,110v-71,0,-100,-39,-101,-110r0,-157r35,0r0,159v-1,51,18,79,66,79","w":263},"\u016d":{"d":"115,-250v25,0,34,-19,37,-45r29,0v4,58,-75,91,-114,49v-12,-13,-17,-29,-18,-49r29,0v2,27,11,45,37,45xm106,-26v22,0,41,-12,56,-24r0,-146r33,0r0,196r-33,0r0,-22v-20,14,-35,26,-65,27v-91,4,-61,-117,-66,-201r33,0v8,63,-27,170,42,170"},"\u0172":{"d":"222,69v-47,14,-93,-9,-82,-64v-76,3,-109,-36,-109,-110r0,-157r35,0r0,159v-1,51,18,79,66,79v48,0,65,-27,65,-78r0,-160r35,0v-5,104,26,244,-63,263v-6,22,0,50,28,46v8,1,20,-5,25,-6r0,28","w":263},"\u0173":{"d":"243,69v-53,17,-97,-17,-81,-69r0,-22v-20,14,-35,26,-65,27v-91,4,-61,-117,-66,-201r33,0v8,63,-27,170,42,170v22,0,41,-12,56,-24r0,-146r33,0r0,196v-10,-1,-6,10,-7,19v-4,32,35,32,55,22r0,28","w":226},"\u0174":{"d":"238,-294r-28,0r-32,-45r-33,45r-27,0r40,-66r40,0xm340,-262r-68,262r-39,0r-55,-217r-54,217r-39,0r-69,-262r36,0r55,218r54,-218r35,0r55,220r55,-220r34,0","w":355},"\u0175":{"d":"207,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0xm279,-196r-51,196r-30,0r-51,-151r-50,151r-30,0r-52,-196r35,0r36,152r49,-152r27,0r50,152r34,-152r33,0","w":294},"\u0176":{"d":"171,-294r-28,0r-32,-45r-32,45r-28,0r40,-66r40,0xm220,-262r-92,147r0,115r-34,0r0,-111r-93,-151r39,0r71,117r72,-117r37,0","w":221},"\u0177":{"d":"168,-228r-28,0r-32,-45r-32,45r-28,0r40,-67r40,0xm202,-196r-114,268r-36,0r37,-81r-78,-187r36,0r60,145r61,-145r34,0","w":213},"\u017f":{"d":"33,-203v-3,-59,45,-82,103,-69v-1,9,2,23,-1,30v-33,-9,-69,-7,-69,39r0,203r-33,0r0,-203","w":108},"\u01fa":{"d":"123,-319v44,-5,64,58,30,79r89,240r-38,0r-26,-73r-112,0r-26,73r-35,0r88,-240v-34,-21,-14,-84,30,-79xm123,-252v14,0,23,-10,23,-23v0,-12,-9,-22,-23,-22v-14,0,-23,10,-23,22v0,13,9,23,23,23xm168,-103r-46,-126r-45,126r91,0xm172,-360r-43,36r-26,0r26,-36r43,0","w":246},"\u01fb":{"d":"139,-196v69,12,40,121,46,196r-33,0r0,-21v-18,12,-36,26,-70,26v-36,0,-64,-27,-64,-62v1,-67,68,-69,134,-73v5,-62,-81,-42,-116,-29r0,-33r33,-7v-27,-26,-2,-72,37,-72v41,0,64,52,33,75xm52,-59v0,51,80,35,100,11r0,-55v-41,5,-100,-1,-100,44xm106,-203v13,1,22,-11,22,-24v0,-12,-9,-22,-22,-22v-14,0,-23,9,-23,22v0,14,9,24,23,24xm154,-324r-42,48r-27,0r27,-48r42,0","w":216},"\u01fc":{"d":"334,0r-166,0r0,-98r-92,0r-37,98r-37,0r105,-262r227,0r0,31r-132,0r0,72r132,0r0,31r-132,0r0,97r132,0r0,31xm168,-127r0,-106r-38,0r-42,106r80,0xm253,-361r-48,66r-26,0r32,-66r42,0","w":354},"\u01fd":{"d":"36,-192v43,-13,121,-16,138,23v15,-18,38,-33,70,-33v57,1,87,40,82,104r-144,0v-9,84,94,86,140,50r0,36v-45,24,-130,23,-154,-20v-19,19,-45,37,-86,37v-35,0,-64,-26,-64,-61v1,-66,68,-66,134,-68v8,-65,-75,-51,-116,-35r0,-33xm294,-124v3,-49,-58,-65,-91,-37v-11,9,-17,21,-20,37r111,0xm52,-58v0,53,86,31,105,6v-4,-12,-7,-29,-7,-46v-44,2,-98,-3,-98,40xm232,-295r-48,66r-26,0r32,-66r42,0","w":343},"\u01fe":{"d":"226,-236v23,24,38,56,37,105v-1,84,-40,136,-121,136v-27,0,-53,-7,-70,-19r-28,40r-23,0r36,-52v-24,-23,-37,-59,-37,-105v0,-82,40,-134,122,-136v30,0,49,7,69,19r25,-35r23,0xm142,-237v-91,0,-105,121,-66,184r117,-168v-13,-10,-28,-16,-51,-16xm142,-24v89,0,105,-121,65,-184r-117,168v14,10,29,16,52,16xm190,-361r-48,66r-26,0r32,-66r42,0","w":283},"\u01ff":{"d":"172,-178v52,53,30,191,-63,183v-22,-2,-37,-4,-50,-14r-23,35r-20,0r30,-45v-51,-53,-29,-183,63,-183v21,0,37,7,50,14r20,-30r20,0xm143,-163v-54,-36,-110,23,-88,95v2,9,5,16,9,22xm75,-33v64,42,119,-48,79,-118xm164,-295r-48,66r-26,0r32,-66r42,0","w":218},"\u0401":{"d":"208,0r-173,0r0,-262r173,0r0,31r-138,0r0,72r138,0r0,31r-138,0r0,97r138,0r0,31xm182,-295r-35,0r0,-34r35,0r0,34xm110,-295r-35,0r0,-34r35,0r0,34"},"\u0402":{"d":"110,-159v84,-3,164,-4,161,78v-2,63,-47,85,-117,81r0,-31v47,3,80,-6,81,-49v2,-61,-67,-48,-125,-49r0,129r-35,0r0,-231r-75,0r0,-31r198,0r0,31r-88,0r0,72","w":285},"\u0403":{"d":"204,-231r-134,0r0,231r-35,0r0,-262r169,0r0,31xm178,-357r-48,66r-26,0r32,-66r42,0","w":203},"\u0404":{"d":"150,-25v36,2,63,-12,85,-25r0,39v-24,9,-51,16,-84,16v-85,0,-131,-51,-131,-136v0,-84,46,-133,130,-135v33,-1,63,6,85,16r0,39v-32,-24,-111,-40,-147,-5v-15,15,-27,34,-31,60r144,0r0,31r-146,0v2,61,34,99,95,100","w":252},"\u0405":{"d":"212,-207v-30,-30,-151,-51,-151,12v0,82,166,11,164,120v-1,92,-134,93,-201,59v2,-14,-4,-34,2,-44v33,36,155,60,163,-10v-9,-80,-164,-12,-164,-122v0,-82,129,-87,190,-56r0,41r-3,0","w":246},"\u0406":{"d":"127,0r-103,0r0,-27r34,0r0,-208r-34,0r0,-27r103,0r0,27r-34,0r0,208r34,0r0,27","w":151},"\u0407":{"d":"127,0r-103,0r0,-27r34,0r0,-208r-34,0r0,-27r103,0r0,27r-34,0r0,208r34,0r0,27xm129,-295r-35,0r0,-34r35,0r0,34xm57,-295r-35,0r0,-34r35,0r0,34","w":151},"\u0408":{"d":"8,-34v41,15,88,12,88,-47r0,-153r-55,0r0,-28r90,0r0,194v2,65,-61,81,-123,67r0,-33","w":163},"\u0409":{"d":"227,-30v59,0,125,9,125,-50v0,-61,-66,-48,-125,-49r0,99xm227,-159v84,-3,162,-4,161,78v-1,92,-102,82,-195,81r0,-231r-93,0v-14,94,20,235,-97,231r0,-34v75,3,53,-95,62,-176v2,-19,2,-36,2,-52r160,0r0,103","w":402},"\u040a":{"d":"222,-30v60,0,125,8,125,-50v0,-60,-65,-48,-125,-49r0,99xm222,-159v84,-3,162,-4,161,78v-1,92,-102,82,-196,81r0,-129r-117,0r0,129r-35,0r0,-262r35,0r0,103r117,0r0,-103r35,0r0,103","w":397},"\u040b":{"d":"181,-131v-28,2,-49,5,-71,12r0,119r-35,0r0,-231r-75,0r0,-31r198,0r0,31r-88,0r0,82v61,-24,159,-24,159,62r0,87r-34,0v-2,-62,15,-136,-54,-131","w":294},"\u040c":{"d":"71,-144v90,-3,47,-135,159,-118r0,31v-74,-10,-54,76,-106,93r122,138r-45,0r-106,-119r-24,0r0,119r-35,0r0,-262r35,0r0,118xm180,-357r-48,66r-26,0r32,-66r42,0","w":249},"\u040e":{"d":"25,-33v38,7,67,-3,73,-35r-97,-194r39,0r76,155r69,-155r35,0r-99,221v-14,33,-46,48,-96,41r0,-33xm113,-303v23,0,34,-13,34,-37r32,0v4,57,-75,75,-113,44v-12,-10,-18,-25,-19,-44r32,0v0,24,11,37,34,37","w":221},"\u040f":{"d":"119,0r-84,0r0,-262r35,0r0,232r131,0r0,-232r34,0r0,262r-83,0r0,59r-33,0r0,-59","w":270},"\u0410":{"d":"242,0r-38,0r-25,-73r-113,0r-26,73r-35,0r95,-262r46,0xm168,-103r-46,-128r-46,128r92,0","w":246},"\u0411":{"d":"70,-159v85,-3,165,-4,163,78v-2,91,-103,83,-198,81r0,-262r175,0r0,31r-140,0r0,72xm70,-30v59,-1,126,10,126,-50v0,-61,-67,-48,-126,-49r0,99","w":246},"\u0412":{"d":"175,-150v32,9,58,30,58,69v-1,92,-104,82,-198,81r0,-262v76,3,176,-18,175,59v0,27,-15,44,-35,53xm70,-156v48,-1,104,9,104,-42v0,-46,-60,-31,-104,-34r0,76xm70,-30v58,-1,126,10,126,-49v0,-62,-69,-46,-126,-48r0,97","w":246},"\u0413":{"d":"204,-231r-134,0r0,231r-35,0r0,-262r169,0r0,31","w":203},"\u0414":{"d":"23,-31v32,-54,50,-142,50,-231r155,0r0,231r25,0r0,90r-33,0r0,-60r-185,0r0,60r-33,0r0,-90r21,0xm106,-232v-3,78,-21,153,-50,201r137,0r0,-201r-87,0","w":268},"\u0415":{"d":"208,0r-173,0r0,-262r173,0r0,31r-138,0r0,72r138,0r0,31r-138,0r0,97r138,0r0,31"},"\u0416":{"d":"345,0r-43,0r-92,-120r-19,0r0,120r-34,0r0,-120r-19,0r-92,120r-40,0r104,-135v-32,-16,-35,-58,-54,-87v-7,-10,-24,-9,-41,-9r0,-31v85,-14,74,69,114,107v7,7,18,10,28,11r0,-118r34,0r0,118v80,-7,36,-134,144,-118r0,31v-58,-11,-51,51,-74,76v-7,8,-15,13,-22,18","w":350},"\u0417":{"d":"146,-143v32,7,57,24,57,65v0,88,-119,96,-189,68r0,-39v43,26,152,44,153,-31v1,-51,-54,-48,-105,-47r0,-30v47,1,99,0,99,-43v0,-60,-106,-31,-138,-13r0,-38v53,-23,173,-29,173,47v0,32,-23,53,-50,58r0,3","w":221},"\u0418":{"d":"235,0r-35,0r0,-210r-130,210r-35,0r0,-262r35,0r0,207r128,-207r37,0r0,262","w":270},"\u0419":{"d":"235,0r-35,0r0,-210r-130,210r-35,0r0,-262r35,0r0,207r128,-207r37,0r0,262xm137,-303v23,0,35,-12,34,-37r32,0v5,58,-75,74,-113,44v-12,-10,-17,-25,-18,-44r32,0v-1,25,10,37,33,37","w":270},"\u041a":{"d":"71,-144v90,-3,47,-135,159,-118r0,31v-74,-10,-54,76,-106,93r122,138r-45,0r-106,-119r-24,0r0,119r-35,0r0,-262r35,0r0,118","w":249},"\u041b":{"d":"100,-231v-14,94,20,235,-97,231r0,-34v75,3,53,-95,62,-176v2,-19,2,-36,2,-52r162,0r0,262r-35,0r0,-231r-94,0","w":264},"\u041c":{"d":"268,0r-35,0r0,-226r-72,154r-21,0r-72,-154r0,226r-33,0r0,-262r48,0r69,146r68,-146r48,0r0,262","w":303},"\u041d":{"d":"235,0r-34,0r0,-128r-131,0r0,128r-35,0r0,-262r35,0r0,103r131,0r0,-103r34,0r0,262","w":270},"\u041e":{"d":"142,-267v82,0,121,52,121,136v0,84,-40,136,-121,136v-82,0,-122,-53,-122,-136v0,-82,40,-136,122,-136xm142,-25v57,0,85,-44,85,-106v0,-62,-28,-106,-85,-106v-58,0,-86,43,-86,106v0,62,28,106,86,106","w":283},"\u041f":{"d":"235,0r-34,0r0,-231r-131,0r0,231r-35,0r0,-262r200,0r0,262","w":270},"\u0420":{"d":"35,-262v86,-2,173,-5,171,79v-2,70,-56,91,-136,85r0,98r-35,0r0,-262xm70,-127v55,2,100,-3,100,-55v0,-50,-48,-52,-100,-50r0,105","w":217},"\u0421":{"d":"147,-25v40,1,64,-18,90,-35r0,41v-26,11,-51,24,-89,24v-85,0,-128,-50,-128,-136v0,-85,44,-135,129,-135v36,0,59,8,88,23v-2,13,4,32,-2,41v-25,-20,-49,-36,-89,-35v-61,2,-90,42,-90,106v0,64,31,104,91,106","w":251},"\u0422":{"d":"222,-231r-94,0r0,231r-34,0r0,-231r-94,0r0,-31r222,0r0,31","w":221},"\u0423":{"d":"25,-33v38,7,67,-3,73,-35r-97,-194r39,0r76,155r69,-155r35,0r-99,221v-14,33,-46,48,-96,41r0,-33","w":221},"\u0424":{"d":"165,-237v66,4,110,35,111,104v0,71,-46,102,-111,107r0,29r-35,0r0,-29v-66,-4,-112,-37,-112,-107v0,-68,45,-100,112,-104r0,-28r35,0r0,28xm165,-54v86,9,99,-127,31,-151v-8,-3,-19,-5,-31,-5r0,156xm130,-210v-87,-11,-99,128,-30,151v9,4,19,5,30,5r0,-156","w":294},"\u0425":{"d":"235,-262r-91,130r91,132r-41,0r-71,-108r-73,108r-38,0r91,-131r-89,-131r40,0r71,107r72,-107r38,0","w":246},"\u0426":{"d":"225,0r-190,0r0,-262r35,0r0,231r129,0r0,-231r35,0r0,231r24,0r0,90r-33,0r0,-59","w":274},"\u0427":{"d":"114,-128v25,-2,53,-5,72,-13r0,-121r35,0r0,262r-35,0r0,-111v-64,25,-161,24,-161,-61r0,-90r35,0v3,62,-16,140,54,134","w":256},"\u0428":{"d":"336,0r-301,0r0,-262r35,0r0,232r98,0r0,-232r35,0r0,232r98,0r0,-232r35,0r0,262","w":370},"\u0429":{"d":"327,0r-292,0r0,-262r35,0r0,232r98,0r0,-232r35,0r0,232r98,0r0,-232r35,0r0,232r25,0r0,89r-34,0r0,-59","w":376},"\u042a":{"d":"107,-30v60,0,125,8,125,-50v0,-59,-65,-49,-125,-49r0,99xm107,-159v85,-3,162,-3,161,78v-2,91,-101,83,-196,81r0,-231r-72,0r0,-31r107,0r0,103","w":281},"\u042b":{"d":"70,-30v60,0,125,8,125,-50v0,-59,-65,-49,-125,-49r0,99xm70,-159v84,-3,162,-4,161,78v-1,92,-102,82,-196,81r0,-262r35,0r0,103xm296,0r-35,0r0,-262r35,0r0,262","w":331},"\u042c":{"d":"70,-30v60,0,125,8,125,-50v0,-59,-65,-49,-125,-49r0,99xm70,-159v84,-3,162,-4,161,78v-1,92,-102,82,-196,81r0,-262r35,0r0,103","w":245},"\u042d":{"d":"195,-156v1,-85,-119,-100,-174,-56r-3,0r0,-38v21,-10,53,-17,84,-16v86,1,127,47,130,134v5,118,-114,163,-215,121r0,-39v36,26,122,38,155,-3v14,-18,25,-40,25,-72r-143,0r0,-31r141,0","w":252},"\u042e":{"d":"232,-25v57,0,84,-44,84,-106v0,-63,-27,-106,-84,-106v-57,0,-84,43,-84,106v0,62,27,106,84,106xm232,5v-76,0,-120,-54,-120,-132r-42,0r0,127r-35,0r0,-262r35,0r0,105r44,0v7,-65,49,-110,118,-110v77,0,120,55,120,136v0,81,-44,136,-120,136","w":372},"\u042f":{"d":"36,-187v1,-84,96,-76,183,-75r0,262r-35,0r0,-104r-56,0r-78,104r-42,0r84,-109v-34,-13,-56,-34,-56,-78xm73,-186v0,59,54,54,111,53r0,-99v-54,0,-111,-7,-111,46","w":254},"\u0430":{"d":"36,-192v59,-16,149,-18,149,59r0,133r-33,0r0,-21v-18,12,-36,26,-70,26v-36,0,-64,-27,-64,-62v1,-67,68,-69,134,-73v4,-60,-77,-42,-116,-29r0,-33xm52,-59v0,51,80,35,100,11r0,-55v-41,5,-100,-1,-100,44","w":216},"\u0431":{"d":"118,-189v56,1,83,36,84,92v1,54,-39,102,-91,102v-126,0,-114,-237,-24,-266v24,-8,68,-13,102,-14r0,30v-68,2,-133,8,-133,78v17,-11,35,-22,62,-22xm112,-23v38,1,56,-32,56,-72v0,-69,-72,-77,-113,-47v-3,59,3,117,57,119","w":221},"\u0432":{"d":"155,-107v22,6,40,21,40,48v-2,71,-89,59,-162,59r0,-196v63,4,150,-18,151,45v1,24,-17,32,-29,44xm65,-116v37,-2,87,10,85,-30v-1,-34,-51,-22,-85,-24r0,54xm65,-26v42,-2,94,8,95,-33v1,-42,-55,-30,-95,-32r0,65","w":214},"\u0433":{"d":"168,-167r-102,0r0,167r-33,0r0,-196r135,0r0,29","w":169},"\u0434":{"d":"23,-28v26,-41,41,-104,41,-168r123,0r0,168r24,0r0,75r-31,0r0,-48r-148,0r0,48r-30,0r0,-75r21,0xm95,-169v-3,55,-19,107,-40,141r99,0r0,-141r-59,0","w":223},"\u0435":{"d":"52,-95v-6,81,97,83,141,47r0,36v-72,38,-174,10,-174,-85v0,-61,37,-105,95,-105v60,0,87,41,83,107r-145,0xm165,-120v7,-54,-64,-70,-95,-39v-10,10,-17,24,-18,39r113,0","w":214},"\u0436":{"d":"160,-111v58,-7,30,-99,111,-85r0,28v-50,-8,-35,50,-68,64r76,104r-40,0r-63,-90r-16,0r0,90r-33,0r0,-90r-14,0r-66,90r-38,0r76,-103v-32,-11,-16,-72,-69,-65r0,-28v82,-14,53,78,111,85r0,-85r33,0r0,85","w":287},"\u0437":{"d":"130,-103v23,5,39,21,39,48v0,71,-107,69,-158,44r0,-36v20,11,44,24,74,23v25,-2,50,-6,50,-33v1,-38,-44,-30,-80,-31r0,-29v34,-1,80,7,76,-29v-5,-46,-86,-24,-110,-8r0,-36v49,-17,142,-22,144,41v1,24,-19,37,-35,46","w":188},"\u0438":{"d":"198,0r-33,0r0,-147r-103,147r-29,0r0,-196r32,0r0,145r102,-145r31,0r0,196","w":230},"\u0439":{"d":"198,0r-33,0r0,-147r-103,147r-29,0r0,-196r32,0r0,145r102,-145r31,0r0,196xm117,-239v22,-1,32,-10,32,-35r30,0v6,55,-73,71,-107,41v-10,-10,-15,-24,-16,-41r30,0v0,22,9,36,31,35","w":230},"\u043a":{"d":"67,-112v70,-2,38,-100,130,-84r0,28v-55,-10,-46,50,-82,64r95,104r-44,0r-81,-90r-18,0r0,90r-33,0r0,-196r33,0r0,84","w":213},"\u043b":{"d":"5,-29v67,3,41,-100,51,-167r135,0r0,196r-33,0r0,-169r-73,0v-9,76,11,175,-80,169r0,-29","w":223},"\u043c":{"d":"218,0r-33,0r0,-155r-48,101r-25,0r-49,-101r0,155r-30,0r0,-196r39,0r54,110r52,-110r40,0r0,196","w":250},"\u043d":{"d":"197,0r-33,0r0,-88r-98,0r0,88r-33,0r0,-196r33,0r0,79r98,0r0,-79r33,0r0,196","w":229},"\u043e":{"d":"109,-202v58,0,91,44,91,104v0,59,-32,103,-91,103v-59,0,-90,-43,-90,-103v0,-60,32,-104,90,-104xm109,-23v40,0,57,-31,57,-75v0,-45,-16,-75,-57,-75v-40,0,-56,30,-56,75v0,44,16,75,56,75","w":218},"\u043f":{"d":"197,0r-33,0r0,-168r-98,0r0,168r-33,0r0,-196r164,0r0,196","w":229},"\u0440":{"d":"130,-202v52,1,75,43,75,101v0,81,-71,130,-139,91r0,82r-33,0r0,-268r33,0r0,20v16,-13,38,-26,64,-26xm66,-37v48,27,110,4,105,-63v-3,-42,-11,-69,-49,-70v-22,0,-42,10,-56,22r0,111","w":224},"\u0441":{"d":"114,-24v28,0,48,-14,65,-25r0,37v-70,38,-160,6,-160,-86v0,-60,36,-104,97,-103v23,1,46,8,63,16v-1,12,2,27,-1,37v-18,-13,-38,-23,-64,-24v-42,0,-62,31,-61,74v0,43,20,74,61,74","w":192},"\u0442":{"d":"177,-167r-71,0r0,167r-33,0r0,-167r-71,0r0,-29r175,0r0,29","w":178},"\u0443":{"d":"202,-196r-114,268r-36,0r37,-81r-78,-187r36,0r60,145r61,-145r34,0","w":213},"\u0444":{"d":"168,-189v58,-35,115,14,115,86v0,74,-55,129,-115,94r0,81r-33,0r0,-81v-58,36,-115,-16,-115,-89v0,-72,55,-125,115,-91r0,-85r33,0r0,85xm168,-34v43,26,88,-11,81,-66v5,-54,-35,-88,-81,-65r0,131xm53,-99v0,54,34,92,82,65r0,-131v-45,-21,-82,11,-82,66","w":302},"\u0445":{"d":"202,0r-41,0r-56,-75r-56,75r-38,0r76,-98r-76,-98r42,0r55,74r56,-74r38,0r-77,96","w":213},"\u0446":{"d":"188,0r-155,0r0,-196r33,0r0,168r96,0r0,-168r33,0r0,168r24,0r0,75r-31,0r0,-47","w":232},"\u0447":{"d":"58,-142v-10,58,54,53,94,41r0,-95r33,0r0,196r-33,0r0,-75v-51,17,-127,17,-127,-50r0,-71r33,0r0,54","w":217},"\u0448":{"d":"283,0r-250,0r0,-196r33,0r0,168r75,0r0,-168r33,0r0,168r76,0r0,-168r33,0r0,196","w":315},"\u0449":{"d":"276,0r-243,0r0,-196r33,0r0,168r75,0r0,-168r33,0r0,168r76,0r0,-168r33,0r0,168r24,0r0,75r-31,0r0,-47","w":319},"\u044a":{"d":"92,-26v41,-1,88,7,88,-34v0,-41,-47,-32,-88,-33r0,67xm92,-120v65,-2,123,-2,122,59v0,71,-83,61,-155,61r0,-167r-57,0r0,-29r90,0r0,76","w":230},"\u044b":{"d":"66,-26v40,-1,87,6,87,-34v0,-41,-46,-32,-87,-33r0,67xm66,-120v65,-3,122,-1,122,59v0,70,-83,62,-155,61r0,-196r33,0r0,76xm220,-196r33,0r0,196r-33,0r0,-196","w":285},"\u044c":{"d":"66,-26v41,-1,89,7,89,-34v0,-42,-48,-32,-89,-33r0,67xm66,-120v65,-2,124,-2,123,59v0,72,-84,61,-156,61r0,-196r33,0r0,76","w":205},"\u044d":{"d":"82,-201v63,1,93,35,96,99v5,90,-88,128,-163,93v2,-11,-3,-29,2,-36v23,21,84,32,109,4v11,-11,19,-27,20,-49r-100,0r0,-27r99,0v-1,-64,-88,-68,-124,-33r-3,0r0,-36v15,-7,41,-15,64,-15","w":196},"\u044e":{"d":"194,-23v38,0,55,-30,55,-75v0,-45,-15,-74,-55,-75v-40,0,-55,32,-55,75v0,44,17,75,55,75xm195,5v-55,0,-87,-40,-89,-94r-40,0r0,89r-33,0r0,-196r33,0r0,79r41,0v5,-49,38,-85,88,-85v56,0,88,45,88,104v0,60,-30,103,-88,103","w":301},"\u044f":{"d":"29,-141v0,-67,85,-54,154,-55r0,196r-33,0r0,-78r-39,0r-60,78r-39,0r66,-81v-30,-9,-49,-25,-49,-60xm63,-140v0,43,46,35,87,36r0,-66v-39,1,-87,-8,-87,30","w":215},"\u0451":{"d":"52,-95v-6,81,97,83,141,47r0,36v-72,38,-174,10,-174,-85v0,-61,37,-105,95,-105v60,0,87,41,83,107r-145,0xm165,-120v7,-54,-64,-70,-95,-39v-10,10,-17,24,-18,39r113,0xm167,-229r-35,0r0,-34r35,0r0,34xm95,-229r-35,0r0,-34r35,0r0,34","w":214},"\u0452":{"d":"90,43v82,8,74,-72,74,-155v0,-33,-6,-58,-41,-58v-23,0,-43,12,-57,23r0,147r-33,0r0,-223r-30,0r0,-23r30,0r0,-28r33,0r0,28r56,0r0,23r-56,0r0,48v17,-15,38,-27,66,-27v73,-2,67,79,65,155v-1,73,-32,123,-107,117r0,-27"},"\u0453":{"d":"168,-167r-102,0r0,167r-33,0r0,-196r135,0r0,29xm151,-293r-48,66r-26,0r32,-66r42,0","w":169},"\u0454":{"d":"52,-90v-5,73,88,79,130,45r0,37v-74,31,-163,2,-163,-90v0,-89,91,-126,163,-88v-2,11,3,29,-2,36v-36,-34,-127,-31,-128,33r101,0r0,27r-101,0","w":196},"\u0455":{"d":"97,-173v-31,0,-56,25,-35,46v35,22,111,10,111,70v0,69,-107,74,-154,45v2,-11,-3,-29,2,-37v17,13,44,24,72,26v35,3,58,-23,39,-47v-35,-21,-112,-12,-112,-71v0,-67,98,-71,145,-45v-2,11,3,28,-2,35v-14,-12,-41,-22,-66,-22","w":187},"\u0456":{"d":"68,-229r-37,0r0,-34r37,0r0,34xm66,0r-33,0r0,-196r33,0r0,196","w":98},"\u0457":{"d":"98,-229r-33,0r0,-34r33,0r0,34xm34,-229r-33,0r0,-34r33,0r0,34xm66,0r-33,0r0,-196r33,0r0,196","w":98},"\u0458":{"d":"94,-229r-38,0r0,-34r38,0r0,34xm20,45v33,1,39,-23,39,-55r0,-159r-41,0r0,-27r74,0r0,201v4,59,-50,80,-103,64v2,-9,-3,-25,2,-31v6,2,21,7,29,7","w":123},"\u0459":{"d":"191,-26v41,-1,87,6,88,-34v1,-41,-47,-32,-88,-33r0,67xm191,-120v64,-2,122,-2,122,59v-1,70,-83,62,-155,61r0,-169r-73,0v-9,76,11,175,-80,169v2,-10,-8,-34,10,-28v52,-12,33,-105,41,-168r135,0r0,76","w":329},"\u045a":{"d":"191,-26v41,-1,87,6,88,-34v1,-41,-47,-32,-88,-33r0,67xm191,-120v64,-2,122,-2,122,59v-1,70,-83,62,-155,61r0,-93r-92,0r0,93r-33,0r0,-196r33,0r0,76r92,0r0,-76r33,0r0,76","w":329},"\u045b":{"d":"131,-202v90,-3,62,118,66,202r-33,0r0,-112v-1,-34,-5,-60,-42,-58v-22,1,-42,11,-56,23r0,147r-33,0r0,-223r-30,0r0,-23r30,0r0,-28r33,0r0,28r56,0r0,23r-56,0r0,48v18,-14,37,-26,65,-27"},"\u045c":{"d":"67,-112v70,-2,38,-100,130,-84r0,28v-55,-10,-46,50,-82,64r95,104r-44,0r-81,-90r-18,0r0,90r-33,0r0,-196r33,0r0,84xm168,-293r-48,66r-26,0r32,-66r42,0","w":213},"\u045e":{"d":"202,-196r-114,268r-36,0r37,-81r-78,-187r36,0r60,145r61,-145r34,0xm107,-239v22,-1,32,-10,32,-35r30,0v6,55,-73,71,-107,41v-10,-10,-15,-24,-16,-41r30,0v0,22,9,36,31,35","w":213},"\u045f":{"d":"197,0r-67,0r0,47r-31,0r0,-47r-66,0r0,-196r33,0r0,168r98,0r0,-168r33,0r0,196","w":229},"\u0490":{"d":"70,-231r0,231r-35,0r0,-262r137,0r0,-72r32,0r0,103r-134,0","w":203},"\u0491":{"d":"66,-167r0,167r-33,0r0,-196r104,0r0,-65r31,0r0,94r-102,0","w":169},"\u01a0":{"d":"290,-267v11,35,-1,73,-37,74v30,94,-7,202,-111,198v-82,-3,-122,-53,-122,-136v0,-82,40,-136,122,-136v48,0,82,20,100,52v30,2,29,-32,20,-52r28,0xm142,-25v57,0,85,-44,85,-106v0,-62,-28,-106,-85,-106v-58,0,-86,43,-86,106v0,62,28,106,86,106","w":290},"\u01a1":{"d":"210,-248v11,34,-1,72,-35,74v50,54,25,179,-66,179v-59,0,-90,-43,-90,-103v0,-73,53,-122,124,-98r16,0v34,4,32,-31,23,-52r28,0xm109,-23v40,0,57,-31,57,-75v0,-45,-16,-75,-57,-75v-40,0,-56,30,-56,75v0,44,16,75,56,75","w":218},"\u01af":{"d":"286,-314v16,41,-7,80,-54,76r0,133v1,71,-30,110,-100,110v-71,0,-100,-39,-101,-110r0,-157r35,0r0,159v-1,51,18,79,66,79v48,0,65,-27,65,-78r0,-160v29,-2,67,9,67,-24v0,-9,-5,-20,-6,-28r28,0","w":272},"\u01b0":{"d":"199,-196v34,4,32,-31,23,-52r28,0v14,43,-6,80,-55,75r0,173r-33,0r0,-22v-20,14,-35,26,-65,27v-91,4,-61,-117,-66,-201r33,0v8,63,-27,170,42,170v22,0,41,-12,56,-24r0,-146r37,0","w":237},"\u00a4":{"d":"144,-67v-14,12,-44,10,-59,0r-42,42r-19,-20r41,-41v-10,-15,-11,-45,0,-60r-41,-41r20,-20r41,42v13,-12,44,-12,59,-1r41,-41r20,19r-41,42v11,14,10,45,0,60r41,41r-19,19xm115,-84v18,0,31,-14,31,-32v0,-17,-14,-34,-31,-33v-18,0,-32,15,-32,33v-1,17,14,32,32,32","w":228}}});;$(document).ready(function(){var a=$("#topmenu li:first a").offset();if($("#topmenu").length>0)
menuSlider.init('topmenu','slide',a.left+22);if($("#slidesg").length>0)
prodottisel();$("#topmenu li").click(function(){window.location=$(this).find("a").attr("href");return false;});$("#sfogliacat2").height(Math.ceil($("#sfogliacat2 div.bloccoprodotto").length/3)*167);$('.scroll-pane').each(function(){CSBfleXcroll($(this).attr("id"));});Cufon('h1, h2',{fontFamily:'Verdana'});$(".typeface-js").css('padding-top','8px');Cufon('.typeface-js',{fontFamily:'Verdana'});Shadowbox.init({onFinish:function(){$('#container .slider_bar2').slider({min:26,max:60,value:(Math.round($('#altezza').text())*10),orientation:'vertical',slide:function(e,ui){$('.altezza').text(Math.round(ui.value)/10);}});$('#container .slider_bar').slider({min:10,max:200,value:Math.round($('#slider_callout').text()),slide:function(e,ui){$('.slider_callout').text(Math.round(ui.value));}});$('#container .metriok').click(function(){$('#metri').text($('#altezza').text()*Math.round($('#slider_callout').text()));filtra_subito();Shadowbox.close();});}});if($("#sfogliacat2 div.divblocco").length>0)
{$("#sfogliacat2").height(Math.ceil($("#sfogliacat2 div.divblocco").length/2)*215);$('.scroll-pane').each(function(){CSBfleXcroll($(this).attr("id"));});}
if($("#prodottoh").length>0)
{var aperto=-1;var aperto2=-1;$("#rivestimenti22").height(Math.ceil($("#rivleft div.bloccoprodotto").length/4)*157);$('.scroll-pane').each(function(){CSBfleXcroll($(this).attr("id"));});$('#rivestimenti .bloccoprodotto .blocco a').click(function(){$(".kwicks_riv #foto").css("background","url("+flipconfigs['baseurl']+"/images/rivestimenti/"+$(this).attr("title")+")");$(".kwicks_riv #foto").height(355);$("#mostra_finiturecol").attr("title",$(this).attr("id"));$(".coloreriv").hide();$(".notariv").hide();$("#colore_riv_"+$(this).attr("id")).show("slow");if($("#colore_riv_"+$(this).attr("id")).length==0)
$(".nofound").show();else
$(".nofound").hide();return false;});$('#mostra_finiturecol').click(function(){var id=$(this).attr("title");});$('.kwicks_riv li a').click(function(){var questo=$(".kwicks_riv li").index($(this).parent());var parente=$(this).parent().children("div");if(questo==aperto2)
{parente.slideUp();aperto2=-1;}
else
{if(aperto2!=-1)
$(".kwicks_riv li").children("div:visible").stop().slideUp("slow",function(){parente.stop().slideDown();});else
{parente.slideDown();}
aperto2=questo;}});$('.kwicks_riv li').children("div").stop().slideUp("normal",function(){$('.kwicks_riv li:last').children("div").stop().slideDown();});aperto2=$('.kwicks_riv li').length;$('.kwickss li').children("div").stop().slideUp();$('.kwickss li a').click(function(){var questo=$(".kwickss li").index($(this).parent());var parente=$(this).parent().children("div");if(questo==aperto)
{parente.slideUp();aperto=-1;}
else
{if(aperto!=-1)
$(".kwickss li").children("div:visible").stop().slideUp("slow",function(){parente.stop().slideDown();});else
{parente.stop().slideDown();}
aperto=questo;}});$('.kwickss li:last').children("div").stop().slideDown();aperto=$('.kwickss li').length;if($(".prodotti a.selected").length>0)
{setTimeout(function(){var a=$(".prodotti a.selected").offset();var b=$("#pageleft").offset();$("body").append('<div style="background:#FFF; position:absolute; top:'+(a.top)+'px; left:'+(b.left+193)+'px"><a href="'+$(".prodotti a.selected").attr('href')+'"><img src="'+flipconfigs['baseurl']+'/images/back.gif" alt="" /></a></div>');},1000);}
if($("#macchine_riv").length>0)
{$(".modello").click(function(){$.get(flipconfigs['baseurl']+"/"+flipconfigs['lang']+"/asyncrequest/modello/id/"+$(this).attr("id"),{},function(data){var html="<br /><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"+"<tr>"+"<td width=\"67%\"><strong>"+flipconfigs['Combustibile']+"</strong></td>"+"<td width=\"33%\" class=\"dato\">"+data.combustibile+"</td>"+"</tr><tr>"+"<td><strong>"+flipconfigs['consumoh']+"</strong><br /> [kg/h]</td>"+"<td class=\"dato\">"+data.consumo+"</td>"+"</tr>";if(data.catid==4)
html=html+"<tr>"+"<td><strong>"+flipconfigs['dimfocolare']+"</strong><br /> [cm]</td>"+"<td class=\"dato\">"+data.dim_focolare+"</td>"+"</tr><tr>"+"<td><strong>"+flipconfigs['peso']+"</strong><br /> [kg]</td>"+"<td class=\"dato\">"+data.peso+"</td>"+"</tr><tr>"+"<td><strong>"+flipconfigs['volummin']+"</strong><br /> [m3]</td>"+"<td class=\"dato\">"+data.volume_min+"%</td>"+"</tr></table>";else
html=html+"<tr>"+"<td><strong>"+flipconfigs['potenzatnom']+"</strong><br /> [KW/h]</td>"+"<td class=\"dato\">"+data.potenza+"</td>"+"</tr><tr>"+"<td><strong>"+flipconfigs['diametro']+"</strong><br /> [cm]</td>"+"<td class=\"dato\">"+data.diametro+"</td>"+"</tr><tr>"+"<td><strong>"+flipconfigs['rendiment']+"</strong><br /> [%]</td>"+"<td class=\"dato\">"+data.rendimento+"%</td>"+"</tr><tr>"+"<td><strong>"+flipconfigs['volumerisc']+"</strong><br /> [m3]</td>"+"<td class=\"dato\">"+data.volume+"</td>"+"</tr></table>";if(data.tecnologia!=0)
html=html+"<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">"+" <tr>"+"<td><strong>"+flipconfigs['tecnologie']+"</strong></td>"+"<td class=\"tecnologia\"><a target=\"_blank\" href=\""+flipconfigs['baseurl']+"/pdf/"+flipconfigs['lang']+"/"+data.pdf_tecnologia+"\"><img src=\""+flipconfigs['volumerisc']+"/images/"+data.logo+"\" alt=\"\" /></a></td>"+"</tr>"+"</table>";$("#kwick31 .specifiche").html(html);$("#kwick32 .disegni").html("<div id='disegnozzo' class='scroll-pane' style='height:229px; display:block'><p><img src=\""+flipconfigs['baseurl']+"/images/disegni/"+data.img+"\" alt=\"\" /></p></div>");var parente=$(".kwicks_riv li div.disegni").parent();var temp=$(".kwicks_riv li").index(parente);if(aperto2!=-1&&temp!=aperto2)
$(".kwicks_riv li").children("div:visible").slideUp("slow",function(){parente.children("div").slideDown("slow",function(){CSBfleXcroll($('#kwick32 .scroll-pane').attr("id"));});});else
{parente.children("div").slideDown("slow",function(){CSBfleXcroll($('#kwick32 .scroll-pane').attr("id"));});}
aperto2=temp;$("#titolomacchina").text(data.categoria+": "+data.nome);$("#pdfmacchina").attr("href",data.pdf);$("#pdfmacchina").show();},'json');});}}
if($("#ricerca1").length>0){catselectfiltra();}
if($("#Map .areariv").length>0)
{$("#Map .areariv").click(function(){$("h2").show();$.ajax({type:"POST",url:flipconfigs['baseurl']+"/"+flipconfigs['lang']+"/asyncrequest/store/idreg/"+$(this).attr("id").replace('shape_',''),contentType:"application/json; charset=utf-8",dataType:"json",data:"{iddd: '1'}",success:function(data){stampariv(data);},error:function(XMLHttpRequest,textStatus,errorThrown){}});return false;});}
$("#Map .statoriv").click(function(){$("h2").show();$.ajax({type:"POST",url:flipconfigs['baseurl']+"/"+flipconfigs['lang']+"/asyncrequest/store/idstato/"+$(this).attr("id").replace('shape_',''),contentType:"application/json; charset=utf-8",dataType:"json",data:"{iddd: '1'}",success:function(data){stampariv(data);},error:function(XMLHttpRequest,textStatus,errorThrown){}});return false;});});var flipconfigs=Array();function loadconfigs(options)
{flipconfigs=options;}
function catselectfiltra()
{$("#ricerca label a").each(function(i){var temp22=$(this).html();var temp33=$(this).parent();$(this).remove();temp33.html(temp22+temp33.html());});$("#ricerca input").filter(":checkbox,:radio").checkbox();$('#ricerca input').click(function(){var id=$(this).attr("id");if(id=='c4'&&$('#c5').attr('checked'))
{$('#c5').removeAttr("checked").checkbox("uncheck");}
else
if(id=='c5'&&$('#c4').attr('checked'))
{$('#c4').removeAttr("checked").checkbox("uncheck");}
filtra_subito();});}
function prodottisel_hover(fade,questo)
{if(fade.hasClass("animato")){fade.removeClass("animato");questo.find('.linksliden').stop().fadeTo(250,1);}else{fade.addClass("animato2");questo.find('.linksliden').fadeIn(250,function(){fade.removeClass("animato2");});}}
function prodottisel_nohover(fade,questo)
{if(fade.hasClass("animato2")){fade.removeClass("animato2");questo.find('.linksliden').stop().fadeTo(2000,0);}else{fade.addClass("animato");questo.find('.linksliden').fadeOut(2000,function(){fade.removeClass("animato");});}}
function prodottisel()
{$("ul.slidesg li").hover(function(){var thumbOver=$(this).find("img").attr("src");$(this).find("a.thumb").css({'background':'url('+thumbOver+') no-repeat center bottom'});$(this).find("span").stop().animate({opacity:0},300);},function(){$(this).find("span").stop().animate({opacity:1},300);});var obj=$('#heating1');var obj3=$('#heating2');var ext="png";if(jQuery.browser.msie)
ext="gif";$('#mczprodotti1, #heating1').hover(function(){obj.css("background","url("+flipconfigs['baseurl']+"/images/slide/bloccosx2."+ext+") no-repeat");},function(){obj.css("background","url("+flipconfigs['baseurl']+"/images/slide/bloccosx."+ext+") no-repeat");});$('#mczprodotti2, #heating2').hover(function(){obj3.css("background","url("+flipconfigs['baseurl']+"/images/slide/bloccodx2."+ext+") no-repeat");},function(){obj3.css("background","url("+flipconfigs['baseurl']+"/images/slide/bloccodx."+ext+") no-repeat");});}
function slideSwitch(){var $active=$('#slideshow IMG.active');if($active.length==0)$active=$('#slideshow IMG:last');var $next=$active.next().length?$active.next():$('#slideshow IMG:first');$active.addClass('last-active');$next.css({opacity:0.0}).addClass('active').animate({opacity:1.0},1000,function(){$active.removeClass('active last-active');});}
function stampariv(data){var html='';var html2='';var html3='';var nomeregione='';var tempprovincia='';$(data).each(function(i)
{html3='';if(tempprovincia!=this.nomeprovincia&&this.siglaprovincia!='')
html3=html3+'<div class="provincia"><h3>'+this.nomeprovincia+'</h3></div>';if(this.plus==1)
html3=html3+'<div class="descrizione"><p><h4 class="ragione" style="color:#DD151F">'+this.ragione_sociale.replace('\\','')+' (Rivenditore plus)</h4>\n\
'+this.indirizzo+' - '+this.comune;else
html3=html3+'<div class="descrizione"><p><h4 class="ragione">'+this.ragione_sociale.replace('\\','')+'</h4>\n\
'+this.indirizzo+' - '+this.comune;if(this.stato==1)
html3=html3+' ('+this.siglaprovincia+')';html3=html3+'<br />';if(this.telefono!='')
html3=html3+'Tel. '+this.telefono+' ';if(this.fax!='')
html3=html3+'Fax. '+this.fax+'<br />';if(this.email!='')
html3=html3+'Email: '+this.email+'';if(this.stato==1)
{if((this.heating==0&&this.living==1))
html3=html3+'<br />(Solo collezione Living)';else
if((this.heating==1&&this.living==0))
html3=html3+'<br />(Solo collezione Heating)';else
html3=html3+'<br />(Collezione Heating e Living)';}
html3=html3+'</p></div>';html2=html2+html3
nomeregione=this.nomeregione;tempprovincia=this.nomeprovincia;});var htmldef;if(html2=='')
{html2='<div style="height:350px; padding:20px; color:#999999; width:364px">Nessun rivenditore selezionato in questa regione</div>';$("#stores").empty();$("#stores").append(html2);}
else
{if(html!='')
htmldef='<div id="scroll" style="height:350px; width:364px"><div class="plusgroup"><div class="titoloplus"><span>Rivenditori Plus</span></div>'+html+'</div>'+'<div class="noplusgroup">'+html2+'</div></div>';else
htmldef='<div id="scroll" style="height:350px; width:364px"><div class="noplusgroup">'+html2+'</div></div>';$("#stores").empty();$("#stores").append(htmldef);$("#mostra_descrizione").text(nomeregione);CSBfleXcroll("scroll");}};eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('7 E={4Q:6(){Q.M(1m,\'4T\',Q.56)},3x:6(f){7 g=17,H=1m,1P=5n;5(!g.23||!g.4X)B;5(3A(f)==\'4u\')f=17.23(f);5(f==14||1P.2H.2D(\'5m\')!=-1||((1P.2H.2D(\'5x\')!=-1||1P.2H.2D(\'6O\')!=-1)&&!(3A(4d)!="6t"&&4d.6v))||1P.6q==\'6k\'||(1P.6i.2D(\'6j\')!=-1&&1P.2H.2D(\'6x\')!=-1))B;5(f.1E){f.1E();B};5(!f.1Z||f.1Z==\'\'){7 h="6u",c=1;1B(17.23(h+c)!=14){c++};f.1Z=h+c}7 k=f.1Z;f.3f=2E 6B();7 l=f.3f;l.21={6C:[\'-1s\',0],6z:[0,\'-1s\'],6F:[\'1s\',0],6G:[0,\'1s\'],6g:[0,\'-1p\'],6e:[0,\'1p\'],6a:[0,\'-4Z\'],6d:[0,\'+4Z\']};l.3e=["-2s","2s"];l.3n=["-2s","2s"];7 m=Z(\'5N\',C),D=Z(\'5L\',C),G=Z(\'5P\',C),19=Z(\'5R\',C);7 o=Z(\'5M\',C),1i=Z(\'5J\',C),2Q=8;19.A.1t=\'5a 59 5D\';19.1x();f.1a.55=\'2F\';1i.A.5I="5T";1i.A.1w="4C";1i.A.T="4C";1i.A.22="3Y";1i.A.3B="-5Q";1i.1x();7 p=f.R,4F=f.1d;2c(f,19,\'15\',[\'1t-Y-T\',\'1t-1Y-T\',\'1t-11-T\',\'1t-1O-T\']);7 q=f.R,4O=f.1d,3Z=4F-4O,3R=p-q;7 s=(f.1Q)?f.1Q:0,4N=(f.1S)?f.1S:0;7 t=17.3G.1n,3C=/#([^#.]*)$/;7 u=[\'6b\',\'6c\',\'66\'];l.V=[];l.1W=[];l.63=l.O=[];l.5X=l.1T=[];l.1q=[8,8];l.X=[];l.1H=[0,0];l.1l=[];l.3E=[];l.W=[];1B(f.4D){m.13(f.4D)};m.13(o);f.13(D);f.13(19);5(L(f,\'22\')!=\'3Y\')f.1a.22="38";7 w=L(f,\'62-6D\');f.1a.4s=\'Y\';D.A.T="4S";D.A.1w="4S";D.A.11="15";D.A.Y="15";2c(f,19,"15",[\'J-Y\',\'J-11\',\'J-1Y\',\'J-1O\']);7 x=f.1d,4Y=f.R,3W;3W=D.R;D.A.61="5Z 59 5V";5(D.R>3W)2Q=C;D.A.5Y="15";2c(19,f,8,[\'J-Y\',\'J-11\',\'J-1Y\',\'J-1O\']);1r(D);1r(f);l.W[0]=D.1f-f.1f;l.W[2]=D.1k-f.1k;f.1a.4v=L(f,"J-1O");f.1a.4G=L(f,"J-1Y");1r(D);1r(f);l.W[1]=D.1f-f.1f;l.W[3]=D.1k-f.1k;f.1a.4v=L(19,"J-11");f.1a.4G=L(19,"J-Y");7 y=l.W[2]+l.W[3],3S=l.W[0]+l.W[1];D.1a.4s=w;2c(f,D,8,[\'J-Y\',\'J-1Y\',\'J-11\',\'J-1O\']);G.A.T=f.1d+\'F\';G.A.1w=f.R+\'F\';D.A.T=x+\'F\';D.A.1w=4Y+\'F\';G.A.22=\'3Y\';G.A.11=\'15\';G.A.Y=\'15\';G.1x();D.13(m);f.13(G);G.13(1i);m.A.22=\'38\';D.A.22=\'38\';m.A.11="0";m.A.T="4M%";D.A.55=\'2F\';D.A.Y="-"+l.W[2]+"F";D.A.11="-"+l.W[0]+"F";l.3L=1i.R;l.3a=6(){7 a=m.60,3b=64=0;1o(7 i=0;i<a.5b;i++){5(a[i].1d){3b=12.1R(a[i].1d,3b)}};l.O[0]=((l.X[1]&&!l.1l[1])||l.1W[1])?f.1d-l.1H[0]:f.1d;l.1T[0]=3b+y;B l.1T[0]};l.2N=6(){l.O[1]=((l.X[0]&&!l.1l[0])||l.1W[0])?f.R-l.1H[1]:f.R;l.1T[1]=m.R+3S-2;B l.1T[1]};l.4K=6(){m.A.3K=\'69\';m.A.3K=\'65\'};l.3D=6(){D.A.T=(2Q)?(l.O[0]-y-3Z)+\'F\':l.O[0]+\'F\'};l.3F=6(){D.A.1w=(2Q)?(l.O[1]-3S-3R)+\'F\':l.O[1]+\'F\'};l.2t=6(){l.3a();l.2N();G.2x=2E 3I();7 a=G.2x;2t(a,\'68\');a.2p=[18(L(a.4,\'J-11\')),18(L(a.4,\'J-1O\'))];a.4.A.J=\'15\';a.4.K=0;a.4.2R=C;a.4.2f=1;m.4J=a.4;44(a,0);l.1H[0]=a.1c.1d;l.3D();G.2T=2E 3I();7 b=G.2T;2t(b,\'67\');b.2p=[18(L(b.4,\'J-Y\')),18(L(b.4,\'J-1Y\'))];b.4.A.J=\'15\';b.4.K=0;b.4.2R=8;b.4.2f=0;m.5W=b.4;5(H.4z)b.4.A.22=\'38\';44(b,0);l.1H[1]=b.1c.R;l.3F();G.A.1w=f.R+\'F\';b.2j=Z(\'5U\');G.13(b.2j);b.2j.3T=6(){b.4.2S=C;l.24=b.4;b.4.2W=C;b.4.2e=8;G.2x.4.2e=8;E.M(g,\'3X\',2w);E.M(g,\'2v\',2G);E.M(g,\'2M\',2C);B 8}};l.24=14;l.2t();m.4E(o);5(!Q.2d(f,\'4R\',2b)||!Q.2d(f,\'4H\',2b)){f.5H=2b};Q.2d(f,\'4R\',2b);Q.2d(f,\'4H\',2b);f.5F(\'5B\',\'0\');Q.M(f,\'5E\',6(e){5(f.2Z)B;5(!e){7 e=H.1A};7 a=e.57;l.58=a;l.28();5(l.21[\'25\'+a]&&!1m.4z){f.1e(l.21[\'25\'+a][0],l.21[\'25\'+a][1],C);5(e.1J)e.1J();B 8}});Q.M(f,\'5G\',6(e){5(f.2Z)B;5(!e){7 e=H.1A};7 a=e.57;5(l.21[\'25\'+a]){f.1e(l.21[\'25\'+a][0],l.21[\'25\'+a][1],C);5(e.1J)e.1J();B 8}});Q.M(f,\'5K\',6(){l.58=8});Q.M(g,\'2M\',2n);Q.M(f,\'5S\',6(e){5(!e)e=H.1A;7 a=(e.1F)?e.1F:(e.1g)?e.1g:8;5(!a||(a.1u&&a.1u.U(2I("\\\\5O\\\\b"))))B;l.4V=e.2B;l.4t=e.2m;2L();1r(f);2n();E.M(g,\'2v\',3r);l.2l=[f.1k+10,f.1k+l.O[0]-10,f.1f+10,f.1f+l.O[1]-10]});6 3r(e){5(!e)e=H.1A;7 a=e.2B,3m=e.2m,3k=a+l.3q,3o=3m+l.3l;l.3p=(3k<l.2l[0]||3k>l.2l[1])?1:0;l.3t=(3o<l.2l[2]||3o>l.2l[3])?1:0;l.3v=a-l.4V;l.3y=3m-l.4t;l.33=(l.3v>40)?1:(l.3v<-40)?-1:0;l.36=(l.3y>40)?1:(l.3y<-40)?-1:0;5((l.33!=0||l.36!=0)&&!l.26)l.26=H.35(6(){5(l.33==0&&l.36==0){H.2g(l.26);l.26=8;B};2L();5(l.3p==1||l.3t==1)f.1e((l.33*l.3p)+"s",(l.36*l.3t)+"s",C)},45)}6 2n(){E.27(g,\'2v\',3r);5(l.26)H.2g(l.26);l.26=8;5(l.3d)H.50(l.3d);5(l.3i)H.2g(l.3i)}6 2L(){l.3q=(H.4w)?H.4w:(g.2a&&g.2a.1S)?g.2a.1S:0;l.3l=(H.4B)?H.4B:(g.2a&&g.2a.1Q)?g.2a.1Q:0}f.1E=6(a){5(G.N[1]()===0||G.N[0]()===0)B;m.A.J=\'5a\';7 b=l.X[0],4i=l.X[1],3c=G.2x,2u=G.2T,39,34,2o=[];G.A.T=f.1d-3Z+\'F\';G.A.1w=f.R-3R+\'F\';2o[0]=l.O[0];2o[1]=l.O[1];l.X[0]=l.3a()>l.O[0];l.X[1]=l.2N()>l.O[1];7 c=(b!=l.X[0]||4i!=l.X[1]||2o[0]!=l.O[0]||2o[1]!=l.O[1])?C:8;3c.1c.3s(l.X[1]);2u.1c.3s(l.X[0]);39=(l.X[1]||l.1W[1]);34=(l.X[0]||l.1W[0]);l.3a();l.2N();l.3F();l.3D();5(!l.X[0]||!l.X[1]||l.1l[0]||l.1l[1])2u.2j.1x();1j 2u.2j.2i();5(39)2J(3c,(34&&!l.1l[0])?l.1H[1]:0);1j m.A.11="0";5(34)2J(2u,(39&&!l.1l[1])?l.1H[0]:0);1j m.A.Y="0";5(c&&!a)f.1E(C);m.A.J=\'15\';l.1q[0]=l.1q[1]=8};f.5A=f.1e=6(a,b,c){7 d=[[8,8],[8,8]],P;5((a||a===0)&&l.V[0]){a=3w(a,0);P=G.2T.4;P.1b=(c)?12.1M(12.1R(P.1C,P.1b-a),0):-a;P.3g();d[0]=[-P.1b-P.1L,-P.1C]}5((b||b===0)&&l.V[1]){b=3w(b,1);P=G.2x.4;P.1b=(c)?12.1M(12.1R(P.1C,P.1b-b),0):-b;P.3g();d[1]=[-P.1b-P.1L,-P.1C]}5(!c)l.1q[0]=l.1q[1]=8;B d};f.30=6(a){5(a==14||!4l(a))B;7 b=4k(a);f.1e(b[0]+l.W[2],b[1]+l.W[0],8);f.1e(0,0,C)};2c(19,f,\'15\',[\'1t-Y-T\',\'1t-1Y-T\',\'1t-11-T\',\'1t-1O-T\']);f.4E(19);f.1Q=0;f.1S=0;f.2Y=C;2X(f,\'6H\',8);f.1E();f.1e(4N,s,C);5(t.U(3C)){f.30(g.23(t.U(3C)[1]))}G.2i();l.6E=H.35(6(){7 n=1i.R;5(n!=l.3L){f.1E();l.3L=n}},6I);6 3w(v,i){7 a=v.6K();v=6P(a);B 18((a.U(/p$/))?v*l.O[i]*0.9:(a.U(/s$/))?v*l.O[i]*0.1:v)}6 41(a){7 a=a.6N(\'-\'),47=a[0],i;1o(i=1;42=a[i];i++){47+=42.6J(0).6M()+42.6L(1)}B 47}6 L(a,b){5(H.4m)B H.4m(a,14).6A(b);5(a.4o)B a.4o[41(b)];B 8};6 2c(a,b,c,d){7 e=2E 3I();1o(7 i=0;i<d.5b;i++){e[i]=41(d[i]);b.1a[e[i]]=L(a,d[i],e[i]);5(c)a.1a[e[i]]=c}};6 Z(b,c){7 d=g.4X(\'4p\');d.1Z=k+\'25\'+b;d.1u=(c)?b:b+\' 6y\';d.N=[6(){B d.1d},6(){B d.R}];d.2q=[6(a){d.A.T=a},6(a){d.A.1w=a}];d.4q=[6(){B L(d,"Y")},6(){B L(d,"11")}];d.16=[6(a){d.A.Y=a},6(a){d.A.11=a}];d.1x=6(){d.A.2z="2F"};d.2i=6(a){d.A.2z=(a)?L(a,\'2z\'):"6m"};d.A=d.1a;B d};6 2t(a,b){a.1c=Z(b+\'6l\');a.2A=Z(b+\'6f\');a.20=Z(b+\'6h\');a.4=Z(b+\'6n\');a.1X=Z(b+\'6o\');a.1v=Z(b+\'6w\');G.13(a.1c);a.1c.13(a.4);a.1c.13(a.2A);a.1c.13(a.20);a.4.13(a.1X);a.4.13(a.1v)};6 44(b,c){7 d=b.1c,4=b.4,i=4.2f;4.1V=b.2p[0];4.37=d;4.D=D;4.4c=m;4.1L=0;2J(b,c,C);4.3J=6(){4.K=(12.1M(12.1R(4.K,0),4.29));4.1b=18((4.K/4.32)*4.1C);4.1L=(4.K==0)?0:(4.K==4.29)?0:4.1L;4.16[i](4.K+4.1V+"F");m.16[i](4.1b+4.1L+"F")};4.3g=6(){4.K=18((4.1b*4.32)/4.1C);4.1L=4.1b-18((4.K/4.32)*4.1C);4.K=(12.1M(12.1R(4.K,0),4.29));4.16[i](4.K+4.1V+"F");4.16[i](4.K+4.1V+"F");m.16[i](4.1b+"F")};l.2k=L(4,\'z-4a\');4.A.3B=(l.2k=="6p"||l.2k=="0"||l.2k==\'6s\')?2:l.2k;D.A.3B=L(4,\'z-4a\');4.3T=6(){4.2W=C;l.24=4;4.2S=8;4.2e=8;E.M(g,\'3X\',2w);E.M(g,\'2v\',2G);E.M(g,\'2M\',2C);B 8};4.6r=2n;d.3T=d.5C=6(e){5(!e){7 e=H.1A}5(e.1F&&(e.1F==b.1X||e.1F==b.1v||e.1F==b.4))B;5(e.1g&&(e.1g==b.1X||e.1g==b.1v||e.1g==b.4))B;7 a,1U=[];2L();l.28();1r(4);a=(4.2R)?e.2m+l.3l-4.1f:e.2B+l.3q-4.1k;1U[4.2f]=(a<0)?l.3n[0]:l.3n[1];1U[1-4.2f]=0;f.1e(1U[0],1U[1],C);5(e.5o!="5z"){2n();l.3d=H.49(6(){l.3i=H.35(6(){f.1e(1U[0],1U[1],C)},4b)},5c)}B 8};d.3s=6(r){5(r){d.2i(f);l.1l[i]=(L(d,"2z")=="2F")?C:8;5(!l.1l[i])4.2i(f);1j 4.1x();l.V[i]=C;2X(d,"","4n")}1j{d.1x();4.1x();l.1W[i]=(L(d,"2z")!="2F")?C:8;l.V[i]=8;4.K=0;m.16[i](\'15\');2X(d,"4n","")}D.16[1-i]((l.3E[i]&&(r||l.1W[i])&&!l.1l[i])?l.1H[1-i]-l.W[i*2]+"F":"-"+l.W[i*2]+"F")};d.5e=2w};6 2J(a,b,c){7 d=a.1c,4=a.4,2A=a.2A,1X=a.1X,20=a.20,1v=a.1v,i=4.2f;d.2q[i](G.N[i]()-b+\'F\');d.16[1-i](G.N[1-i]()-d.N[1-i]()+\'F\');l.3E[i]=(18(d.4q[1-i]())===0)?C:8;a.43=a.2p[0]+a.2p[1];a.3M=18((d.N[i]()-a.43)*0.5d);4.4g=12.1M(12.1R(12.1M(18(l.O[i]/l.1T[i]*d.N[i]()),a.3M),45),a.3M);4.2q[i](4.4g+\'F\');4.29=d.N[i]()-4.N[i]()-a.43;4.K=12.1M(12.1R(0,4.K),4.29);4.16[i](4.K+4.1V+\'F\');4.1C=D.N[i]()-l.1T[i];4.32=4.29;2A.2q[i](d.N[i]()-20.N[i]()+\'F\');1X.2q[i](4.N[i]()-1v.N[i]()+\'F\');1v.16[i](4.N[i]()-1v.N[i]()+\'F\');20.16[i](d.N[i]()-20.N[i]()+\'F\');5(!c)4.3J();l.4K()};l.28=6(){D.1Q=0;D.1S=0;f.1Q=0;f.1S=0};Q.M(H,\'4T\',6(){5(f.2Y)f.1E()});Q.M(H,\'5i\',6(){5(f.3N)H.50(f.3N);f.3N=H.49(6(){5(f.2Y)f.1E()},4b)});1o(7 j=0,3O;3O=u[j];j++){7 z=f.2O(3O);1o(7 i=0,31;31=z[i];i++){E.M(31,\'5k\',6(){f.2Z=C});E.M(31,\'5s\',5v=6(){f.2Z=8})}};6 2w(){B 8};6 2G(e){5(!e){7 e=H.1A};7 a=l.24,I,46,5y,5h;5(a==14)B;5(!E.4f&&!e.5t)2C();46=(a.2S)?2:1;1o(7 i=0;i<46;i++){I=(i==1)?a.4c.4J:a;5(a.2W){5(!I.2e){l.28();1r(I);1r(I.37);I.4j=e.2m-I.1f;I.4h=e.2B-I.1k;I.4e=I.K;I.2e=C};I.K=(I.2R)?e.2m-I.4j-I.37.1f-I.1V:e.2B-I.4h-I.37.1k-I.1V;5(a.2S)I.K=I.K+(I.K-I.4e);I.3J()}1j I.2e=8}};6 2C(){5(l.24!=14){l.24.2W=8}l.24=14;E.27(g,\'3X\',2w);E.27(g,\'2v\',2G);E.27(g,\'2M\',2C)};6 2b(e){5(!e)e=H.1A;5(!Q.2Y)B;7 a=Q,2V,3h,1K=8,1h=0,1D;l.28();3z=(e.1F)?e.1F:(e.1g)?e.1g:Q;5(3z.1Z&&3z.1Z.U(/5l/))1K=C;5(e.4r)1h=-e.4r;5(e.48)1h=e.48;1h=(1h<0)?-1:+1;1D=(1h<0)?0:1;l.1q[1-1D]=8;5((l.1q[1D]&&!1K)||(!l.V[0]&&!l.V[1]))B;5(l.V[1]&&!1K)1I=f.1e(8,l.3e[1D],C);2V=!l.V[1]||1K||(l.V[1]&&((1I[1][0]==1I[1][1]&&1h>0)||(1I[1][0]==0&&1h<0)));5(l.V[0]&&(!l.V[1]||1K))1I=f.1e(l.3e[1D],8,C);3h=!l.V[0]||(l.V[0]&&l.V[1]&&2V&&!1K)||(l.V[0]&&((1I[0][0]==1I[0][1]&&1h>0)||(1I[0][0]==0&&1h<0)));5(2V&&3h&&!1K)l.1q[1D]=C;1j l.1q[1D]=8;5(e.1J)e.1J();B 8};6 4l(a){1B(a.1z){a=a.1z;5(a==f)B C}B 8};6 1r(a){7 b=a,1N=1G=0;7 c="";5(b.2K){1B(b){1N+=b.4U;1G+=b.51;b=b.2K;c+=1G+" "}}1j 5(b.x){1N+=b.x;1G+=b.y}a.1k=1N;a.1f=1G};6 4k(a){7 b=a;1N=1G=0;1B(!b.R&&b.1z&&b!=m&&L(b,\'3K\')=="5j"){b=b.1z}5(b.2K){1B(b!=m){1N+=b.4U;1G+=b.51;b=b.2K}}B[1N,1G]};6 2X(a,b,c){5(!a.1u)a.1u=\'\';7 d=a.1u;5(b&&!d.U(2I("(^|\\\\s)"+b+"($|\\\\s)")))d=d.3u(/(\\S$)/,\'$1 \')+b;5(c)d=d.3u(2I("((^|\\\\s)+"+c+")+($|\\\\s)","g"),\'$2\').3u(/\\s$/,\'\');a.1u=d}},56:6(){5(E.2P)1m.2g(E.2P);7 d=/#([^#.]*)$/,2y=/(.*)#.*$/,5p,i,1y,54=17.2O("a"),2h=17.3G.1n;5(2h.U(2y))2h=2h.U(2y)[1];1o(i=0;1y=54[i];i++){5(1y.1n&&1y.1n.U(d)&&1y.1n.U(2y)&&2h===1y.1n.U(2y)[1]){1y.3j=C;E.M(1y,\'5q\',6(e){5(!e)e=1m.1A;7 a=(e.1g)?e.1g:Q;1B(!a.3j&&a.1z){a=a.1z};5(!a.3j)B;7 b=17.23(a.1n.U(d)[1]),2U=8;5(b==14)b=(b=17.5w(a.1n.U(d)[1])[0])?b:14;5(b!=14){7 c=b;1B(c.1z){c=c.1z;5(c.30){c.30(b);2U=c}};5(2U){5(e.1J)e.1J();17.3G.1n="#"+a.1n.U(d)[1];2U.3f.28();B 8}}})}};E.3V();5(1m.4A)1m.4A()},3V:6(){5(E.4y)B;E.4y=C;7 a=E.4x(17.2O("5u")[0],"4p",\'4L\');1o(7 i=0,3H;3H=a[i];i++)E.3x(3H)},4x:6(a,b,c){5(3A(a)==\'4u\')a=17.23(a);5(a==14)B 8;7 d=2E 2I("(^|\\\\s)"+c+"($|\\\\s)"),5r,3Q=[],3P=0;7 e=a.2O(b);1o(7 i=0,2r;2r=e[i];i++){5(2r.1u&&2r.1u.U(d)){3Q[3P]=2r;3P++}}B 3Q},2P:1m.35(6(){7 a=17.23(\'4L-5g\');5(a!=14){E.3V();1m.2g(E.2P)}},4M),M:6(a,b,c){5(!E.2d(a,b,c)&&a.4I){a.4I(\'4P\'+b,c)}},2d:6(a,b,c){5(a.3U){a.3U(b,c,8);E.4f=C;1m.3U("5f",6(){E.27(a,b,c)},8);B C}1j B 8},27:6(a,b,c){5(!E.53(a,b,c)&&a.52)a.52(\'4P\'+b,c)},53:6(a,b,c){5(a.4W){a.4W(b,c,8);B C}1j B 8}};6 6Q(a){E.3x(a)};E.4Q();',62,425,'||||sBr|if|function|var|false||||||||||||||||||||||||||||sY|return|true|mDv|fleXenv|px|tDv|wD|movBr|padding|curPos|getStyle|addTrggr|getSize|cntRSize|Bar|this|offsetHeight||width|match|scroller|paddings|reqS|left|createDiv||top|Math|appendChild|null|0px|setPos|document|parseInt|pDv|style|trgtScrll|sDv|offsetWidth|contentScroll|yPos|srcElement|delta|fDv|else|xPos|forcedHide|window|href|for||edge|findPos||border|className|sSBr|height|fHide|anchoR|parentNode|event|while|mxScroll|iNDx|scrollUpdate|target|curtop|barSpace|scrollState|preventDefault|hoverH|targetSkew|min|curleft|bottom|nV|scrollTop|max|scrollLeft|cntSize|mV|minPos|forcedBar|sFBr|right|id|sSDv|keyAct|position|getElementById|goScroll|_|tSelectFunc|remTrggr|mDPosFix|maxPos|documentElement|mWheelProc|copyStyles|addChckTrggr|moved|indx|clearInterval|urlBase|fShow|jBox|barZ|mTBox|clientY|intClear|cPSize|barPadding|setSize|pusher||createScrollBars|hBr|mousemove|retFalse|vrt|urlExt|visibility|sFDv|clientX|mMouseUp|indexOf|new|hidden|mMoveBar|userAgent|RegExp|updateScroll|offsetParent|pageScrolled|mouseup|getContentHeight|getElementsByTagName|catchFastInit|stdMode|vertical|scrollBoth|hrz|eScroll|vEdge|clicked|classChange|fleXcroll|focusProtect|scrollToElement|formItem|sRange|sXdir|hUpReq|setInterval|sYdir|ofstParent|relative|vUpReq|getContentWidth|maxCWidth|vBr|barClickRetard|wheelAct|fleXdata|contentScrollPos|hEdge|barClickScroll|fleXanchor|mdX|yScrld|mY|baseAct|mdY|mOnXEdge|xScrld|tSelectMouse|setVisibility|mOnYEdge|replace|xAw|calcCScrollVal|fleXcrollMain|yAw|hElem|typeof|zIndex|uReg|setWidth|forcedPos|setHeight|location|tgDiv|Array|doScrollPos|display|zTHeight|baseProp|refreshTimeout|inputName|key|retArray|brdHeightLoss|padHeightComp|onmousedown|addEventListener|initByClass|mHeight|selectstart|absolute|brdWidthLoss||camelConv|parT|padLoss|prepareScroll||maxx|reT|detail|setTimeout|index|80|scrlTrgt|HTMLElement|inCurPos|w3events|aSize|pointerOffsetX|reqV|pointerOffsetY|findRCpos|isddvChild|getComputedStyle|flexinactive|currentStyle|div|getPos|wheelDelta|textAlign|inMposY|string|paddingTop|pageXOffset|getByClassName|initialized|opera|onfleXcrollRun|pageYOffset|1em|firstChild|removeChild|brdWidth|paddingLeft|DOMMouseScroll|attachEvent|vBar|fixIEDispBug|flexcroll|100|oScrollX|intlWidth|on|fleXcrollInit|mousewheel|100px|load|offsetLeft|inMposX|removeEventListener|createElement|postHeight|100p|clearTimeout|offsetTop|detachEvent|remChckTrggr|anchorList|overflow|globalInit|keyCode|pkeY|solid|1px|length|425|75|onmouseclick|unload|init|yScroll|resize|inline|focus|_hscroller|OmniWeb|navigator|type|matcH|click|clsnm|blur|button|body|onblur|getElementsByName|AppleWebKit|xScroll|dblclick|commitScroll|tabIndex|ondblclick|blue|keydown|setAttribute|keypress|onmousewheel|fontSize|zoomdetectdiv|keyup|mcontentwrapper|domfixdiv|contentwrapper|bscrollgeneric|scrollwrapper|999|copyholder|mousedown|12px|scrollerjogbox|black|hBar|contentSize|borderBottomWidth|2px|childNodes|borderBottom|text|containerSize|compPad|block|select|hscroller|vscroller|none|_36|textarea|input|_35|_34|basebeg|_33|baseend|platform|Mac|KDE|base|visible|bar|barbeg|auto|vendor|onmouseover|normal|undefined|flex__|prototype|barend|MSIE|scrollgeneric|_38|getPropertyValue|Object|_37|align|sizeChangeDetect|_39|_40|flexcrollactive|2500|charAt|toString|substr|toUpperCase|split|Safari|parseFloat|CSBfleXcroll'.split('|'),0,{}));(function($){if($.browser.msie){try{document.execCommand('BackgroundImageCache',false,true);}catch(e){}
if(!document.namespaces["v"]){$("head").prepend("<xml:namespace ns='urn:schemas-microsoft-com:vml' prefix='v' />");$("head").prepend("<?import namespace='v' implementation='#default#VML' ?>");}}
$.widget("ui.checkbox",{_init:function(){if(!this.element.is(":radio,:checkbox")){return false;}
if(this.element.is(":radio")){this._radio=$(this.element[0].form).find("input:radio").filter('[name="'+this.element[0].name+'"]');}else{this._radio=false;}
var self=this,o=this.options;this.element.attr({role:(this._radio?"radio":"checkbox"),"aria-checked":!!this.element[0].checked});this._wrapper=this.element.wrap($("<span />")).parent().addClass((this._radio?"ui-radio":"ui-checkbox")+" ui-state-default");this._wrapper.prepend($("<span/>").addClass("ui-icon "+this._icon(false)).click(function(event){self.element[0].click();event.preventDefault();event.stopImmediatePropagation();return false;}));if(1==0&&$.browser.msie){this._wrapper[0].insertAdjacentHTML("afterBegin","<v:roundrect arcsize='"+(this._radio?"1":"0.1")+"'><v:stroke /><v:fill /></v:roundrect>");this._vml=this._wrapper[0].childNodes[0];var ss=this._wrapper[0].currentStyle;this._vml.style.top="-1px";this._vml.style.left="-1px";this._vml.style.width=parseInt(ss.width)+1+"px";this._vml.style.height=parseInt(ss.height)+1+"px";this._doVML();this._vml.style.visibility="visible";this._wrapper.css('visibility','hidden');this._wrapper[0].onpropertychange=function(){switch(event.propertyName){case'className':case'style.borderTopWidth':case'style.borderTopColor':case'style.backgroundColor':case'style.filter':self._doVML();break;}}
$().bind('ui-theme-switch',function(){setTimeout(function(){self._doVML();},500);return false;});}
if($.browser.opera){var svg=document.createElementNS("http://www.w3.org/2000/svg","svg");var rect=document.createElementNS("http://www.w3.org/2000/svg","rect");var ss=this._wrapper[0].currentStyle;rect.setAttributeNS(null,"x","1px");rect.setAttributeNS(null,"y","1px");rect.setAttributeNS(null,"width",ss.width);rect.setAttributeNS(null,"height",ss.height);rect.setAttributeNS(null,"rx",(this._radio?"6px":"2px"));svg.appendChild(rect);this._wrapper.prepend(svg);this._svg=this._wrapper[0].firstChild;this._svg.style.width=parseInt(ss.width)+2+"px";this._svg.style.height=parseInt(ss.height)+2+"px";this._doSVG();this._svg.style.visibility="visible";this._wrapper.css('visibility','hidden');this._wrapper.bind("DOMAttrModified",function(event){if(event.attrName==='class'){self._doSVG();}});$().bind("ui-theme-switch",function(){self._doSVG();return false;});}
this._wrapper.hover(function(event){if(!o.disabled){$(this).addClass("ui-state-hover");}},function(event){if(!o.disabled){$(this).removeClass("ui-state-hover");}}).bind("mousedown",function(event){if(!o.disabled){$(this).addClass("ui-state-active");}}).bind("mouseup",function(event){if(!o.disabled){$(this).removeClass("ui-state-active");}}).bind(this.widgetEventPrefix+"focus",function(event){if(!o.disabled){if(self._radio){self._radio.not(self.element).removeClass("ui-state-focus");}
$(this).addClass("ui-state-focus");}}).bind(this.widgetEventPrefix+"blur",function(event){if(!o.disabled){$(this).removeClass("ui-state-focus");}}).bind(this.widgetEventPrefix+"click",function(event){if(!o.disabled){if(self._radio){self._radio.not(self.element).checkbox("uncheck");self.check();}else{self.toggle();}}});this.element.bind("focus."+this.widgetName,function(event){self._trigger("focus",event);}).bind("blur."+this.widgetName,function(event){self._trigger("blur",event);}).bind("click."+this.widgetName,function(event){self._trigger("click",event);});this._setData("checked",!!this.element[0].checked);},destroy:function(){this._wrapper.replaceWith(this.element);this.element.removeAttr("role").removeAttr("aria-checked").unbind("."+this.widgetName);$.widget.prototype.destroy.apply(this,arguments);},_setData:function(key,value){$.widget.prototype._setData.apply(this,arguments);if(key=="disabled"){if(value){this.element.attr("disabled","disabled");this._wrapper.removeClass("ui-state-focus ui-state-hover ui-state-active");}else{this.element.removeAttr("disabled");}
this._wrapper
[value?"addClass":"removeClass"](this.widgetName+"-disabled "+
this.namespace+"-state-disabled");}else if(key=="checked"){this.element[0].checked=!!value;this.element.attr("aria-checked",!!value);this._wrapper.find(".ui-icon").addClass(this._icon(!!value)).removeClass(this._icon(!value));}},check:function(){this._setData("checked",true);},uncheck:function(){this._setData("checked",false);},toggle:function(){this._setData("checked",!this._getData("checked"));},_icon:function(state){if(this._radio){return"ui-icon-"
+this.options[state?"radioChecked":"radioUnchecked"];}else{return"ui-icon-"
+this.options[state?"checkboxChecked":"checkboxUnchecked"];}},_opacityFixed:false,_inFixup:false,_fixStyle:function(jq,re){var s=jq.attr("style").replace(re,"");if(s!==""){jq.attr("style",s);}else{jq.removeAttr("style");}},_doVML:function(){if(!this._vml||this._inFixup){return;}
this._inFixup=true;var ss,op;if(this._opacityFixed){this._vml.childNodes[0].opacity='1';this._vml.childNodes[1].opacity='1';this._fixStyle(this._wrapper.find(".ui-icon"),/filter[^;]*\;?/i);this._fixStyle(this._wrapper,/filter[^;]*\;?/i);this._opacityFixed=false;}
ss=this._wrapper[0].currentStyle;this._vml.strokecolor=ss.borderTopColor;this._vml.strokeweight=ss.borderTopWidth;this._vml.fillcolor=ss.backgroundColor;this._vml.childNodes[0].color=ss.borderTopColor;this._vml.childNodes[0].weight=ss.borderTopWidth;this._vml.childNodes[1].color=ss.backgroundColor;if(ss.filter&&ss.filter.search(/Alpha/i)!==-1){op=/(\d+)/.exec(ss.filter);this._wrapper.find(".ui-icon").css("filter",ss.filter);this._vml.childNodes[0].opacity=op[1]/100;this._vml.childNodes[1].opacity=op[1]/100;this._wrapper.css("filter","");this._opacityFixed=true;}
this._inFixup=false;},_doSVG:function(){if(!this._svg||this._inFixup){return;}
this._inFixup=true;var ss,op;if(this._opacityFixed){this._fixStyle(this._wrapper.find(".ui-icon"),/opacity[^;]*\;?/i);this._fixStyle(this._wrapper.find("rect"),/opacity[^;]*\;?/i);this._fixStyle(this._wrapper,/opacity[^;]*\;?/i);this._opacityFixed=false;}
ss=this._wrapper[0].currentStyle;this._svg.firstChild.style.stroke=ss.borderTopColor;this._svg.firstChild.style.strokeWidth=ss.borderTopWidth;this._svg.firstChild.style.fill=ss.backgroundColor;if(ss.opacity&&ss.opacity!==1){op=ss.opacity;this._wrapper.find(".ui-icon").css("opacity",op);this._wrapper.find("rect").css("opacity",op);this._wrapper[0].style.opacity="1";this._opacityFixed=true;}
this._inFixup=false;}});$.ui.checkbox.defaults={checkboxChecked:"check",checkboxUnchecked:"empty",radioChecked:"bullet",radioUnchecked:"empty"};})(jQuery);;(function(){var ua=navigator.userAgent.toLowerCase(),S={version:"3.0rc1",adapter:null,cache:[],client:{isIE:ua.indexOf("msie")>-1,isIE6:ua.indexOf("msie 6")>-1,isIE7:ua.indexOf("msie 7")>-1,isGecko:ua.indexOf("gecko")>-1&&ua.indexOf("safari")==-1,isWebkit:ua.indexOf("applewebkit/")>-1,isWindows:ua.indexOf("windows")>-1||ua.indexOf("win32")>-1,isMac:ua.indexOf("macintosh")>-1||ua.indexOf("mac os x")>-1,isLinux:ua.indexOf("linux")>-1},content:null,current:-1,dimensions:null,gallery:[],expando:"shadowboxCacheKey",libraries:{Prototype:"prototype",jQuery:"jquery",MooTools:"mootools",YAHOO:"yui",dojo:"dojo",Ext:"ext"},options:{adapter:null,animate:true,animateFade:true,autoplayMovies:true,continuous:false,ease:function(x){return 1+Math.pow(x-1,3)},enableKeys:true,errors:{fla:{name:"Flash",url:"http://www.adobe.com/products/flashplayer/"},qt:{name:"QuickTime",url:"http://www.apple.com/quicktime/download/"},wmp:{name:"Windows Media Player",url:"http://www.microsoft.com/windows/windowsmedia/"},f4m:{name:"Flip4Mac",url:"http://www.flip4mac.com/wmv_download.htm"}},ext:{img:["png","jpg","jpeg","gif","bmp"],swf:["swf"],flv:["flv","m4v"],qt:["dv","mov","moov","movie","mp4"],wmp:["asf","wm","wmv"],qtwmp:["avi","mpg","mpeg"]},flashParams:{bgcolor:"#000000",allowfullscreen:true},flashVars:{},flashVersion:"9.0.115",handleOversize:"resize",handleUnsupported:"link",language:"en",onChange:null,onClose:null,onFinish:null,onOpen:null,players:["img"],showMovieControls:true,skipSetup:false,slideshowDelay:0,useSizzle:true,viewportPadding:20},path:"",plugins:null,ready:false,regex:{domain:/:\/\/(.*?)[:\/]/,inline:/#(.+)$/,rel:/^(light|shadow)box/i,gallery:/^(light|shadow)box\[(.*?)\]/i,unsupported:/^unsupported-(\w+)/,param:/\s*([a-z_]*?)\s*=\s*(.+)\s*/},applyOptions:function(opts){if(opts){default_options=apply({},S.options);apply(S.options,opts)}},revertOptions:function(){apply(S.options,default_options)},change:function(index){if(!S.gallery){return}if(!S.gallery[index]){if(!S.options.continuous){return}else{index=index<0?S.gallery.length-1:0}}S.current=index;if(typeof slide_timer=="number"){clearTimeout(slide_timer);slide_timer=null;slide_delay=slide_start=0}if(S.options.onChange){S.options.onChange()}loadContent()},close:function(){if(!active){return}active=false;listenKeys(false);if(S.content){S.content.remove();S.content=null}if(typeof slide_timer=="number"){clearTimeout(slide_timer)}slide_timer=null;slide_delay=0;if(S.options.onClose){S.options.onClose()}S.skin.onClose();S.revertOptions()},contentId:function(){return content_id},error:function(msg){if(!S.debug){return}if(typeof window.console!="undefined"&&typeof console.log=="function"){console.log(msg)}else{alert(msg)}},getCurrent:function(){return S.current>-1?S.gallery[S.current]:null},hasNext:function(){return S.gallery.length>1&&(S.current!=S.gallery.length-1||S.options.continuous)},init:function(opts){if(initialized){return}initialized=true;opts=opts||{};init_options=opts;if(opts){apply(S.options,opts)}for(var e in S.options.ext){S.regex[e]=new RegExp(".("+S.options.ext[e].join("|")+")s*$","i")}if(!S.path){var pathre=/(.+\/)shadowbox\.js/i,path;each(document.getElementsByTagName("script"),function(s){path=pathre.exec(s.src);if(path){S.path=path[1];return false}})}if(S.options.adapter){S.adapter=S.options.adapter.toLowerCase()}else{for(var lib in S.libraries){if(typeof window[lib]!="undefined"){S.adapter=S.libraries[lib];break}}if(!S.adapter){S.adapter="base"}}if(S.options.useSizzle&&!window.Sizzle){if(window.jQuery){window.Sizzle=jQuery.find}else{U.include(S.path+"libraries/sizzle/sizzle.js")}}if(!S.lang){U.include(S.path+"languages/shadowbox-"+S.options.language+".js")}each(S.options.players,function(p){if((p=="swf"||p=="flv")&&!window.swfobject){U.include(S.path+"libraries/swfobject/swfobject.js")}if(!S[p]){U.include(S.path+"players/shadowbox-"+p+".js")}});if(!S.lib){U.include(S.path+"adapters/shadowbox-"+S.adapter+".js")}waitDom(waitLibs)},isActive:function(){return active},isPaused:function(){return slide_timer=="paused"},load:function(){if(S.ready){return}S.ready=true;if(S.skin.options){apply(S.options,S.skin.options);apply(S.options,init_options)}S.skin.init();if(!S.options.skipSetup){S.setup()}},next:function(){S.change(S.current+1)},open:function(obj){if(U.isLink(obj)){if(S.inCache(obj)){obj=S.cache[obj[S.expando]]}else{obj=S.buildCacheObj(obj)}}if(obj.constructor==Array){S.gallery=obj;S.current=0}else{if(!obj.gallery){S.gallery=[obj];S.current=0}else{S.current=null;S.gallery=[];each(S.cache,function(c){if(c.gallery&&c.gallery==obj.gallery){if(S.current==null&&c.content==obj.content&&c.title==obj.title){S.current=S.gallery.length}S.gallery.push(c)}});if(S.current==null){S.gallery.unshift(obj);S.current=0}}}obj=S.getCurrent();if(obj.options){S.revertOptions();S.applyOptions(obj.options)}var item,remove,m,format,replace,oe=S.options.errors,msg,el;for(var i=0;i<S.gallery.length;++i){item=S.gallery[i]=apply({},S.gallery[i]);remove=false;if(m=S.regex.unsupported.exec(item.player)){if(S.options.handleUnsupported=="link"){item.player="html";switch(m[1]){case"qtwmp":format="either";replace=[oe.qt.url,oe.qt.name,oe.wmp.url,oe.wmp.name];break;case"qtf4m":format="shared";replace=[oe.qt.url,oe.qt.name,oe.f4m.url,oe.f4m.name];break;default:format="single";if(m[1]=="swf"||m[1]=="flv"){m[1]="fla"}replace=[oe[m[1]].url,oe[m[1]].name]}msg=S.lang.errors[format].replace(/\{(\d+)\}/g,function(m,n){return replace[n]});item.content='<div class="sb-message">'+msg+"</div>"}else{remove=true}}else{if(item.player=="inline"){m=S.regex.inline.exec(item.content);if(m){var el=U.get(m[1]);if(el){item.content=el.innerHTML}else{S.error("Cannot find element with id "+m[1])}}else{S.error("Cannot find element id for inline content")}}else{if(item.player=="swf"||item.player=="flv"){var version=(item.options&&item.options.flashVersion)||S.options.flashVersion;if(!swfobject.hasFlashPlayerVersion(version)){item.width=310;item.height=177}}}}if(remove){S.gallery.splice(i,1);if(i<S.current){--S.current}else{if(i==S.current){S.current=i>0?i-1:i}}--i}}if(S.gallery.length){if(!active){if(typeof S.options.onOpen=="function"&&S.options.onOpen(obj)===false){return}S.skin.onOpen(obj,loadContent)}else{loadContent()}active=true}},pause:function(){if(typeof slide_timer!="number"){return}var time=new Date().getTime();slide_delay=Math.max(0,slide_delay-(time-slide_start));if(slide_delay){clearTimeout(slide_timer);slide_timer="paused";if(S.skin.onPause){S.skin.onPause()}}},play:function(){if(!S.hasNext()){return}if(!slide_delay){slide_delay=S.options.slideshowDelay*1000}if(slide_delay){slide_start=new Date().getTime();slide_timer=setTimeout(function(){slide_delay=slide_start=0;S.next()},slide_delay);if(S.skin.onPlay){S.skin.onPlay()}}},previous:function(){S.change(S.current-1)},setDimensions:function(height,width,max_h,max_w,tb,lr,resizable){var h=height=parseInt(height),w=width=parseInt(width),pad=parseInt(S.options.viewportPadding)||0;var extra_h=2*pad+tb;if(h+extra_h>=max_h){h=max_h-extra_h}var extra_w=2*pad+lr;if(w+extra_w>=max_w){w=max_w-extra_w}var resize_h=height,resize_w=width,change_h=(height-h)/height,change_w=(width-w)/width,oversized=(change_h>0||change_w>0);if(resizable&&oversized&&S.options.handleOversize=="resize"){if(change_h>change_w){w=Math.round((width/height)*h)}else{if(change_w>change_h){h=Math.round((height/width)*w)}}resize_w=w;resize_h=h}S.dimensions={height:h+tb,width:w+lr,inner_h:h,inner_w:w,top:(max_h-(h+extra_h))/2+pad,left:(max_w-(w+extra_w))/2+pad,oversized:oversized,resize_h:resize_h,resize_w:resize_w}},setup:function(links,opts){each(S.findLinks(links),function(link){S.addCache(link,opts)})},teardown:function(links){each(S.findLinks(links),S.removeCache)},findLinks:function(links){if(!links){var links=[],rel;each(document.getElementsByTagName("a"),function(a){rel=a.getAttribute("rel");if(rel&&S.regex.rel.test(rel)){links.push(a)}})}else{var len=links.length;if(len){if(window.Sizzle){if(typeof links=="string"){links=Sizzle(links)}else{if(len==2&&links.push&&typeof links[0]=="string"&&links[1].nodeType){links=Sizzle(links[0],links[1])}}}}else{links=[links]}}return links},inCache:function(link){return typeof link[S.expando]=="number"&&S.cache[link[S.expando]]},addCache:function(link,opts){if(!S.inCache(link)){link[S.expando]=S.cache.length;S.lib.addEvent(link,"click",handleClick)}S.cache[link[S.expando]]=S.buildCacheObj(link,opts)},removeCache:function(link){S.lib.removeEvent(link,"click",handleClick);S.cache[link[S.expando]]=null;delete link[S.expando]},clearCache:function(){each(S.cache,function(obj){S.removeCache(obj.link)});S.cache=[]},buildCacheObj:function(link,opts){var obj={link:link,title:link.getAttribute("title"),options:apply({},opts||{}),content:link.href};if(opts){each(["player","title","height","width","gallery"],function(option){if(typeof obj.options[option]!="undefined"){obj[option]=obj.options[option];delete obj.options[option]}})}if(!obj.player){obj.player=S.getPlayer(obj.content)}var rel=link.getAttribute("rel");if(rel){var match=rel.match(S.regex.gallery);if(match){obj.gallery=escape(match[2])}each(rel.split(";"),function(parameter){match=parameter.match(S.regex.param);if(match){if(match[1]=="options"){eval("apply(obj.options,"+match[2]+")")}else{obj[match[1]]=match[2]}}})}return obj},getPlayer:function(content){var r=S.regex,p=S.plugins,m=content.match(r.domain),same_domain=m&&document.domain==m[1];if(content.indexOf("#")>-1&&same_domain){return"inline"}var q=content.indexOf("?");if(q>-1){content=content.substring(0,q)}if(r.img.test(content)){return"img"}if(r.swf.test(content)){return p.fla?"swf":"unsupported-swf"}if(r.flv.test(content)){return p.fla?"flv":"unsupported-flv"}if(r.qt.test(content)){return p.qt?"qt":"unsupported-qt"}if(r.wmp.test(content)){if(p.wmp){return"wmp"}if(p.f4m){return"qt"}if(S.client.isMac){return p.qt?"unsupported-f4m":"unsupported-qtf4m"}return"unsupported-wmp"}if(r.qtwmp.test(content)){if(p.qt){return"qt"}if(p.wmp){return"wmp"}return S.client.isMac?"unsupported-qt":"unsupported-qtwmp"}return"iframe"}},U=S.util={animate:function(el,p,to,d,cb){var from=parseFloat(S.lib.getStyle(el,p));if(isNaN(from)){from=0}var delta=to-from;if(delta==0){if(cb){cb()}return}var op=p=="opacity";function fn(ease){var to=from+ease*delta;if(op){U.setOpacity(el,to)}else{el.style[p]=to+"px"}}if(!d||(!op&&!S.options.animate)||(op&&!S.options.animateFade)){fn(1);if(cb){cb()}return}d*=1000;var begin=new Date().getTime(),ease=S.options.ease,end=begin+d,time,timer=setInterval(function(){time=new Date().getTime();if(time>=end){clearInterval(timer);fn(1);if(cb){cb()}}else{fn(ease((time-begin)/d))}},10)},apply:function(o,e){for(var p in e){o[p]=e[p]}return o},clearOpacity:function(el){var s=el.style;if(window.ActiveXObject){if(typeof s.filter=="string"&&(/alpha/i).test(s.filter)){s.filter=s.filter.replace(/[\w\.]*alpha\(.*?\);?/i,"")}}else{s.opacity=""}},each:function(obj,fn,scope){for(var i=0,len=obj.length;i<len;++i){if(fn.call(scope||obj[i],obj[i],i,obj)===false){return}}},get:function(id){return document.getElementById(id)},include:function(){var includes={};return function(file){if(includes[file]){return}includes[file]=true;var head=document.getElementsByTagName("head")[0],script=document.createElement("script");script.src=file;head.appendChild(script)}}(),isLink:function(obj){if(!obj||!obj.tagName){return false}var up=obj.tagName.toUpperCase();return up=="A"||up=="AREA"},removeChildren:function(el){while(el.firstChild){el.removeChild(el.firstChild)}},setOpacity:function(el,o){var s=el.style;if(window.ActiveXObject){s.zoom=1;s.filter=(s.filter||"").replace(/\s*alpha\([^\)]*\)/gi,"")+(o==1?"":" alpha(opacity="+(o*100)+")")}else{s.opacity=o}}},apply=U.apply,each=U.each,init_options,initialized=false,default_options={},content_id="sb-content",active=false,slide_timer,slide_start,slide_delay=0;if(navigator.plugins&&navigator.plugins.length){var names=[];each(navigator.plugins,function(p){names.push(p.name)});names=names.join();var f4m=names.indexOf("Flip4Mac")>-1;S.plugins={fla:names.indexOf("Shockwave Flash")>-1,qt:names.indexOf("QuickTime")>-1,wmp:!f4m&&names.indexOf("Windows Media")>-1,f4m:f4m}}else{function detectPlugin(n){try{var axo=new ActiveXObject(n)}catch(e){}return!!axo}S.plugins={fla:detectPlugin("ShockwaveFlash.ShockwaveFlash"),qt:detectPlugin("QuickTime.QuickTime"),wmp:detectPlugin("wmplayer.ocx"),f4m:false}}function waitDom(cb){if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);cb()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);cb()}});if(document.documentElement.doScroll&&window==window.top){(function(){if(S.ready){return}try{document.documentElement.doScroll("left")}catch(error){setTimeout(arguments.callee,0);return}cb()})()}}}if(typeof window.onload=="function"){var oldonload=window.onload;window.onload=function(){oldonload();cb()}}else{window.onload=cb}}function waitLibs(){if(S.lib&&S.lang){S.load()}else{setTimeout(waitLibs,0)}}function handleClick(e){var link;if(U.isLink(this)){link=this}else{link=S.lib.getTarget(e);while(!U.isLink(link)&&link.parentNode){link=link.parentNode}}S.lib.preventDefault(e);if(link){S.open(link);if(S.gallery.length){S.lib.preventDefault(e)}}}function listenKeys(on){if(!S.options.enableKeys){return}S.lib[(on?"add":"remove")+"Event"](document,"keydown",handleKey)}function handleKey(e){var code=S.lib.keyCode(e),handler;switch(code){case 81:case 88:case 27:handler=S.close;break;case 37:handler=S.previous;break;case 39:handler=S.next;break;case 32:handler=typeof slide_timer=="number"?S.pause:S.play}if(handler){S.lib.preventDefault(e);handler()}}function loadContent(){var obj=S.getCurrent();if(!obj){return}var p=obj.player=="inline"?"html":obj.player;if(typeof S[p]!="function"){S.error("Unknown player: "+p)}var change=false;if(S.content){S.content.remove();change=true;S.revertOptions();if(obj.options){S.applyOptions(obj.options)}}U.removeChildren(S.skin.bodyEl());S.content=new S[p](obj);listenKeys(false);S.skin.onLoad(S.content,change,function(){if(!S.content){return}if(typeof S.content.ready!="undefined"){var id=setInterval(function(){if(S.content){if(S.content.ready){clearInterval(id);id=null;S.skin.onReady(contentReady)}}else{clearInterval(id);id=null}},100)}else{S.skin.onReady(contentReady)}});if(S.gallery.length>1){var next=S.gallery[S.current+1]||S.gallery[0];if(next.player=="img"){var a=new Image();a.src=next.content}var prev=S.gallery[S.current-1]||S.gallery[S.gallery.length-1];if(prev.player=="img"){var b=new Image();b.src=prev.content}}}function contentReady(){if(!S.content){return}S.content.append(S.skin.bodyEl(),content_id,S.dimensions);S.skin.onFinish(finishContent)}function finishContent(){if(!S.content){return}if(S.content.onLoad){S.content.onLoad()}if(S.options.onFinish){S.options.onFinish()}if(!S.isPaused()){S.play()}listenKeys(true)}window.Shadowbox=S})();(function(){var g=Shadowbox,f=g.util,q=false,b=[],m=["sb-nav-close","sb-nav-next","sb-nav-play","sb-nav-pause","sb-nav-previous"],o={markup:'<div id="sb-container"><div id="sb-overlay"></div><div id="sb-wrapper"><div id="sb-title"><div id="sb-title-inner"></div></div><div id="sb-body"><div id="sb-body-inner"></div><div id="sb-loading"><a onclick="Shadowbox.close()">{cancel}</a></div></div><div id="sb-info"><div id="sb-info-inner"><div id="sb-counter"></div><div id="sb-nav"><a id="sb-nav-close" title="{close}" onclick="Shadowbox.close()"></a><a id="sb-nav-next" title="{next}" onclick="Shadowbox.next()"></a><a id="sb-nav-play" title="{play}" onclick="Shadowbox.play()"></a><a id="sb-nav-pause" title="{pause}" onclick="Shadowbox.pause()"></a><a id="sb-nav-previous" title="{previous}" onclick="Shadowbox.previous()"></a></div><div style="clear:both"></div></div></div></div></div>',options:{animSequence:"sync",autoDimensions:false,counterLimit:10,counterType:"default",displayCounter:true,displayNav:true,fadeDuration:0.35,initialHeight:160,initialWidth:320,modal:false,overlayColor:"#000",overlayOpacity:0.8,resizeDuration:0.35,showOverlay:true,troubleElements:["select","object","embed","canvas"]},init:function(){var s=o.markup.replace(/\{(\w+)\}/g,function(w,x){return g.lang[x]});g.lib.append(document.body,s);if(g.client.isIE6){f.get("sb-body").style.zoom=1;var u,r,t=/url\("(.*\.png)"\)/;f.each(m,function(w){u=f.get(w);if(u){r=g.lib.getStyle(u,"backgroundImage").match(t);if(r){u.style.backgroundImage="none";u.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src="+r[1]+",sizingMethod=scale);"}}})}var v;g.lib.addEvent(window,"resize",function(){if(v){clearTimeout(v);v=null}if(g.isActive()){v=setTimeout(function(){o.onWindowResize();var w=g.content;if(w&&w.onWindowResize){w.onWindowResize()}},50)}})},bodyEl:function(){return f.get("sb-body-inner")},onOpen:function(u,r){e(false);var t=g.options.autoDimensions&&"height"in u?u.height:g.options.initialHeight,s=g.options.autoDimensions&&"width"in u?u.width:g.options.initialWidth;f.get("sb-container").style.display="block";var v=p(t,s);d(v.inner_h,v.top,false);h(v.width,v.left,false);i(r)},onLoad:function(s,t,r){k(true);j(t,function(){if(!s){return}if(!t){f.get("sb-wrapper").style.display=""}r()})},onReady:function(r){var t=g.content;if(!t){return}var s=p(t.height,t.width,t.resizable);o.resizeContent(s.inner_h,s.width,s.top,s.left,true,function(){l(r)})},onFinish:function(r){k(false,r)},onClose:function(){i();e(true)},onPlay:function(){c("play",false);c("pause",true)},onPause:function(){c("pause",false);c("play",true)},onWindowResize:function(){var t=g.content;if(!t){return}var s=p(t.height,t.width,t.resizable);h(s.width,s.left,false);d(s.inner_h,s.top,false);var r=f.get(g.contentId());if(r){if(t.resizable&&g.options.handleOversize=="resize"){r.height=s.resize_h;r.width=s.resize_w}}},resizeContent:function(s,t,w,v,u,r){var y=g.content;if(!y){return}var x=p(y.height,y.width,y.resizable);switch(g.options.animSequence){case"hw":d(x.inner_h,x.top,u,function(){h(x.width,x.left,u,r)});break;case"wh":h(x.width,x.left,u,function(){d(x.inner_h,x.top,u,r)});break;default:h(x.width,x.left,u);d(x.inner_h,x.top,u,r)}}};function n(){f.get("sb-container").style.top=document.documentElement.scrollTop+"px"}function e(r){if(r){f.each(b,function(s){s[0].style.visibility=s[1]||""})}else{b=[];f.each(g.options.troubleElements,function(s){f.each(document.getElementsByTagName(s),function(t){b.push([t,t.style.visibility]);t.style.visibility="hidden"})})}}function i(r){var s=f.get("sb-overlay"),t=f.get("sb-container"),v=f.get("sb-wrapper");if(r){if(g.client.isIE6){n();g.lib.addEvent(window,"scroll",n)}if(g.options.showOverlay){q=true;s.style.backgroundColor=g.options.overlayColor;f.setOpacity(s,0);if(!g.options.modal){g.lib.addEvent(s,"click",g.close)}v.style.display="none"}t.style.visibility="visible";if(q){var u=parseFloat(g.options.overlayOpacity);f.animate(s,"opacity",u,g.options.fadeDuration,r)}else{r()}}else{if(g.client.isIE6){g.lib.removeEvent(window,"scroll",n)}g.lib.removeEvent(s,"click",g.close);if(q){v.style.display="none";f.animate(s,"opacity",0,g.options.fadeDuration,function(){t.style.display="";v.style.display="";f.clearOpacity(s)})}else{t.style.visibility="hidden"}}}function c(t,r){var s=f.get("sb-nav-"+t);if(s){s.style.display=r?"":"none"}}function k(s,r){var u=f.get("sb-loading"),w=g.getCurrent().player,v=(w=="img"||w=="html");if(s){function t(){f.clearOpacity(u);if(r){r()}}f.setOpacity(u,0);u.style.display="";if(v){f.animate(u,"opacity",1,g.options.fadeDuration,t)}else{t()}}else{function t(){u.style.display="none";f.clearOpacity(u);if(r){r()}}if(v){f.animate(u,"opacity",0,g.options.fadeDuration,t)}else{t()}}}function a(u){var z=g.getCurrent();f.get("sb-title-inner").innerHTML=z.title||"";var C,t,x,D,s;if(g.options.displayNav){C=true;var B=g.gallery.length;if(B>1){if(g.options.continuous){t=s=true}else{t=(B-1)>g.current;s=g.current>0}}if(g.options.slideshowDelay>0&&g.hasNext()){D=!g.isPaused();x=!D}}else{C=t=x=D=s=false}c("close",C);c("next",t);c("play",x);c("pause",D);c("previous",s);var r="";if(g.options.displayCounter&&g.gallery.length>1){var B=g.gallery.length;if(g.options.counterType=="skip"){var y=0,w=B,v=parseInt(g.options.counterLimit)||0;if(v<B&&v>2){var A=Math.floor(v/2);y=g.current-A;if(y<0){y+=B}w=g.current+(v-A);if(w>B){w-=B}}while(y!=w){if(y==B){y=0}r+='<a onclick="Shadowbox.change('+y+');"';if(y==g.current){r+=' class="sb-counter-current"'}r+=">"+(y++)+"</a>"}}else{var r=(g.current+1)+" "+g.lang.of+" "+B}}f.get("sb-counter").innerHTML=r;u()}function j(u,s){var y=f.get("sb-wrapper"),B=f.get("sb-title"),v=f.get("sb-info"),r=f.get("sb-title-inner"),z=f.get("sb-info-inner"),A=parseInt(g.lib.getStyle(r,"height"))||0,x=parseInt(g.lib.getStyle(z,"height"))||0;var w=function(){r.style.visibility=z.style.visibility="hidden";a(s)};if(u){f.animate(B,"height",0,0.35);f.animate(v,"height",0,0.35);f.animate(y,"paddingTop",A,0.35);f.animate(y,"paddingBottom",x,0.35,w)}else{B.style.height=v.style.height="0px";y.style.paddingTop=A+"px";y.style.paddingBottom=x+"px";w()}}function l(u){var s=f.get("sb-wrapper"),w=f.get("sb-title"),v=f.get("sb-info"),z=f.get("sb-title-inner"),y=f.get("sb-info-inner"),x=parseInt(g.lib.getStyle(z,"height"))||0,r=parseInt(g.lib.getStyle(y,"height"))||0;z.style.visibility=y.style.visibility="";if(z.innerHTML!=""){f.animate(w,"height",x,0.35);f.animate(s,"paddingTop",0,0.35)}f.animate(v,"height",r,0.35);f.animate(s,"paddingBottom",0,0.35,u)}function d(u,z,y,r){var A=f.get("sb-body"),x=f.get("sb-wrapper"),w=parseInt(u),v=parseInt(z);if(y){f.animate(A,"height",w,g.options.resizeDuration);f.animate(x,"top",v,g.options.resizeDuration,r)}else{A.style.height=w+"px";x.style.top=v+"px";if(r){r()}}}function h(x,z,y,r){var v=f.get("sb-wrapper"),u=parseInt(x),t=parseInt(z);if(y){f.animate(v,"width",u,g.options.resizeDuration);f.animate(v,"left",t,g.options.resizeDuration,r)}else{v.style.width=u+"px";v.style.left=t+"px";if(r){r()}}}function p(r,u,t){var s=f.get("sb-body-inner");sw=f.get("sb-wrapper"),so=f.get("sb-overlay"),tb=sw.offsetHeight-s.offsetHeight,lr=sw.offsetWidth-s.offsetWidth,max_h=so.offsetHeight,max_w=so.offsetWidth;g.setDimensions(r,u,max_h,max_w,tb,lr,t);return g.dimensions}g.skin=o})();if(typeof jQuery=="undefined"){throw"Unable to load Shadowbox adapter, jQuery not found"}if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox adapter, Shadowbox not found"}(function(b,a){a.lib={getStyle:function(d,c){return b(d).css(c)},remove:function(c){b(c).remove()},getTarget:function(c){return c.target},getPageXY:function(c){return[c.pageX,c.pageY]},preventDefault:function(c){c.preventDefault()},keyCode:function(c){return c.keyCode},addEvent:function(e,c,d){b(e).bind(c,d)},removeEvent:function(e,c,d){b(e).unbind(c,d)},append:function(d,c){b(d).append(c)}}})(jQuery,Shadowbox);(function(a){a.fn.shadowbox=function(b){return this.each(function(){var d=a(this);var e=a.extend({},b||{},a.metadata?d.metadata():a.meta?d.data():{});var c=this.className||"";e.width=parseInt((c.match(/w:(\d+)/)||[])[1])||e.width;e.height=parseInt((c.match(/h:(\d+)/)||[])[1])||e.height;Shadowbox.setup(d,e)})}})(jQuery);if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, Shadowbox not found."}Shadowbox.lang={code:"en",of:"of",loading:"loading",cancel:"Cancel",next:"Next",previous:"Previous",play:"Play",pause:"Pause",close:"Close",errors:{single:'You must install the <a href="{0}">{1}</a> browser plugin to view this content.',shared:'You must install both the <a href="{0}">{1}</a> and <a href="{2}">{3}</a> browser plugins to view this content.',either:'You must install either the <a href="{0}">{1}</a> or the <a href="{2}">{3}</a> browser plugin to view this content.'}};(function(a){a.html=function(b){this.obj=b;this.height=b.height?parseInt(b.height,10):300;this.width=b.width?parseInt(b.width,10):500};a.html.prototype={append:function(b,e,c){this.id=e;var d=document.createElement("div");d.id=e;d.className="html";d.innerHTML=this.obj.content;b.appendChild(d)},remove:function(){var b=document.getElementById(this.id);if(b){a.lib.remove(b)}}}})(Shadowbox);(function(a){a.iframe=function(c){this.obj=c;var b=document.getElementById("sb-overlay");this.height=c.height?parseInt(c.height,10):b.offsetHeight;this.width=c.width?parseInt(c.width,10):b.offsetWidth};a.iframe.prototype={append:function(b,e,d){this.id=e;var c='<iframe id="'+e+'" name="'+e+'" height="100%" width="100%" frameborder="0" marginwidth="0" marginheight="0" scrolling="auto"';if(a.client.isIE){c+=' allowtransparency="true"';if(a.client.isIE6){c+=" src=\"javascript:false;document.write('');\""}}c+="></iframe>";b.innerHTML=c},remove:function(){var b=document.getElementById(this.id);if(b){a.lib.remove(b);if(a.client.isGecko){delete window.frames[this.id]}}},onLoad:function(){var b=a.client.isIE?document.getElementById(this.id).contentWindow:window.frames[this.id];b.location.href=this.obj.content}}})(Shadowbox);Shadowbox.options.players=["html","iframe"];Shadowbox.options.useSizzle=false;;(function(){var aa="_gat",ba="_gaq",r=true,v=false,w=undefined,ca="4.6.5",x="length",y="cookie",A="location",B="&",C="=",D="__utma=",E="__utmb=",G="__utmc=",da="__utmk=",H="__utmv=",J="__utmz=",K="__utmx=",L="GASO=";var N=function(i){return w==i||"-"==i||""==i},ea=function(i){return i[x]>0&&" \n\r\t".indexOf(i)>-1},P=function(i,l,g){var t="-",k;if(!N(i)&&!N(l)&&!N(g)){k=i.indexOf(l);if(k>-1){g=i.indexOf(g,k);if(g<0)g=i[x];t=O(i,k+l.indexOf(C)+1,g)}}return t},Q=function(i){var l=v,g=0,t,k;if(!N(i)){l=r;for(t=0;t<i[x];t++){k=i.charAt(t);g+="."==k?1:0;l=l&&g<=1&&(0==t&&"-"==k||".0123456789".indexOf(k)>-1)}}return l},S=function(i,l){var g=encodeURIComponent;return g instanceof Function?l?encodeURI(i):g(i):escape(i)},T=function(i,l){var g=decodeURIComponent,t;i=i.split("+").join(" ");if(g instanceof Function)try{t=l?decodeURI(i):g(i)}catch(k){t=unescape(i)}else t=unescape(i);return t},U=function(i,l){return i.indexOf(l)>-1},V=function(i,l){i[i[x]]=l},W=function(i){return i.toLowerCase()},X=function(i,l){return i.split(l)},fa=function(i,l){return i.indexOf(l)},O=function(i,l,g){g=w==g?i[x]:g;return i.substring(l,g)},ga=function(i,l){return i.join(l)},ia=function(i){var l=1,g=0,t;if(!N(i)){l=0;for(t=i[x]-1;t>=0;t--){g=i.charCodeAt(t);l=(l<<6&268435455)+g+(g<<14);g=l&266338304;l=g!=0?l^g>>21:l}}return l},ja=function(){var i=window,l=w;if(i&&i.gaGlobal&&i.gaGlobal.hid)l=i.gaGlobal.hid;else{l=Y();i.gaGlobal=i.gaGlobal?i.gaGlobal:{};i.gaGlobal.hid=l}return l},Y=function(){return Math.round(Math.random()*2147483647)},Z={Ha:function(i,l){this.bb=i;this.nb=l},ib:v,_gasoDomain:w,_gasoCPath:w};Z.Gb=function(){function i(k){return new t(k[0],k[1])}function l(k){var p=[];k=k.split(",");var f;for(f=0;f<k.length;++f)p.push(i(k[f].split(":")));return p}var g=this,t=Z.Ha;g.Ia="utm_campaign";g.Ja="utm_content";g.Ka="utm_id";g.La="utm_medium";g.Ma="utm_nooverride";g.Na="utm_source";g.Oa="utm_term";g.Pa="gclid";g.ba=0;g.z=0;g.Ta=15768E6;g.sb=18E5;g.v=63072E6;g.ta=[];g.va=[];g.nc="cse";g.oc="q";g.ob=5;g.T=l("daum:q,eniro:search_word,naver:query,images.google:q,google:q,yahoo:p,msn:q,bing:q,aol:query,aol:encquery,lycos:query,ask:q,altavista:q,netscape:query,cnn:query,about:terms,mamma:query,alltheweb:q,voila:rdata,virgilio:qs,live:q,baidu:wd,alice:qs,yandex:text,najdi:q,aol:q,mama:query,seznam:q,search:q,wp:szukaj,onet:qt,szukacz:q,yam:k,pchome:q,kvasir:q,sesam:q,ozu:q,terra:query,mynet:q,ekolay:q,rambler:words");g.t=w;g.lb=v;g.h="/";g.U=100;g.oa="/__utm.gif";g.ga=1;g.ha=1;g.u="|";g.fa=1;g.da=1;g.Ra=1;g.b="auto";g.I=1;g.ra=1E3;g.Jc=10;g.Pb=10;g.Kc=0.2;g.o=w;g.a=document;g.e=window};Z.Hb=function(i){function l(d,a,j,c){var n="",s=0;n=P(d,"2"+a,";");if(!N(n)){d=n.indexOf("^"+j+".");if(d<0)return["",0];n=O(n,d+j[x]+2);if(n.indexOf("^")>0)n=n.split("^")[0];j=n.split(":");n=j[1];s=parseInt(j[0],10);if(!c&&s<p.r)n=""}if(N(n))n="";return[n,s]}function g(d,a){return"^"+ga([[a,d[1]].join("."),d[0]],":")}function t(d,a){f.a[y]=d+"; path="+f.h+"; "+a+p.fb()}function k(d){var a=new Date;d=new Date(a.getTime()+d);return"expires="+d.toGMTString()+"; "}var p=this,f=i;p.r=(new Date).getTime();var h=[D,E,G,J,H,K,L];p.k=function(){var d=f.a[y];return f.o?p.Wb(d,f.o):d};p.Wb=function(d,a){var j=[],c,n;for(c=0;c<h[x];c++){n=l(d,h[c],a)[0];N(n)||(j[j[x]]=h[c]+n+";")}return j.join("")};p.l=function(d,a,j){var c=j>0?k(j):"";if(f.o){a=p.kc(f.a[y],d,f.o,a,j);d="2"+d;c=j>0?k(f.v):""}t(d+a,c)};p.kc=function(d,a,j,c,n){var s="";n=n||f.v;c=g([c,p.r+n*1],j);s=P(d,"2"+a,";");if(!N(s)){d=g(l(d,a,j,r),j);s=ga(s.split(d),"");return s=c+s}return c};p.fb=function(){return N(f.b)?"":"domain="+f.b+";"}};Z.$=function(i){function l(b){b=b instanceof Array?b.join("."):"";return N(b)?"-":b}function g(b,e){var o=[];if(!N(b)){o=b.split(".");if(e)for(b=0;b<o[x];b++)Q(o[b])||(o[b]="-")}return o}function t(b,e,o){var m=c.M,q,u;for(q=0;q<m[x];q++){u=m[q][0];u+=N(e)?e:e+m[q][4];m[q][2](P(b,u,o))}}var k,p,f,h,d,a,j,c=this,n,s=i;c.j=new Z.Hb(i);c.kb=function(){return w==n||n==c.P()};c.k=function(){return c.j.k()};c.ma=function(){return d?d:"-"};c.vb=function(b){d=b};c.za=function(b){n=Q(b)?b*1:"-"};c.la=function(){return l(a)};c.Aa=function(b){a=g(b)};c.Vb=function(){c.j.l(H,"",-1)};c.lc=function(){return n?n:"-"};c.fb=function(){return N(s.b)?"":"domain="+s.b+";"};c.ja=function(){return l(k)};c.tb=function(b){k=g(b,1)};c.C=function(){return l(p)};c.ya=function(b){p=g(b,1)};c.ka=function(){return l(f)};c.ub=function(b){f=g(b,1)};c.na=function(){return l(h)};c.wb=function(b){h=g(b);for(b=0;b<h[x];b++)if(b<4&&!Q(h[b]))h[b]="-"};c.fc=function(){return j};c.Dc=function(b){j=b};c.Sb=function(){k=[];p=[];f=[];h=[];d=w;a=[];n=w};c.P=function(){var b="",e;for(e=0;e<c.M[x];e++)b+=c.M[e][1]();return ia(b)};c.ua=function(b){var e=c.k(),o=v;if(e){t(e,b,";");c.za(c.P());o=r}return o};c.zc=function(b){t(b,"",B);c.za(P(b,da,B))};c.Hc=function(){var b=c.M,e=[],o;for(o=0;o<b[x];o++)V(e,b[o][0]+b[o][1]());V(e,da+c.P());return e.join(B)};c.Nc=function(b,e){var o=c.M,m=s.h;c.ua(b);s.h=e;for(b=0;b<o[x];b++)N(o[b][1]())||o[b][3]();s.h=m};c.Cb=function(){c.j.l(D,c.ja(),s.v)};c.Ea=function(){c.j.l(E,c.C(),s.sb)};c.Db=function(){c.j.l(G,c.ka(),0)};c.Ga=function(){c.j.l(J,c.na(),s.Ta)};c.Eb=function(){c.j.l(K,c.ma(),s.v)};c.Fa=function(){c.j.l(H,c.la(),s.v)};c.Oc=function(){c.j.l(L,c.fc(),0)};c.M=[[D,c.ja,c.tb,c.Cb,"."],[E,c.C,c.ya,c.Ea,""],[G,c.ka,c.ub,c.Db,""],[K,c.ma,c.vb,c.Eb,""],[J,c.na,c.wb,c.Ga,"."],[H,c.la,c.Aa,c.Fa,"."]]};Z.Kb=function(i){var l=this,g=i,t=new Z.$(g),k=function(){},p=function(f){var h=(new Date).getTime(),d;d=(h-f[3])*(g.Kc/1E3);if(d>=1){f[2]=Math.min(Math.floor(f[2]*1+d),g.Pb);f[3]=h}return f};l.H=function(f,h,d,a,j,c){var n,s=g.I,b=g.a[A];t.ua(d);n=X(t.C(),".");if(n[1]<500||a){if(j)n=p(n);if(a||!j||n[2]>=1){if(!a&&j)n[2]=n[2]*1-1;n[1]=n[1]*1+1;f="?utmwv="+ca+"&utmn="+Y()+(N(b.hostname)?"":"&utmhn="+S(b.hostname))+(g.U==100?"":"&utmsp="+S(g.U))+f;if(0==s||2==s){a=2==s?k:c||k;l.$a(g.oa+f,a)}if(1==s||2==s){f=("https:"==b.protocol?"https://ssl.google-analytics.com/__utm.gif":"http://www.google-analytics.com/__utm.gif")+f+"&utmac="+h+"&utmcc="+l.ac(d);if(ka)f+="&gaq=1";l.$a(f,c)}}}t.ya(n.join("."));t.Ea()};l.$a=function(f,h){var d=new Image(1,1);d.src=f;d.onload=function(){d.onload=null;(h||k)()}};l.ac=function(f){var h=[],d=[D,J,H,K],a,j=t.k(),c;for(a=0;a<d[x];a++){c=P(j,d[a]+f,";");if(!N(c)){if(d[a]==H){c=X(c.split(f+".")[1],"|")[0];if(N(c))continue;c=f+"."+c}V(h,d[a]+c+";")}}return S(h.join("+"))}};Z.n=function(){var i=this;i.Y=[];i.hb=function(l){var g,t=i.Y,k;for(k=0;k<t.length;k++)g=l==t[k].q?t[k]:g;return g};i.Ob=function(l,g,t,k,p,f,h,d){var a=i.hb(l);if(w==a){a=new Z.n.Mb(l,g,t,k,p,f,h,d);V(i.Y,a)}else{a.Qa=g;a.Ab=t;a.zb=k;a.xb=p;a.Xa=f;a.yb=h;a.Za=d}return a}};Z.n.Lb=function(i,l,g,t,k,p){var f=this;f.Bb=i;f.Ba=l;f.D=g;f.Va=t;f.pb=k;f.qb=p;f.Ca=function(){return"&"+["utmt=item","tid="+S(f.Bb),"ipc="+S(f.Ba),"ipn="+S(f.D),"iva="+S(f.Va),"ipr="+S(f.pb),"iqt="+S(f.qb)].join("&utm")}};Z.n.Mb=function(i,l,g,t,k,p,f,h){var d=this;d.q=i;d.Qa=l;d.Ab=g;d.zb=t;d.xb=k;d.Xa=p;d.yb=f;d.Za=h;d.R=[];d.Nb=function(a,j,c,n,s){var b=d.gc(a),e=d.q;if(w==b)V(d.R,new Z.n.Lb(e,a,j,c,n,s));else{b.Bb=e;b.Ba=a;b.D=j;b.Va=c;b.pb=n;b.qb=s}};d.gc=function(a){var j,c=d.R,n;for(n=0;n<c.length;n++)j=a==c[n].Ba?c[n]:j;return j};d.Ca=function(){return"&"+["utmt=tran","id="+S(d.q),"st="+S(d.Qa),"to="+S(d.Ab),"tx="+S(d.zb),"sp="+S(d.xb),"ci="+S(d.Xa),"rg="+S(d.yb),"co="+S(d.Za)].join("&utmt")}};Z.Fb=function(i){function l(){var f,h,d;h="ShockwaveFlash";var a="$version",j=k.d?k.d.plugins:w;if(j&&j[x]>0)for(f=0;f<j[x]&&!d;f++){h=j[f];if(U(h.name,"Shockwave Flash"))d=h.description.split("Shockwave Flash ")[1]}else{h=h+"."+h;try{f=new ActiveXObject(h+".7");d=f.GetVariable(a)}catch(c){}if(!d)try{f=new ActiveXObject(h+".6");d="WIN 6,0,21,0";f.AllowScriptAccess="always";d=f.GetVariable(a)}catch(n){}if(!d)try{f=new ActiveXObject(h);d=f.GetVariable(a)}catch(s){}if(d){d=X(d.split(" ")[1],",");d=d[0]+"."+d[1]+" r"+d[2]}}return d?d:p}var g=i,t=g.e,k=this,p="-";k.V=t.screen;k.Sa=!k.V&&t.java?java.awt.Toolkit.getDefaultToolkit():w;k.d=t.navigator;k.W=p;k.xa=p;k.Wa=p;k.qa=p;k.pa=1;k.eb=p;k.bc=function(){var f;if(t.screen){k.W=k.V.width+"x"+k.V.height;k.xa=k.V.colorDepth+"-bit"}else if(k.Sa)try{f=k.Sa.getScreenSize();k.W=f.width+"x"+f.height}catch(h){}k.qa=W(k.d&&k.d.language?k.d.language:k.d&&k.d.browserLanguage?k.d.browserLanguage:p);k.pa=k.d&&k.d.javaEnabled()?1:0;k.eb=g.ha?l():p;k.Wa=S(g.a.characterSet?g.a.characterSet:g.a.charset?g.a.charset:p)};k.Ic=function(){return B+"utm"+["cs="+S(k.Wa),"sr="+k.W,"sc="+k.xa,"ul="+k.qa,"je="+k.pa,"fl="+S(k.eb)].join("&utm")};k.$b=function(){var f=g.a,h=t.history[x];f=k.d.appName+k.d.version+k.qa+k.d.platform+k.d.userAgent+k.pa+k.W+k.xa+(f[y]?f[y]:"")+(f.referrer?f.referrer:"");for(var d=f[x];h>0;)f+=h--^d++;return ia(f)}};Z.m=function(i,l,g,t){function k(d){var a="";d=W(d.split("://")[1]);if(U(d,"/")){d=d.split("/")[1];if(U(d,"?"))a=d.split("?")[0]}return a}function p(d){var a="";a=W(d.split("://")[1]);if(U(a,"/"))a=a.split("/")[0];return a}var f=t,h=this;h.c=i;h.rb=l;h.r=g;h.ic=function(d){var a=h.gb();return new Z.m.w(P(d,f.Ka+C,B),P(d,f.Na+C,B),P(d,f.Pa+C,B),h.Q(d,f.Ia,"(not set)"),h.Q(d,f.La,"(not set)"),h.Q(d,f.Oa,a&&!N(a.K)?T(a.K):w),h.Q(d,f.Ja,w))};h.jb=function(d){var a=p(d),j=k(d);if(U(a,"google")){d=d.split("?").join(B);if(U(d,B+f.oc+C))if(j==f.nc)return r}return v};h.gb=function(){var d,a=h.rb,j,c,n=f.T;if(!(N(a)||"0"==a||!U(a,"://")||h.jb(a))){d=p(a);for(j=0;j<n[x];j++){c=n[j];if(U(d,W(c.bb))){a=a.split("?").join(B);if(U(a,B+c.nb+C)){d=a.split(B+c.nb+C)[1];if(U(d,B))d=d.split(B)[0];return new Z.m.w(w,c.bb,w,"(organic)","organic",d,w)}}}}};h.Q=function(d,a,j){d=P(d,a+C,B);return j=!N(d)?T(d):!N(j)?j:"-"};h.uc=function(d){var a=f.ta,j=v,c;if(d&&"organic"==d.S){d=W(T(d.K));for(c=0;c<a[x];c++)j=j||W(a[c])==d}return j};h.hc=function(){var d="",a="";d=h.rb;if(!(N(d)||"0"==d||!U(d,"://")||h.jb(d))){d=d.split("://")[1];if(U(d,"/")){a=O(d,d.indexOf("/"));a=a.split("?")[0];d=W(d.split("/")[0])}if(0==d.indexOf("www."))d=O(d,4);return new Z.m.w(w,d,w,"(referral)","referral",w,a)}};h.Xb=function(d){var a="";if(f.ba){a=d&&d.hash?d.href.substring(d.href.indexOf("#")):"";a=""!=a?a+B:a}a+=d.search;return a};h.dc=function(){return new Z.m.w(w,"(direct)",w,"(direct)","(none)",w,w)};h.vc=function(d){var a=v,j,c=f.va;if(d&&"referral"==d.S){d=W(S(d.X));for(j=0;j<c[x];j++)a=a||U(d,W(c[j]))}return a};h.L=function(d){return w!=d&&d.mb()};h.cc=function(d,a){var j="",c="-",n,s=0,b,e,o=h.c;if(!d)return"";e=d.k();j=h.Xb(f.a[A]);if(f.z&&d.kb()){c=d.na();if(!N(c)&&!U(c,";")){d.Ga();return""}}c=P(e,J+o+".",";");n=h.ic(j);if(h.L(n)){j=P(j,f.Ma+C,B);if("1"==j&&!N(c))return""}if(!h.L(n)){n=h.gb();if(!N(c)&&h.uc(n))return""}if(!h.L(n)&&a){n=h.hc();if(!N(c)&&h.vc(n))return""}if(!h.L(n))if(N(c)&&a)n=h.dc();if(!h.L(n))return"";if(!N(c)){s=c.split(".");b=new Z.m.w;b.Zb(s.slice(4).join("."));b=W(b.Da())==W(n.Da());s=s[3]*1}if(!b||a){a=P(e,D+o+".",";");e=a.lastIndexOf(".");a=e>9?O(a,e+1)*1:0;s++;a=0==a?1:a;d.wb([o,h.r,a,s,n.Da()].join("."));d.Ga();return B+"utmcn=1"}else return B+"utmcr=1"}};Z.m.w=function(i,l,g,t,k,p,f){var h=this;h.q=i;h.X=l;h.ea=g;h.D=t;h.S=k;h.K=p;h.Ya=f;h.Da=function(){var d=[],a=[["cid",h.q],["csr",h.X],["gclid",h.ea],["ccn",h.D],["cmd",h.S],["ctr",h.K],["cct",h.Ya]],j,c;if(h.mb())for(j=0;j<a[x];j++)if(!N(a[j][1])){c=a[j][1].split("+").join("%20");c=c.split(" ").join("%20");V(d,"utm"+a[j][0]+C+c)}return d.join("|")};h.mb=function(){return!(N(h.q)&&N(h.X)&&N(h.ea))};h.Zb=function(d){var a=function(j){return T(P(d,"utm"+j+C,"|"))};h.q=a("cid");h.X=a("csr");h.ea=a("gclid");h.D=a("ccn");h.S=a("cmd");h.K=a("ctr");h.Ya=a("cct")}};Z.Ib=function(i,l,g,t){function k(j,c,n){var s;if(!N(n)){n=n.split(",");for(var b=0;b<n[x];b++){s=n[b];if(!N(s)){s=s.split(h);if(s[x]==4)c[s[0]]=[s[1],s[2],j]}}}}var p=this,f=l,h=C,d=i,a=t;p.O=g;p.sa="";p.p={};p.tc=function(){var j;j=X(P(p.O.k(),H+f+".",";"),f+".")[1];if(!N(j)){j=j.split("|");k(1,p.p,j[1]);p.sa=j[0];p.Z()}};p.Z=function(){p.Qb();var j=p.sa,c,n,s="";for(c in p.p)if((n=p.p[c])&&1===n[2])s+=c+h+n[0]+h+n[1]+h+1+",";N(s)||(j+="|"+s);if(N(j))p.O.Vb();else{p.O.Aa(f+"."+j);p.O.Fa()}};p.Ec=function(j){p.sa=j;p.Z()};p.Cc=function(j,c,n,s){if(1!=s&&2!=s&&3!=s)s=3;var b=v;if(c&&n&&j>0&&j<=d.ob){c=S(c);n=S(n);if(c[x]+n[x]<=64){p.p[j]=[c,n,s];p.Z();b=r}}return b};p.mc=function(j){if((j=p.p[j])&&1===j[2])return j[1]};p.Ub=function(j){var c=p.p;if(c[j]){delete c[j];p.Z()}};p.Qb=function(){a._clearKey(8);a._clearKey(9);a._clearKey(11);var j=p.p,c,n;for(n in j)if(c=j[n]){a._setKey(8,n,c[0]);a._setKey(9,n,c[1]);(c=c[2])&&3!=c&&a._setKey(11,n,""+c)}}};Z.N=function(){function i(m,q,u,z){if(w==f[m])f[m]={};if(w==f[m][q])f[m][q]=[];f[m][q][u]=z}function l(m,q){if(w!=f[m]&&w!=f[m][q]){f[m][q]=w;q=r;var u;for(u=0;u<a[x];u++)if(w!=f[m][a[u]]){q=v;break}if(q)f[m]=w}}function g(m){var q="",u=v,z,M;for(z=0;z<a[x];z++){M=m[a[z]];if(w!=M){if(u)q+=a[z];q+=t(M);u=v}else u=r}return q}function t(m){var q=[],u,z;for(z=0;z<m[x];z++)if(w!=m[z]){u="";if(z!=o&&w==m[z-1])u+=z.toString()+s;u+=k(m[z]);V(q,u)}return j+q.join(n)+c}function k(m){var q="",u,z,M;for(u=0;u<m[x];u++){z=m.charAt(u);M=e[z];q+=w!=M?M:z}return q}var p=this,f={},h="k",d="v",a=[h,d],j="(",c=")",n="*",s="!",b="'",e={};e[b]="'0";e[c]="'1";e[n]="'2";e[s]="'3";var o=1;p.qc=function(m){return w!=f[m]};p.G=function(){var m="",q;for(q in f)if(w!=f[q])m+=q.toString()+g(f[q]);return m};p.Ac=function(m){if(m==w)return p.G();var q=m.G(),u;for(u in f)if(w!=f[u]&&!m.qc(u))q+=u.toString()+g(f[u]);return q};p._setKey=function(m,q,u){if(typeof u!="string")return v;i(m,h,q,u);return r};p._setValue=function(m,q,u){if(typeof u!="number"&&(w==Number||!(u instanceof Number))||Math.round(u)!=u||u==NaN||u==Infinity)return v;i(m,d,q,u.toString());return r};p._getKey=function(m,q){return w!=f[m]&&w!=f[m][h]?f[m][h][q]:w};p._getValue=function(m,q){return w!=f[m]&&w!=f[m][d]?f[m][d][q]:w};p._clearKey=function(m){l(m,h)};p._clearValue=function(m){l(m,d)}};Z.Jb=function(i,l){var g=this;g.Qc=l;g.xc=i;g._trackEvent=function(t,k,p){return l._trackEvent(g.xc,t,k,p)}};Z.aa=function(i,l){function g(){if("auto"==c.b){var b=c.a.domain;if("www."==O(b,0,4))b=O(b,4);c.b=b}c.b=W(c.b)}function t(){var b=c.b,e=b.indexOf("www.google.")*b.indexOf(".google.")*b.indexOf("google.");return e||"/"!=c.h||b.indexOf("google.org")>-1}function k(b,e,o){if(N(b)||N(e)||N(o))return"-";b=P(b,D+a.c+".",e);if(!N(b)){b=b.split(".");b[5]=b[5]?b[5]*1+1:1;b[3]=b[4];b[4]=o;b=b.join(".")}return b}function p(){return"file:"!=c.a[A].protocol&&t()}function f(b){if(!b||""==b)return"";for(;ea(b.charAt(0));)b=O(b,1);for(;ea(b.charAt(b[x]-1));)b=O(b,0,b[x]-1);return b}function h(b,e,o,m){if(!N(b())){e(m?T(b()):b());U(b(),";")||o()}}function d(b){var e,o=""!=b&&c.a[A].host!=b;if(o)for(e=0;e<c.t[x];e++)o=o&&fa(W(b),W(c.t[e]))==-1;return o}var a=this,j=w,c=new Z.Gb,n=v,s=w;a.e=window;a.r=Math.round((new Date).getTime()/1E3);a.s=i||"UA-XXXXX-X";a.ab=c.a.referrer;a.ia=w;a.f=w;a.B=w;a.F=v;a.A=w;a.Ua="";a.g=w;a.cb=w;a.c=w;a.i=w;c.o=l?S(l):w;a.wc=function(){var b=v;if(a.B)b=a.B.match(/^[0-9a-z-_.]{10,1200}$/i);return b};a.jc=function(){return Y()^a.A.$b()&2147483647};a.ec=function(){if(!c.b||""==c.b||"none"==c.b){c.b="";return 1}g();return c.Ra?ia(c.b):1};a.Yb=function(b,e){if(N(b))b="-";else{e+=c.h&&"/"!=c.h?c.h:"";e=b.indexOf(e);b=e>=0&&e<=8?"0":"["==b.charAt(0)&&"]"==b.charAt(b[x]-1)?"-":b}return b};a.wa=function(b){var e="",o=c.a;e+=c.fa?a.A.Ic():"";e+=c.da?a.Ua:"";e+=c.ga&&!N(o.title)?"&utmdt="+S(o.title):"";e+="&utmhid="+ja()+"&utmr="+S(a.ia)+"&utmp="+S(a.Bc(b));return e};a.Bc=function(b){var e=c.a[A];return b=w!=b&&""!=b?S(b,r):S(e.pathname+e.search,r)};a.Lc=function(b){if(a.J()){var e="";if(a.g!=w&&a.g.G()[x]>0)e+="&utme="+S(a.g.G());e+=a.wa(b);j.H(e,a.s,a.c)}};a.Tb=function(){var b=new Z.$(c);return b.ua(a.c)?b.Hc():w};a._getLinkerUrl=function(b,e){var o=b.split("#"),m=b,q=a.Tb();if(q)if(e&&1>=o[x])m+="#"+q;else if(!e||1>=o[x])if(1>=o[x])m+=(U(b,"?")?B:"?")+q;else m=o[0]+(U(b,"?")?B:"?")+q+"#"+o[1];return m};a.Fc=function(){var b;if(a.wc()){a.i.Dc(a.B);a.i.Oc();Z._gasoDomain=c.b;Z._gasoCPath=c.h;b=c.a.createElement("script");b.type="text/javascript";b.id="_gasojs";b.src="https://www.google.com/analytics/reporting/overlay_js?gaso="+a.B+B+Y();c.a.getElementsByTagName("head")[0].appendChild(b)}};a.pc=function(){var b=a.r,e=a.i,o=e.k(),m=a.c+"",q=c.e,u=q?q.gaGlobal:w,z,M=U(o,D+m+"."),la=U(o,E+m),ma=U(o,G+m),F,I=[],R="",ha=v;o=N(o)?"":o;if(c.z){z=c.a[A]&&c.a[A].hash?c.a[A].href.substring(c.a[A].href.indexOf("#")):"";if(c.ba&&!N(z))R=z+B;R+=c.a[A].search;if(!N(R)&&U(R,D)){e.zc(R);e.kb()||e.Sb();F=e.ja()}h(e.ma,e.vb,e.Eb,true);h(e.la,e.Aa,e.Fa)}if(N(F))if(M)if(!la||!ma){F=k(o,";",b);a.F=r}else{F=P(o,D+m+".",";");I=X(P(o,E+m,";"),".")}else{F=ga([m,a.jc(),b,b,b,1],".");ha=a.F=r}else if(N(e.C())||N(e.ka())){F=k(R,B,b);a.F=r}else{I=X(e.C(),".");m=I[0]}F=F.split(".");if(q&&u&&u.dh==m&&!c.o){F[4]=u.sid?u.sid:F[4];if(ha){F[3]=u.sid?u.sid:F[4];if(u.vid){b=u.vid.split(".");F[1]=b[0];F[2]=b[1]}}}e.tb(F.join("."));I[0]=m;I[1]=I[1]?I[1]:0;I[2]=w!=I[2]?I[2]:c.Jc;I[3]=I[3]?I[3]:F[4];e.ya(I.join("."));e.ub(m);N(e.lc())||e.za(e.P());e.Cb();e.Ea();e.Db()};a.rc=function(){j=new Z.Kb(c)};a._initData=function(){var b;if(!n){if(!a.A){a.A=new Z.Fb(c);a.A.bc()}a.c=a.ec();a.i=new Z.$(c);a.g=new Z.N;s=new Z.Ib(c,a.c,a.i,a.g);a.rc()}if(p()){a.pc();s.tc()}if(!n){if(p()){a.ia=a.Yb(a.ab,c.a.domain);if(c.da){b=new Z.m(a.c,a.ia,a.r,c);a.Ua=b.cc(a.i,a.F)}}a.cb=new Z.N;n=r}Z.ib||a.sc()};a._visitCode=function(){a._initData();var b=P(a.i.k(),D+a.c+".",";");b=b.split(".");return b[x]<4?"":b[1]};a._cookiePathCopy=function(b){a._initData();a.i&&a.i.Nc(a.c,b)};a.sc=function(){var b=c.a[A].hash;if(b&&1==b.indexOf("gaso="))b=P(b,"gaso=",B);else b=(b=c.e.name)&&0<=b.indexOf("gaso=")?P(b,"gaso=",B):P(a.i.k(),L,";");if(b[x]>=10){a.B=b;a.Fc()}Z.ib=r};a.J=function(){return a._visitCode()%1E4<c.U*100};a.Gc=function(){var b,e,o=c.a.links;if(!c.lb){b=c.a.domain;if("www."==O(b,0,4))b=O(b,4);c.t.push("."+b)}for(b=0;b<o[x]&&(c.ra==-1||b<c.ra);b++){e=o[b];if(d(e.host))if(!e.gatcOnclick){e.gatcOnclick=e.onclick?e.onclick:a.yc;e.onclick=function(m){var q=!this.target||this.target=="_self"||this.target=="_top"||this.target=="_parent";q=q&&!a.Rb(m);a.Mc(m,this,q);return q?v:this.gatcOnclick?this.gatcOnclick(m):r}}}};a.yc=function(){};a._trackPageview=function(b){if(p()){a._initData();c.t&&a.Gc();a.Lc(b);a.F=v}};a._trackTrans=function(){var b=a.c,e=[],o,m,q;a._initData();if(a.f&&a.J()){for(o=0;o<a.f.Y[x];o++){m=a.f.Y[o];V(e,m.Ca());for(q=0;q<m.R[x];q++)V(e,m.R[q].Ca())}for(o=0;o<e[x];o++)j.H(e[o],a.s,b,r)}};a._setTrans=function(){var b=c.a,e,o,m;b=b.getElementById?b.getElementById("utmtrans"):b.utmform&&b.utmform.utmtrans?b.utmform.utmtrans:w;a._initData();if(b&&b.value){a.f=new Z.n;m=b.value.split("UTM:");c.u=!c.u||""==c.u?"|":c.u;for(b=0;b<m[x];b++){m[b]=f(m[b]);e=m[b].split(c.u);for(o=0;o<e[x];o++)e[o]=f(e[o]);if("T"==e[0])a._addTrans(e[1],e[2],e[3],e[4],e[5],e[6],e[7],e[8]);else"I"==e[0]&&a._addItem(e[1],e[2],e[3],e[4],e[5],e[6])}}};a._addTrans=function(b,e,o,m,q,u,z,M){a.f=a.f?a.f:new Z.n;return a.f.Ob(b,e,o,m,q,u,z,M)};a._addItem=function(b,e,o,m,q,u){var z;a.f=a.f?a.f:new Z.n;(z=a.f.hb(b))||(z=a._addTrans(b,"","","","","","",""));z.Nb(e,o,m,q,u)};a._setVar=function(b){if(b&&""!=b&&t()){a._initData();s.Ec(S(b));a.J()&&j.H("&utmt=var",a.s,a.c)}};a._setCustomVar=function(b,e,o,m){a._initData();return s.Cc(b,e,o,m)};a._deleteCustomVar=function(b){a._initData();s.Ub(b)};a._getVisitorCustomVar=function(b){a._initData();return s.mc(b)};a._setMaxCustomVariables=function(b){c.ob=b};a._link=function(b,e){if(c.z&&b){a._initData();c.a[A].href=a._getLinkerUrl(b,e)}};a._linkByPost=function(b,e){if(c.z&&b&&b.action){a._initData();b.action=a._getLinkerUrl(b.action,e)}};a._setXKey=function(b,e,o){a.g._setKey(b,e,o)};a._setXValue=function(b,e,o){a.g._setValue(b,e,o)};a._getXKey=function(b,e){return a.g._getKey(b,e)};a._getXValue=function(b,e){return a.g.getValue(b,e)};a._clearXKey=function(b){a.g._clearKey(b)};a._clearXValue=function(b){a.g._clearValue(b)};a._createXObj=function(){a._initData();return new Z.N};a._sendXEvent=function(b){var e="";a._initData();if(a.J()){e+="&utmt=event&utme="+S(a.g.Ac(b))+a.wa();j.H(e,a.s,a.c,v,r)}};a._createEventTracker=function(b){a._initData();return new Z.Jb(b,a)};a._trackEvent=function(b,e,o,m){var q=a.cb;if(w!=b&&w!=e&&""!=b&&""!=e){q._clearKey(5);q._clearValue(5);(b=q._setKey(5,1,b)&&q._setKey(5,2,e)&&(w==o||q._setKey(5,3,o))&&(w==m||q._setValue(5,1,m)))&&a._sendXEvent(q)}else b=v;return b};a.Mc=function(b,e,o){a._initData();if(a.J()){var m=new Z.N;m._setKey(6,1,e.href);var q=o?function(){a.db(b,e)}:w;j.H("&utmt=event&utme="+
S(m.G())+a.wa(),a.s,a.c,v,r,q);if(o){var u=this;c.e.setTimeout(function(){u.db(b,e)},500)}}};a.db=function(b,e){if(!b)b=c.e.event;var o=r;if(e.gatcOnclick)o=e.gatcOnclick(b);if(o||typeof o=="undefined")if(!e.target||e.target=="_self")c.e[A]=e.href;else if(e.target=="_top")c.e.top.document[A]=e.href;else if(e.target=="_parent")c.e.parent.document[A]=e.href};a.Rb=function(b){if(!b)b=c.e.event;var e=b.shiftKey||b.ctrlKey||b.altKey;if(!e)if(b.modifiers&&c.e.Event)e=b.modifiers&c.e.Event.CONTROL_MASK||b.modifiers&c.e.Event.SHIFT_MASK||b.modifiers&c.e.Event.ALT_MASK;return e};a.Pc=function(){return c};a._setDomainName=function(b){c.b=b};a._addOrganic=function(b,e,o){c.T.splice(o?0:c.T.length,0,new Z.Ha(b,e))};a._clearOrganic=function(){c.T=[]};a._addIgnoredOrganic=function(b){V(c.ta,b)};a._clearIgnoredOrganic=function(){c.ta=[]};a._addIgnoredRef=function(b){V(c.va,b)};a._clearIgnoredRef=function(){c.va=[]};a._setAllowHash=function(b){c.Ra=b?1:0};a._setCampaignTrack=function(b){c.da=b?1:0};a._setClientInfo=function(b){c.fa=b?1:0};a._getClientInfo=function(){return c.fa};a._setCookiePath=function(b){c.h=b};a._setTransactionDelim=function(b){c.u=b};a._setCookieTimeout=function(b){a._setCampaignCookieTimeout(b*1E3)};a._setCampaignCookieTimeout=function(b){c.Ta=b};a._setDetectFlash=function(b){c.ha=b?1:0};a._getDetectFlash=function(){return c.ha};a._setDetectTitle=function(b){c.ga=b?1:0};a._getDetectTitle=function(){return c.ga};a._setLocalGifPath=function(b){c.oa=b};a._getLocalGifPath=function(){return c.oa};a._setLocalServerMode=function(){c.I=0};a._setRemoteServerMode=function(){c.I=1};a._setLocalRemoteServerMode=function(){c.I=2};a._getServiceMode=function(){return c.I};a._setSampleRate=function(b){c.U=b};a._setSessionTimeout=function(b){a._setSessionCookieTimeout(b*1E3)};a._setSessionCookieTimeout=function(b){c.sb=b};a._setAllowLinker=function(b){c.z=b?1:0};a._setAllowAnchor=function(b){c.ba=b?1:0};a._setCampNameKey=function(b){c.Ia=b};a._setCampContentKey=function(b){c.Ja=b};a._setCampIdKey=function(b){c.Ka=b};a._setCampMediumKey=function(b){c.La=b};a._setCampNOKey=function(b){c.Ma=b};a._setCampSourceKey=function(b){c.Na=b};a._setCampTermKey=function(b){c.Oa=b};a._setCampCIdKey=function(b){c.Pa=b};a._getAccount=function(){return a.s};a._setAccount=function(b){a.s=b};a._setNamespace=function(b){c.o=b?S(b):w};a._getVersion=function(){return ca};a._setAutoTrackOutbound=function(b){c.t=[];if(b)c.t=b};a._setTrackOutboundSubdomains=function(b){c.lb=b};a._setHrefExamineLimit=function(b){c.ra=b};a._setReferrerOverride=function(b){a.ab=b};a._setCookiePersistence=function(b){a._setVisitorCookieTimeout(b)};a._setVisitorCookieTimeout=function(b){c.v=b}};Z._getTracker=function(i,l){return new Z.aa(i,l)};var ka=v,$={ca:{},_createAsyncTracker:function(i,l){l=l||"";i=new Z.aa(i);$.ca[l]=i;ka=r;return i},_getAsyncTracker:function(i){i=i||"";var l=$.ca[i];if(!l){l=new Z.aa;$.ca[i]=l;ka=r}return l},push:function(){for(var i=arguments,l=0,g=0;g<i[x];g++)try{if(typeof i[g]==="function")i[g]();else{var t="",k=i[g][0],p=k.lastIndexOf(".");if(p>0){t=O(k,0,p);k=O(k,p+1)}var f=$._getAsyncTracker(t);f[k].apply(f,i[g].slice(1))}}catch(h){l++}return l}};window[aa]=Z;function na(){var i=window[ba],l=v;if(i&&typeof i.push=="function"){l=i.constructor==Array;if(!l)return}window[ba]=$;l&&$.push.apply($,i)}na();})();_ftTrack=function(o,s){_ftOnC(function(){_ftAdd(o,s)});};_ftAdd=function(o,s){var aE=function(o,e,f){var w="addEventListener",x="attachEvent";if(!o[w]||o[w](e,f,false))if(o[x])o[x]("on"+e,function(){return f.apply(o)})},a=document.getElementsByTagName('a'),i,tl,r,h,x,c=o._trackPageview;for(i in(s=s.split("|"))){if(s[i]=='link'){tl=s.splice(i,1);break}}
r=new RegExp("("+s.join("|")+")(\\?.*)?$","i");for(i=0;i<a.length;i++){aE(a[i],"click",function(){h=this.href;if((x=h.search(location.host))!=-1&&x<9){if(s.length>0&&r.test(h))
c('/MEDIA'+h.replace(/^https?:\/\/[^/]+/i,''));}else if(tl)
c('/OUTGOING/'+h.replace(/^https?:\/+/i,''));});}};_ftOnC=function(f){var a=_ftOnC,b=navigator.userAgent,d=document,w=window,c="_ftOnC",e="addEventListener",o="opera",r="readyState",s="<scr".concat("ipt defer src='//:' on",r,"change='if(this.",r,"==\"complete\"){this.parentNode.removeChild(this);",c,".",c,"()}'></scr","ipt>");a[c]=(function(o){return function(){a[c]=function(){};for(a=arguments.callee;!a.done;a.done=1)f(o?o():o)}})(a[c]);if(d[e])d[e]("DOMContentLoaded",a[c],false);if(/WebKit|Khtml/i.test(b)||(w[o]&&parseInt(w[o].version())<9))(function(){/loaded|complete/.test(d[r])?a[c]():setTimeout(arguments.callee,1)})();else if(/MSIE/i.test(b))d.write(s);};