(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")}})})();jQuery(function(){jQuery("#searchbox").focus(function(){if(jQuery(this).val()=="Search..."){jQuery(this).val("");}}).blur(function(){if(jQuery(this).val()==""){jQuery(this).val("Search...");}})});var MooTools={version:"1.2.1",build:"0d4845aab3d9a4fdee2f0d4a6dd59210e4b697cf"};var Native=function(K){K=K||{};var A=K.name;var I=K.legacy;var B=K.protect;var C=K.implement;var H=K.generics;var F=K.initialize;var G=K.afterImplement||function(){};var D=F||I;H=H!==false;D.constructor=Native;D.$family={name:"native"};if(I&&F){D.prototype=I.prototype;}D.prototype.constructor=D;if(A){var E=A.toLowerCase();D.prototype.$family={name:E};Native.typize(D,E);}var J=function(N,L,O,M){if(!B||M||!N.prototype[L]){N.prototype[L]=O;}if(H){Native.genericize(N,L,B);}G.call(N,L,O);return N;};D.alias=function(N,L,O){if(typeof N=="string"){if((N=this.prototype[N])){return J(this,L,N,O);}}for(var M in N){this.alias(M,N[M],L);}return this;};D.implement=function(M,L,O){if(typeof M=="string"){return J(this,M,L,O);}for(var N in M){J(this,N,M[N],L);}return this;};if(C){D.implement(C);}return D;};Native.genericize=function(B,C,A){if((!A||!B[C])&&typeof B.prototype[C]=="function"){B[C]=function(){var D=Array.prototype.slice.call(arguments);return B.prototype[C].apply(D.shift(),D);};}};Native.implement=function(D,C){for(var B=0,A=D.length;B<A;B++){D[B].implement(C);}};Native.typize=function(A,B){if(!A.type){A.type=function(C){return($type(C)===B);};}};(function(){var A={Array:Array,Date:Date,Function:Function,Number:Number,RegExp:RegExp,String:String};for(var G in A){new Native({name:G,initialize:A[G],protect:true});}var D={"boolean":Boolean,"native":Native,object:Object};for(var C in D){Native.typize(D[C],C);}var F={Array:["concat","indexOf","join","lastIndexOf","pop","push","reverse","shift","slice","sort","splice","toString","unshift","valueOf"],String:["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","valueOf"]};for(var E in F){for(var B=F[E].length;B--;){Native.genericize(window[E],F[E][B],true);}}})();var Hash=new Native({name:"Hash",initialize:function(A){if($type(A)=="hash"){A=$unlink(A.getClean());}for(var B in A){this[B]=A[B];}return this;}});Hash.implement({forEach:function(B,C){for(var A in this){if(this.hasOwnProperty(A)){B.call(C,this[A],A,this);}}},getClean:function(){var B={};for(var A in this){if(this.hasOwnProperty(A)){B[A]=this[A];}}return B;},getLength:function(){var B=0;for(var A in this){if(this.hasOwnProperty(A)){B++;}}return B;}});Hash.alias("forEach","each");Array.implement({forEach:function(C,D){for(var B=0,A=this.length;B<A;B++){C.call(D,this[B],B,this);}}});Array.alias("forEach","each");function $A(C){if(C.item){var D=[];for(var B=0,A=C.length;B<A;B++){D[B]=C[B];}return D;}return Array.prototype.slice.call(C);}function $arguments(A){return function(){return arguments[A];};}function $chk(A){return!!(A||A===0);}function $clear(A){clearTimeout(A);clearInterval(A);return null;}function $defined(A){return(A!=undefined);}function $each(C,B,D){var A=$type(C);((A=="arguments"||A=="collection"||A=="array")?Array:Hash).each(C,B,D);}function $empty(){}function $extend(C,A){for(var B in(A||{})){C[B]=A[B];}return C;}function $H(A){return new Hash(A);}function $lambda(A){return(typeof A=="function")?A:function(){return A;};}function $merge(){var E={};for(var D=0,A=arguments.length;D<A;D++){var B=arguments[D];if($type(B)!="object"){continue;}for(var C in B){var G=B[C],F=E[C];E[C]=(F&&$type(G)=="object"&&$type(F)=="object")?$merge(F,G):$unlink(G);}}return E;}function $pick(){for(var B=0,A=arguments.length;B<A;B++){if(arguments[B]!=undefined){return arguments[B];}}return null;}function $random(B,A){return Math.floor(Math.random()*(A-B+1)+B);}function $splat(B){var A=$type(B);return(A)?((A!="array"&&A!="arguments")?[B]:B):[];}var $time=Date.now||function(){return+new Date;};function $try(){for(var B=0,A=arguments.length;B<A;B++){try{return arguments[B]();}catch(C){}}return null;}function $type(A){if(A==undefined){return false;}if(A.$family){return(A.$family.name=="number"&&!isFinite(A))?false:A.$family.name;}if(A.nodeName){switch(A.nodeType){case 1:return"element";case 3:return(/\S/).test(A.nodeValue)?"textnode":"whitespace";}}else{if(typeof A.length=="number"){if(A.callee){return"arguments";}else{if(A.item){return"collection";}}}}return typeof A;}function $unlink(C){var B;switch($type(C)){case"object":B={};for(var E in C){B[E]=$unlink(C[E]);}break;case"hash":B=new Hash(C);break;case"array":B=[];for(var D=0,A=C.length;D<A;D++){B[D]=$unlink(C[D]);}break;default:return C;}return B;}var Browser=$merge({Engine:{name:"unknown",version:0},Platform:{name:(window.orientation!=undefined)?"ipod":(navigator.platform.match(/mac|win|linux/i)||["other"])[0].toLowerCase()},Features:{xpath:!!(document.evaluate),air:!!(window.runtime),query:!!(document.querySelector)},Plugins:{},Engines:{presto:function(){return(!window.opera)?false:((arguments.callee.caller)?960:((document.getElementsByClassName)?950:925));},trident:function(){return(!window.ActiveXObject)?false:((window.XMLHttpRequest)?5:4);},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419);},gecko:function(){return(document.getBoxObjectFor==undefined)?false:((document.getElementsByClassName)?19:18);}}},Browser||{});Browser.Platform[Browser.Platform.name]=true;Browser.detect=function(){for(var B in this.Engines){var A=this.Engines[B]();if(A){this.Engine={name:B,version:A};this.Engine[B]=this.Engine[B+A]=true;break;}}return{name:B,version:A};};Browser.detect();Browser.Request=function(){return $try(function(){return new XMLHttpRequest();},function(){return new ActiveXObject("MSXML2.XMLHTTP");});};Browser.Features.xhr=!!(Browser.Request());Browser.Plugins.Flash=(function(){var A=($try(function(){return navigator.plugins["Shockwave Flash"].description;},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version");})||"0 r0").match(/\d+/g);return{version:parseInt(A[0]||0+"."+A[1]||0),build:parseInt(A[2]||0)};})();function $exec(B){if(!B){return B;}if(window.execScript){window.execScript(B);}else{var A=document.createElement("script");A.setAttribute("type","text/javascript");A[(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerText":"text"]=B;document.head.appendChild(A);document.head.removeChild(A);}return B;}Native.UID=1;var $uid=(Browser.Engine.trident)?function(A){return(A.uid||(A.uid=[Native.UID++]))[0];}:function(A){return A.uid||(A.uid=Native.UID++);};var Window=new Native({name:"Window",legacy:(Browser.Engine.trident)?null:window.Window,initialize:function(A){$uid(A);if(!A.Element){A.Element=$empty;if(Browser.Engine.webkit){A.document.createElement("iframe");}A.Element.prototype=(Browser.Engine.webkit)?window["[[DOMElement.prototype]]"]:{};}A.document.window=A;return $extend(A,Window.Prototype);},afterImplement:function(B,A){window[B]=Window.Prototype[B]=A;}});Window.Prototype={$family:{name:"window"}};new Window(window);var Document=new Native({name:"Document",legacy:(Browser.Engine.trident)?null:window.Document,initialize:function(A){$uid(A);A.head=A.getElementsByTagName("head")[0];A.html=A.getElementsByTagName("html")[0];if(Browser.Engine.trident&&Browser.Engine.version<=4){$try(function(){A.execCommand("BackgroundImageCache",false,true);});}if(Browser.Engine.trident){A.window.attachEvent("onunload",function(){A.window.detachEvent("onunload",arguments.callee);A.head=A.html=A.window=null;});}return $extend(A,Document.Prototype);},afterImplement:function(B,A){document[B]=Document.Prototype[B]=A;}});Document.Prototype={$family:{name:"document"}};new Document(document);Array.implement({every:function(C,D){for(var B=0,A=this.length;B<A;B++){if(!C.call(D,this[B],B,this)){return false;}}return true;},filter:function(D,E){var C=[];for(var B=0,A=this.length;B<A;B++){if(D.call(E,this[B],B,this)){C.push(this[B]);}}return C;},clean:function(){return this.filter($defined);},indexOf:function(C,D){var A=this.length;for(var B=(D<0)?Math.max(0,A+D):D||0;B<A;B++){if(this[B]===C){return B;}}return-1;},map:function(D,E){var C=[];for(var B=0,A=this.length;B<A;B++){C[B]=D.call(E,this[B],B,this);}return C;},some:function(C,D){for(var B=0,A=this.length;B<A;B++){if(C.call(D,this[B],B,this)){return true;}}return false;},associate:function(C){var D={},B=Math.min(this.length,C.length);for(var A=0;A<B;A++){D[C[A]]=this[A];}return D;},link:function(C){var A={};for(var E=0,B=this.length;E<B;E++){for(var D in C){if(C[D](this[E])){A[D]=this[E];delete C[D];break;}}}return A;},contains:function(A,B){return this.indexOf(A,B)!=-1;},extend:function(C){for(var B=0,A=C.length;B<A;B++){this.push(C[B]);}return this;},getLast:function(){return(this.length)?this[this.length-1]:null;},getRandom:function(){return(this.length)?this[$random(0,this.length-1)]:null;},include:function(A){if(!this.contains(A)){this.push(A);}return this;},combine:function(C){for(var B=0,A=C.length;B<A;B++){this.include(C[B]);}return this;},erase:function(B){for(var A=this.length;A--;A){if(this[A]===B){this.splice(A,1);}}return this;},empty:function(){this.length=0;return this;},flatten:function(){var D=[];for(var B=0,A=this.length;B<A;B++){var C=$type(this[B]);if(!C){continue;}D=D.concat((C=="array"||C=="collection"||C=="arguments")?Array.flatten(this[B]):this[B]);}return D;},hexToRgb:function(B){if(this.length!=3){return null;}var A=this.map(function(C){if(C.length==1){C+=C;}return C.toInt(16);});return(B)?A:"rgb("+A+")";},rgbToHex:function(D){if(this.length<3){return null;}if(this.length==4&&this[3]==0&&!D){return"transparent";}var B=[];for(var A=0;A<3;A++){var C=(this[A]-0).toString(16);B.push((C.length==1)?"0"+C:C);}return(D)?B:"#"+B.join("");}});Function.implement({extend:function(A){for(var B in A){this[B]=A[B];}return this;},create:function(B){var A=this;B=B||{};return function(D){var C=B.arguments;C=(C!=undefined)?$splat(C):Array.slice(arguments,(B.event)?1:0);if(B.event){C=[D||window.event].extend(C);}var E=function(){return A.apply(B.bind||null,C);};if(B.delay){return setTimeout(E,B.delay);}if(B.periodical){return setInterval(E,B.periodical);}if(B.attempt){return $try(E);}return E();};},run:function(A,B){return this.apply(B,$splat(A));},pass:function(A,B){return this.create({bind:B,arguments:A});},bind:function(B,A){return this.create({bind:B,arguments:A});},bindWithEvent:function(B,A){return this.create({bind:B,arguments:A,event:true});},attempt:function(A,B){return this.create({bind:B,arguments:A,attempt:true})();},delay:function(B,C,A){return this.create({bind:C,arguments:A,delay:B})();},periodical:function(C,B,A){return this.create({bind:B,arguments:A,periodical:C})();}});Number.implement({limit:function(B,A){return Math.min(A,Math.max(B,this));},round:function(A){A=Math.pow(10,A||0);return Math.round(this*A)/A;},times:function(B,C){for(var A=0;A<this;A++){B.call(C,A,this);}},toFloat:function(){return parseFloat(this);},toInt:function(A){return parseInt(this,A||10);}});Number.alias("times","each");(function(B){var A={};B.each(function(C){if(!Number[C]){A[C]=function(){return Math[C].apply(null,[this].concat($A(arguments)));};}});Number.implement(A);})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);String.implement({test:function(A,B){return((typeof A=="string")?new RegExp(A,B):A).test(this);},contains:function(A,B){return(B)?(B+this+B).indexOf(B+A+B)>-1:this.indexOf(A)>-1;},trim:function(){return this.replace(/^\s+|\s+$/g,"");},clean:function(){return this.replace(/\s+/g," ").trim();},camelCase:function(){return this.replace(/-\D/g,function(A){return A.charAt(1).toUpperCase();});},hyphenate:function(){return this.replace(/[A-Z]/g,function(A){return("-"+A.charAt(0).toLowerCase());});},capitalize:function(){return this.replace(/\b[a-z]/g,function(A){return A.toUpperCase();});},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1");},toInt:function(A){return parseInt(this,A||10);},toFloat:function(){return parseFloat(this);},hexToRgb:function(B){var A=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);return(A)?A.slice(1).hexToRgb(B):null;},rgbToHex:function(B){var A=this.match(/\d{1,3}/g);return(A)?A.rgbToHex(B):null;},stripScripts:function(B){var A="";var C=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){A+=arguments[1]+"\n";return"";});if(B===true){$exec(A);}else{if($type(B)=="function"){B(A,C);}}return C;},substitute:function(A,B){return this.replace(B||(/\\?\{([^{}]+)\}/g),function(D,C){if(D.charAt(0)=="\\"){return D.slice(1);}return(A[C]!=undefined)?A[C]:"";});}});Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(B){for(var A in this){if(this.hasOwnProperty(A)&&this[A]===B){return A;}}return null;},hasValue:function(A){return(Hash.keyOf(this,A)!==null);},extend:function(A){Hash.each(A,function(C,B){Hash.set(this,B,C);},this);return this;},combine:function(A){Hash.each(A,function(C,B){Hash.include(this,B,C);},this);return this;},erase:function(A){if(this.hasOwnProperty(A)){delete this[A];}return this;},get:function(A){return(this.hasOwnProperty(A))?this[A]:null;},set:function(A,B){if(!this[A]||this.hasOwnProperty(A)){this[A]=B;}return this;},empty:function(){Hash.each(this,function(B,A){delete this[A];},this);return this;},include:function(B,C){var A=this[B];if(A==undefined){this[B]=C;}return this;},map:function(B,C){var A=new Hash;Hash.each(this,function(E,D){A.set(D,B.call(C,E,D,this));},this);return A;},filter:function(B,C){var A=new Hash;Hash.each(this,function(E,D){if(B.call(C,E,D,this)){A.set(D,E);}},this);return A;},every:function(B,C){for(var A in this){if(this.hasOwnProperty(A)&&!B.call(C,this[A],A)){return false;}}return true;},some:function(B,C){for(var A in this){if(this.hasOwnProperty(A)&&B.call(C,this[A],A)){return true;}}return false;},getKeys:function(){var A=[];Hash.each(this,function(C,B){A.push(B);});return A;},getValues:function(){var A=[];Hash.each(this,function(B){A.push(B);});return A;},toQueryString:function(A){var B=[];Hash.each(this,function(F,E){if(A){E=A+"["+E+"]";}var D;switch($type(F)){case"object":D=Hash.toQueryString(F,E);break;case"array":var C={};F.each(function(H,G){C[G]=H;});D=Hash.toQueryString(C,E);break;default:D=E+"="+encodeURIComponent(F);}if(F!=undefined){B.push(D);}});return B.join("&");}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});var Event=new Native({name:"Event",initialize:function(A,F){F=F||window;var K=F.document;A=A||F.event;if(A.$extended){return A;}this.$extended=true;var J=A.type;var G=A.target||A.srcElement;while(G&&G.nodeType==3){G=G.parentNode;}if(J.test(/key/)){var B=A.which||A.keyCode;var M=Event.Keys.keyOf(B);if(J=="keydown"){var D=B-111;if(D>0&&D<13){M="f"+D;}}M=M||String.fromCharCode(B).toLowerCase();}else{if(J.match(/(click|mouse|menu)/i)){K=(!K.compatMode||K.compatMode=="CSS1Compat")?K.html:K.body;var I={x:A.pageX||A.clientX+K.scrollLeft,y:A.pageY||A.clientY+K.scrollTop};var C={x:(A.pageX)?A.pageX-F.pageXOffset:A.clientX,y:(A.pageY)?A.pageY-F.pageYOffset:A.clientY};if(J.match(/DOMMouseScroll|mousewheel/)){var H=(A.wheelDelta)?A.wheelDelta/120:-(A.detail||0)/3;}var E=(A.which==3)||(A.button==2);var L=null;if(J.match(/over|out/)){switch(J){case"mouseover":L=A.relatedTarget||A.fromElement;break;case"mouseout":L=A.relatedTarget||A.toElement;}if(!(function(){while(L&&L.nodeType==3){L=L.parentNode;}return true;}).create({attempt:Browser.Engine.gecko})()){L=false;}}}}return $extend(this,{event:A,type:J,page:I,client:C,rightClick:E,wheel:H,relatedTarget:L,target:G,code:B,key:M,shift:A.shiftKey,control:A.ctrlKey,alt:A.altKey,meta:A.metaKey});}});Event.Keys=new Hash({enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46});Event.implement({stop:function(){return this.stopPropagation().preventDefault();},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation();}else{this.event.cancelBubble=true;}return this;},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault();}else{this.event.returnValue=false;}return this;}});var Class=new Native({name:"Class",initialize:function(B){B=B||{};var A=function(){for(var E in this){if($type(this[E])!="function"){this[E]=$unlink(this[E]);}}this.constructor=A;if(Class.prototyping){return this;}var D=(this.initialize)?this.initialize.apply(this,arguments):this;if(this.options&&this.options.initialize){this.options.initialize.call(this);}return D;};for(var C in Class.Mutators){if(!B[C]){continue;}B=Class.Mutators[C](B,B[C]);delete B[C];}$extend(A,this);A.constructor=Class;A.prototype=B;return A;}});Class.Mutators={Extends:function(C,A){Class.prototyping=A.prototype;var B=new A;delete B.parent;B=Class.inherit(B,C);delete Class.prototyping;return B;},Implements:function(A,B){$splat(B).each(function(C){Class.prototying=C;$extend(A,($type(C)=="class")?new C:C);delete Class.prototyping;});return A;}};Class.extend({inherit:function(B,E){var A=arguments.callee.caller;for(var D in E){var C=E[D];var G=B[D];var F=$type(C);if(G&&F=="function"){if(C!=G){if(A){C.__parent=G;B[D]=C;}else{Class.override(B,D,C);}}}else{if(F=="object"){B[D]=$merge(G,C);}else{B[D]=C;}}}if(A){B.parent=function(){return arguments.callee.caller.__parent.apply(this,arguments);};}return B;},override:function(B,A,E){var D=Class.prototyping;if(D&&B[A]!=D[A]){D=null;}var C=function(){var F=this.parent;this.parent=D?D[A]:B[A];var G=E.apply(this,arguments);this.parent=F;return G;};B[A]=C;}});Class.implement({implement:function(){var A=this.prototype;$each(arguments,function(B){Class.inherit(A,B);});return this;}});var Chain=new Class({$chain:[],chain:function(){this.$chain.extend(Array.flatten(arguments));return this;},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false;},clearChain:function(){this.$chain.empty();return this;}});var Events=new Class({$events:{},addEvent:function(C,B,A){C=Events.removeOn(C);if(B!=$empty){this.$events[C]=this.$events[C]||[];this.$events[C].include(B);if(A){B.internal=true;}}return this;},addEvents:function(A){for(var B in A){this.addEvent(B,A[B]);}return this;},fireEvent:function(C,B,A){C=Events.removeOn(C);if(!this.$events||!this.$events[C]){return this;}this.$events[C].each(function(D){D.create({bind:this,delay:A,"arguments":B})();},this);return this;},removeEvent:function(B,A){B=Events.removeOn(B);if(!this.$events[B]){return this;}if(!A.internal){this.$events[B].erase(A);}return this;},removeEvents:function(C){if($type(C)=="object"){for(var D in C){this.removeEvent(D,C[D]);}return this;}if(C){C=Events.removeOn(C);}for(var D in this.$events){if(C&&C!=D){continue;}var B=this.$events[D];for(var A=B.length;A--;A){this.removeEvent(D,B[A]);}}return this;}});Events.removeOn=function(A){return A.replace(/^on([A-Z])/,function(B,C){return C.toLowerCase();});};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));if(!this.addEvent){return this;}for(var A in this.options){if($type(this.options[A])!="function"||!(/^on[A-Z]/).test(A)){continue;}this.addEvent(A,this.options[A]);delete this.options[A];}return this;}});var Element=new Native({name:"Element",legacy:window.Element,initialize:function(A,B){var C=Element.Constructors.get(A);if(C){return C(B);}if(typeof A=="string"){return document.newElement(A,B);}return $(A).set(B);},afterImplement:function(A,B){Element.Prototype[A]=B;if(Array[A]){return;}Elements.implement(A,function(){var C=[],G=true;for(var E=0,D=this.length;E<D;E++){var F=this[E][A].apply(this[E],arguments);C.push(F);if(G){G=($type(F)=="element");}}return(G)?new Elements(C):C;});}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var E=Array.link(arguments,{properties:Object.type,iframe:$defined});var C=E.properties||{};var B=$(E.iframe)||false;var D=C.onload||$empty;delete C.onload;C.id=C.name=$pick(C.id,C.name,B.id,B.name,"IFrame_"+$time());B=new Element(B||"iframe",C);var A=function(){var F=$try(function(){return B.contentWindow.location.host;});if(F&&F==window.location.host){var G=new Window(B.contentWindow);new Document(B.contentWindow.document);$extend(G.Element.prototype,Element.Prototype);}D.call(B.contentWindow,B.contentWindow.document);};(window.frames[C.id])?A():B.addListener("load",A);return B;}});var Elements=new Native({initialize:function(F,B){B=$extend({ddup:true,cash:true},B);F=F||[];if(B.ddup||B.cash){var G={},E=[];for(var C=0,A=F.length;C<A;C++){var D=$.element(F[C],!B.cash);if(B.ddup){if(G[D.uid]){continue;}G[D.uid]=true;}E.push(D);}F=E;}return(B.cash)?$extend(F,this):F;}});Elements.implement({filter:function(A,B){if(!A){return this;}return new Elements(Array.filter(this,(typeof A=="string")?function(C){return C.match(A);}:A,B));}});Document.implement({newElement:function(A,B){if(Browser.Engine.trident&&B){["name","type","checked"].each(function(C){if(!B[C]){return;}A+=" "+C+'="'+B[C]+'"';if(C!="checked"){delete B[C];}});A="<"+A+">";}return $.element(this.createElement(A)).set(B);},newTextNode:function(A){return this.createTextNode(A);},getDocument:function(){return this;},getWindow:function(){return this.window;}});Window.implement({$:function(B,C){if(B&&B.$family&&B.uid){return B;}var A=$type(B);return($[A])?$[A](B,C,this.document):null;},$$:function(A){if(arguments.length==1&&typeof A=="string"){return this.document.getElements(A);}var F=[];var C=Array.flatten(arguments);for(var D=0,B=C.length;D<B;D++){var E=C[D];switch($type(E)){case"element":F.push(E);break;case"string":F.extend(this.document.getElements(E,true));}}return new Elements(F);},getDocument:function(){return this.document;},getWindow:function(){return this;}});$.string=function(C,B,A){C=A.getElementById(C);return(C)?$.element(C,B):null;};$.element=function(A,D){$uid(A);if(!D&&!A.$family&&!(/^object|embed$/i).test(A.tagName)){var B=Element.Prototype;for(var C in B){A[C]=B[C];}}return A;};$.object=function(B,C,A){if(B.toElement){return $.element(B.toElement(A),C);}return null;};$.textnode=$.whitespace=$.window=$.document=$arguments(0);Native.implement([Element,Document],{getElement:function(A,B){return $(this.getElements(A,true)[0]||null,B);},getElements:function(A,D){A=A.split(",");var C=[];var B=(A.length>1);A.each(function(E){var F=this.getElementsByTagName(E.trim());(B)?C.extend(F):C=F;},this);return new Elements(C,{ddup:B,cash:!D});}});(function(){var H={},F={};var I={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};var C=function(L){return(F[L]||(F[L]={}));};var G=function(N,L){if(!N){return;}var M=N.uid;if(Browser.Engine.trident){if(N.clearAttributes){var P=L&&N.cloneNode(false);N.clearAttributes();if(P){N.mergeAttributes(P);}}else{if(N.removeEvents){N.removeEvents();}}if((/object/i).test(N.tagName)){for(var O in N){if(typeof N[O]=="function"){N[O]=$empty;}}Element.dispose(N);}}if(!M){return;}H[M]=F[M]=null;};var D=function(){Hash.each(H,G);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(G);}if(window.CollectGarbage){CollectGarbage();}H=F=null;};var J=function(N,L,S,M,P,R){var O=N[S||L];var Q=[];while(O){if(O.nodeType==1&&(!M||Element.match(O,M))){if(!P){return $(O,R);}Q.push(O);}O=O[L];}return(P)?new Elements(Q,{ddup:false,cash:!R}):null;};var E={html:"innerHTML","class":"className","for":"htmlFor",text:(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?"innerText":"textContent"};var B=["compact","nowrap","ismap","declare","noshade","checked","disabled","readonly","multiple","selected","noresize","defer"];var K=["value","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];Hash.extend(E,B.associate(B));Hash.extend(E,K.associate(K.map(String.toLowerCase)));var A={before:function(M,L){if(L.parentNode){L.parentNode.insertBefore(M,L);}},after:function(M,L){if(!L.parentNode){return;}var N=L.nextSibling;(N)?L.parentNode.insertBefore(M,N):L.parentNode.appendChild(M);},bottom:function(M,L){L.appendChild(M);},top:function(M,L){var N=L.firstChild;(N)?L.insertBefore(M,N):L.appendChild(M);}};A.inside=A.bottom;Hash.each(A,function(L,M){M=M.capitalize();Element.implement("inject"+M,function(N){L(this,$(N,true));return this;});Element.implement("grab"+M,function(N){L($(N,true),this);return this;});});Element.implement({set:function(O,M){switch($type(O)){case"object":for(var N in O){this.set(N,O[N]);}break;case"string":var L=Element.Properties.get(O);(L&&L.set)?L.set.apply(this,Array.slice(arguments,1)):this.setProperty(O,M);}return this;},get:function(M){var L=Element.Properties.get(M);return(L&&L.get)?L.get.apply(this,Array.slice(arguments,1)):this.getProperty(M);},erase:function(M){var L=Element.Properties.get(M);(L&&L.erase)?L.erase.apply(this):this.removeProperty(M);return this;},setProperty:function(M,N){var L=E[M];if(N==undefined){return this.removeProperty(M);}if(L&&B[M]){N=!!N;}(L)?this[L]=N:this.setAttribute(M,""+N);return this;},setProperties:function(L){for(var M in L){this.setProperty(M,L[M]);}return this;},getProperty:function(M){var L=E[M];var N=(L)?this[L]:this.getAttribute(M,2);return(B[M])?!!N:(L)?N:N||null;},getProperties:function(){var L=$A(arguments);return L.map(this.getProperty,this).associate(L);},removeProperty:function(M){var L=E[M];(L)?this[L]=(L&&B[M])?false:"":this.removeAttribute(M);return this;},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this;},hasClass:function(L){return this.className.contains(L," ");},addClass:function(L){if(!this.hasClass(L)){this.className=(this.className+" "+L).clean();}return this;},removeClass:function(L){this.className=this.className.replace(new RegExp("(^|\\s)"+L+"(?:\\s|$)"),"$1");return this;},toggleClass:function(L){return this.hasClass(L)?this.removeClass(L):this.addClass(L);},adopt:function(){Array.flatten(arguments).each(function(L){L=$(L,true);if(L){this.appendChild(L);}},this);return this;},appendText:function(M,L){return this.grab(this.getDocument().newTextNode(M),L);},grab:function(M,L){A[L||"bottom"]($(M,true),this);return this;},inject:function(M,L){A[L||"bottom"](this,$(M,true));return this;},replaces:function(L){L=$(L,true);L.parentNode.replaceChild(this,L);return this;},wraps:function(M,L){M=$(M,true);return this.replaces(M).grab(M,L);},getPrevious:function(L,M){return J(this,"previousSibling",null,L,false,M);},getAllPrevious:function(L,M){return J(this,"previousSibling",null,L,true,M);},getNext:function(L,M){return J(this,"nextSibling",null,L,false,M);},getAllNext:function(L,M){return J(this,"nextSibling",null,L,true,M);},getFirst:function(L,M){return J(this,"nextSibling","firstChild",L,false,M);},getLast:function(L,M){return J(this,"previousSibling","lastChild",L,false,M);},getParent:function(L,M){return J(this,"parentNode",null,L,false,M);},getParents:function(L,M){return J(this,"parentNode",null,L,true,M);},getChildren:function(L,M){return J(this,"nextSibling","firstChild",L,true,M);},getWindow:function(){return this.ownerDocument.window;},getDocument:function(){return this.ownerDocument;},getElementById:function(O,N){var M=this.ownerDocument.getElementById(O);if(!M){return null;}for(var L=M.parentNode;L!=this;L=L.parentNode){if(!L){return null;}}return $.element(M,N);},getSelected:function(){return new Elements($A(this.options).filter(function(L){return L.selected;}));},getComputedStyle:function(M){if(this.currentStyle){return this.currentStyle[M.camelCase()];}var L=this.getDocument().defaultView.getComputedStyle(this,null);return(L)?L.getPropertyValue([M.hyphenate()]):null;},toQueryString:function(){var L=[];this.getElements("input, select, textarea",true).each(function(M){if(!M.name||M.disabled){return;}var N=(M.tagName.toLowerCase()=="select")?Element.getSelected(M).map(function(O){return O.value;}):((M.type=="radio"||M.type=="checkbox")&&!M.checked)?null:M.value;$splat(N).each(function(O){if(typeof O!="undefined"){L.push(M.name+"="+encodeURIComponent(O));}});});return L.join("&");},clone:function(O,L){O=O!==false;var R=this.cloneNode(O);var N=function(V,U){if(!L){V.removeAttribute("id");}if(Browser.Engine.trident){V.clearAttributes();V.mergeAttributes(U);V.removeAttribute("uid");if(V.options){var W=V.options,S=U.options;for(var T=W.length;T--;){W[T].selected=S[T].selected;}}}var X=I[U.tagName.toLowerCase()];if(X&&U[X]){V[X]=U[X];}};if(O){var P=R.getElementsByTagName("*"),Q=this.getElementsByTagName("*");for(var M=P.length;M--;){N(P[M],Q[M]);}}N(R,this);return $(R);},destroy:function(){Element.empty(this);Element.dispose(this);G(this,true);return null;},empty:function(){$A(this.childNodes).each(function(L){Element.destroy(L);});return this;},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this;},hasChild:function(L){L=$(L,true);if(!L){return false;}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(L.tagName)).contains(L);}return(this.contains)?(this!=L&&this.contains(L)):!!(this.compareDocumentPosition(L)&16);},match:function(L){return(!L||(L==this)||(Element.get(this,"tag")==L));}});Native.implement([Element,Window,Document],{addListener:function(O,N){if(O=="unload"){var L=N,M=this;N=function(){M.removeListener("unload",N);L();};}else{H[this.uid]=this;}if(this.addEventListener){this.addEventListener(O,N,false);}else{this.attachEvent("on"+O,N);}return this;},removeListener:function(M,L){if(this.removeEventListener){this.removeEventListener(M,L,false);}else{this.detachEvent("on"+M,L);}return this;},retrieve:function(M,L){var O=C(this.uid),N=O[M];if(L!=undefined&&N==undefined){N=O[M]=L;}return $pick(N);},store:function(M,L){var N=C(this.uid);N[M]=L;return this;},eliminate:function(L){var M=C(this.uid);delete M[L];return this;}});window.addListener("unload",D);})();Element.Properties=new Hash;Element.Properties.style={set:function(A){this.style.cssText=A;},get:function(){return this.style.cssText;},erase:function(){this.style.cssText="";}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase();}};Element.Properties.html=(function(){var C=document.createElement("div");var A={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};A.thead=A.tfoot=A.tbody;var B={set:function(){var E=Array.flatten(arguments).join("");var F=Browser.Engine.trident&&A[this.get("tag")];if(F){var G=C;G.innerHTML=F[1]+E+F[2];for(var D=F[0];D--;){G=G.firstChild;}this.empty().adopt(G.childNodes);}else{this.innerHTML=E;}}};B.erase=B.set;return B;})();if(Browser.Engine.webkit&&Browser.Engine.version<420){Element.Properties.text={get:function(){if(this.innerText){return this.innerText;}var A=this.ownerDocument.newElement("div",{html:this.innerHTML}).inject(this.ownerDocument.body);var B=A.innerText;A.destroy();return B;}};}Element.Properties.events={set:function(A){this.addEvents(A);}};Native.implement([Element,Window,Document],{addEvent:function(E,G){var H=this.retrieve("events",{});H[E]=H[E]||{keys:[],values:[]};if(H[E].keys.contains(G)){return this;}H[E].keys.push(G);var F=E,A=Element.Events.get(E),C=G,I=this;if(A){if(A.onAdd){A.onAdd.call(this,G);}if(A.condition){C=function(J){if(A.condition.call(this,J)){return G.call(this,J);}return true;};}F=A.base||F;}var D=function(){return G.call(I);};var B=Element.NativeEvents[F];if(B){if(B==2){D=function(J){J=new Event(J,I.getWindow());if(C.call(I,J)===false){J.stop();}};}this.addListener(F,D);}H[E].values.push(D);return this;},removeEvent:function(C,B){var A=this.retrieve("events");if(!A||!A[C]){return this;}var F=A[C].keys.indexOf(B);if(F==-1){return this;}A[C].keys.splice(F,1);var E=A[C].values.splice(F,1)[0];var D=Element.Events.get(C);if(D){if(D.onRemove){D.onRemove.call(this,B);}C=D.base||C;}return(Element.NativeEvents[C])?this.removeListener(C,E):this;},addEvents:function(A){for(var B in A){this.addEvent(B,A[B]);}return this;},removeEvents:function(A){if($type(A)=="object"){for(var C in A){this.removeEvent(C,A[C]);}return this;}var B=this.retrieve("events");if(!B){return this;}if(!A){for(var C in B){this.removeEvents(C);}this.eliminate("events");}else{if(B[A]){while(B[A].keys[0]){this.removeEvent(A,B[A].keys[0]);}B[A]=null;}}return this;},fireEvent:function(D,B,A){var C=this.retrieve("events");if(!C||!C[D]){return this;}C[D].keys.each(function(E){E.create({bind:this,delay:A,"arguments":B})();},this);return this;},cloneEvents:function(D,A){D=$(D);var C=D.retrieve("events");if(!C){return this;}if(!A){for(var B in C){this.cloneEvents(D,B);}}else{if(C[A]){C[A].keys.each(function(E){this.addEvent(A,E);},this);}}return this;}});Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:1,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};(function(){var A=function(B){var C=B.relatedTarget;if(C==undefined){return true;}if(C===false){return false;}return($type(this)!="document"&&C!=this&&C.prefix!="xul"&&!this.hasChild(C));};Element.Events=new Hash({mouseenter:{base:"mouseover",condition:A},mouseleave:{base:"mouseout",condition:A},mousewheel:{base:(Browser.Engine.gecko)?"DOMMouseScroll":"mousewheel"}});})();Element.Properties.styles={set:function(A){this.setStyles(A);}};Element.Properties.opacity={set:function(A,B){if(!B){if(A==0){if(this.style.visibility!="hidden"){this.style.visibility="hidden";}}else{if(this.style.visibility!="visible"){this.style.visibility="visible";}}}if(!this.currentStyle||!this.currentStyle.hasLayout){this.style.zoom=1;}if(Browser.Engine.trident){this.style.filter=(A==1)?"":"alpha(opacity="+A*100+")";}this.style.opacity=A;this.store("opacity",A);},get:function(){return this.retrieve("opacity",1);}};Element.implement({setOpacity:function(A){return this.set("opacity",A,true);},getOpacity:function(){return this.get("opacity");},setStyle:function(B,A){switch(B){case"opacity":return this.set("opacity",parseFloat(A));case"float":B=(Browser.Engine.trident)?"styleFloat":"cssFloat";}B=B.camelCase();if($type(A)!="string"){var C=(Element.Styles.get(B)||"@").split(" ");A=$splat(A).map(function(E,D){if(!C[D]){return"";}return($type(E)=="number")?C[D].replace("@",Math.round(E)):E;}).join(" ");}else{if(A==String(Number(A))){A=Math.round(A);}}this.style[B]=A;return this;},getStyle:function(G){switch(G){case"opacity":return this.get("opacity");case"float":G=(Browser.Engine.trident)?"styleFloat":"cssFloat";}G=G.camelCase();var A=this.style[G];if(!$chk(A)){A=[];for(var F in Element.ShortStyles){if(G!=F){continue;}for(var E in Element.ShortStyles[F]){A.push(this.getStyle(E));}return A.join(" ");}A=this.getComputedStyle(G);}if(A){A=String(A);var C=A.match(/rgba?\([\d\s,]+\)/);if(C){A=A.replace(C[0],C[0].rgbToHex());}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(A)))){if(G.test(/^(height|width)$/)){var B=(G=="width")?["left","right"]:["top","bottom"],D=0;B.each(function(H){D+=this.getStyle("border-"+H+"-width").toInt()+this.getStyle("padding-"+H).toInt();},this);return this["offset"+G.capitalize()]-D+"px";}if((Browser.Engine.presto)&&String(A).test("px")){return A;}if(G.test(/(border(.+)Width|margin|padding)/)){return"0px";}}return A;},setStyles:function(B){for(var A in B){this.setStyle(A,B[A]);}return this;},getStyles:function(){var A={};Array.each(arguments,function(B){A[B]=this.getStyle(B);},this);return A;}});Element.Styles=new Hash({left:"@px",top:"@px",bottom:"@px",right:"@px",width:"@px",height:"@px",maxWidth:"@px",maxHeight:"@px",minWidth:"@px",minHeight:"@px",backgroundColor:"rgb(@, @, @)",backgroundPosition:"@px @px",color:"rgb(@, @, @)",fontSize:"@px",letterSpacing:"@px",lineHeight:"@px",clip:"rect(@px @px @px @px)",margin:"@px @px @px @px",padding:"@px @px @px @px",border:"@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)",borderWidth:"@px @px @px @px",borderStyle:"@ @ @ @",borderColor:"rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)",zIndex:"@",zoom:"@",fontWeight:"@",textIndent:"@px",opacity:"@"});Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};["Top","Right","Bottom","Left"].each(function(G){var F=Element.ShortStyles;var B=Element.Styles;["margin","padding"].each(function(H){var I=H+G;F[H][I]=B[I]="@px";});var E="border"+G;F.border[E]=B[E]="@px @ rgb(@, @, @)";var D=E+"Width",A=E+"Style",C=E+"Color";F[E]={};F.borderWidth[D]=F[E][D]=B[D]="@px";F.borderStyle[A]=F[E][A]=B[A]="@";F.borderColor[C]=F[E][C]=B[C]="rgb(@, @, @)";});(function(){Element.implement({scrollTo:function(H,I){if(B(this)){this.getWindow().scrollTo(H,I);}else{this.scrollLeft=H;this.scrollTop=I;}return this;},getSize:function(){if(B(this)){return this.getWindow().getSize();}return{x:this.offsetWidth,y:this.offsetHeight};},getScrollSize:function(){if(B(this)){return this.getWindow().getScrollSize();}return{x:this.scrollWidth,y:this.scrollHeight};},getScroll:function(){if(B(this)){return this.getWindow().getScroll();}return{x:this.scrollLeft,y:this.scrollTop};},getScrolls:function(){var I=this,H={x:0,y:0};while(I&&!B(I)){H.x+=I.scrollLeft;H.y+=I.scrollTop;I=I.parentNode;}return H;},getOffsetParent:function(){var H=this;if(B(H)){return null;}if(!Browser.Engine.trident){return H.offsetParent;}while((H=H.parentNode)&&!B(H)){if(D(H,"position")!="static"){return H;}}return null;},getOffsets:function(){if(Browser.Engine.trident){var L=this.getBoundingClientRect(),J=this.getDocument().documentElement;return{x:L.left+J.scrollLeft-J.clientLeft,y:L.top+J.scrollTop-J.clientTop};}var I=this,H={x:0,y:0};if(B(this)){return H;}while(I&&!B(I)){H.x+=I.offsetLeft;H.y+=I.offsetTop;if(Browser.Engine.gecko){if(!F(I)){H.x+=C(I);H.y+=G(I);}var K=I.parentNode;if(K&&D(K,"overflow")!="visible"){H.x+=C(K);H.y+=G(K);}}else{if(I!=this&&Browser.Engine.webkit){H.x+=C(I);H.y+=G(I);}}I=I.offsetParent;}if(Browser.Engine.gecko&&!F(this)){H.x-=C(this);H.y-=G(this);}return H;},getPosition:function(K){if(B(this)){return{x:0,y:0};}var L=this.getOffsets(),I=this.getScrolls();var H={x:L.x-I.x,y:L.y-I.y};var J=(K&&(K=$(K)))?K.getPosition():{x:0,y:0};return{x:H.x-J.x,y:H.y-J.y};},getCoordinates:function(J){if(B(this)){return this.getWindow().getCoordinates();}var H=this.getPosition(J),I=this.getSize();var K={left:H.x,top:H.y,width:I.x,height:I.y};K.right=K.left+K.width;K.bottom=K.top+K.height;return K;},computePosition:function(H){return{left:H.x-E(this,"margin-left"),top:H.y-E(this,"margin-top")};},position:function(H){return this.setStyles(this.computePosition(H));}});Native.implement([Document,Window],{getSize:function(){var I=this.getWindow();if(Browser.Engine.presto||Browser.Engine.webkit){return{x:I.innerWidth,y:I.innerHeight};}var H=A(this);return{x:H.clientWidth,y:H.clientHeight};},getScroll:function(){var I=this.getWindow();var H=A(this);return{x:I.pageXOffset||H.scrollLeft,y:I.pageYOffset||H.scrollTop};},getScrollSize:function(){var I=A(this);var H=this.getSize();return{x:Math.max(I.scrollWidth,H.x),y:Math.max(I.scrollHeight,H.y)};},getPosition:function(){return{x:0,y:0};},getCoordinates:function(){var H=this.getSize();return{top:0,left:0,bottom:H.y,right:H.x,height:H.y,width:H.x};}});var D=Element.getComputedStyle;function E(H,I){return D(H,I).toInt()||0;}function F(H){return D(H,"-moz-box-sizing")=="border-box";}function G(H){return E(H,"border-top-width");}function C(H){return E(H,"border-left-width");}function B(H){return(/^(?:body|html)$/i).test(H.tagName);}function A(H){var I=H.getDocument();return(!I.compatMode||I.compatMode=="CSS1Compat")?I.html:I.body;}})();Native.implement([Window,Document,Element],{getHeight:function(){return this.getSize().y;},getWidth:function(){return this.getSize().x;},getScrollTop:function(){return this.getScroll().y;},getScrollLeft:function(){return this.getScroll().x;},getScrollHeight:function(){return this.getScrollSize().y;},getScrollWidth:function(){return this.getScrollSize().x;},getTop:function(){return this.getPosition().y;},getLeft:function(){return this.getPosition().x;}});Native.implement([Document,Element],{getElements:function(H,G){H=H.split(",");var C,E={};for(var D=0,B=H.length;D<B;D++){var A=H[D],F=Selectors.Utils.search(this,A,E);if(D!=0&&F.item){F=$A(F);}C=(D==0)?F:(C.item)?$A(C).concat(F):C.concat(F);}return new Elements(C,{ddup:(H.length>1),cash:!G});}});Element.implement({match:function(B){if(!B||(B==this)){return true;}var D=Selectors.Utils.parseTagAndID(B);var A=D[0],E=D[1];if(!Selectors.Filters.byID(this,E)||!Selectors.Filters.byTag(this,A)){return false;}var C=Selectors.Utils.parseSelector(B);return(C)?Selectors.Utils.filter(this,C,{}):true;}});var Selectors={Cache:{nth:{},parsed:{}}};Selectors.RegExps={id:(/#([\w-]+)/),tag:(/^(\w+|\*)/),quick:(/^(\w+|\*)$/),splitter:(/\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g),combined:(/\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g)};Selectors.Utils={chk:function(B,C){if(!C){return true;}var A=$uid(B);if(!C[A]){return C[A]=true;}return false;},parseNthArgument:function(F){if(Selectors.Cache.nth[F]){return Selectors.Cache.nth[F];}var C=F.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!C){return false;}var E=parseInt(C[1]);var B=(E||E===0)?E:1;var D=C[2]||false;var A=parseInt(C[3])||0;if(B!=0){A--;while(A<1){A+=B;}while(A>=B){A-=B;}}else{B=A;D="index";}switch(D){case"n":C={a:B,b:A,special:"n"};break;case"odd":C={a:2,b:0,special:"n"};break;case"even":C={a:2,b:1,special:"n"};break;case"first":C={a:0,special:"index"};break;case"last":C={special:"last-child"};break;case"only":C={special:"only-child"};break;default:C={a:(B-1),special:"index"};}return Selectors.Cache.nth[F]=C;},parseSelector:function(E){if(Selectors.Cache.parsed[E]){return Selectors.Cache.parsed[E];}var D,H={classes:[],pseudos:[],attributes:[]};while((D=Selectors.RegExps.combined.exec(E))){var I=D[1],G=D[2],F=D[3],B=D[5],C=D[6],J=D[7];if(I){H.classes.push(I);}else{if(C){var A=Selectors.Pseudo.get(C);if(A){H.pseudos.push({parser:A,argument:J});}else{H.attributes.push({name:C,operator:"=",value:J});}}else{if(G){H.attributes.push({name:G,operator:F,value:B});}}}}if(!H.classes.length){delete H.classes;}if(!H.attributes.length){delete H.attributes;}if(!H.pseudos.length){delete H.pseudos;}if(!H.classes&&!H.attributes&&!H.pseudos){H=null;}return Selectors.Cache.parsed[E]=H;},parseTagAndID:function(B){var A=B.match(Selectors.RegExps.tag);var C=B.match(Selectors.RegExps.id);return[(A)?A[1]:"*",(C)?C[1]:false];},filter:function(F,C,E){var D;if(C.classes){for(D=C.classes.length;D--;D){var G=C.classes[D];if(!Selectors.Filters.byClass(F,G)){return false;}}}if(C.attributes){for(D=C.attributes.length;D--;D){var B=C.attributes[D];if(!Selectors.Filters.byAttribute(F,B.name,B.operator,B.value)){return false;}}}if(C.pseudos){for(D=C.pseudos.length;D--;D){var A=C.pseudos[D];if(!Selectors.Filters.byPseudo(F,A.parser,A.argument,E)){return false;}}}return true;},getByTagAndID:function(B,A,D){if(D){var C=(B.getElementById)?B.getElementById(D,true):Element.getElementById(B,D,true);return(C&&Selectors.Filters.byTag(C,A))?[C]:[];}else{return B.getElementsByTagName(A);}},search:function(I,H,N){var B=[];var C=H.trim().replace(Selectors.RegExps.splitter,function(Y,X,W){B.push(X);return":)"+W;}).split(":)");var J,E,U;for(var T=0,P=C.length;T<P;T++){var S=C[T];if(T==0&&Selectors.RegExps.quick.test(S)){J=I.getElementsByTagName(S);continue;}var A=B[T-1];var K=Selectors.Utils.parseTagAndID(S);var V=K[0],L=K[1];if(T==0){J=Selectors.Utils.getByTagAndID(I,V,L);}else{var D={},G=[];for(var R=0,Q=J.length;R<Q;R++){G=Selectors.Getters[A](G,J[R],V,L,D);}J=G;}var F=Selectors.Utils.parseSelector(S);if(F){E=[];for(var O=0,M=J.length;O<M;O++){U=J[O];if(Selectors.Utils.filter(U,F,N)){E.push(U);}}J=E;}}return J;}};Selectors.Getters={" ":function(H,G,I,A,E){var D=Selectors.Utils.getByTagAndID(G,I,A);for(var C=0,B=D.length;C<B;C++){var F=D[C];if(Selectors.Utils.chk(F,E)){H.push(F);}}return H;},">":function(H,G,I,A,F){var C=Selectors.Utils.getByTagAndID(G,I,A);for(var E=0,D=C.length;E<D;E++){var B=C[E];if(B.parentNode==G&&Selectors.Utils.chk(B,F)){H.push(B);}}return H;},"+":function(C,B,A,E,D){while((B=B.nextSibling)){if(B.nodeType==1){if(Selectors.Utils.chk(B,D)&&Selectors.Filters.byTag(B,A)&&Selectors.Filters.byID(B,E)){C.push(B);}break;}}return C;},"~":function(C,B,A,E,D){while((B=B.nextSibling)){if(B.nodeType==1){if(!Selectors.Utils.chk(B,D)){break;}if(Selectors.Filters.byTag(B,A)&&Selectors.Filters.byID(B,E)){C.push(B);}}}return C;}};Selectors.Filters={byTag:function(B,A){return(A=="*"||(B.tagName&&B.tagName.toLowerCase()==A));},byID:function(A,B){return(!B||(A.id&&A.id==B));},byClass:function(B,A){return(B.className&&B.className.contains(A," "));},byPseudo:function(A,D,C,B){return D.call(A,C,B);},byAttribute:function(C,D,B,E){var A=Element.prototype.getProperty.call(C,D);if(!A){return(B=="!=");}if(!B||E==undefined){return true;}switch(B){case"=":return(A==E);case"*=":return(A.contains(E));case"^=":return(A.substr(0,E.length)==E);case"$=":return(A.substr(A.length-E.length)==E);case"!=":return(A!=E);case"~=":return A.contains(E," ");case"|=":return A.contains(E,"-");}return false;}};Selectors.Pseudo=new Hash({checked:function(){return this.checked;},empty:function(){return!(this.innerText||this.textContent||"").length;},not:function(A){return!Element.match(this,A);},contains:function(A){return(this.innerText||this.textContent||"").contains(A);},"first-child":function(){return Selectors.Pseudo.index.call(this,0);},"last-child":function(){var A=this;while((A=A.nextSibling)){if(A.nodeType==1){return false;}}return true;},"only-child":function(){var B=this;while((B=B.previousSibling)){if(B.nodeType==1){return false;}}var A=this;while((A=A.nextSibling)){if(A.nodeType==1){return false;}}return true;},"nth-child":function(G,E){G=(G==undefined)?"n":G;var C=Selectors.Utils.parseNthArgument(G);if(C.special!="n"){return Selectors.Pseudo[C.special].call(this,C.a,E);}var F=0;E.positions=E.positions||{};var D=$uid(this);if(!E.positions[D]){var B=this;while((B=B.previousSibling)){if(B.nodeType!=1){continue;}F++;var A=E.positions[$uid(B)];if(A!=undefined){F=A+F;break;}}E.positions[D]=F;}return(E.positions[D]%C.a==C.b);},index:function(A){var B=this,C=0;while((B=B.previousSibling)){if(B.nodeType==1&&++C>A){return false;}}return(C==A);},even:function(B,A){return Selectors.Pseudo["nth-child"].call(this,"2n+1",A);},odd:function(B,A){return Selectors.Pseudo["nth-child"].call(this,"2n",A);}});Element.Events.domready={onAdd:function(A){if(Browser.loaded){A.call(this);}}};(function(){var B=function(){if(Browser.loaded){return;}Browser.loaded=true;window.fireEvent("domready");document.fireEvent("domready");};if(Browser.Engine.trident){var A=document.createElement("div");(function(){($try(function(){A.doScroll("left");return $(A).inject(document.body).set("html","temp").dispose();}))?B():arguments.callee.delay(50);})();}else{if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(["loaded","complete"].contains(document.readyState))?B():arguments.callee.delay(50);})();}else{window.addEvent("load",B);document.addEvent("DOMContentLoaded",B);}}})();var JSON=new Hash({$specialChars:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},$replaceChars:function(A){return JSON.$specialChars[A]||"\\u00"+Math.floor(A.charCodeAt()/16).toString(16)+(A.charCodeAt()%16).toString(16);},encode:function(B){switch($type(B)){case"string":return'"'+B.replace(/[\x00-\x1f\\"]/g,JSON.$replaceChars)+'"';case"array":return"["+String(B.map(JSON.encode).filter($defined))+"]";case"object":case"hash":var A=[];Hash.each(B,function(E,D){var C=JSON.encode(E);if(C){A.push(JSON.encode(D)+":"+C);}});return"{"+A+"}";case"number":case"boolean":return String(B);case false:return"null";}return null;},decode:function(string,secure){if($type(string)!="string"||!string.length){return null;}if(secure&&!(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(string.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,""))){return null;}return eval("("+string+")");}});Native.implement([Hash,Array,String,Number],{toJSON:function(){return JSON.encode(this);}});var Cookie=new Class({Implements:Options,options:{path:false,domain:false,duration:false,secure:false,document:document},initialize:function(B,A){this.key=B;this.setOptions(A);},write:function(B){B=encodeURIComponent(B);if(this.options.domain){B+="; domain="+this.options.domain;}if(this.options.path){B+="; path="+this.options.path;}if(this.options.duration){var A=new Date();A.setTime(A.getTime()+this.options.duration*24*60*60*1000);B+="; expires="+A.toGMTString();}if(this.options.secure){B+="; secure";}this.options.document.cookie=this.key+"="+B;return this;},read:function(){var A=this.options.document.cookie.match("(?:^|;)\\s*"+this.key.escapeRegExp()+"=([^;]*)");return(A)?decodeURIComponent(A[1]):null;},dispose:function(){new Cookie(this.key,$merge(this.options,{duration:-1})).write("");return this;}});Cookie.write=function(B,C,A){return new Cookie(B,A).write(C);};Cookie.read=function(A){return new Cookie(A).read();};Cookie.dispose=function(B,A){return new Cookie(B,A).dispose();};var Swiff=new Class({Implements:[Options],options:{id:null,height:1,width:1,container:null,properties:{},params:{quality:"high",allowScriptAccess:"always",wMode:"transparent",swLiveConnect:true},callBacks:{},vars:{}},toElement:function(){return this.object;},initialize:function(L,M){this.instance="Swiff_"+$time();this.setOptions(M);M=this.options;var B=this.id=M.id||this.instance;var A=$(M.container);Swiff.CallBacks[this.instance]={};var E=M.params,G=M.vars,F=M.callBacks;var H=$extend({height:M.height,width:M.width},M.properties);var K=this;for(var D in F){Swiff.CallBacks[this.instance][D]=(function(N){return function(){return N.apply(K.object,arguments);};})(F[D]);G[D]="Swiff.CallBacks."+this.instance+"."+D;}E.flashVars=Hash.toQueryString(G);if(Browser.Engine.trident){H.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";E.movie=L;}else{H.type="application/x-shockwave-flash";H.data=L;}var J='<object id="'+B+'"';for(var I in H){J+=" "+I+'="'+H[I]+'"';}J+=">";for(var C in E){if(E[C]){J+='<param name="'+C+'" value="'+E[C]+'" />';}}J+="</object>";this.object=((A)?A.empty():new Element("div")).set("html",J).firstChild;},replaces:function(A){A=$(A,true);A.parentNode.replaceChild(this.toElement(),A);return this;},inject:function(A){$(A,true).appendChild(this.toElement());return this;},remote:function(){return Swiff.remote.apply(Swiff,[this.toElement()].extend(arguments));}});Swiff.CallBacks={};Swiff.remote=function(obj,fn){var rs=obj.CallFunction('<invoke name="'+fn+'" returntype="javascript">'+__flash__argumentsToXML(arguments,2)+"</invoke>");return eval(rs);};var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore"},initialize:function(A){this.subject=this.subject||this;this.setOptions(A);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt();var B=this.options.wait;if(B===false){this.options.link="cancel";}},getTransition:function(){return function(A){return-(Math.cos(Math.PI*A)-1)/2;};},step:function(){var A=$time();if(A<this.time+this.options.duration){var B=this.transition((A-this.time)/this.options.duration);this.set(this.compute(this.from,this.to,B));}else{this.set(this.compute(this.from,this.to,1));this.complete();}},set:function(A){return A;},compute:function(C,B,A){return Fx.compute(C,B,A);},check:function(A){if(!this.timer){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(A.bind(this,Array.slice(arguments,1)));return false;}return false;},start:function(B,A){if(!this.check(arguments.callee,B,A)){return this;}this.from=B;this.to=A;this.time=0;this.transition=this.getTransition();this.startTimer();this.onStart();return this;},complete:function(){if(this.stopTimer()){this.onComplete();}return this;},cancel:function(){if(this.stopTimer()){this.onCancel();}return this;},onStart:function(){this.fireEvent("start",this.subject);},onComplete:function(){this.fireEvent("complete",this.subject);if(!this.callChain()){this.fireEvent("chainComplete",this.subject);}},onCancel:function(){this.fireEvent("cancel",this.subject).clearChain();},pause:function(){this.stopTimer();return this;},resume:function(){this.startTimer();return this;},stopTimer:function(){if(!this.timer){return false;}this.time=$time()-this.time;this.timer=$clear(this.timer);return true;},startTimer:function(){if(this.timer){return false;}this.time=$time()-this.time;this.timer=this.step.periodical(Math.round(1000/this.options.fps),this);return true;}});Fx.compute=function(C,B,A){return(B-C)*A+C;};Fx.Durations={"short":250,normal:500,"long":1000};Fx.CSS=new Class({Extends:Fx,prepare:function(D,E,B){B=$splat(B);var C=B[1];if(!$chk(C)){B[1]=B[0];B[0]=D.getStyle(E);}var A=B.map(this.parse);return{from:A[0],to:A[1]};},parse:function(A){A=$lambda(A)();A=(typeof A=="string")?A.split(" "):$splat(A);return A.map(function(C){C=String(C);var B=false;Fx.CSS.Parsers.each(function(F,E){if(B){return;}var D=F.parse(C);if($chk(D)){B={value:D,parser:F};}});B=B||{value:C,parser:Fx.CSS.Parsers.String};return B;});},compute:function(D,C,B){var A=[];(Math.min(D.length,C.length)).times(function(E){A.push({value:D[E].parser.compute(D[E].value,C[E].value,B),parser:D[E].parser});});A.$family={name:"fx:css:value"};return A;},serve:function(C,B){if($type(C)!="fx:css:value"){C=this.parse(C);}var A=[];C.each(function(D){A=A.concat(D.parser.serve(D.value,B));});return A;},render:function(A,D,C,B){A.setStyle(D,this.serve(C,B));},search:function(A){if(Fx.CSS.Cache[A]){return Fx.CSS.Cache[A];}var B={};Array.each(document.styleSheets,function(E,D){var C=E.href;if(C&&C.contains("://")&&!C.contains(document.domain)){return;}var F=E.rules||E.cssRules;Array.each(F,function(I,G){if(!I.style){return;}var H=(I.selectorText)?I.selectorText.replace(/^\w+/,function(J){return J.toLowerCase();}):null;if(!H||!H.test("^"+A+"$")){return;}Element.Styles.each(function(K,J){if(!I.style[J]||Element.ShortStyles[J]){return;}K=String(I.style[J]);B[J]=(K.test(/^rgb/))?K.rgbToHex():K;});});});return Fx.CSS.Cache[A]=B;}});Fx.CSS.Cache={};Fx.CSS.Parsers=new Hash({Color:{parse:function(A){if(A.match(/^#[0-9a-f]{3,6}$/i)){return A.hexToRgb(true);}return((A=A.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[A[1],A[2],A[3]]:false;},compute:function(C,B,A){return C.map(function(E,D){return Math.round(Fx.compute(C[D],B[D],A));});},serve:function(A){return A.map(Number);}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(B,A){return(A)?B+A:B;}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(B,A){this.element=this.subject=$(B);this.parent(A);},set:function(B,A){if(arguments.length==1){A=B;B=this.property||this.options.property;}this.render(this.element,B,A,this.options.unit);return this;},start:function(C,E,D){if(!this.check(arguments.callee,C,E,D)){return this;}var B=Array.flatten(arguments);this.property=this.options.property||B.shift();var A=this.prepare(this.element,this.property,B);return this.parent(A.from,A.to);}});Element.Properties.tween={set:function(A){var B=this.retrieve("tween");if(B){B.cancel();}return this.eliminate("tween").store("tween:options",$extend({link:"cancel"},A));},get:function(A){if(A||!this.retrieve("tween")){if(A||!this.retrieve("tween:options")){this.set("tween",A);}this.store("tween",new Fx.Tween(this,this.retrieve("tween:options")));}return this.retrieve("tween");}};Element.implement({tween:function(A,C,B){this.get("tween").start(arguments);return this;},fade:function(C){var E=this.get("tween"),D="opacity",A;C=$pick(C,"toggle");switch(C){case"in":E.start(D,1);break;case"out":E.start(D,0);break;case"show":E.set(D,1);break;case"hide":E.set(D,0);break;case"toggle":var B=this.retrieve("fade:flag",this.get("opacity")==1);E.start(D,(B)?0:1);this.store("fade:flag",!B);A=true;break;default:E.start(D,arguments);}if(!A){this.eliminate("fade:flag");}return this;},highlight:function(C,A){if(!A){A=this.retrieve("highlight:original",this.getStyle("background-color"));A=(A=="transparent")?"#fff":A;}var B=this.get("tween");B.start("background-color",C||"#ffff88",A).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));B.callChain();}.bind(this));return this;}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(B,A){this.element=this.subject=$(B);this.parent(A);},set:function(A){if(typeof A=="string"){A=this.search(A);}for(var B in A){this.render(this.element,B,A[B],this.options.unit);}return this;},compute:function(E,D,C){var A={};for(var B in E){A[B]=this.parent(E[B],D[B],C);}return A;},start:function(B){if(!this.check(arguments.callee,B)){return this;}if(typeof B=="string"){B=this.search(B);}var E={},D={};for(var C in B){var A=this.prepare(this.element,C,B[C]);E[C]=A.from;D[C]=A.to;}return this.parent(E,D);}});Element.Properties.morph={set:function(A){var B=this.retrieve("morph");if(B){B.cancel();}return this.eliminate("morph").store("morph:options",$extend({link:"cancel"},A));},get:function(A){if(A||!this.retrieve("morph")){if(A||!this.retrieve("morph:options")){this.set("morph",A);}this.store("morph",new Fx.Morph(this,this.retrieve("morph:options")));}return this.retrieve("morph");}};Element.implement({morph:function(A){this.get("morph").start(A);return this;}});Fx.implement({getTransition:function(){var A=this.options.transition||Fx.Transitions.Sine.easeInOut;if(typeof A=="string"){var B=A.split(":");A=Fx.Transitions;A=A[B[0]]||A[B[0].capitalize()];if(B[1]){A=A["ease"+B[1].capitalize()+(B[2]?B[2].capitalize():"")];}}return A;}});Fx.Transition=function(B,A){A=$splat(A);return $extend(B,{easeIn:function(C){return B(C,A);},easeOut:function(C){return 1-B(1-C,A);},easeInOut:function(C){return(C<=0.5)?B(2*C,A)/2:(2-B(2*(1-C),A))/2;}});};Fx.Transitions=new Hash({linear:$arguments(0)});Fx.Transitions.extend=function(A){for(var B in A){Fx.Transitions[B]=new Fx.Transition(A[B]);}};Fx.Transitions.extend({Pow:function(B,A){return Math.pow(B,A[0]||6);},Expo:function(A){return Math.pow(2,8*(A-1));},Circ:function(A){return 1-Math.sin(Math.acos(A));},Sine:function(A){return 1-Math.sin((1-A)*Math.PI/2);},Back:function(B,A){A=A[0]||1.618;return Math.pow(B,2)*((A+1)*B-A);},Bounce:function(D){var C;for(var B=0,A=1;1;B+=A,A/=2){if(D>=(7-4*B)/11){C=A*A-Math.pow((11-6*B-11*D)/4,2);break;}}return C;},Elastic:function(B,A){return Math.pow(2,10*--B)*Math.cos(20*B*Math.PI*(A[0]||1)/3);}});["Quad","Cubic","Quart","Quint"].each(function(B,A){Fx.Transitions[B]=new Fx.Transition(function(C){return Math.pow(C,[A+2]);});});var Request=new Class({Implements:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, application/xml, text/xml, */*"},async:true,format:false,method:"post",link:"ignore",isSuccess:null,emulation:true,urlEncoded:true,encoding:"utf-8",evalScripts:false,evalResponse:false},initialize:function(A){this.xhr=new Browser.Request();this.setOptions(A);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers=new Hash(this.options.headers);},onStateChange:function(){if(this.xhr.readyState!=4||!this.running){return;}this.running=false;this.status=0;$try(function(){this.status=this.xhr.status;}.bind(this));if(this.options.isSuccess.call(this,this.status)){this.response={text:this.xhr.responseText,xml:this.xhr.responseXML};this.success(this.response.text,this.response.xml);}else{this.response={text:null,xml:null};this.failure();}this.xhr.onreadystatechange=$empty;},isSuccess:function(){return((this.status>=200)&&(this.status<300));},processScripts:function(A){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader("Content-type"))){return $exec(A);}return A.stripScripts(this.options.evalScripts);},success:function(B,A){this.onSuccess(this.processScripts(B),A);},onSuccess:function(){this.fireEvent("complete",arguments).fireEvent("success",arguments).callChain();},failure:function(){this.onFailure();},onFailure:function(){this.fireEvent("complete").fireEvent("failure",this.xhr);},setHeader:function(A,B){this.headers.set(A,B);return this;},getHeader:function(A){return $try(function(){return this.xhr.getResponseHeader(A);}.bind(this));},check:function(A){if(!this.running){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(A.bind(this,Array.slice(arguments,1)));return false;}return false;},send:function(I){if(!this.check(arguments.callee,I)){return this;}this.running=true;var G=$type(I);if(G=="string"||G=="element"){I={data:I};}var D=this.options;I=$extend({data:D.data,url:D.url,method:D.method},I);var E=I.data,B=I.url,A=I.method;switch($type(E)){case"element":E=$(E).toQueryString();break;case"object":case"hash":E=Hash.toQueryString(E);}if(this.options.format){var H="format="+this.options.format;E=(E)?H+"&"+E:H;}if(this.options.emulation&&["put","delete"].contains(A)){var F="_method="+A;E=(E)?F+"&"+E:F;A="post";}if(this.options.urlEncoded&&A=="post"){var C=(this.options.encoding)?"; charset="+this.options.encoding:"";this.headers.set("Content-type","application/x-www-form-urlencoded"+C);}if(E&&A=="get"){B=B+(B.contains("?")?"&":"?")+E;E=null;}this.xhr.open(A.toUpperCase(),B,this.options.async);this.xhr.onreadystatechange=this.onStateChange.bind(this);this.headers.each(function(K,J){try{this.xhr.setRequestHeader(J,K);}catch(L){this.fireEvent("exception",[J,K]);}},this);this.fireEvent("request");this.xhr.send(E);if(!this.options.async){this.onStateChange();}return this;},cancel:function(){if(!this.running){return this;}this.running=false;this.xhr.abort();this.xhr.onreadystatechange=$empty;this.xhr=new Browser.Request();this.fireEvent("cancel");return this;}});(function(){var A={};["get","post","put","delete","GET","POST","PUT","DELETE"].each(function(B){A[B]=function(){var C=Array.link(arguments,{url:String.type,data:$defined});return this.send($extend(C,{method:B.toLowerCase()}));};});Request.implement(A);})();Element.Properties.send={set:function(A){var B=this.retrieve("send");if(B){B.cancel();}return this.eliminate("send").store("send:options",$extend({data:this,link:"cancel",method:this.get("method")||"post",url:this.get("action")},A));},get:function(A){if(A||!this.retrieve("send")){if(A||!this.retrieve("send:options")){this.set("send",A);}this.store("send",new Request(this.retrieve("send:options")));}return this.retrieve("send");}};Element.implement({send:function(A){var B=this.get("send");B.send({data:this,url:A||B.options.url});return this;}});Request.HTML=new Class({Extends:Request,options:{update:false,evalScripts:true,filter:false},processHTML:function(C){var B=C.match(/<body[^>]*>([\s\S]*?)<\/body>/i);C=(B)?B[1]:C;var A=new Element("div");return $try(function(){var D="<root>"+C+"</root>",G;if(Browser.Engine.trident){G=new ActiveXObject("Microsoft.XMLDOM");G.async=false;G.loadXML(D);}else{G=new DOMParser().parseFromString(D,"text/xml");}D=G.getElementsByTagName("root")[0];for(var F=0,E=D.childNodes.length;F<E;F++){var H=Element.clone(D.childNodes[F],true,true);if(H){A.grab(H);}}return A;})||A.set("html",C);},success:function(D){var C=this.options,B=this.response;B.html=D.stripScripts(function(E){B.javascript=E;});var A=this.processHTML(B.html);B.tree=A.childNodes;B.elements=A.getElements("*");if(C.filter){B.tree=B.elements.filter(C.filter);}if(C.update){$(C.update).empty().set("html",B.html);}if(C.evalScripts){$exec(B.javascript);}this.onSuccess(B.tree,B.elements,B.html,B.javascript);}});Element.Properties.load={set:function(A){var B=this.retrieve("load");if(B){B.cancel();}return this.eliminate("load").store("load:options",$extend({data:this,link:"cancel",update:this,method:"get"},A));},get:function(A){if(A||!this.retrieve("load")){if(A||!this.retrieve("load:options")){this.set("load",A);}this.store("load",new Request.HTML(this.retrieve("load:options")));}return this.retrieve("load");}};Element.implement({load:function(){this.get("load").send(Array.link(arguments,{data:Object.type,url:String.type}));return this;}});Request.JSON=new Class({Extends:Request,options:{secure:true},initialize:function(A){this.parent(A);this.headers.extend({Accept:"application/json","X-Request":"JSON"});},success:function(A){this.response.json=JSON.decode(A,this.options.secure);this.onSuccess(this.response.json,A);}});var MenuMatic=new Class({Implements:Options,options:{id:"nav_categories",subMenusContainerId:"subMenusContainer",effect:"slide & fade",duration:600,physics:Fx.Transitions.Pow.easeOut,hideDelay:1000,stretchMainMenu:false,matchWidthMode:false,orientation:"horizontal",direction:{x:"right",y:"down"},tweakInitial:{x:0,y:0},tweakSubsequent:{x:0,y:0},center:false,opacity:95,mmbFocusedClassName:null,mmbClassName:null,killDivider:null,fixHasLayoutBug:false,onHideAllSubMenusNow_begin:(function(){}),onHideAllSubMenusNow_complete:(function(){}),onInit_begin:(function(){}),onInit_complete:(function(){})},hideAllMenusTimeout:null,allSubMenus:[],subMenuZindex:1,initialize:function(B){this.setOptions(B);this.options.onInit_begin();if(this.options.opacity>99){this.options.opacity=99.9}this.options.opacity=this.options.opacity/100;Element.implement({getId:function(){if(!this.id){var E=this.get("tag")+"-"+$time();while($(E)){E=this.get("tag")+"-"+$time()}this.id=E}return this.id}});this.options.direction.x=this.options.direction.x.toLowerCase();this.options.direction.y=this.options.direction.y.toLowerCase();if(this.options.direction.x==="right"){this.options.direction.xInverse="left"}else{if(this.options.direction.x==="left"){this.options.direction.xInverse="right"}}if(this.options.direction.y==="up"){this.options.direction.yInverse="down"}else{if(this.options.direction.y==="down"){this.options.direction.yInverse="up"}}var A=$(this.options.id).getElements("a");A.each(function(F,E){F.store("parentLinks",F.getParent().getParents("li").getFirst("a"));F.store("parentLinks",F.retrieve("parentLinks").erase(F.retrieve("parentLinks").getFirst()));F.store("childMenu",F.getNext("ul")||F.getNext("ol"));theSubMenuType="subsequent";if($(F.getParent("ul")||F.getParent("ol")).id===this.options.id){theSubMenuType="initial"}F.store("subMenuType",theSubMenuType);if(theSubMenuType==="initial"&&$(F.getNext("ul")||F.getNext("ol"))){F.addClass("mainMenuParentBtn")}else{if($(F.getNext("ul")||F.getNext("ol"))){F.addClass("subMenuParentBtn")}}}.bind(this));var D=new Element("div",{id:this.options.subMenusContainerId}).inject($(document.body),"bottom");$(this.options.id).getElements("ul, ol").each(function(F,E){new Element("div",{"class":"smOW"}).inject(D).grab(F)}.bind(this));D.getElements("a").set("tabindex","-1");A.each(function(G,E){if(!G.retrieve("childMenu")){return}G.store("childMenu",G.retrieve("childMenu").getParent("div"));this.allSubMenus.include(G.retrieve("childMenu"));G.store("parentSubMenus",G.retrieve("parentLinks").retrieve("childMenu"));var F=new MenuMaticSubMenu(this.options,this,G)}.bind(this));var C=$(this.options.id).getElements("a").filter(function(F,E){return!F.retrieve("childMenu")});C.each(function(F,E){F.addEvents({mouseenter:function(G){this.hideAllSubMenusNow();if(this.options.mmbClassName&&this.options.mmbFocusedClassName){$(F).retrieve("btnMorph",new Fx.Morph(F,{duration:(this.options.duration/2),transition:this.options.physics,link:"cancel"})).start(this.options.mmbFocusedClassName)}}.bind(this),focus:function(G){this.hideAllSubMenusNow();if(this.options.mmbClassName&&this.options.mmbFocusedClassName){$(F).retrieve("btnMorph",new Fx.Morph(F,{duration:(this.options.duration/2),transition:this.options.physics,link:"cancel"})).start(this.options.mmbFocusedClassName)}}.bind(this),mouseleave:function(G){if(this.options.mmbClassName&&this.options.mmbFocusedClassName){$(F).retrieve("btnMorph",new Fx.Morph(F,{duration:(this.options.duration*5),transition:this.options.physics,link:"cancel"})).start(this.options.mmbClassName)}}.bind(this),blur:function(G){if(this.options.mmbClassName&&this.options.mmbFocusedClassName){$(F).retrieve("btnMorph",new Fx.Morph(F,{duration:(this.options.duration*5),transition:this.options.physics,link:"cancel"})).start(this.options.mmbClassName)}}.bind(this),keydown:function(H){var G=new Event(H);if(H.key==="up"||H.key==="down"||H.key==="left"||H.key==="right"){H.stop()}if(H.key==="left"&&this.options.orientation==="horizontal"||H.key==="up"&&this.options.orientation==="vertical"){if(F.getParent("li").getPrevious("li")){F.getParent("li").getPrevious("li").getFirst("a").focus()}else{F.getParent("li").getParent().getLast("li").getFirst("a").focus()}}else{if(H.key==="right"&&this.options.orientation==="horizontal"||H.key==="down"&&this.options.orientation==="vertical"){if(F.getParent("li").getNext("li")){F.getParent("li").getNext("li").getFirst("a").focus()}else{F.getParent("li").getParent().getFirst("li").getFirst("a").focus()}}}}.bind(this)})},this);this.stretch();this.killDivider();this.center();this.fixHasLayoutBug();this.options.onInit_complete()},fixHasLayoutBug:function(){if(Browser.Engine.trident&&this.options.fixHasLayoutBug){$(this.options.id).getParents().setStyle("zoom",1);$(this.options.id).setStyle("zoom",1);$(this.options.id).getChildren().setStyle("zoom",1);$(this.options.subMenusContainerId).setStyle("zoom",1);$(this.options.subMenusContainerId).getChildren().setStyle("zoom",1)}},center:function(){if(!this.options.center){return}$(this.options.id).setStyles({left:"50%","margin-left":-($(this.options.id).getSize().x/2)})},stretch:function(){if(this.options.stretchMainMenu&&this.options.orientation==="horizontal"){var C=parseFloat($(this.options.id).getCoordinates().width);var D=0;var B=$(this.options.id).getElements("a");B.setStyles({"padding-left":0,"padding-right":0});B.each(function(F,E){D+=F.getSize().x}.bind(this));if(C<D){return}var A=(C-D)/B.length;B.each(function(F,E){F.setStyle("width",F.getSize().x+A)}.bind(this));B.getLast().setStyle("width",B.getLast().getSize().x-1)}},killDivider:function(){if(this.options.killDivider&&this.options.killDivider.toLowerCase()==="first"){$($(this.options.id).getElements("li")[0]).setStyles({background:"none"})}else{if(this.options.killDivider&&this.options.killDivider.toLowerCase()==="last"){$($(this.options.id).getElements("li").getLast()).setStyles({background:"none"})}}},hideAllSubMenusNow:function(){this.options.onHideAllSubMenusNow_begin();$clear(this.hideAllMenusTimeout);$$(this.allSubMenus).fireEvent("hide");this.options.onHideAllSubMenusNow_complete()}});var MenuMaticSubMenu=new Class({Implements:Options,Extends:MenuMatic,options:{onSubMenuInit_begin:(function(A){}),onSubMenuInit_complete:(function(A){}),onMatchWidth_begin:(function(A){}),onMatchWidth_complete:(function(A){}),onHideSubMenu_begin:(function(A){}),onHideSubMenu_complete:(function(A){}),onHideOtherSubMenus_begin:(function(A){}),onHideOtherSubMenus_complete:(function(A){}),onHideAllSubMenus_begin:(function(A){}),onHideAllSubMenus_complete:(function(A){}),onPositionSubMenu_begin:(function(A){}),onPositionSubMenu_complete:(function(A){}),onShowSubMenu_begin:(function(A){}),onShowSubMenu_complete:(function(A){})},root:null,btn:null,hidden:true,myEffect:null,initialize:function(B,A,C){this.setOptions(B);this.root=A;this.btn=C;this.childMenu=this.btn.retrieve("childMenu");this.subMenuType=this.btn.retrieve("subMenuType");this.childMenu=this.btn.retrieve("childMenu");this.parentSubMenus=$$(this.btn.retrieve("parentSubMenus"));this.parentLinks=$$(this.btn.retrieve("parentLinks"));this.parentSubMenu=$(this.parentSubMenus[0]);if(this.parentSubMenu){this.parentSubMenu=this.parentSubMenu.retrieve("class")}this.childMenu.store("class",this);this.btn.store("class",this);this.childMenu.store("status","closed");this.options.onSubMenuInit_begin(this);this.childMenu.addEvent("hide",function(){this.hideSubMenu()}.bind(this));this.childMenu.addEvent("show",function(){this.showSubMenu()}.bind(this));if(this.options.effect){this.myEffect=new Fx.Morph($(this.childMenu).getFirst(),{duration:this.options.duration,transition:this.options.physics,link:"cancel"})}if(this.options.effect==="slide"||this.options.effect==="slide & fade"){if(this.subMenuType=="initial"&&this.options.orientation==="horizontal"){this.childMenu.getFirst().setStyle("margin-top","0")}else{this.childMenu.getFirst().setStyle("margin-left","0")}}else{if(this.options.effect==="fade"||this.options.effect==="slide & fade"){this.childMenu.getFirst().setStyle("opacity",0)}}if(this.options.effect!="fade"&&this.options.effect!="slide & fade"){this.childMenu.getFirst().setStyle("opacity",this.options.opacity)}var D=$(this.childMenu).getElements("a").filter(function(F,E){return!F.retrieve("childMenu")});D.each(function(F,E){$(F).addClass("subMenuBtn");F.addEvents({mouseenter:function(G){this.childMenu.fireEvent("show");this.cancellHideAllSubMenus();this.hideOtherSubMenus()}.bind(this),focus:function(G){this.childMenu.fireEvent("show");this.cancellHideAllSubMenus();this.hideOtherSubMenus()}.bind(this),mouseleave:function(G){this.cancellHideAllSubMenus();this.hideAllSubMenus()}.bind(this),blur:function(G){this.cancellHideAllSubMenus();this.hideAllSubMenus()}.bind(this),keydown:function(H){var G=new Event(H);if(H.key==="up"||H.key==="down"||H.key==="left"||H.key==="right"||H.key==="tab"){H.stop()}if(H.key==="up"){if(F.getParent("li").getPrevious("li")){F.getParent("li").getPrevious("li").getFirst("a").focus()}else{if(this.options.direction.y==="down"){this.btn.focus()}else{if(this.options.direction.y==="up"){F.getParent("li").getParent().getLast("li").getFirst("a").focus()}}}}else{if(H.key==="down"){if(F.getParent("li").getNext("li")){F.getParent("li").getNext("li").getFirst("a").focus()}else{if(this.options.direction.y==="down"){F.getParent("li").getParent().getFirst("li").getFirst("a").focus()}else{if(this.options.direction.y==="up"){this.btn.focus()}}}}else{if(H.key===this.options.direction.xInverse){this.btn.focus()}}}}.bind(this)})},this);$(this.btn).removeClass("subMenuBtn");if(this.subMenuType=="initial"){this.btn.addClass("mainParentBtn")}else{this.btn.addClass("subParentBtn")}$(this.btn).addEvents({mouseenter:function(E){this.cancellHideAllSubMenus();this.hideOtherSubMenus();this.showSubMenu();if(this.subMenuType==="initial"&&this.options.mmbClassName&&this.options.mmbFocusedClassName){$(this.btn).retrieve("btnMorph",new Fx.Morph($(this.btn),{duration:(this.options.duration/2),transition:this.options.physics,link:"cancel"})).start(this.options.mmbFocusedClassName)}}.bind(this),focus:function(E){this.cancellHideAllSubMenus();this.hideOtherSubMenus();this.showSubMenu();if(this.subMenuType==="initial"&&this.options.mmbClassName&&this.options.mmbFocusedClassName){$(this.btn).retrieve("btnMorph",new Fx.Morph($(this.btn),{duration:(this.options.duration/2),transition:this.options.physics,link:"cancel"})).start(this.options.mmbFocusedClassName)}}.bind(this),mouseleave:function(E){this.cancellHideAllSubMenus();this.hideAllSubMenus()}.bind(this),blur:function(E){this.cancellHideAllSubMenus();this.hideAllSubMenus()}.bind(this),keydown:function(E){E=new Event(E);if(E.key==="up"||E.key==="down"||E.key==="left"||E.key==="right"){E.stop()}if(!this.parentSubMenu){if(this.options.orientation==="horizontal"&&E.key===this.options.direction.y||this.options.orientation==="vertical"&&E.key===this.options.direction.x){if(this.options.direction.y==="down"){this.childMenu.getFirst().getFirst("li").getFirst("a").focus()}else{if(this.options.direction.y==="up"){this.childMenu.getFirst().getLast("li").getFirst("a").focus()}}}else{if(this.options.orientation==="horizontal"&&E.key==="left"||this.options.orientation==="vertical"&&E.key===this.options.direction.yInverse){if(this.btn.getParent().getPrevious()){this.btn.getParent().getPrevious().getFirst().focus()}else{this.btn.getParent().getParent().getLast().getFirst().focus()}}else{if(this.options.orientation==="horizontal"&&E.key==="right"||this.options.orientation==="vertical"&&E.key===this.options.direction.y){if(this.btn.getParent().getNext()){this.btn.getParent().getNext().getFirst().focus()}else{this.btn.getParent().getParent().getFirst().getFirst().focus()}}}}}else{if(E.key==="tab"){E.stop()}if(E.key==="up"){if(this.btn.getParent("li").getPrevious("li")){this.btn.getParent("li").getPrevious("li").getFirst("a").focus()}else{if(this.options.direction.y==="down"){this.parentSubMenu.btn.focus()}else{if(this.options.direction.y==="up"){this.btn.getParent("li").getParent().getLast("li").getFirst("a").focus()}}}}else{if(E.key==="down"){if(this.btn.getParent("li").getNext("li")){this.btn.getParent("li").getNext("li").getFirst("a").focus()}else{if(this.options.direction.y==="down"){this.btn.getParent("li").getParent().getFirst("li").getFirst("a").focus()}else{if(this.options.direction.y==="up"){this.parentSubMenu.btn.focus()}}}}else{if(E.key===this.options.direction.xInverse){this.parentSubMenu.btn.focus()}else{if(E.key===this.options.direction.x){if(this.options.direction.y==="down"){this.childMenu.getFirst().getFirst("li").getFirst("a").focus()}else{if(this.options.direction.y==="up"){}}}}}}}}.bind(this)});this.options.onSubMenuInit_complete(this)},matchWidth:function(){if(this.widthMatched||!this.options.matchWidthMode||this.subMenuType==="subsequent"){return}this.options.onMatchWidth_begin(this);var A=this.btn.getCoordinates().width;$(this.childMenu).getElements("a").each(function(E,D){var C=parseFloat($(this.childMenu).getFirst().getStyle("border-left-width"))+parseFloat($(this.childMenu).getFirst().getStyle("border-right-width"));var B=parseFloat(E.getStyle("padding-left"))+parseFloat(E.getStyle("padding-right"));var F=C+B;if(A>E.getCoordinates().width){E.setStyle("width",A-F);E.setStyle("margin-right",-C)}}.bind(this));this.width=this.childMenu.getFirst().getCoordinates().width;this.widthMatched=true;this.options.onMatchWidth_complete(this)},hideSubMenu:function(){if(this.childMenu.retrieve("status")==="closed"){return}this.options.onHideSubMenu_begin(this);if(this.subMenuType=="initial"){if(this.options.mmbClassName&&this.options.mmbFocusedClassName){$(this.btn).retrieve("btnMorph",new Fx.Morph($(this.btn),{duration:(this.options.duration),transition:this.options.physics,link:"cancel"})).start(this.options.mmbClassName).chain(function(){$(this.btn).removeClass("mainMenuParentBtnFocused");$(this.btn).addClass("mainMenuParentBtn")}.bind(this))}else{$(this.btn).removeClass("mainMenuParentBtnFocused");$(this.btn).addClass("mainMenuParentBtn")}}else{$(this.btn).removeClass("subMenuParentBtnFocused");$(this.btn).addClass("subMenuParentBtn")}this.childMenu.setStyle("z-index",1);if(this.options.effect&&this.options.effect.toLowerCase()==="slide"){if(this.subMenuType=="initial"&&this.options.orientation==="horizontal"&&this.options.direction.y==="down"){this.myEffect.start({"margin-top":-this.height}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.subMenuType=="initial"&&this.options.orientation==="horizontal"&&this.options.direction.y==="up"){this.myEffect.start({"margin-top":this.height}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.options.direction.x==="right"){this.myEffect.start({"margin-left":-this.width}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.options.direction.x==="left"){this.myEffect.start({"margin-left":this.width}).chain(function(){this.childMenu.style.display="none"}.bind(this))}}}}}else{if(this.options.effect=="fade"){this.myEffect.start({opacity:0}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.options.effect=="slide & fade"){if(this.subMenuType=="initial"&&this.options.orientation==="horizontal"&&this.options.direction.y==="down"){this.myEffect.start({"margin-top":-this.height,opacity:0}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.subMenuType=="initial"&&this.options.orientation==="horizontal"&&this.options.direction.y==="up"){this.myEffect.start({"margin-top":this.height,opacity:0}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.options.direction.x==="right"){this.myEffect.start({"margin-left":-this.width,opacity:0}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.options.direction.x==="left"){this.myEffect.start({"margin-left":this.width,opacity:0}).chain(function(){this.childMenu.style.display="none"}.bind(this))}}}}}else{this.childMenu.style.display="none"}}}this.childMenu.store("status","closed");this.options.onHideSubMenu_complete(this)},hideOtherSubMenus:function(){this.options.onHideOtherSubMenus_begin(this);if(!this.btn.retrieve("otherSubMenus")){this.btn.store("otherSubMenus",$$(this.root.allSubMenus.filter(function(A){return!this.btn.retrieve("parentSubMenus").contains(A)&&A!=this.childMenu}.bind(this))))}this.parentSubMenus.fireEvent("show");this.btn.retrieve("otherSubMenus").fireEvent("hide");this.options.onHideOtherSubMenus_complete(this)},hideAllSubMenus:function(){this.options.onHideAllSubMenus_begin(this);$clear(this.root.hideAllMenusTimeout);this.root.hideAllMenusTimeout=(function(){$clear(this.hideAllMenusTimeout);$$(this.root.allSubMenus).fireEvent("hide")}).bind(this).delay(this.options.hideDelay);this.options.onHideAllSubMenus_complete(this)},cancellHideAllSubMenus:function(){$clear(this.root.hideAllMenusTimeout)},showSubMenu:function(A){if(this.childMenu.retrieve("status")==="open"){return}this.options.onShowSubMenu_begin(this);if(this.subMenuType=="initial"){$(this.btn).removeClass("mainMenuParentBtn");$(this.btn).addClass("mainMenuParentBtnFocused")}else{$(this.btn).removeClass("subMenuParentBtn");$(this.btn).addClass("subMenuParentBtnFocused")}this.root.subMenuZindex++;this.childMenu.setStyles({display:"block",visibility:"hidden","z-index":this.root.subMenuZindex});if(!this.width||!this.height){this.width=this.childMenu.getFirst().getCoordinates().width;this.height=this.childMenu.getFirst().getCoordinates().height;this.childMenu.setStyle("height",this.height,"border");if(this.options.effect==="slide"||this.options.effect==="slide & fade"){if(this.subMenuType=="initial"&&this.options.orientation==="horizontal"){this.childMenu.getFirst().setStyle("margin-top","0");if(this.options.direction.y==="down"){this.myEffect.set({"margin-top":-this.height})}else{if(this.options.direction.y==="up"){this.myEffect.set({"margin-top":this.height})}}}else{if(this.options.direction.x==="left"){this.myEffect.set({"margin-left":this.width})}else{this.myEffect.set({"margin-left":-this.width})}}}}this.matchWidth();this.positionSubMenu();if(this.options.effect==="slide"){this.childMenu.setStyles({display:"block",visibility:"visible"});if(this.subMenuType==="initial"&&this.options.orientation==="horizontal"){if(A){this.myEffect.set({"margin-top":0}).chain(function(){this.showSubMenuComplete()}.bind(this))}else{this.myEffect.start({"margin-top":0}).chain(function(){this.showSubMenuComplete()}.bind(this))}}else{if(A){this.myEffect.set({"margin-left":0}).chain(function(){this.showSubMenuComplete()}.bind(this))}else{this.myEffect.start({"margin-left":0}).chain(function(){this.showSubMenuComplete()}.bind(this))}}}else{if(this.options.effect==="fade"){if(A){this.myEffect.set({opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}else{this.myEffect.start({opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}}else{if(this.options.effect=="slide & fade"){this.childMenu.setStyles({display:"block",visibility:"visible"});this.childMenu.getFirst().setStyles({left:0});if(this.subMenuType==="initial"&&this.options.orientation==="horizontal"){if(A){this.myEffect.set({"margin-top":0,opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}else{this.myEffect.start({"margin-top":0,opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}}else{if(A){if(this.options.direction.x==="right"){this.myEffect.set({"margin-left":0,opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}else{if(this.options.direction.x==="left"){this.myEffect.set({"margin-left":0,opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}}}else{if(this.options.direction.x==="right"){this.myEffect.set({"margin-left":-this.width,opacity:this.options.opacity});this.myEffect.start({"margin-left":0,opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}else{if(this.options.direction.x==="left"){this.myEffect.start({"margin-left":0,opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}}}}}else{this.childMenu.setStyles({display:"block",visibility:"visible"}).chain(function(){this.showSubMenuComplete(this)}.bind(this))}}}this.childMenu.store("status","open")},showSubMenuComplete:function(){this.options.onShowSubMenu_complete(this)},positionSubMenu:function(){this.options.onPositionSubMenu_begin(this);this.childMenu.setStyle("width",this.width);this.childMenu.getFirst().setStyle("width",this.width);if(this.subMenuType==="subsequent"){if(this.parentSubMenu&&this.options.direction.x!=this.parentSubMenu.options.direction.x){if(this.parentSubMenu.options.direction.x==="left"&&this.options.effect&&this.options.effect.contains("slide")){this.myEffect.set({"margin-left":this.width})}}this.options.direction.x=this.parentSubMenu.options.direction.x;this.options.direction.xInverse=this.parentSubMenu.options.direction.xInverse;this.options.direction.y=this.parentSubMenu.options.direction.y;this.options.direction.yInverse=this.parentSubMenu.options.direction.yInverse}var C;var A;if(this.subMenuType=="initial"){if(this.options.direction.y==="up"){if(this.options.orientation==="vertical"){C=this.btn.getCoordinates().bottom-this.height+this.options.tweakInitial.y}else{C=this.btn.getCoordinates().top-this.height+this.options.tweakInitial.y}this.childMenu.style.top=C+"px"}else{if(this.options.orientation=="horizontal"){this.childMenu.style.top=this.btn.getCoordinates().bottom+this.options.tweakInitial.y+"px"}else{if(this.options.orientation=="vertical"){C=this.btn.getPosition().y+this.options.tweakInitial.y;if((C+this.childMenu.getSize().y)>=$(document.body).getScrollSize().y){A=(C+this.childMenu.getSize().y)-$(document.body).getScrollSize().y;C=C-A-20}this.childMenu.style.top=C+"px"}}}if(this.options.orientation=="horizontal"){this.childMenu.style.left=this.btn.getPosition().x+this.options.tweakInitial.x+"px"}else{if(this.options.direction.x=="left"){this.childMenu.style.left=this.btn.getPosition().x-this.childMenu.getCoordinates().width+this.options.tweakInitial.x+"px"}else{if(this.options.direction.x=="right"){this.childMenu.style.left=this.btn.getCoordinates().right+this.options.tweakInitial.x+"px"}}}}else{if(this.subMenuType=="subsequent"){if(this.options.direction.y==="down"){if((this.btn.getCoordinates().top+this.options.tweakSubsequent.y+this.childMenu.getSize().y)>=$(document.body).getScrollSize().y){A=(this.btn.getCoordinates().top+this.options.tweakSubsequent.y+this.childMenu.getSize().y)-$(document.body).getScrollSize().y;this.childMenu.style.top=(this.btn.getCoordinates().top+this.options.tweakSubsequent.y)-A-20+"px"}else{this.childMenu.style.top=this.btn.getCoordinates().top+this.options.tweakSubsequent.y+"px"}}else{if(this.options.direction.y==="up"){if((this.btn.getCoordinates().bottom-this.height+this.options.tweakSubsequent.y)<1){this.options.direction.y="down";this.options.direction.yInverse="up";this.childMenu.style.top=this.btn.getCoordinates().top+this.options.tweakSubsequent.y+"px"}else{this.childMenu.style.top=this.btn.getCoordinates().bottom-this.height+this.options.tweakSubsequent.y+"px"}}}if(this.options.direction.x=="left"){this.childMenu.style.left=this.btn.getCoordinates().left-this.childMenu.getCoordinates().width+this.options.tweakSubsequent.x+"px";if(this.childMenu.getPosition().x<0){this.options.direction.x="right";this.options.direction.xInverse="left";this.childMenu.style.left=this.btn.getPosition().x+this.btn.getCoordinates().width+this.options.tweakSubsequent.x+"px";if(this.options.effect==="slide"||this.options.effect==="slide & fade"){this.myEffect.set({"margin-left":-this.width,opacity:this.options.opacity})}}}else{if(this.options.direction.x=="right"){this.childMenu.style.left=this.btn.getCoordinates().right+this.options.tweakSubsequent.x+"px";var D=this.childMenu.getCoordinates().right;var B=document.getCoordinates().width+window.getScroll().x;if(D>B){this.options.direction.x="left";this.options.direction.xInverse="right";this.childMenu.style.left=this.btn.getCoordinates().left-this.childMenu.getCoordinates().width+this.options.tweakSubsequent.x+"px";if(this.options.effect==="slide"||this.options.effect==="slide & fade"){this.myEffect.set({"margin-left":this.width,opacity:this.options.opacity})}}}}}}this.options.onPositionSubMenu_complete(this)}});window.addEvent('domready',function(){var myMenu=new MenuMatic();});var dropdowncontent={disableanchorlink:true,hidedivmouseout:[true,200],ajaxloadingmsg:"Loading content. Please wait...",ajaxbustcache:true,getposOffset:function(what,offsettype){return(what.offsetParent)?what[offsettype]+this.getposOffset(what.offsetParent,offsettype):what[offsettype]},isContained:function(m,e){var e=window.event||e
var c=e.relatedTarget||((e.type=="mouseover")?e.fromElement:e.toElement)
while(c&&c!=m)try{c=c.parentNode}catch(e){c=m}
if(c==m)
return true
else
return false},show:function(anchorobj,subobj,e){if(!this.isContained(anchorobj,e)||(e&&e.type=="click")){var e=window.event||e
if(e.type=="click"&&subobj.style.visibility=="visible"){subobj.style.visibility="hidden"
return}
var horizontaloffset=(subobj.dropposition[0]=="left")?-(subobj.offsetWidth-anchorobj.offsetWidth):0
var verticaloffset=(subobj.dropposition[1]=="top")?-subobj.offsetHeight:anchorobj.offsetHeight
subobj.style.left=this.getposOffset(anchorobj,"offsetLeft")+horizontaloffset+"px"
subobj.style.top=this.getposOffset(anchorobj,"offsetTop")+verticaloffset+"px"
subobj.style.clip=(subobj.dropposition[1]=="top")?"rect(auto auto auto 0)":"rect(0 auto 0 0)"
subobj.style.visibility="visible"
subobj.startTime=new Date().getTime()
subobj.contentheight=parseInt(subobj.offsetHeight)
if(typeof window["hidetimer_"+subobj.id]!="undefined")
clearTimeout(window["hidetimer_"+subobj.id])
this.slideengine(subobj,(subobj.dropposition[1]=="top")?"up":"down")}},curveincrement:function(percent){return(1-Math.cos(percent*Math.PI))/2},slideengine:function(obj,direction){var elapsed=new Date().getTime()-obj.startTime
if(elapsed<obj.glidetime){var distancepercent=(direction=="down")?this.curveincrement(elapsed/obj.glidetime):1-this.curveincrement(elapsed/obj.glidetime)
var currentclip=(distancepercent*obj.contentheight)+"px"
obj.style.clip=(direction=="down")?"rect(0 auto "+currentclip+" 0)":"rect("+currentclip+" auto auto 0)"
window["glidetimer_"+obj.id]=setTimeout(function(){dropdowncontent.slideengine(obj,direction)},10)}
else{obj.style.clip="rect(0 auto auto 0)"}},hide:function(activeobj,subobj,e){if(!dropdowncontent.isContained(activeobj,e)){window["hidetimer_"+subobj.id]=setTimeout(function(){subobj.style.visibility="hidden"
subobj.style.left=subobj.style.top=0
clearTimeout(window["glidetimer_"+subobj.id])},dropdowncontent.hidedivmouseout[1])}},hidediv:function(subobjid){document.getElementById(subobjid).style.visibility="hidden"},ajaxconnect:function(pageurl,divId){var page_request=false
var bustcacheparameter=""
if(window.XMLHttpRequest)
page_request=new XMLHttpRequest()
else if(window.ActiveXObject){try{page_request=new ActiveXObject("Msxml2.XMLHTTP")}
catch(e){try{page_request=new ActiveXObject("Microsoft.XMLHTTP")}
catch(e){}}}
else
return false
document.getElementById(divId).innerHTML=this.ajaxloadingmsg
page_request.onreadystatechange=function(){dropdowncontent.loadpage(page_request,divId)}
if(this.ajaxbustcache)
bustcacheparameter=(pageurl.indexOf("?")!=-1)?"&"+new Date().getTime():"?"+new Date().getTime()
page_request.open('GET',pageurl+bustcacheparameter,true)
page_request.send(null)},loadpage:function(page_request,divId){if(page_request.readyState==4&&(page_request.status==200||window.location.href.indexOf("http")==-1)){document.getElementById(divId).innerHTML=page_request.responseText}},init:function(anchorid,pos,glidetime,revealbehavior){var anchorobj=document.getElementById(anchorid)
var subobj=document.getElementById(anchorobj.getAttribute("rel"))
var subobjsource=anchorobj.getAttribute("rev")
if(subobjsource!=null&&subobjsource!="")
this.ajaxconnect(subobjsource,anchorobj.getAttribute("rel"))
subobj.dropposition=pos.split("-")
subobj.glidetime=glidetime||1000
subobj.style.left=subobj.style.top=0
if(typeof revealbehavior=="undefined"||revealbehavior=="mouseover"){anchorobj.onmouseover=function(e){dropdowncontent.show(this,subobj,e)}
anchorobj.onmouseout=function(e){dropdowncontent.hide(subobj,subobj,e)}
if(this.disableanchorlink)anchorobj.onclick=function(){return false}}
else
anchorobj.onclick=function(e){dropdowncontent.show(this,subobj,e);return false}
if(this.hidedivmouseout[0]==true)
subobj.onmouseout=function(e){dropdowncontent.hide(this,subobj,e)}}}
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){c.className=(c.className&&" ")+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(h){var f=document.createElement("style"),d,c,b;f.type="text/css";f.media=h;try{f.appendChild(document.createTextNode("/**/"))}catch(g){}c=G("head")[0];c.insertBefore(f,c.firstChild);d=(f.sheet||f.styleSheet);b=d&&!d.disabled;c.removeChild(f);return b}),removeClass:function(d,c){var b=RegExp("(?:^|\\s+)"+c+"(?=\\s|$)","g");d.className=d.className.replace(b,"");return d},supports:function(d,c){var b=document.createElement("span").style;if(b[d]===undefined){return false}b[d]=c;return b[d]===c},textAlign:function(e,d,b,c){if(d.get("textAlign")=="right"){if(b>0){e=" "+e}}else{if(b<c-1){e+=" "}}return e},textDecoration:function(g,f){if(!f){f=this.getStyle(g)}var c={underline:null,overline:null,"line-through":null};for(var b=g;b.parentNode&&b.parentNode.nodeType==1;){var e=true;for(var d in c){if(!K(c,d)||c[d]){continue}if(f.get("textDecoration").indexOf(d)!=-1){c[d]=f.get("color")}e=false}if(e){break}f=this.getStyle(b=b.parentNode)}return c},textShadow:J(function(f){if(f=="none"){return null}var e=[],g={},b,c=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(b=d.exec(f)){if(b[0]==","){e.push(g);g={};c=0}else{if(b[1]){g.color=b[1]}else{g[["offX","offY","blur"][c++]]=b[2]}}}e.push(g);return e}),textTransform:function(c,b){return c[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[b.get("textTransform")]||"toString"]()},whiteSpace:(function(){var b={inline:1,"inline-block":1,"run-in":1};return function(e,c,d){if(b[c.get("display")]){return e}if(!d.previousSibling){e=e.replace(/^\s+/,"")}if(!d.nextSibling){e=e.replace(/\s+$/,"")}return e}})()};N.ready=(function(){var b=!N.recognizesMedia("all"),e=false;var d=[],h=function(){b=true;for(var k;k=d.shift();k()){}};var i=G("link"),j=G("style");function c(k){return k.disabled||g(k.sheet,k.media||"screen")}function g(n,q){if(!N.recognizesMedia(q||"all")){return true}if(!n||n.disabled){return false}try{var r=n.cssRules,p;if(r){search:for(var m=0,k=r.length;p=r[m],m<k;++m){switch(p.type){case 2:break;case 3:if(!g(p.styleSheet,p.media.mediaText)){return false}break;default:break search}}}}catch(o){}return true}function f(){if(document.createStyleSheet){return true}var l,k;for(k=0;l=i[k];++k){if(l.rel.toLowerCase()=="stylesheet"&&!c(l)){return false}}for(k=0;l=j[k];++k){if(!c(l)){return false}}return true}X.ready(function(){if(!e){e=N.getStyle(document.body).isUsable()}if(b||(e&&f())){h()}else{setTimeout(arguments.callee,10)}});return function(k){if(b){k()}else{d.push(k)}}})();function S(c){var b=this.face=c.face;this.glyphs=c.glyphs;this.w=c.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var e=b.bbox.split(/\s+/);var d={minX:parseInt(e[0],10),minY:parseInt(e[1],10),maxX:parseInt(e[2],10),maxY:parseInt(e[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent}function F(){var c={},b={oblique:"italic",italic:"oblique"};this.add=function(d){(c[d.style]||(c[d.style]={}))[d.weight]=d};this.get=function(h,i){var g=c[h]||c[b[h]]||c.normal||c.italic||c.oblique;if(!g){return null}i={normal:400,bold:700}[i]||parseInt(i,10);if(g[i]){return g[i]}var e={1:1,99:0}[i%100],k=[],f,d;if(e===undefined){e=i>400}if(i==500){i=400}for(var j in g){if(!K(g,j)){continue}j=parseInt(j,10);if(!f||j<f){f=j}if(!d||j>d){d=j}k.push(j)}if(i<f){i=f}if(i>d){i=d}k.sort(function(m,l){return(e?(m>i&&l>i)?m<l:m>l:(m<i&&l<i)?m>l:m<l)?-1:1});return g[k[0]]}}function R(){function d(f,g){if(f.contains){return f.contains(g)}return f.compareDocumentPosition(g)&16}function b(g){var f=g.relatedTarget;if(!f||d(this,f)){return}c(this)}function e(f){c(this)}function c(f){setTimeout(function(){M.replace(f,D.get(f).options,true)},10)}this.attach=function(f){if(f.onmouseenter===undefined){Q(f,"mouseover",b);Q(f,"mouseout",b)}else{Q(f,"mouseenter",e);Q(f,"mouseleave",e)}}}function U(){var c=[],d={};function b(h){var e=[],g;for(var f=0;g=h[f];++f){e[f]=c[d[g]]}return e}this.add=function(f,e){d[f]=c.push(e)-1};this.repeat=function(){var e=arguments.length?b(arguments):c,f;for(var g=0;f=e[g++];){M.replace(f[0],f[1],true)}}}function a(){var d={},b=0;function c(e){return e.cufid||(e.cufid=++b)}this.get=function(e){var f=c(e);return d[f]||(d[f]={})}}function A(b){var d={},c={};this.extend=function(e){for(var f in e){if(K(e,f)){d[f]=e[f]}}return this};this.get=function(e){return d[e]!=undefined?d[e]:b[e]};this.getSize=function(f,e){return c[f]||(c[f]=new N.Size(this.get(f),e))};this.isUsable=function(){return!!b}}function Q(c,b,d){if(c.addEventListener){c.addEventListener(b,d,false)}else{if(c.attachEvent){c.attachEvent("on"+b,function(){return d.call(c,window.event)})}}}function V(c,b){var d=D.get(c);if(d.options){return c}if(b.hover&&b.hoverables[c.nodeName.toLowerCase()]){B.attach(c)}d.options=b;return c}function J(b){var c={};return function(d){if(!K(c,d)){c[d]=b.apply(null,arguments)}return c[d]}}function C(g,f){if(!f){f=N.getStyle(g)}var c=N.quotedList(f.get("fontFamily").toLowerCase()),e;for(var d=0,b=c.length;d<b;++d){e=c[d];if(I[e]){return I[e].get(f.get("fontStyle"),f.get("fontWeight"))}}return null}function G(b){return document.getElementsByTagName(b)}function K(c,b){return c.hasOwnProperty(b)}function H(){var b={},d,f;for(var e=0,c=arguments.length;d=arguments[e],e<c;++e){for(f in d){if(K(d,f)){b[f]=d[f]}}}return b}function O(e,o,c,p,f,d){var n=p.separate;if(n=="none"){return Z[p.engine].apply(null,arguments)}var m=document.createDocumentFragment(),h;var j=o.split(P[n]),b=(n=="words");if(b&&T){if(/^\s/.test(o)){j.unshift("")}if(/\s$/.test(o)){j.push("")}}for(var k=0,g=j.length;k<g;++k){h=Z[p.engine](e,b?N.textAlign(j[k],c,k,g):j[k],c,p,f,d,k<g-1);if(h){m.appendChild(h)}}return m}function L(c,k){var d,b,e,h,g,j;for(e=V(c,k).firstChild;e;e=g){h=e.nodeType;g=e.nextSibling;j=false;if(h==1){if(!e.firstChild){continue}if(!/cufon/.test(e.className)){arguments.callee(e,k);continue}else{j=true}}else{if(h!=3){continue}}if(!b){b=N.getStyle(c).extend(k)}if(!d){d=C(c,b)}if(!d){continue}if(j){Z[k.engine](d,null,b,k,e,c);continue}var i=N.whiteSpace(e.data,b,e);if(i===""){continue}var f=O(d,i,b,k,e,c);if(f){e.parentNode.replaceChild(f,e)}else{e.parentNode.removeChild(e)}}}var T=" ".split(/\s+/).length==0;var D=new a();var B=new R();var Y=new U();var E=false;var Z={},I={},W={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(b){return jQuery(b)})||(window.dojo&&dojo.query)||(window.$$&&function(b){return $$(b)})||(window.$&&function(b){return $(b)})||(document.querySelectorAll&&function(b){return document.querySelectorAll(b)})||(window.Ext&&Ext.query)||G),separate:"words",textShadow:"none"};var P={words:/[^\S\u00a0]+/,characters:""};M.now=function(){X.ready();return M};M.refresh=function(){Y.repeat.apply(Y,arguments);return M};M.registerEngine=function(c,b){if(!b){return M}Z[c]=b;return M.set("engine",c)};M.registerFont=function(d){var b=new S(d),c=b.family;if(!I[c]){I[c]=new F()}I[c].add(b);return M.set("fontFamily",'"'+c+'"')};M.replace=function(d,c,b){c=H(W,c);if(!c.engine){return M}if(!E){N.addClass(X.root(),"cufon-active cufon-loading");N.ready(function(){N.removeClass(X.root(),"cufon-loading")});E=true}if(c.hover){c.forceHitArea=true}if(typeof c.textShadow=="string"){c.textShadow=N.textShadow(c.textShadow)}if(typeof c.color=="string"&&/^-/.test(c.color)){c.textGradient=N.gradient(c.color)}if(!b){Y.add(d,arguments)}if(d.nodeType||typeof d=="string"){d=[d]}N.ready(function(){for(var f=0,e=d.length;f<e;++f){var g=d[f];if(typeof g=="string"){M.replace(c.selector(g),c,true)}else{L(g,c)}}});return M};M.set=function(b,c){W[b]=c;return M};return M})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AH,a,z,W,e,AI){var I=(a===null);if(I){a=e.alt}var c=AH.viewBox;var K=z.getSize("fontSize",AH.baseSize);var v=z.get("letterSpacing");v=(v=="normal")?0:K.convertFrom(parseInt(v,10));var d=0,w=0,u=0,Y=0;var b=W.textShadow,s=[];if(b){for(var AG=b.length;AG--;){var m=b[AG];var r=K.convertFrom(parseFloat(m.offX));var p=K.convertFrom(parseFloat(m.offY));s[AG]=[r,p];if(p<d){d=p}if(r>w){w=r}if(p>u){u=p}if(r<Y){Y=r}}}var AL=Cufon.CSS.textTransform(a,z).split(""),U;var J=AH.glyphs,X,M,AC;var G=0,Q,h=[];for(var AG=0,AE=0,AB=AL.length;AG<AB;++AG){X=J[U=AL[AG]]||AH.missingGlyph;if(!X){continue}if(M){G-=AC=M[U]||0;h[AE-1]-=AC}G+=Q=h[AE++]=~~(X.w||AH.w)+v;M=X.k}if(Q===undefined){return null}w+=c.width-Q;Y+=c.minX;var V,L;if(I){V=e;L=e.firstChild}else{V=document.createElement("span");V.className="cufon cufon-canvas";V.alt=a;L=document.createElement("canvas");V.appendChild(L);if(W.printable){var AD=document.createElement("span");AD.className="cufon-alt";AD.appendChild(document.createTextNode(a));V.appendChild(AD)}}var AM=V.style;var o=L.style;var H=K.convert(c.height);var AK=Math.ceil(H);var t=AK/H;var n=t*Cufon.CSS.fontStretch(z.get("fontStretch"));var q=G*n;var AA=Math.ceil(K.convert(q+w-Y));var O=Math.ceil(K.convert(c.height-d+u));L.width=AA;L.height=O;o.width=AA+"px";o.height=O+"px";d+=c.minY;o.top=Math.round(K.convert(d-AH.ascent))+"px";o.left=Math.round(K.convert(Y))+"px";var T=Math.ceil(K.convert(q))+"px";if(A){AM.width=T;AM.height=K.convert(AH.height)+"px"}else{AM.paddingLeft=T;AM.paddingBottom=(K.convert(AH.height)-1)+"px"}var AJ=L.getContext("2d"),f=H/c.height;AJ.scale(f,f*t);AJ.translate(-Y,-d);AJ.lineWidth=AH.face["underline-thickness"];AJ.save();function N(i,g){AJ.strokeStyle=g;AJ.beginPath();AJ.moveTo(0,i);AJ.lineTo(G,i);AJ.stroke()}var P=W.enableTextDecoration?Cufon.CSS.textDecoration(AI,z):{};if(P.underline){N(-AH.face["underline-position"],P.underline)}if(P.overline){N(AH.ascent,P.overline)}function AF(){AJ.scale(n,1);for(var x=0,k=0,g=AL.length;x<g;++x){var y=J[AL[x]]||AH.missingGlyph;if(!y){continue}if(y.d){AJ.beginPath();if(y.code){C(y.code,AJ)}else{y.code=D("m"+y.d,AJ)}AJ.fill()}AJ.translate(h[k++],0)}AJ.restore()}if(b){for(var AG=b.length;AG--;){var m=b[AG];AJ.save();AJ.fillStyle=m.color;AJ.translate.apply(AJ,s[AG]);AF()}}var S=W.textGradient;if(S){var Z=S.stops,R=AJ.createLinearGradient(0,c.minY,0,c.maxY);for(var AG=0,AB=Z.length;AG<AB;++AG){R.addColorStop.apply(R,Z[AG])}AJ.fillStyle=R}else{AJ.fillStyle=z.get("color")}AF();if(P["line-through"]){N(-AH.descent,P["line-through"])}return V}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;var F=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(F?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function C(G,H){return A(G,/(?:em|ex|%)$|^[a-z-]+$/i.test(H)?"1em":H)}function A(J,K){if(/px$/i.test(K)){return parseFloat(K)}var I=J.style.left,H=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=K.replace("%","em");var G=J.style.pixelLeft;J.style.left=I;J.runtimeStyle.left=H;return G}var E={};function D(L){var M=L.id;if(!E[M]){var J=L.stops,K=document.createElement("cvml:fill"),G=[];K.type="gradient";K.angle=180;K.focus="0";K.method="sigma";K.color=J[0][1];for(var I=1,H=J.length-1;I<H;++I){G.push(J[I][0]*100+"% "+J[I][1])}K.colors=G.join(",");K.color2=J[H][1];E[M]=K}return E[M]}return function(AI,f,AC,b,n,AJ,AA){var J=(f===null);if(J){f=n.alt}var h=AI.viewBox;var L=AC.computedFontSize||(AC.computedFontSize=new Cufon.CSS.Size(C(AJ,AC.get("fontSize"))+"px",AI.baseSize));var z=AC.computedLSpacing;if(z==undefined){z=AC.get("letterSpacing");AC.computedLSpacing=z=(z=="normal")?0:~~L.convertFrom(A(AJ,z))}var X,M;if(J){X=n;M=n.firstChild}else{X=document.createElement("span");X.className="cufon cufon-vml";X.alt=f;M=document.createElement("span");M.className="cufon-vml-canvas";X.appendChild(M);if(b.printable){var AF=document.createElement("span");AF.className="cufon-alt";AF.appendChild(document.createTextNode(f));X.appendChild(AF)}if(!AA){X.appendChild(document.createElement("cvml:shape"))}}var AO=X.style;var u=M.style;var H=L.convert(h.height),AL=Math.ceil(H);var y=AL/H;var s=y*Cufon.CSS.fontStretch(AC.get("fontStretch"));var x=h.minX,w=h.minY;u.height=AL;u.top=Math.round(L.convert(w-AI.ascent));u.left=Math.round(L.convert(x));AO.height=L.convert(AI.height)+"px";var Q=b.enableTextDecoration?Cufon.CSS.textDecoration(AJ,AC):{};var e=AC.get("color");var AN=Cufon.CSS.textTransform(f,AC).split(""),W;var K=AI.glyphs,c,N,AE;var G=0,o=[],v=0,S;var U,g=b.textShadow;for(var AH=0,AG=0,AD=AN.length;AH<AD;++AH){c=K[W=AN[AH]]||AI.missingGlyph;if(!c){continue}if(N){G-=AE=N[W]||0;o[AG-1]-=AE}G+=S=o[AG++]=~~(c.w||AI.w)+z;N=c.k}if(S===undefined){return null}var V=-x+G+(h.width-S);var AM=L.convert(V*s),AB=Math.round(AM);var r=V+","+h.height,I;var m="r"+r+"ns";var T=b.textGradient&&D(b.textGradient);for(AH=0,AG=0;AH<AD;++AH){c=K[AN[AH]]||AI.missingGlyph;if(!c){continue}if(J){U=M.childNodes[AG];while(U.firstChild){U.removeChild(U.firstChild)}}else{U=document.createElement("cvml:shape");M.appendChild(U)}U.stroked="f";U.coordsize=r;U.coordorigin=I=(x-v)+","+w;U.path=(c.d?"m"+c.d+"xe":"")+"m"+I+m;U.fillcolor=e;if(T){U.appendChild(T.cloneNode(false))}var AK=U.style;AK.width=AB;AK.height=AL;if(g){var P=g[0],O=g[1];var a=Cufon.CSS.color(P.color),Y;var q=document.createElement("cvml:shadow");q.on="t";q.color=a.color;q.offset=P.offX+","+P.offY;if(O){Y=Cufon.CSS.color(O.color);q.type="double";q.color2=Y.color;q.offset2=O.offX+","+O.offY}q.opacity=a.opacity||(Y&&Y.opacity)||1;U.appendChild(q)}v+=o[AG++]}var p=U.nextSibling,R,Z;if(b.forceHitArea){if(!p){p=document.createElement("cvml:rect");p.stroked="f";p.className="cufon-vml-cover";R=document.createElement("cvml:fill");R.opacity=0;p.appendChild(R);M.appendChild(p)}Z=p.style;Z.width=AB;Z.height=AL}else{if(p){M.removeChild(p)}}AO.width=Math.max(Math.ceil(L.convert(G*s)),0);if(F){var t=AC.computedYAdjust;if(t===undefined){var d=AC.get("lineHeight");if(d=="normal"){d="1em"}else{if(!isNaN(d)){d+="em"}}AC.computedYAdjust=t=0.5*(A(AJ,d)-parseFloat(AO.height))}if(t){AO.marginTop=Math.ceil(t)+"px";AO.marginBottom=t+"px"}}return X}})());Cufon.registerFont({"w":168,"face":{"font-family":"Lapidary333 BT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 2 6 2 6 5 5 2 8 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-22 -275 360 103.231","underline-thickness":"15.8203","underline-position":"-42.1875","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":84},"!":{"d":"46,4v-23,0,-19,-34,0,-33v9,0,16,8,16,17v0,8,-8,16,-16,16xm46,-212v19,2,14,35,12,56r-9,110r-5,0r-11,-144v1,-11,4,-21,13,-22","w":90},"\"":{"d":"89,-257v12,0,16,11,14,25r-12,80r-5,0r-13,-87v-1,-12,6,-18,16,-18xm31,-257v12,0,16,11,14,25r-12,80r-5,0r-12,-87v0,-11,5,-17,15,-18","w":119},"#":{"d":"123,-153r-18,51r51,0r18,-51r-51,0xm137,-256r23,0r-29,83r50,0r30,-83r23,0r-30,83r54,0r-7,20r-54,0r-18,51r59,0r-8,20r-58,0r-29,82r-23,0r29,-82r-51,0r-29,82r-23,0r29,-82r-57,0r8,-20r56,0r18,-51r-61,0r7,-20r62,0","w":276},"$":{"d":"81,-194v-28,-1,-46,32,-26,52v6,6,14,12,26,17r0,-69xm89,-9v34,0,58,-40,32,-65v-7,-7,-17,-14,-32,-20r0,85xm152,-59v0,36,-27,55,-63,59r0,29r-8,0r0,-29v-19,3,-45,-23,-55,-7r-5,0r0,-52r5,0v6,30,23,46,55,50r0,-89v-29,-12,-52,-23,-52,-54v0,-29,23,-47,52,-50r0,-18r8,0r0,18v12,0,31,14,37,2r6,0r0,39r-6,0v-2,-20,-16,-30,-37,-32r0,71v36,15,63,26,63,63"},"%":{"d":"194,-2v25,0,33,-23,33,-53v0,-30,-7,-54,-33,-54v-26,0,-34,24,-34,54v0,30,8,53,34,53xm193,-115v30,0,55,27,55,60v0,32,-24,59,-55,59v-31,0,-54,-27,-54,-59v0,-32,23,-60,54,-60xm65,-98v26,0,33,-23,33,-54v0,-31,-7,-53,-33,-53v-26,0,-34,23,-34,53v0,30,8,54,34,54xm65,-211v31,0,54,27,54,59v0,32,-23,60,-54,60v-30,0,-55,-27,-55,-60v0,-32,25,-59,55,-59xm219,-211r-168,215r-12,0r167,-215r13,0","w":256},"&":{"d":"149,-59v11,-16,30,-59,-1,-64v5,-10,40,-1,61,-4r0,4v-38,0,-34,49,-54,71v15,18,36,56,58,34r3,5v-25,28,-62,12,-77,-17v-25,44,-122,45,-122,-19v0,-31,23,-46,49,-60v-13,-14,-24,-24,-25,-46v-5,-51,90,-63,90,-10v0,23,-18,37,-38,46xm88,-192v-26,0,-36,26,-22,46v5,7,12,14,22,23v15,-8,27,-20,27,-39v0,-16,-10,-30,-27,-30xm70,-105v-43,19,-29,94,20,93v20,-1,34,-11,44,-25","w":208},"'":{"d":"31,-257v12,0,16,11,14,25r-12,80r-5,0r-12,-87v0,-11,5,-17,15,-18","w":61},"(":{"d":"106,-213v-71,55,-72,228,0,282r-4,4v-57,-49,-104,-134,-57,-219v13,-25,32,-48,57,-71","w":112},")":{"d":"6,69v73,-55,72,-227,0,-282r5,-4v57,48,102,133,57,219v-13,25,-32,48,-57,71","w":112},"*":{"d":"86,-139v-15,-15,-58,-4,-61,-29v0,-7,6,-15,15,-14v23,3,29,32,48,39v4,-25,-29,-61,2,-69v31,6,-1,45,2,69v19,-6,24,-39,49,-39v22,0,15,28,-1,30v-17,2,-34,6,-46,13v16,14,58,4,61,29v-17,37,-45,-19,-63,-26v-4,24,29,61,-2,69v-31,-7,1,-45,-2,-69v-19,6,-25,39,-49,39v-22,0,-15,-27,1,-30v17,-2,34,-5,46,-12","w":180},"+":{"d":"140,-215r20,0r0,97r95,0r0,21r-95,0r0,97r-20,0r0,-97r-95,0r0,-21r95,0r0,-97","w":299},",":{"d":"40,-29v29,1,33,45,16,66v-7,10,-16,17,-28,23r-3,-4v14,-8,24,-20,24,-41v0,-17,-27,-8,-27,-27v0,-10,9,-17,18,-17","w":84},"-":{"d":"19,-54r0,-19r85,0r0,19r-85,0","w":122},".":{"d":"42,4v-8,0,-16,-8,-16,-16v0,-9,7,-16,16,-16v9,-1,17,6,16,16v1,9,-7,17,-16,16","w":84},"\/":{"d":"-22,33r117,-245r14,0r-118,245r-13,0","w":100},"0":{"d":"84,4v-95,-1,-93,-214,0,-215v94,0,95,215,0,215xm84,-4v39,-4,44,-48,44,-99v0,-52,-5,-95,-44,-100v-39,4,-44,49,-44,100v0,51,5,94,44,99"},"1":{"d":"100,-37v-1,23,7,30,27,32r0,5r-78,0r0,-5v21,-4,27,-9,27,-33r0,-140v-12,-1,-19,4,-27,9v-5,-8,7,-9,12,-13v18,-10,32,-20,39,-29r0,174"},"2":{"d":"130,-155v-6,66,-41,82,-92,137r102,0r0,18r-119,0r0,-10v46,-49,77,-74,85,-139v6,-52,-66,-60,-75,-16r-5,-2v9,-23,24,-44,52,-44v30,0,55,25,52,56"},"3":{"d":"103,-165v2,-35,-51,-43,-65,-16r-5,-1v16,-42,95,-35,93,16v0,23,-16,36,-33,46v25,8,44,30,46,59v4,58,-85,90,-116,40r5,-3v22,35,86,17,86,-30v0,-38,-28,-55,-68,-53r0,-5v32,-7,55,-20,57,-53"},"4":{"d":"98,-82r0,-96r-74,96r74,0xm98,0r0,-68r-85,0r0,-14r101,-130r6,0r0,130r39,0r0,14r-39,0r0,68r-22,0"},"5":{"d":"139,-57v0,59,-88,83,-116,32r4,-4v23,31,87,23,87,-26v0,-34,-29,-49,-66,-43r0,-109r91,0r-4,20r-77,0r0,71v46,-7,81,17,81,59"},"6":{"d":"89,4v-65,0,-87,-84,-55,-139v22,-38,58,-72,117,-75r0,5v-59,7,-94,51,-106,109v36,-34,110,-23,110,37v0,34,-31,63,-66,63xm128,-53v0,-51,-55,-62,-84,-34v-2,43,9,82,44,84v24,1,40,-23,40,-50"},"7":{"d":"21,-215v10,0,6,11,20,8r102,0v-15,74,-41,137,-60,207r-27,0r75,-188v-43,3,-105,-12,-116,22r-6,0"},"8":{"d":"25,-49v2,-31,19,-43,42,-59v-21,-13,-36,-26,-37,-53v-1,-30,28,-50,57,-50v27,0,53,20,52,46v-1,26,-18,37,-38,50v24,17,41,31,43,63v2,32,-29,56,-62,56v-32,0,-58,-22,-57,-53xm81,-203v-29,1,-41,38,-20,59v8,8,18,16,33,24v35,-13,35,-85,-13,-83xm44,-53v-5,55,82,67,80,10v-1,-33,-23,-42,-51,-60v-16,12,-27,25,-29,50"},"9":{"d":"82,-103v19,-1,42,-7,43,-28v2,-37,-13,-71,-44,-72v-23,0,-40,23,-40,49v0,26,16,52,41,51xm81,-210v67,0,86,86,54,140v-22,36,-57,67,-110,74r0,-5v55,-12,90,-53,99,-112v-32,37,-109,27,-109,-34v0,-35,31,-63,66,-63"},":":{"d":"42,-94v-23,0,-18,-33,0,-33v9,0,16,7,16,17v0,9,-8,16,-16,16xm42,4v-8,0,-16,-8,-16,-16v0,-9,7,-16,16,-16v9,-1,17,6,16,16v1,9,-7,17,-16,16","w":84},";":{"d":"42,-94v-23,0,-18,-33,0,-33v9,0,16,7,16,17v0,9,-8,16,-16,16xm40,-29v29,1,33,45,16,66v-7,10,-16,17,-28,23r-3,-4v14,-8,24,-20,24,-41v0,-17,-27,-8,-27,-27v0,-10,9,-17,18,-17","w":84},"<":{"d":"253,-201r0,22r-175,72r175,71r0,23r-207,-85r0,-18","w":299},"=":{"d":"45,-84r210,0r0,21r-210,0r0,-21xm45,-151r210,0r0,20r-210,0r0,-20","w":299},">":{"d":"46,-201r207,85r0,18r-207,85r0,-23r176,-71r-176,-72r0,-22","w":299},"?":{"d":"57,4v-8,0,-17,-8,-17,-16v0,-10,7,-17,17,-17v8,0,16,8,16,17v0,8,-8,16,-16,16xm24,-178v24,-41,90,-18,84,35v4,40,-60,47,-52,100r-6,0r-3,-34v-3,-36,51,-57,50,-80v-1,-31,-51,-39,-70,-18","w":135},"@":{"d":"246,-22v-24,2,-36,-13,-37,-37v-12,20,-26,36,-54,37v-31,0,-51,-27,-49,-59v3,-51,34,-96,86,-96v22,0,34,14,38,34r10,-31r25,0r-33,126v-1,12,6,17,16,18v48,-9,74,-54,74,-107v0,-71,-50,-110,-121,-110v-96,0,-150,61,-155,158v-7,131,169,160,252,93r5,6v-30,23,-66,40,-115,39v-97,-2,-163,-49,-163,-143v0,-97,70,-158,171,-161v78,-2,134,46,134,120v0,59,-28,108,-84,113xm158,-31v44,0,62,-56,65,-101v2,-20,-12,-37,-30,-38v-41,8,-57,60,-61,104v-2,20,8,35,26,35","w":354},"[":{"d":"32,63r0,-270r75,0r0,8r-52,0r0,255r52,0r0,7r-75,0","w":112},"\\":{"d":"5,-212r118,245r-14,0r-118,-245r14,0","w":100},"]":{"d":"80,-207r0,270r-75,0r0,-7r52,0r0,-255r-52,0r0,-8r75,0","w":112},"^":{"d":"164,-257r31,0r92,99r-16,0r-91,-76r-92,76r-16,0","w":360},"_":{"d":"0,64r180,0r0,21r-180,0r0,-21","w":180},"`":{"d":"55,-192v-15,-7,-5,-27,8,-19r49,61r-9,0","w":180},"a":{"d":"37,-33v-3,30,38,33,47,10r0,-49v-31,14,-44,10,-47,39xm129,-22v1,27,-40,37,-44,8v-16,24,-75,25,-73,-14v-3,-18,33,-39,72,-50v9,-50,-55,-52,-62,-14r-6,0v5,-22,21,-39,46,-39v53,0,48,53,46,103v-1,22,14,22,17,6r4,0","w":132},"b":{"d":"124,-62v0,-50,-48,-77,-77,-43v5,37,-16,103,23,103v32,0,54,-26,54,-60xm152,-68v0,58,-66,83,-129,68r0,-190v0,-21,-3,-30,-22,-30r1,-5r45,-4r0,116v35,-36,105,-13,105,45","w":163},"c":{"d":"37,-71v0,57,64,87,93,43r4,4v-29,46,-122,33,-122,-35v0,-53,49,-84,103,-66v9,2,7,-6,14,-6r0,43r-4,0v-6,-20,-21,-37,-44,-37v-27,0,-44,25,-44,54","w":137},"d":{"d":"93,-6v42,0,18,-65,24,-100v-24,-33,-78,-20,-78,33v0,37,19,67,54,67xm141,-31v1,20,5,25,24,26r0,5v-78,3,-153,5,-153,-68v0,-55,68,-82,105,-48r0,-74v0,-21,-3,-30,-22,-30r0,-5r46,-4r0,198","w":166},"e":{"d":"91,-5v18,0,31,-11,41,-23r3,4v-31,51,-131,27,-123,-41v-5,-54,65,-86,105,-52v10,9,15,21,16,37r-96,0v0,41,17,75,54,75xm107,-86v4,-34,-35,-53,-57,-30v-6,7,-11,17,-13,30r70,0","w":141},"f":{"d":"106,-189v4,-17,-10,-34,-27,-33v-34,1,-18,59,-22,94r32,0r0,10r-32,0r0,89v0,21,5,23,25,24r0,5r-73,0r0,-5v17,-1,23,-5,22,-24r0,-89r-18,0r0,-5v16,-2,19,-24,20,-43v1,-48,43,-79,88,-54r-10,33","w":92,"k":{"\u2019":-47,"\u201d":-47,"w":-20,"t":-13,".":13,"-":6,",":13}},"g":{"d":"17,59v0,39,106,46,111,5v-6,-28,-35,-26,-74,-34v-18,5,-37,12,-37,29xm2,67v0,-23,20,-33,42,-40v-14,-4,-27,-10,-29,-24v2,-21,21,-27,41,-36v-65,-13,-44,-100,19,-98r68,2r0,12r-31,0v8,10,12,20,13,35v5,55,-75,40,-90,75v13,28,111,16,108,60v-2,30,-41,50,-78,50v-31,0,-63,-10,-63,-36xm39,-82v0,23,10,43,32,43v22,0,31,-20,31,-43v0,-23,-10,-43,-31,-43v-21,0,-32,20,-32,43","w":138},"h":{"d":"116,-75v8,-52,-48,-51,-64,-21v6,31,-16,91,20,91r0,5r-67,0r0,-5v19,-1,22,-5,22,-24r0,-161v0,-21,-3,-30,-22,-30r0,-4r47,-5r0,125v13,-15,26,-25,48,-27v46,-1,40,55,40,102v1,18,5,23,22,24v0,2,1,5,-1,5r-65,0r0,-5v32,1,17,-43,20,-70","w":165},"i":{"d":"40,-167v-22,0,-19,-32,0,-32v9,0,17,7,17,16v0,9,-7,17,-17,16xm32,-29v0,-34,15,-92,-22,-93r0,-5v16,0,31,-2,46,-4r1,102v0,18,4,22,20,24r0,5r-67,0r0,-5v17,-1,22,-6,22,-24","w":83},"j":{"d":"39,-167v-22,0,-20,-32,0,-32v10,0,16,7,16,16v0,8,-6,17,-16,16xm31,-92v0,-21,-4,-29,-23,-30r0,-5v17,0,32,-2,47,-4v-11,85,39,223,-69,218r0,-4v72,0,45,-109,45,-175","w":81},"k":{"d":"27,-190v0,-21,-3,-30,-22,-30r0,-4r47,-5r0,160v15,-15,36,-22,45,-43v0,-7,-8,-10,-15,-10v3,-12,45,1,67,-5r0,5v-36,2,-52,28,-75,44v30,24,48,59,88,73v-3,11,-23,0,-41,5r-65,-65v-6,12,-13,64,16,60r0,5r-67,0r0,-5v19,-1,22,-5,22,-24r0,-161","w":153},"l":{"d":"5,-5v19,-1,22,-5,23,-24r0,-161v-1,-21,-4,-29,-23,-30r0,-5v17,0,29,-3,48,-4r0,200v0,18,4,22,20,24r0,5r-68,0r0,-5","w":78},"m":{"d":"119,-75v7,-52,-48,-51,-65,-21v5,32,-16,91,21,91v-13,12,-36,0,-67,5r0,-5v38,1,17,-56,22,-87v-1,-20,-3,-29,-22,-30r0,-5v18,-1,31,-1,46,-4r0,27v19,-31,75,-38,88,1v14,-15,26,-26,49,-28v47,-2,41,55,41,102v1,18,5,23,22,24v0,2,1,5,-1,5r-66,0r0,-5v32,1,17,-43,20,-70v8,-53,-47,-50,-64,-21v5,31,-14,88,18,91r0,5r-63,0r0,-5v32,1,18,-42,21,-70","w":256},"n":{"d":"119,-75v7,-52,-48,-51,-65,-21v5,32,-16,91,21,91v-13,12,-36,0,-67,5r0,-5v38,1,17,-56,22,-87v-1,-20,-3,-29,-22,-30r0,-5v18,-1,31,-1,46,-4r0,27v13,-15,26,-26,48,-27v47,-3,41,55,41,102v1,18,5,23,22,24v0,2,1,5,-1,5r-66,0r0,-5v32,1,18,-42,21,-70","w":167},"o":{"d":"82,-125v-29,0,-43,29,-43,62v0,32,15,61,43,61v28,0,42,-28,42,-61v0,-34,-13,-62,-42,-62xm82,4v-36,0,-70,-30,-70,-67v0,-38,33,-68,70,-68v36,0,70,31,70,68v0,37,-32,67,-70,67","w":163},"p":{"d":"128,-63v7,-50,-50,-75,-77,-39r0,80v26,32,85,9,77,-41xm156,-66v0,54,-65,89,-105,53r0,84v0,18,3,23,20,24r0,5r-66,0r0,-5v17,-1,21,-6,22,-24r0,-171v-1,-16,-5,-22,-22,-22v4,-13,29,-3,47,-11v0,5,-1,12,-1,22v35,-39,105,-13,105,45","w":167},"q":{"d":"39,-65v0,47,41,73,77,48r0,-104v-42,-9,-77,13,-77,56xm12,-61v0,-60,66,-80,128,-66r0,198v0,18,3,23,20,24r0,5r-66,0r0,-5v18,-1,22,-6,22,-24r0,-81v-43,28,-104,3,-104,-51","w":163},"r":{"d":"31,-29v0,-34,15,-93,-23,-93r0,-5v17,0,32,-2,47,-4r0,27v19,-17,38,-35,65,-22r-10,23v-20,-10,-43,-8,-55,8v5,33,-16,92,23,90r0,5r-70,0r0,-5v19,-1,23,-5,23,-24","w":117,"k":{"\u2019":-13,"\u201d":-13,"z":-13,"y":-27,"x":-20,"w":-27,"v":-27,"u":-20,"r":-13,"n":-13,"m":-13,"f":-7,".":26,"-":13,",":26}},"s":{"d":"60,4v-13,3,-34,-17,-40,-2r-5,0r0,-43r6,0v3,22,17,38,39,39v14,-1,26,-9,26,-23v0,-30,-69,-32,-69,-71v0,-31,37,-41,66,-30v8,3,5,-7,12,-6r0,38r-5,0v2,-30,-50,-45,-56,-13v7,35,72,29,70,72v-1,22,-20,40,-44,39","w":113},"t":{"d":"7,-124v19,-10,33,-27,40,-48r7,0r0,44r43,0r0,10r-43,0v1,47,-13,135,48,100r3,4v-25,30,-75,22,-75,-35r0,-69r-23,0r0,-6","w":100},"u":{"d":"49,-54v-7,51,48,51,65,23v-5,-33,15,-91,-22,-91r0,-5v16,0,31,-2,46,-4r0,95v1,20,4,29,22,29r0,6v-18,0,-31,2,-46,3r0,-24v-26,36,-99,32,-89,-34v-2,-28,9,-69,-22,-66r0,-5v19,1,32,-2,46,-4r0,77","w":164},"v":{"d":"102,-98v4,-14,3,-24,-13,-24v1,-10,32,0,46,-5v1,10,-12,4,-16,11v-21,33,-35,82,-52,120r-5,0v-18,-39,-31,-86,-53,-121v-4,-6,-15,-1,-14,-10r61,0r0,5v-13,-1,-15,11,-11,21r29,72","w":126,"k":{"\u2019":-13,"\u201d":-13,".":40,",":40}},"w":{"d":"191,-98v6,-11,2,-24,-12,-24v1,-10,31,0,45,-5v1,10,-11,4,-15,11v-21,33,-35,82,-52,120r-5,0r-43,-105r-42,105r-5,0v-18,-39,-31,-86,-53,-121v-4,-6,-15,-1,-14,-10r61,0r0,5v-13,-1,-15,11,-11,21r29,72r31,-81v-1,-8,-8,-11,-16,-12v1,-12,38,1,57,-5r0,5v-13,1,-17,9,-12,21r29,72","w":215,"k":{"\u2019":-7,"\u201d":-7,".":40,",":40}},"x":{"d":"52,-30v-8,7,-13,25,3,25r0,5v-18,0,-34,-2,-52,0r-1,-5v35,-3,47,-35,67,-55v-22,-21,-30,-57,-67,-62v6,-12,47,1,70,-5v-2,10,-21,9,-9,24r20,26v8,-12,22,-19,25,-35v2,-10,-12,-6,-11,-15v17,0,35,2,51,0r0,5v-32,2,-42,32,-60,49v22,22,32,59,67,68r0,5r-67,0v4,-9,20,-11,6,-28r-21,-27","w":150},"y":{"d":"102,-96v7,-12,2,-27,-13,-26v3,-12,30,-1,49,-5v2,9,-13,4,-17,11v-34,60,-46,152,-84,207v-8,13,-23,15,-39,9r6,-23v47,15,48,-43,63,-73v-20,-39,-33,-87,-58,-120v-3,-6,-17,-2,-16,-11r62,0v-2,10,-18,9,-9,28r32,71","w":132,"k":{"\u2019":-13,"\u201d":-13,".":41,"-":6,",":41}},"z":{"d":"35,-6v36,-1,80,7,80,-29r5,0r-2,35r-111,0r0,-6r83,-115v-36,0,-74,-5,-77,28r-5,0r1,-34r107,0r0,6","w":120},"{":{"d":"80,-168v0,-63,1,-105,69,-98r0,8v-45,-3,-44,28,-44,72v0,52,-9,65,-50,74v50,5,50,41,50,100v0,36,9,44,44,46v-1,3,2,9,-2,9v-66,5,-67,-36,-67,-98v0,-40,-12,-48,-49,-52r0,-10v37,-4,49,-12,49,-51","w":180},"|":{"d":"79,-275r22,0r0,360r-22,0r0,-360","w":180},"}":{"d":"75,-186v0,-43,1,-75,-44,-72v1,-3,-2,-9,2,-8v65,-5,67,36,67,98v0,39,12,47,49,51r0,10v-52,-1,-49,37,-49,89v0,48,-19,61,-69,61r0,-9v45,2,45,-27,44,-71v0,-52,8,-66,50,-75v-41,-9,-50,-22,-50,-74","w":180},"~":{"d":"99,-130v34,-1,73,25,102,24v29,-1,46,-11,68,-27r0,23v-20,14,-39,24,-68,25v-33,1,-76,-26,-102,-24v-29,2,-46,12,-68,28r0,-23v20,-15,40,-25,68,-26","w":299},"\u2122":{"d":"152,-238v0,-8,-4,-11,-13,-10r0,-5r32,0r24,71r26,-71r31,0v2,9,-13,2,-13,14r0,66v-2,11,13,5,13,14r-41,0v-1,-9,13,-3,13,-14r0,-70r-31,85r-3,0r-31,-85r0,70v1,7,7,9,14,10r0,4r-34,0v-1,-9,13,-3,13,-14r0,-65xm75,-248v-20,-1,-26,9,-28,27r-4,0r2,-32r77,0r2,32r-4,0v-2,-18,-8,-28,-28,-27r0,75v-2,11,13,5,13,14r-43,0v-1,-9,13,-3,13,-14r0,-75","w":295},"\u2026":{"d":"60,4v-8,0,-16,-8,-16,-16v0,-9,7,-16,16,-16v9,-1,17,6,16,16v1,9,-7,17,-16,16xm180,4v-8,0,-16,-8,-16,-16v0,-9,7,-16,16,-16v9,-1,17,6,16,16v1,9,-7,17,-16,16xm300,4v-8,0,-16,-8,-16,-16v0,-9,7,-16,16,-16v9,-1,17,6,16,16v1,9,-7,17,-16,16","w":360},"\u2013":{"d":"0,-55r0,-16r180,0r0,16r-180,0","w":180},"\u2014":{"d":"0,-71r360,0r0,16r-360,0r0,-16","w":360},"\u201c":{"d":"112,-122v-29,-1,-32,-45,-15,-66v8,-9,16,-18,28,-24r2,5v-15,6,-36,38,-16,50v25,0,25,36,1,35xm47,-122v-28,-1,-32,-46,-15,-67v7,-10,15,-17,27,-23r3,5v-15,6,-35,37,-16,50v25,0,25,36,1,35","w":150},"\u201d":{"d":"105,-212v28,2,33,45,16,67v-8,10,-16,17,-28,23r-3,-5v14,-8,24,-20,24,-40v0,-17,-29,-9,-28,-28v0,-10,10,-17,19,-17xm40,-212v29,1,33,45,16,66v-7,10,-16,18,-28,24r-3,-5v14,-8,24,-20,24,-40v0,-17,-29,-8,-27,-28v-1,-10,9,-17,18,-17","w":150},"\u2018":{"d":"47,-122v-28,-1,-32,-46,-15,-67v7,-10,15,-17,27,-23r3,5v-15,6,-35,37,-16,50v25,0,25,36,1,35","w":84},"\u2019":{"d":"40,-212v29,1,33,45,16,66v-7,10,-16,18,-28,24r-3,-5v14,-8,24,-20,24,-40v0,-17,-29,-8,-27,-28v-1,-10,9,-17,18,-17","w":84},"\u00d7":{"d":"67,-205r84,83r83,-83r15,14r-84,84r84,83r-15,15r-83,-84r-84,84r-14,-15r83,-83r-83,-84","w":299},"\u00a0":{"w":84}}});Cufon.registerFont({"w":164,"face":{"font-family":"Perpetua","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-14 -290 324 109","underline-thickness":"18","underline-position":"-36","stemh":"9","stemv":"24","unicode-range":"U+0020-U+0192"},"glyphs":{" ":{"w":81},"!":{"d":"56,-50r-6,0r-10,-149v0,-11,6,-19,14,-19v16,-1,14,24,13,39xm35,-13v0,-24,35,-21,34,0v0,9,-7,17,-16,17v-9,0,-18,-8,-18,-17","w":105},"\"":{"d":"105,-129r-6,0r-12,-77v0,-10,6,-16,15,-16v17,0,16,19,13,36xm48,-129r-7,0r-12,-77v0,-10,6,-16,15,-16v17,0,16,19,13,36","w":146},"#":{"d":"17,-167r59,0r15,-73r16,0r-16,73r80,0r16,-73r15,0r-15,73r37,0r0,15r-40,0r-16,72r56,0r0,15r-59,0r-16,73r-15,0r15,-73r-80,0r-15,73r-16,0r16,-73r-37,0r0,-15r40,0r15,-72r-55,0r0,-15xm88,-152r-16,72r81,0r15,-72r-80,0","w":240},"$":{"d":"76,-194v9,-2,5,8,6,14v15,0,27,4,40,12r-6,37r-6,0v2,-24,-8,-40,-28,-43r0,65v39,26,49,41,49,62v0,16,-12,48,-49,49r0,37r-6,0r0,-37v-18,0,-31,-5,-45,-15r8,-40r6,0v-3,28,7,44,31,48r0,-79v-51,-25,-56,-84,0,-96r0,-14xm76,-113r0,-61v-31,7,-30,47,0,61xm82,-79r0,74v43,-12,36,-56,0,-74"},"%":{"d":"80,-153v0,-32,-10,-49,-25,-49v-15,0,-25,17,-25,50v0,30,10,47,25,47v15,0,25,-16,25,-48xm99,-153v0,33,-19,58,-44,58v-26,0,-45,-25,-45,-58v0,-33,19,-58,45,-58v25,0,44,25,44,58xm216,-211r-150,211r-12,0r150,-211r12,0xm260,-56v0,33,-20,58,-45,58v-26,0,-44,-25,-44,-58v0,-33,18,-58,44,-58v25,0,45,25,45,58xm240,-56v0,-32,-10,-49,-25,-49v-15,0,-25,17,-25,50v0,30,10,47,25,47v15,0,25,-16,25,-48","w":270},"&":{"d":"202,-123r0,6v-44,1,-28,37,-53,68v24,26,32,51,56,32r5,4v-22,34,-63,12,-78,-13v-28,49,-115,37,-117,-20v0,-21,17,-42,45,-58v-39,-29,-25,-93,26,-93v23,0,41,17,41,38v0,16,-11,32,-37,46v19,17,32,30,53,56v12,-21,15,-34,15,-43v0,-13,-3,-16,-15,-17r0,-6r59,0xm81,-186v-42,6,-25,51,4,68v31,-12,34,-67,-4,-68xm66,-99v-44,20,-25,87,21,88v15,0,27,-6,41,-22v-17,-21,-43,-50,-62,-66","w":221},"(":{"d":"98,-206r4,4v-77,73,-73,210,0,278r-4,4v-49,-43,-78,-97,-78,-143v0,-50,37,-109,78,-143","w":112},")":{"d":"15,80r-4,-4v75,-75,75,-207,0,-278r4,-4v49,43,78,97,78,143v0,55,-43,115,-78,143","w":112},"*":{"d":"90,-135v35,17,48,5,56,32v0,6,-5,10,-11,10v-17,0,-32,-24,-49,-34v0,0,22,56,-4,64v-27,-8,-3,-39,-3,-64v-21,11,-29,33,-48,33v-8,0,-12,-4,-12,-10v0,-23,40,-19,56,-31v-20,-13,-56,-10,-56,-31v0,-6,5,-10,11,-10v20,0,33,30,49,35v-1,-26,-21,-55,4,-65v25,8,3,41,3,65v19,-6,29,-35,48,-35v7,0,13,5,13,10v0,22,-33,18,-57,31"},"+":{"d":"26,-123r86,0r0,-87r16,0r0,87r87,0r0,16r-87,0r0,86r-16,0r0,-86r-86,0r0,-16","w":240},",":{"d":"32,62r0,-6v19,-10,25,-21,25,-41v0,-6,-2,-6,-7,-6v-10,0,-18,-7,-18,-17v0,-9,8,-17,17,-17v16,0,27,14,27,34v0,25,-18,47,-44,53","w":105},"-":{"d":"91,-70r0,13r-70,0r0,-13r70,0","w":112},".":{"d":"35,-8v0,-24,35,-21,34,0v0,9,-7,17,-16,17v-9,0,-18,-8,-18,-17","w":105},"\/":{"d":"134,-214r17,0r-105,218r-17,0","w":180},"0":{"d":"154,-104v0,75,-40,108,-72,108v-33,0,-71,-33,-71,-108v1,-143,141,-143,143,0xm126,-104v0,-48,-10,-98,-44,-98v-33,0,-44,49,-44,98v0,57,14,99,44,99v27,0,44,-33,44,-99"},"1":{"d":"96,-211r0,183v0,19,3,23,21,23r0,5r-66,0r0,-5v17,0,21,-4,21,-23r0,-142v-2,-18,-12,2,-31,0r0,-6v23,-12,42,-24,49,-35r6,0"},"2":{"d":"139,-15r0,15r-118,0r0,-7v72,-74,88,-106,88,-137v0,-58,-70,-67,-76,-10r-6,0v0,-19,18,-57,55,-57v28,0,52,23,52,57v0,38,-28,77,-97,139r102,0"},"3":{"d":"38,-177r-6,-3v13,-46,102,-38,99,15v0,12,-5,35,-37,48v29,8,46,29,46,57v0,61,-80,86,-117,41r5,-4v31,30,83,20,86,-27v2,-25,-25,-67,-71,-55r0,-6v50,-9,64,-29,64,-52v1,-38,-56,-49,-69,-14"},"4":{"d":"109,-68r0,71r-22,0r0,-71r-85,0r0,-6r101,-137r6,0r0,126r50,0r0,17r-50,0xm87,-85r-1,-87r-64,87r65,0"},"5":{"d":"56,-187r-2,73v58,-8,81,28,81,57v0,62,-88,83,-118,31r5,-3v24,37,88,21,87,-25v0,-24,-19,-49,-66,-43r3,-109r88,0r0,19r-78,0"},"6":{"d":"148,-212r0,6v-62,11,-100,53,-105,113v37,-41,108,-24,107,36v0,35,-28,61,-65,61v-40,0,-70,-34,-70,-81v0,-72,56,-128,133,-135xm125,-51v2,-51,-52,-63,-82,-31v-1,51,20,77,46,77v21,0,36,-20,36,-46"},"7":{"d":"23,-213v26,14,87,5,131,7v-18,75,-48,138,-70,209r-26,0r80,-189r-91,0v-13,0,-17,4,-29,26r-6,0"},"8":{"d":"66,-103v-56,-22,-51,-109,16,-108v60,1,76,70,18,96v60,32,52,119,-20,119v-35,0,-59,-20,-59,-50v0,-23,14,-40,45,-57xm46,-172v0,18,14,33,48,53v39,-18,26,-85,-14,-84v-19,0,-34,13,-34,31xm72,-97v-46,14,-39,91,10,91v21,0,38,-15,38,-36v0,-21,-18,-39,-48,-55"},"9":{"d":"17,4r0,-7v59,-8,102,-52,106,-112v-37,41,-108,24,-108,-35v0,-35,28,-61,65,-61v40,0,70,33,70,80v0,75,-60,129,-133,135xm40,-157v-1,51,53,63,83,31v0,-53,-22,-76,-46,-76v-21,0,-37,19,-37,45"},":":{"d":"35,-101v0,-24,35,-21,34,0v0,9,-7,17,-16,17v-9,0,-18,-8,-18,-17xm35,-8v0,-24,35,-21,34,0v0,9,-7,17,-16,17v-9,0,-18,-8,-18,-17","w":105},";":{"d":"32,62r0,-6v19,-9,25,-21,25,-41v0,-6,-2,-6,-7,-6v-10,0,-18,-7,-18,-17v0,-9,8,-17,17,-17v16,0,27,14,27,34v0,25,-18,47,-44,53xm35,-101v0,-24,35,-21,34,0v0,9,-7,17,-16,17v-9,0,-18,-8,-18,-17","w":105},"<":{"d":"26,-109r0,-13r189,-80r0,17r-169,69r169,70r0,17","w":240},"=":{"d":"26,-165r189,0r0,16r-189,0r0,-16xm26,-83r189,0r0,15r-189,0r0,-15","w":240},">":{"d":"215,-109r-189,80r0,-17r168,-70r-168,-69r0,-17r189,80r0,13","w":240},"?":{"d":"50,-54v0,6,2,13,-6,11r0,-40v0,-38,48,-42,48,-74v0,-30,-52,-38,-72,-14v0,-23,23,-30,37,-30v26,0,45,25,45,57v0,55,-52,43,-52,90xm50,-30v9,0,17,8,17,17v0,9,-8,17,-17,17v-9,0,-17,-8,-17,-17v0,-9,8,-17,17,-17","w":112},"@":{"d":"246,-167r-36,124v-6,20,3,28,15,28v30,0,75,-47,75,-114v0,-67,-46,-111,-115,-111v-184,0,-215,309,-13,309v64,0,120,-39,142,-98r10,0v-23,65,-83,107,-152,107v-90,0,-153,-65,-153,-157v0,-96,72,-170,166,-170v74,0,124,47,124,122v0,71,-49,124,-93,124v-34,-1,-30,-23,-26,-52v-26,34,-45,50,-66,50v-21,0,-34,-16,-34,-40v0,-60,63,-123,97,-123v18,0,24,8,31,24r4,-20xm137,-24v32,0,74,-64,74,-109v0,-17,-9,-27,-25,-27v-31,0,-71,67,-71,111v0,15,9,25,22,25","w":331},"A":{"d":"149,-26r-18,-58r-67,0r-14,42v-7,20,-11,36,11,36r0,6r-53,0r0,-6v19,-3,25,-14,31,-33r56,-169r22,0r59,177v6,19,12,25,30,25r0,6r-73,0r0,-6v14,0,21,-6,16,-20xm126,-96r-29,-88r-29,88r58,0","w":213},"B":{"d":"36,-39r0,-128v0,-26,-6,-33,-23,-33r0,-6r77,0v84,-2,96,78,31,97v29,9,53,30,53,59v0,63,-96,49,-161,50r0,-6v17,0,23,-8,23,-33xm63,-111v40,4,70,-9,70,-43v0,-33,-29,-48,-70,-44r0,87xm63,-103v4,39,-18,110,39,95v21,0,40,-14,40,-44v0,-37,-33,-56,-79,-51","w":183},"C":{"d":"203,-148r-6,0v-10,-39,-31,-55,-67,-55v-50,0,-76,39,-76,92v0,106,110,138,150,58r6,5v-37,85,-188,66,-188,-50v0,-66,45,-113,107,-113v33,0,52,17,68,2r6,0r0,61","w":221},"D":{"d":"35,-39r0,-128v0,-25,-7,-33,-24,-33r0,-6r96,0v79,0,116,52,116,106v0,52,-33,100,-114,100r-98,0r0,-6v17,0,24,-7,24,-33xm62,-198r0,152v-1,43,15,38,47,38v51,0,82,-35,82,-91v0,-62,-44,-112,-129,-99","w":240},"E":{"d":"149,-128r0,50r-6,0v-2,-34,-49,-15,-80,-20r0,74v-2,22,32,14,51,14v30,0,38,-2,50,-29r6,0r-9,39r-149,0r0,-6v16,0,24,-6,24,-33r0,-128v0,-26,-6,-33,-24,-33r0,-6r149,0r0,34r-4,0v-4,-41,-57,-18,-94,-24r0,88v31,-5,77,16,80,-20r6,0","w":183},"F":{"d":"63,-100v3,34,-12,97,24,94r0,6r-74,0r0,-6v17,0,23,-7,23,-33r0,-128v0,-26,-6,-33,-23,-33r0,-6r141,0r0,36r-5,0v-3,-43,-49,-20,-86,-26r0,86v32,-3,77,13,77,-24r6,0r0,58r-6,0v0,-36,-45,-21,-77,-24"},"G":{"d":"225,-83v-39,-1,-21,50,-25,83v-12,3,-49,5,-58,5v-91,0,-121,-54,-121,-102v1,-97,87,-129,163,-105v9,3,8,-8,18,-6r0,60r-6,0v-5,-39,-41,-55,-69,-55v-42,0,-74,36,-74,93v0,60,36,105,85,105v25,0,34,-14,34,-44v0,-29,-7,-36,-30,-34r0,-6r83,0r0,6","w":236},"H":{"d":"176,-99r-112,0v4,33,-13,96,23,93r0,6r-74,0r0,-6v16,0,23,-6,23,-33r0,-128v0,-24,-5,-33,-23,-33r0,-6r74,0r0,6v-34,-4,-20,59,-23,91r112,0v-3,-32,13,-94,-23,-91r0,-6r74,0r0,6v-18,0,-24,9,-24,33r0,128v0,24,6,33,24,33r0,6r-74,0r0,-6v34,5,20,-61,23,-93","w":240},"I":{"d":"60,-167r0,128v0,25,7,33,24,33r0,6r-74,0r0,-6v17,0,23,-7,23,-33r0,-128v0,-26,-5,-33,-23,-33r0,-6r74,0r0,6v-17,0,-24,8,-24,33","w":93},"J":{"d":"78,-167r0,190v0,59,-59,74,-85,39v7,-9,13,8,24,5v13,0,34,-9,34,-50r0,-184v0,-25,-6,-33,-24,-33r0,-6r75,0r0,6v-18,0,-24,9,-24,33","w":116},"K":{"d":"37,-39r0,-128v0,-27,-6,-33,-23,-33r0,-6r74,0r0,6v-35,-4,-20,62,-23,95r67,-66v12,-11,18,-25,-2,-29r0,-6r78,0v2,7,-4,6,-10,6v-45,8,-76,60,-108,86r85,86v18,18,24,21,39,22r0,6r-49,0r-100,-101v3,33,-12,99,23,95r0,6r-74,0r0,-6v16,0,23,-6,23,-33","w":221},"L":{"d":"177,-45r-12,45r-150,0r0,-6v17,0,24,-9,24,-35r0,-129v0,-24,-7,-30,-24,-30r0,-6r74,0r0,6v-17,0,-23,10,-23,32r0,138v-2,30,39,20,65,20v25,0,31,-5,40,-35r6,0","w":180},"M":{"d":"255,-206r0,6v-18,0,-25,13,-24,32r11,127v2,25,6,33,25,35r0,6r-74,0r0,-6v17,-3,23,-10,22,-31r-11,-133r-71,170r-5,0r-70,-170r-12,127v-2,21,6,33,27,37r0,6r-64,0r0,-6v21,-3,24,-15,26,-38r13,-142v-8,-9,-15,-12,-27,-14r0,-6r52,0r66,162r67,-162r49,0","w":277},"N":{"d":"200,-168r0,168r-6,0r-146,-179r0,144v0,21,8,29,27,29r0,6r-63,0r0,-6v17,0,25,-5,25,-35r0,-121v0,-23,-6,-36,-30,-38r0,-6r53,0r129,160r0,-120v0,-27,-7,-34,-25,-34r0,-6r62,0r0,6v-20,0,-26,8,-26,32","w":240},"O":{"d":"21,-104v0,-61,48,-107,111,-107v61,0,109,47,109,107v0,61,-48,109,-110,109v-62,0,-110,-48,-110,-109xm53,-104v0,60,32,101,78,101v52,0,79,-49,79,-99v0,-65,-36,-101,-78,-101v-49,0,-79,39,-79,99","w":262},"P":{"d":"64,-96v3,33,-11,95,24,90r0,6r-74,0r0,-6v14,0,23,-5,23,-32r0,-129v0,-25,-6,-33,-23,-33r0,-6r75,0v57,0,80,30,80,58v0,44,-50,61,-105,52xm64,-198r0,92v36,12,79,-4,76,-41v4,-31,-28,-59,-76,-51","w":180},"Q":{"d":"239,-103v0,50,-36,96,-89,106v17,14,47,72,93,54r2,6v-11,5,-22,6,-34,6v-66,0,-81,-53,-107,-66v-40,-8,-86,-48,-86,-106v0,-54,42,-108,109,-108v63,0,112,47,112,108xm207,-102v0,-73,-40,-101,-77,-101v-49,0,-80,39,-80,100v0,59,31,100,77,100v48,0,80,-39,80,-99","w":258},"R":{"d":"63,-95v3,32,-11,93,23,89r0,6r-74,0r0,-6v16,0,24,-5,24,-33r0,-129v0,-27,-7,-32,-24,-32r0,-6r85,0v80,-1,94,85,26,104v39,25,52,93,86,96r0,6r-42,0v-46,-52,-43,-102,-104,-95xm63,-198r0,94v44,6,74,-15,74,-48v0,-35,-32,-50,-74,-46","w":213},"S":{"d":"117,-40v0,-52,-101,-55,-96,-118v-6,-50,62,-62,96,-45v5,1,3,-8,11,-6r0,48r-6,0v-1,-53,-81,-56,-83,-11v-3,49,102,56,100,118v0,32,-26,59,-58,59v-29,0,-47,-24,-55,-3r-7,0r0,-56r7,0v0,66,91,66,91,14","w":150},"T":{"d":"9,-214v34,14,96,6,145,8v23,1,25,-7,39,-8r0,47r-4,0v2,-27,-39,-32,-75,-29r0,158v0,25,5,32,23,32r0,6r-73,0r0,-6v15,0,23,-5,23,-33r0,-157v-34,0,-73,-3,-72,29r-6,0r0,-47","w":202},"U":{"d":"176,0r0,-29v-20,23,-42,34,-69,34v-90,-2,-67,-91,-70,-172v0,-27,-8,-33,-24,-33r0,-6r75,0r0,6v-17,0,-24,6,-24,32v0,67,-22,161,53,159v24,0,45,-12,59,-34r0,-124v0,-24,-5,-32,-22,-33r0,-6r72,0r0,6v-17,0,-23,8,-23,33r0,128v0,27,7,33,23,33r0,6r-50,0","w":240},"V":{"d":"171,-160r-60,163r-6,0r-64,-168v-10,-25,-15,-34,-34,-35r0,-6r75,0r0,6v-15,0,-22,8,-16,24r50,133r48,-128v6,-18,4,-29,-15,-29r0,-6r60,0r0,6v-15,0,-28,12,-38,40","w":213},"W":{"d":"286,-158r-58,161r-6,0r-56,-152r-55,152r-6,0r-63,-170v-12,-32,-18,-33,-35,-33r0,-6r77,0r0,6v-17,2,-22,8,-16,25r48,131r44,-120v-5,-19,-13,-39,-33,-36r0,-6r75,0r0,6v-19,0,-24,6,-17,25r48,131r42,-116v9,-24,8,-41,-15,-41r0,-5r63,0r0,6v-16,1,-26,12,-37,42","w":330},"X":{"d":"122,-112v27,30,57,96,94,106r0,6r-83,0r0,-6v17,0,21,-17,8,-34r-36,-50r-39,51v-13,17,-15,31,6,33r0,6r-66,0r0,-6v40,-5,65,-67,92,-93v-23,-27,-58,-99,-92,-101r0,-6r80,0r0,6v-15,0,-20,11,-10,24r39,54r39,-49v12,-15,14,-29,-8,-29r0,-6r66,0r0,6v-19,0,-25,5,-38,22","w":221},"Y":{"d":"114,-104v4,34,-14,100,23,98r0,6r-75,0r0,-6v37,7,22,-65,25,-98r-44,-68v-14,-23,-21,-27,-37,-28r0,-6r81,0r0,6v-23,0,-25,7,-17,20r41,63r33,-52v10,-16,10,-31,-7,-31r0,-6r57,0r0,6v-16,1,-21,5,-33,23","w":202},"Z":{"d":"192,-50r-8,50r-173,0r0,-5r136,-191v-46,5,-121,-17,-130,25r-6,0r3,-35r168,0r0,6r-135,190v59,-2,129,13,138,-40r7,0","w":202},"[":{"d":"82,-200v-24,-3,-34,9,-33,32r1,215v2,15,14,21,32,19r0,6r-58,0r0,-278r58,0r0,6","w":93},"\\":{"d":"46,-214r105,218r-17,0r-105,-218r17,0","w":180},"]":{"d":"44,-168v1,-21,-8,-36,-32,-32r0,-6r57,0r0,278r-57,0v-2,-8,5,-6,11,-6v13,-2,21,-13,21,-32r0,-202","w":93},"^":{"d":"87,-244r75,126r-16,0r-61,-103r-62,103r-17,0r76,-126r5,0","w":168},"_":{"d":"-3,27r186,0r0,18r-186,0r0,-18","w":180},"a":{"d":"106,-84r0,54v-2,25,11,26,16,8r6,0v0,29,-40,37,-47,8v-22,32,-70,19,-70,-16v0,-36,49,-35,70,-47v8,-47,-52,-53,-62,-13r-6,-2v9,-50,91,-57,93,8xm81,-26r0,-43v-24,10,-45,10,-45,36v1,29,34,29,45,7","w":131},"b":{"d":"47,-226r0,114v35,-39,102,-12,102,43v0,30,-21,70,-87,70v-10,0,-23,-1,-40,-4r0,-191v0,-19,-1,-22,-22,-22r0,-6xm47,-103r0,73v0,17,3,25,21,25v28,0,54,-17,54,-61v0,-54,-48,-72,-75,-37","w":161},"c":{"d":"129,-131r0,45r-6,0v-5,-23,-22,-38,-43,-38v-25,0,-43,22,-43,53v0,63,62,86,96,38r0,9v-32,50,-120,30,-120,-36v0,-54,56,-85,101,-64v5,2,7,-9,15,-7","w":138},"d":{"d":"138,-226r0,201v0,14,5,19,21,19r0,6r-74,0v-101,2,-90,-128,-14,-131v14,0,26,4,42,15r0,-78v0,-21,-7,-23,-24,-22r0,-6xm93,-6v38,-1,13,-64,20,-96v-25,-37,-76,-23,-76,30v0,31,14,66,56,66"},"e":{"d":"132,-78r-93,0v-1,57,33,72,50,72v18,0,27,-6,45,-27r0,10v-34,52,-121,23,-121,-39v0,-39,28,-69,64,-69v30,0,57,23,55,53xm39,-84r69,0v1,-28,-18,-39,-34,-39v-21,0,-34,15,-35,39","w":146},"f":{"d":"53,-118r0,93v0,16,9,20,24,19r0,6r-72,0v-1,-5,1,-7,6,-6v13,0,17,-5,17,-17r0,-95v-6,-1,-20,4,-17,-6v9,-4,12,-4,17,-8v-3,-48,5,-91,55,-94v14,0,27,4,36,10r-12,32r-6,0v2,-24,-9,-35,-24,-35v-34,0,-22,58,-24,92r32,0r0,9r-32,0","w":93},"g":{"d":"37,-4v8,31,108,9,108,60v0,30,-34,53,-78,53v-68,-1,-90,-57,-21,-79v-46,-12,-29,-47,11,-60v-26,-7,-40,-24,-40,-48v0,-60,65,-55,129,-52r0,15r-34,0v29,32,10,84,-33,87v-20,1,-42,16,-42,24xm40,-80v0,28,13,46,32,46v19,0,31,-16,31,-46v0,-26,-12,-44,-31,-44v-19,0,-32,18,-32,44xm132,67v0,-16,-14,-24,-75,-34v-24,6,-37,17,-37,30v0,18,28,32,64,32v28,0,48,-11,48,-28","w":150},"h":{"d":"135,-87v0,30,-14,83,21,81r0,6r-67,0r0,-6v39,3,16,-54,22,-84v-4,-38,-47,-33,-63,-3r0,70v0,13,5,17,21,17r0,6r-68,0r0,-6v19,0,22,-4,22,-25r0,-166v0,-17,-4,-19,-22,-19r0,-6r47,-4r0,121v16,-19,28,-26,45,-26v21,0,42,14,42,44","w":157},"i":{"d":"54,-131r0,107v0,13,3,18,21,18r0,6r-70,0r0,-6v19,0,24,-3,24,-18r0,-78v0,-18,-5,-19,-24,-19r0,-6xm42,-197v9,0,15,7,15,16v0,9,-6,15,-15,15v-9,0,-16,-6,-16,-15v0,-9,7,-16,16,-16","w":82},"j":{"d":"56,-131v-8,89,35,225,-70,217r0,-6v73,3,45,-119,45,-185v0,-13,-4,-16,-24,-16r0,-6xm42,-197v9,0,15,7,15,16v0,9,-6,15,-15,15v-9,0,-16,-6,-16,-15v0,-9,7,-16,16,-16","w":82},"k":{"d":"74,-75v27,21,47,61,84,69r0,6r-41,0r-67,-65v3,25,-11,64,22,59r0,6r-69,0r0,-6v19,0,23,-4,23,-25r0,-167v0,-15,-4,-18,-23,-18r0,-6r47,-4r0,161r35,-31v13,-12,15,-25,-6,-25r0,-6r69,0v1,5,-1,7,-6,6v-28,1,-49,31,-68,46","w":157},"l":{"d":"32,-30r0,-168v1,-15,-10,-19,-26,-18r0,-6r50,-4r0,202v-1,15,7,18,23,18r0,6r-71,0v-1,-6,2,-7,7,-6v13,0,17,-5,17,-24","w":86},"m":{"d":"229,-88v0,31,-17,84,22,82r0,6r-68,0r0,-6v38,4,17,-55,22,-85v-3,-36,-50,-33,-64,-2v6,31,-18,87,21,87r0,6r-67,0r0,-6v37,6,17,-55,22,-84v-3,-41,-52,-30,-64,-3v6,31,-18,89,22,87r0,6r-68,0r0,-6v15,0,21,-2,21,-21r0,-75v1,-17,-9,-20,-25,-19r0,-6r50,-4v1,8,-2,21,1,27v19,-33,71,-39,85,2v14,-19,30,-29,47,-29v18,0,43,10,43,43","w":258},"n":{"d":"139,-85v0,29,-16,81,21,79r0,6r-68,0r0,-6v41,2,15,-53,22,-83v-5,-43,-47,-34,-65,-4v6,31,-17,89,22,87r0,6r-67,0r0,-6v17,0,21,-2,21,-25r0,-71v0,-15,-4,-19,-21,-19r0,-6r45,-4r0,26v15,-17,30,-26,46,-26v21,0,44,15,44,46"},"o":{"d":"152,-63v0,39,-30,67,-70,67v-40,0,-69,-28,-69,-67v0,-39,29,-68,69,-68v40,0,70,29,70,68xm126,-63v0,-32,-14,-61,-44,-61v-27,0,-43,24,-43,61v0,33,13,60,43,60v30,0,44,-29,44,-60"},"p":{"d":"26,76r0,-177v0,-17,-4,-20,-23,-20r0,-6r47,-4r0,22v38,-46,102,-14,102,45v0,55,-60,89,-102,53r0,84v0,15,3,21,21,21r0,6r-68,0r0,-6v17,0,23,-4,23,-18xm50,-100r0,80v30,32,75,12,75,-40v0,-54,-45,-79,-75,-40"},"q":{"d":"136,-125r0,201v0,14,5,18,22,18r0,6r-67,0r0,-6v15,0,21,-4,21,-18r0,-82v-44,26,-102,0,-102,-53v0,-36,23,-68,87,-68v12,0,33,2,39,2xm112,-14r0,-102v-42,-9,-75,13,-75,54v0,35,37,74,75,48","w":161},"r":{"d":"53,-94r0,70v0,14,5,18,22,18r0,6r-68,0r0,-6v40,1,15,-62,22,-94v0,-19,-4,-21,-26,-21r0,-6r50,-4r0,28v36,-29,38,-37,67,-18r-9,23v-24,-13,-37,-18,-58,4","w":123},"s":{"d":"94,-92r-7,0v-3,-21,-17,-32,-32,-32v-13,0,-21,7,-21,17v0,32,67,24,67,72v0,37,-49,46,-73,30v-8,-1,-5,10,-14,8r0,-43r6,0v5,27,25,37,41,37v13,0,23,-9,23,-22v0,-36,-68,-26,-68,-69v0,-31,39,-45,65,-31v5,1,5,-8,13,-6r0,39","w":112},"t":{"d":"54,-171r0,43r45,0r0,10r-45,0v5,37,-16,106,23,108v9,0,16,-3,24,-12r4,5v-20,33,-75,26,-75,-16r0,-85r-24,0r0,-7v17,-9,31,-24,42,-46r6,0","w":105},"u":{"d":"139,-131r0,107v0,14,5,18,22,18r0,6r-47,3v-1,-7,2,-18,-1,-24v-23,39,-86,30,-86,-18v-6,-31,19,-84,-23,-82r0,-6r47,-4v5,44,-18,119,29,120v12,0,24,-7,34,-21r0,-69v0,-18,-3,-20,-25,-20r0,-6"},"v":{"d":"58,-99r28,68r25,-64v6,-17,6,-25,-13,-26r0,-6r47,0r0,6v-15,1,-19,4,-24,18r-41,106r-7,0r-40,-100v-9,-21,-12,-23,-27,-24r0,-6r61,0r0,6v-12,1,-15,8,-9,22","w":150},"w":{"d":"57,-102r28,71r30,-77v-5,-10,-9,-13,-19,-13r0,-6r62,0r0,6v-17,0,-18,7,-14,18r28,72r26,-67v6,-16,4,-23,-13,-23r0,-6r50,0r0,6v-17,0,-21,2,-29,23r-40,101r-6,0r-41,-101r-40,101r-6,0r-45,-110v-3,-8,-9,-14,-23,-14r0,-6r62,0r0,6v-14,0,-16,5,-10,19","w":240},"x":{"d":"92,-72v21,21,32,61,67,66r0,6r-67,0r0,-6v12,-2,12,-8,6,-16r-22,-31r-23,29v-8,9,-6,17,4,18r0,6r-52,0r0,-6v29,4,48,-38,66,-54v-19,-19,-34,-61,-66,-61r0,-6r71,0r0,6v-13,1,-15,7,-7,19r17,24r18,-21v9,-11,9,-22,-4,-22r0,-6r51,0r0,6v-25,-1,-43,32,-59,49"},"y":{"d":"58,-102r31,72r22,-67v5,-15,4,-23,-10,-24r0,-6r45,0r0,6v-14,0,-22,9,-29,30r-51,150v-15,36,-29,56,-58,41r8,-22v40,18,49,-44,61,-74r-45,-106v-6,-15,-11,-19,-26,-19r0,-6r61,0r0,6v-10,1,-14,8,-9,19","w":150},"z":{"d":"121,-127r0,6r-81,115v37,0,80,6,78,-33r6,0r-3,39r-110,0r0,-6r81,-115v-36,-2,-73,-1,-75,31r-6,0r3,-37r107,0","w":131},"{":{"d":"85,30v0,-45,15,-86,-35,-93r0,-8v50,-6,35,-50,35,-94v0,-33,25,-59,61,-66r1,6v-51,8,-32,53,-32,96v0,26,-18,49,-50,62v55,20,54,61,42,117v0,20,15,34,40,40r-1,7v-36,-7,-61,-34,-61,-67","w":172},"|":{"d":"81,-214r16,0r0,299r-16,0r0,-299","w":178},"}":{"d":"27,-231v58,9,71,65,54,119v0,21,16,37,41,41r0,8v-50,8,-34,48,-34,93v0,33,-25,60,-61,67r-1,-7v51,-8,32,-54,32,-96v0,-26,18,-48,50,-61v-55,-20,-54,-63,-42,-118v0,-20,-15,-34,-40,-40","w":172},"~":{"d":"206,-141r8,0v-1,30,-18,50,-44,50v-44,0,-121,-71,-136,0r-8,0v-1,-28,16,-50,43,-50v43,-1,124,71,137,0","w":240},"\u00a1":{"d":"49,-66r6,0r11,150v0,11,-7,19,-15,19v-17,1,-13,-25,-12,-40xm53,-85v-9,0,-17,-8,-17,-17v0,-9,8,-18,17,-18v24,0,20,35,0,35","w":105},"\u00a2":{"d":"119,-186r-18,57v15,2,20,11,28,-2r6,0r0,45r-6,0v-4,-18,-14,-31,-30,-36r-34,104v26,20,51,11,74,-15r0,9v-18,24,-48,34,-80,24r-15,48r-6,0r16,-50v-67,-26,-30,-145,41,-128r18,-56r6,0xm60,-22r33,-101v-50,-11,-65,70,-33,101","w":150},"\u00a3":{"d":"116,-79r0,8r-39,0v-1,17,-4,25,-9,36v30,7,46,19,63,19v11,0,19,-9,20,-28r6,0v5,54,-64,60,-96,25v-8,14,-22,23,-35,23v-10,0,-18,-4,-18,-12v0,-13,19,-29,46,-27v3,-12,3,-23,0,-36r-38,0r0,-8r38,0v-13,-39,-5,-101,42,-101v19,0,34,9,44,28r-6,3v-17,-36,-60,-26,-59,17v0,23,2,32,2,53r39,0xm50,-24v-17,-9,-50,12,-27,21v10,0,21,-8,27,-21"},"\u00a5":{"d":"114,-104r0,37r80,0r0,10r-80,0v0,26,-1,55,23,51r0,6r-75,0r0,-6v22,6,27,-23,25,-51r-79,0r0,-10r79,0r0,-37r-79,0r0,-10r78,0v-21,-25,-39,-84,-74,-86r0,-6r81,0r0,6v-23,0,-26,7,-17,20v13,17,21,39,36,54r26,-43v10,-15,10,-31,-7,-31r0,-6r57,0r0,6v-39,5,-50,61,-73,86r79,0r0,10r-80,0","w":202},"\u0192":{"d":"168,-118r0,9r-26,0r-24,128v-13,72,-59,80,-78,80v-17,0,-32,-3,-41,-8r6,-27r6,0v5,36,47,34,64,15v35,-40,32,-127,47,-188r-24,0r0,-9r26,0v7,-55,27,-124,94,-101v0,-4,4,-4,8,-4r-6,33r-7,0v-4,-17,-10,-26,-23,-26v-36,1,-38,64,-47,98r25,0","w":225},"\u00a7":{"d":"42,-174v0,39,87,63,88,117v0,19,-8,33,-27,51v38,34,20,85,-31,86v-23,0,-44,-15,-44,-33v0,-18,24,-20,25,-3v-7,17,-4,28,20,29v21,0,35,-11,35,-27v0,-38,-88,-66,-88,-115v0,-19,9,-35,28,-52v-35,-26,-24,-85,28,-85v25,0,46,15,46,34v0,17,-25,19,-25,2v7,-17,4,-30,-22,-29v-19,0,-33,10,-33,25xm53,-115v-45,44,-3,62,45,104v13,-13,19,-22,19,-33v0,-17,-10,-26,-64,-71","w":150},"\u00a4":{"d":"172,-176r21,-21r11,11r-21,21v24,26,21,75,0,99r21,22r-11,11r-22,-22v-24,25,-75,22,-99,0r-21,22r-11,-11r22,-22v-24,-25,-22,-75,0,-99r-22,-21r11,-11r21,21v28,-23,73,-22,100,0xm122,-177v-35,0,-62,27,-62,62v0,35,27,62,62,62v35,0,62,-27,62,-62v0,-35,-27,-62,-62,-62","w":244},"'":{"d":"36,-129r-7,0r-12,-77v0,-10,6,-16,15,-16v18,0,16,19,13,36","w":64},"\u00ab":{"d":"96,-58r47,66r-8,0r-68,-66r68,-66r8,0xm38,-58r47,66r-8,0r-68,-66r68,-66r8,0","w":150},"\u00b7":{"d":"35,-108v0,-24,35,-21,34,0v0,9,-7,18,-16,18v-9,0,-18,-9,-18,-18","w":105},"\u00b6":{"d":"126,-228r-32,0r0,306r-10,0r0,-188v-62,1,-82,-28,-82,-61v0,-32,21,-67,75,-67r85,0r-2,6v-20,2,-23,6,-23,27r0,283r-11,0r0,-306","w":163},"\u00bb":{"d":"112,-58r-46,-66r7,0r68,66r-68,66r-7,0xm54,-58r-46,-66r7,0r67,66r-67,66r-7,0","w":150},"\u00bf":{"d":"62,-73r7,0r0,40v0,38,-48,42,-48,74v0,31,52,38,72,14v-1,22,-23,30,-37,30v-26,0,-45,-25,-45,-57v1,-59,57,-41,51,-101xm63,-86v-9,0,-17,-8,-17,-17v0,-9,8,-18,17,-18v24,0,20,35,0,35","w":112},"`":{"d":"52,-226r23,72r-7,0r-36,-72r20,0","w":119},"\u00b4":{"d":"68,-226r20,0r-37,72r-6,0","w":119},"\u00af":{"d":"7,-191r106,0r0,15r-106,0r0,-15","w":119},"\u00a8":{"d":"88,-204v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15xm32,-204v8,0,16,7,16,15v0,21,-31,18,-31,0v0,-8,7,-15,15,-15","w":119},"\u00b8":{"d":"71,-3r-6,22v15,3,24,14,24,27v0,18,-18,31,-51,30r0,-7v36,2,45,-29,16,-36r11,-36r6,0","w":119},"\u00c6":{"d":"247,-127r0,50r-6,0v-3,-33,-43,-17,-73,-21v5,38,-22,88,40,88v37,0,43,-2,52,-28r6,0r-9,38r-140,0r0,-6v34,6,20,-61,23,-92r-49,0r-29,52v-12,22,-13,36,9,40r0,6r-66,0r0,-6v21,-1,27,-7,46,-43r87,-157r119,0r0,35r-4,0v-7,-38,-48,-21,-85,-25r0,88v28,-3,72,11,73,-19r6,0xm140,-108r0,-82r-44,82r44,0","w":277},"\u00aa":{"d":"70,-150v1,22,5,1,14,3v1,17,-26,22,-32,7v-13,16,-46,9,-46,-11v0,-19,26,-21,46,-28v5,-28,-32,-30,-38,-7r-6,0v5,-30,59,-38,62,2r0,34xm37,-139v15,2,16,-18,15,-34v-19,5,-27,9,-27,21v0,8,5,13,12,13","w":86},"\u0141":{"d":"177,-45r-12,45r-150,0r0,-6v27,5,24,-35,24,-64r-28,26v-2,-25,19,-27,28,-40r0,-86v0,-24,-7,-30,-24,-30r0,-6r74,0r0,6v-36,-1,-19,60,-23,94r56,-53r0,14r-56,54v5,31,-16,84,24,81v43,-3,74,11,81,-35r6,0","w":180},"\u00d8":{"d":"68,-38r121,-137v-50,-60,-136,-19,-136,73v0,23,5,46,15,64xm60,-20r-29,33r-4,-5r29,-32v-71,-60,-25,-187,76,-187v25,0,51,8,69,23v8,-6,16,-29,25,-18r-20,22v71,60,24,189,-75,189v-29,0,-52,-11,-71,-25xm193,-170r-121,137v13,19,33,30,59,30v78,0,96,-117,62,-167","w":262},"\u0152":{"d":"300,-129r0,50r-6,0v-3,-32,-48,-17,-78,-20v5,40,-22,102,44,89v31,0,45,-6,52,-29r6,0r-9,39r-176,1v-61,0,-111,-46,-111,-105v0,-52,53,-104,145,-103r142,1r0,34r-5,0v-2,-36,-54,-21,-88,-24r0,87v31,-4,74,14,78,-20r6,0xm141,-7v31,0,48,1,47,-27r0,-136v0,-28,-18,-30,-47,-30v-52,0,-87,38,-87,97v0,55,28,96,87,96","w":330},"\u00ba":{"d":"6,-171v0,-24,20,-40,47,-40v27,0,46,16,46,40v0,24,-19,40,-46,40v-27,0,-47,-16,-47,-40xm26,-171v0,22,10,35,27,35v17,0,27,-13,27,-35v0,-22,-10,-35,-27,-35v-17,0,-27,13,-27,35","w":105},"\u00e6":{"d":"12,-31v0,-40,48,-31,74,-46v4,-45,-48,-56,-66,-14r-6,0v4,-40,69,-55,91,-20v34,-36,96,-24,100,33r-92,0v-6,58,30,72,48,72v18,0,31,-8,46,-27v-10,51,-89,45,-113,9v-18,38,-82,38,-82,-7xm86,-37r0,-32v-11,7,-49,9,-49,36v0,13,10,23,22,23v9,0,27,-7,27,-27xm113,-84r68,0v0,-27,-17,-40,-34,-40v-20,0,-34,17,-34,40","w":221},"\u0131":{"d":"29,-24r0,-78v0,-18,-5,-19,-24,-19r0,-6r49,-4r0,107v0,13,3,18,21,18r0,6r-70,0r0,-6v19,0,24,-3,24,-18","w":82},"\u0142":{"d":"56,-226r1,94r29,-37v1,27,-21,32,-30,49r0,96v-1,15,7,18,23,18r0,6r-71,0v-1,-6,2,-7,7,-6v29,1,14,-62,16,-88r-31,38v0,-28,22,-33,32,-51r0,-91v1,-15,-10,-19,-26,-18r0,-6","w":86},"\u00f8":{"d":"126,-118v7,-4,14,-24,21,-15r-17,19v46,39,15,118,-48,118v-17,0,-31,-5,-44,-15v-8,6,-15,28,-25,19r20,-22v-42,-39,-13,-117,49,-117v15,0,30,4,44,13xm46,-28r69,-77v-25,-38,-76,-15,-76,42v0,14,3,26,7,35xm118,-100r-69,77v22,42,77,11,77,-40v0,-16,-3,-29,-8,-37"},"\u0153":{"d":"246,-78r-94,0v-3,58,36,74,51,74v15,0,30,-9,45,-28r0,9v-29,39,-81,34,-109,1v-39,51,-126,22,-126,-41v0,-65,91,-91,126,-41v27,-46,108,-29,107,26xm153,-84r69,0v-2,-26,-13,-40,-34,-40v-21,0,-33,15,-35,40xm126,-63v0,-32,-12,-61,-43,-61v-59,0,-59,119,0,121v24,0,43,-19,43,-60","w":258},"\u00df":{"d":"48,-156r0,135v0,11,5,14,19,15r0,6r-65,0r0,-6v19,0,22,-5,22,-22r0,-121v0,-54,27,-77,62,-77v73,0,79,90,14,105v34,5,53,27,53,59v0,42,-27,69,-71,62r-4,-26r6,0v4,13,10,20,18,20v16,0,25,-20,25,-52v0,-44,-16,-60,-49,-60r0,-6v31,-3,41,-15,41,-48v0,-35,-15,-47,-36,-47v-27,0,-35,18,-35,63"},"\u00f7":{"d":"120,-55v6,0,11,5,11,11v0,6,-5,11,-11,11v-6,0,-11,-5,-11,-11v0,-6,5,-11,11,-11xm120,-197v6,0,11,5,11,11v0,6,-5,11,-11,11v-6,0,-11,-5,-11,-11v0,-6,5,-11,11,-11xm26,-123r189,0r0,16r-189,0r0,-16","w":240},"\u00be":{"d":"15,-110v9,-9,22,9,31,5v15,0,25,-11,25,-21v0,-15,-16,-30,-42,-26r0,-7v26,-2,38,-11,38,-25v-1,-18,-30,-23,-39,-4r-6,-2v7,-31,63,-26,63,6v0,11,-7,17,-17,25v41,12,23,67,-18,64v-14,0,-22,-4,-35,-15xm216,-211r-151,211r-11,0r150,-211r12,0xm224,-114r0,68r30,0r0,11r-30,0r0,35r-17,0r0,-35r-50,0r0,-7r61,-72r6,0xm207,-46r0,-40r-35,40r35,0","w":270},"\u00bc":{"d":"224,-114r0,68r30,0r0,11r-30,0r0,35r-17,0r0,-35r-50,0r0,-7r61,-72r6,0xm207,-86r-35,40r35,0r0,-40xm64,-211r0,95v0,9,2,9,13,9r0,10r-43,0r0,-10v12,0,12,0,12,-8v-1,-23,3,-52,-2,-72v-2,0,-4,3,-16,3r0,-8v19,-6,22,-18,36,-19xm216,-211r-151,211r-11,0r150,-211r12,0","w":270},"\u00b9":{"d":"46,-113v-1,-25,3,-55,-2,-76v-2,0,-7,3,-16,4r0,-7v19,-6,22,-17,35,-19r0,97v0,9,2,9,13,9r0,8r-42,0r0,-8v12,0,12,0,12,-8","w":108},"\u00d7":{"d":"46,-200r74,74r74,-74r11,11r-74,74r74,74r-11,11r-74,-74r-74,74r-11,-11r74,-74r-74,-74","w":240},"\u00ae":{"d":"108,-112v3,27,-11,68,23,63r-1,6r-64,0r1,-6v19,0,21,-3,21,-25r0,-92v0,-19,-5,-24,-22,-23r1,-6r59,0v69,-3,68,71,14,77v20,21,35,66,68,69r-1,6r-34,0r-52,-69v-4,-2,-9,-2,-13,0xm108,-121v52,11,70,-65,15,-66v-5,0,-9,1,-15,3r0,63xm136,-232v-63,0,-114,52,-114,115v0,63,51,115,114,115v63,0,116,-52,116,-115v0,-63,-53,-115,-116,-115xm136,-241v69,0,125,55,125,124v0,69,-56,125,-125,125v-69,0,-124,-56,-124,-125v0,-69,55,-124,124,-124","w":273},"\u00de":{"d":"37,-38r0,-129v0,-26,-6,-33,-23,-33r0,-6r74,0r0,6v-17,-3,-26,14,-24,41v61,-7,110,24,105,59v3,44,-51,60,-105,51v-1,26,4,46,24,43r0,6r-74,0r0,-6v14,0,23,-5,23,-32xm64,-151r0,92v36,12,79,-4,76,-41v4,-31,-28,-59,-76,-51","w":180},"\u00a6":{"d":"81,-41r16,0r0,126r-16,0r0,-126xm81,-214r16,0r0,127r-16,0r0,-127","w":178},"\u00d0":{"d":"35,-96r-24,0r0,-10r24,0v-3,-34,12,-97,-24,-94r0,-6r98,0v73,0,114,52,114,106v0,52,-34,100,-115,100r-97,0r0,-6v35,5,21,-58,24,-90xm62,-97v2,34,-11,97,26,91v67,6,102,-27,103,-93v0,-49,-25,-101,-90,-101r-39,0r0,93r63,0r0,10r-63,0","w":240},"\u00bd":{"d":"46,-115v-1,-24,3,-54,-2,-75v-2,0,-7,3,-16,4r0,-7v19,-6,22,-17,35,-19r0,96v0,9,2,9,13,9r0,8r-42,0r0,-8v12,0,12,0,12,-8xm216,-211r-151,211r-11,0r150,-211r12,0xm188,-78r-8,0v-1,-44,68,-47,68,-3v0,19,-12,36,-53,68r56,0r0,13r-74,0r0,-9v41,-34,52,-54,52,-68v0,-13,-8,-21,-21,-21v-12,0,-19,7,-20,20","w":270},"\u00e7":{"d":"59,33r9,-29v-33,-4,-55,-29,-55,-64v0,-54,56,-85,101,-64v5,2,7,-9,15,-7r0,45r-6,0v-5,-23,-22,-38,-43,-38v-25,0,-43,22,-43,53v0,63,62,86,96,38r0,9v-14,19,-32,28,-58,28r-5,15v15,3,25,14,25,27v0,18,-18,31,-51,30r0,-7v36,2,44,-29,15,-36","w":138},"\u00f0":{"d":"40,-63v0,37,16,60,43,60v27,0,43,-23,43,-63v0,-36,-16,-58,-43,-58v-27,0,-43,24,-43,61xm141,-220r-32,22v40,43,45,104,45,122v0,51,-28,80,-71,80v-40,0,-69,-28,-69,-67v0,-54,65,-89,107,-54v-4,-22,-10,-49,-26,-72r-39,25r-4,-6r39,-25v-7,-10,-17,-18,-29,-25v15,-13,31,8,42,17r34,-23","w":166},"\u00b1":{"d":"26,-151r86,0r0,-87r16,0r0,87r87,0r0,16r-87,0r0,86r-16,0r0,-86r-86,0r0,-16xm26,-9r189,0r0,15r-189,0r0,-15","w":240},"\u00c7":{"d":"102,33r9,-28v-45,-5,-89,-40,-89,-103v0,-66,45,-113,107,-113v33,0,52,17,68,2r6,0r0,61r-6,0v-10,-39,-31,-55,-67,-55v-50,0,-76,39,-76,92v0,106,110,138,150,58r6,5v-14,33,-48,54,-93,53r-4,14v15,3,25,14,25,27v0,18,-18,31,-51,30r0,-7v36,2,45,-29,15,-36","w":221},"\u00fe":{"d":"50,-226r0,117v38,-46,102,-14,102,45v0,55,-60,89,-102,53r0,84v0,15,3,21,21,21r0,6r-68,0r0,-6v17,0,23,-4,23,-18r0,-270v0,-20,-2,-22,-23,-22r0,-6xm50,-100r0,80v30,32,75,12,75,-40v0,-54,-45,-79,-75,-40"},"\u00a9":{"d":"192,-200r3,52r-5,0v-21,-73,-103,-47,-103,28v0,71,75,93,108,39r4,2v-32,69,-136,39,-136,-39v0,-62,66,-95,117,-71v6,3,3,-12,12,-11xm136,-232v-63,0,-114,52,-114,115v0,63,51,115,114,115v63,0,116,-52,116,-115v0,-63,-53,-115,-116,-115xm136,-241v69,0,125,55,125,124v0,69,-56,125,-125,125v-69,0,-124,-56,-124,-125v0,-69,55,-124,124,-124","w":273},"\u00ac":{"d":"26,-165r189,0r0,97r-16,0r0,-81r-173,0r0,-16","w":240},"\u00b2":{"d":"27,-176r-8,0v-1,-43,68,-46,68,-3v0,19,-14,36,-53,69r56,0r0,13r-74,0r0,-10v41,-34,52,-53,52,-67v0,-13,-7,-21,-20,-21v-12,0,-20,6,-21,19","w":108},"\u00b3":{"d":"15,-110v9,-9,22,9,31,5v15,0,25,-11,25,-21v0,-15,-16,-30,-42,-26r0,-7v26,-2,38,-11,38,-25v-1,-17,-31,-24,-39,-4r-6,-2v6,-31,63,-25,63,6v0,11,-7,17,-17,25v39,12,22,67,-18,64v-14,0,-22,-4,-35,-15","w":108},"\u00b0":{"d":"72,-244v30,0,54,24,54,54v0,30,-24,54,-54,54v-30,0,-54,-24,-54,-54v0,-30,24,-54,54,-54xm72,-229v-22,0,-40,17,-40,39v0,22,18,40,40,40v22,0,39,-18,39,-40v0,-22,-17,-39,-39,-39","w":143},"\u00c1":{"d":"149,-26r-18,-58r-67,0r-14,42v-7,20,-11,36,11,36r0,6r-53,0r0,-6v19,-3,25,-14,31,-33r56,-169r22,0r59,177v6,19,12,25,30,25r0,6r-73,0r0,-6v14,0,21,-6,16,-20xm126,-96r-29,-88r-29,88r58,0xm115,-290r20,0r-37,72r-6,0","w":213},"\u00c2":{"d":"112,-290r37,70r-8,0r-35,-46r-33,46r-7,0r37,-70r9,0xm149,-26r-18,-58r-67,0r-14,42v-7,20,-11,36,11,36r0,6r-53,0r0,-6v19,-3,25,-14,31,-33r56,-169r22,0r59,177v6,19,12,25,30,25r0,6r-73,0r0,-6v14,0,21,-6,16,-20xm126,-96r-29,-88r-29,88r58,0","w":213},"\u00c4":{"d":"149,-26r-18,-58r-67,0r-14,42v-7,20,-11,36,11,36r0,6r-53,0r0,-6v19,-3,25,-14,31,-33r56,-169r22,0r59,177v6,19,12,25,30,25r0,6r-73,0r0,-6v14,0,21,-6,16,-20xm126,-96r-29,-88r-29,88r58,0xm135,-268v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15xm79,-268v8,0,16,7,16,15v0,21,-31,18,-31,0v0,-8,7,-15,15,-15","w":213},"\u00c0":{"d":"149,-26r-18,-58r-67,0r-14,42v-7,20,-11,36,11,36r0,6r-53,0r0,-6v19,-3,25,-14,31,-33r56,-169r22,0r59,177v6,19,12,25,30,25r0,6r-73,0r0,-6v14,0,21,-6,16,-20xm126,-96r-29,-88r-29,88r58,0xm99,-290r23,72r-7,0r-36,-72r20,0","w":213},"\u00c5":{"d":"107,-273v-13,0,-23,11,-23,24v0,13,10,23,23,23v13,0,23,-10,23,-23v0,-13,-10,-24,-23,-24xm107,-281v18,0,32,14,32,32v0,18,-14,31,-32,31v-18,0,-31,-13,-31,-31v0,-18,13,-32,31,-32xm149,-26r-18,-58r-67,0r-14,42v-7,20,-11,36,11,36r0,6r-53,0r0,-6v19,-3,25,-14,31,-33r56,-169r22,0r59,177v6,19,12,25,30,25r0,6r-73,0r0,-6v14,0,21,-6,16,-20xm126,-96r-29,-88r-29,88r58,0","w":213},"\u00c3":{"d":"84,-263v23,0,60,36,69,1r7,0v-3,49,-59,24,-84,13v-8,0,-12,4,-15,16r-7,0v0,-16,15,-30,30,-30xm149,-26r-18,-58r-67,0r-14,42v-7,20,-11,36,11,36r0,6r-53,0r0,-6v19,-3,25,-14,31,-33r56,-169r22,0r59,177v6,19,12,25,30,25r0,6r-73,0r0,-6v14,0,21,-6,16,-20xm126,-96r-29,-88r-29,88r58,0","w":213},"\u00c9":{"d":"149,-128r0,50r-6,0v-2,-34,-49,-15,-80,-20r0,74v-2,22,32,14,51,14v30,0,38,-2,50,-29r6,0r-9,39r-149,0r0,-6v16,0,24,-6,24,-33r0,-128v0,-26,-6,-33,-24,-33r0,-6r149,0r0,34r-4,0v-4,-41,-57,-18,-94,-24r0,88v31,-5,77,16,80,-20r6,0xm100,-290r20,0r-37,72r-6,0","w":183},"\u00ca":{"d":"97,-290r37,70r-8,0r-35,-46r-33,46r-7,0r37,-70r9,0xm149,-128r0,50r-6,0v-2,-34,-49,-15,-80,-20r0,74v-2,22,32,14,51,14v30,0,38,-2,50,-29r6,0r-9,39r-149,0r0,-6v16,0,24,-6,24,-33r0,-128v0,-26,-6,-33,-24,-33r0,-6r149,0r0,34r-4,0v-4,-41,-57,-18,-94,-24r0,88v31,-5,77,16,80,-20r6,0","w":183},"\u00cb":{"d":"149,-128r0,50r-6,0v-2,-34,-49,-15,-80,-20r0,74v-2,22,32,14,51,14v30,0,38,-2,50,-29r6,0r-9,39r-149,0r0,-6v16,0,24,-6,24,-33r0,-128v0,-26,-6,-33,-24,-33r0,-6r149,0r0,34r-4,0v-4,-41,-57,-18,-94,-24r0,88v31,-5,77,16,80,-20r6,0xm120,-268v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15xm64,-268v8,0,16,7,16,15v0,21,-31,18,-31,0v0,-8,7,-15,15,-15","w":183},"\u00c8":{"d":"149,-128r0,50r-6,0v-2,-34,-49,-15,-80,-20r0,74v-2,22,32,14,51,14v30,0,38,-2,50,-29r6,0r-9,39r-149,0r0,-6v16,0,24,-6,24,-33r0,-128v0,-26,-6,-33,-24,-33r0,-6r149,0r0,34r-4,0v-4,-41,-57,-18,-94,-24r0,88v31,-5,77,16,80,-20r6,0xm84,-290r23,72r-7,0r-36,-72r20,0","w":183},"\u00cd":{"d":"60,-167r0,128v0,25,7,33,24,33r0,6r-74,0r0,-6v17,0,23,-7,23,-33r0,-128v0,-26,-5,-33,-23,-33r0,-6r74,0r0,6v-17,0,-24,8,-24,33xm55,-290r20,0r-37,72r-6,0","w":93},"\u00ce":{"d":"52,-290r37,70r-8,0r-35,-46r-33,46r-7,0r37,-70r9,0xm60,-167r0,128v0,25,7,33,24,33r0,6r-74,0r0,-6v17,0,23,-7,23,-33r0,-128v0,-26,-5,-33,-23,-33r0,-6r74,0r0,6v-17,0,-24,8,-24,33","w":93},"\u00cf":{"d":"60,-167r0,128v0,25,7,33,24,33r0,6r-74,0r0,-6v17,0,23,-7,23,-33r0,-128v0,-26,-5,-33,-23,-33r0,-6r74,0r0,6v-17,0,-24,8,-24,33xm75,-268v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15xm19,-268v8,0,16,7,16,15v0,21,-31,18,-31,0v0,-8,7,-15,15,-15","w":93},"\u00cc":{"d":"60,-167r0,128v0,25,7,33,24,33r0,6r-74,0r0,-6v17,0,23,-7,23,-33r0,-128v0,-26,-5,-33,-23,-33r0,-6r74,0r0,6v-17,0,-24,8,-24,33xm39,-290r23,72r-7,0r-36,-72r20,0","w":93},"\u00d1":{"d":"97,-263v23,0,60,36,69,1r7,0v-3,49,-59,24,-84,13v-8,0,-12,4,-15,16r-7,0v0,-16,15,-30,30,-30xm200,-168r0,168r-6,0r-146,-179r0,144v0,21,8,29,27,29r0,6r-63,0r0,-6v17,0,25,-5,25,-35r0,-121v0,-23,-6,-36,-30,-38r0,-6r53,0r129,160r0,-120v0,-27,-7,-34,-25,-34r0,-6r62,0r0,6v-20,0,-26,8,-26,32","w":240},"\u00d3":{"d":"21,-104v0,-61,48,-107,111,-107v61,0,109,47,109,107v0,61,-48,109,-110,109v-62,0,-110,-48,-110,-109xm53,-104v0,60,32,101,78,101v52,0,79,-49,79,-99v0,-65,-36,-101,-78,-101v-49,0,-79,39,-79,99xm139,-290r20,0r-37,72r-6,0","w":262},"\u00d4":{"d":"136,-290r37,70r-8,0r-35,-46r-33,46r-7,0r37,-70r9,0xm21,-104v0,-61,48,-107,111,-107v61,0,109,47,109,107v0,61,-48,109,-110,109v-62,0,-110,-48,-110,-109xm53,-104v0,60,32,101,78,101v52,0,79,-49,79,-99v0,-65,-36,-101,-78,-101v-49,0,-79,39,-79,99","w":262},"\u00d6":{"d":"21,-104v0,-61,48,-107,111,-107v61,0,109,47,109,107v0,61,-48,109,-110,109v-62,0,-110,-48,-110,-109xm53,-104v0,60,32,101,78,101v52,0,79,-49,79,-99v0,-65,-36,-101,-78,-101v-49,0,-79,39,-79,99xm159,-268v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15xm103,-268v8,0,16,7,16,15v0,21,-31,18,-31,0v0,-8,7,-15,15,-15","w":262},"\u00d2":{"d":"21,-104v0,-61,48,-107,111,-107v61,0,109,47,109,107v0,61,-48,109,-110,109v-62,0,-110,-48,-110,-109xm53,-104v0,60,32,101,78,101v52,0,79,-49,79,-99v0,-65,-36,-101,-78,-101v-49,0,-79,39,-79,99xm123,-290r23,72r-7,0r-36,-72r20,0","w":262},"\u00d5":{"d":"108,-263v23,0,60,36,69,1r7,0v-3,49,-59,23,-84,13v-8,0,-12,4,-15,16r-7,0v0,-16,15,-30,30,-30xm21,-104v0,-61,48,-107,111,-107v61,0,109,47,109,107v0,61,-48,109,-110,109v-62,0,-110,-48,-110,-109xm53,-104v0,60,32,101,78,101v52,0,79,-49,79,-99v0,-65,-36,-101,-78,-101v-49,0,-79,39,-79,99","w":262},"\u0160":{"d":"71,-220r-37,-70r8,0r34,47r33,-47r8,0r-37,70r-9,0xm117,-40v0,-52,-101,-55,-96,-118v-6,-50,62,-62,96,-45v5,1,3,-8,11,-6r0,48r-6,0v-1,-53,-81,-56,-83,-11v-3,49,102,56,100,118v0,32,-26,59,-58,59v-29,0,-47,-24,-55,-3r-7,0r0,-56r7,0v0,66,91,66,91,14","w":150},"\u00da":{"d":"176,0r0,-29v-20,23,-42,34,-69,34v-90,-2,-67,-91,-70,-172v0,-27,-8,-33,-24,-33r0,-6r75,0r0,6v-17,0,-24,6,-24,32v0,67,-22,161,53,159v24,0,45,-12,59,-34r0,-124v0,-24,-5,-32,-22,-33r0,-6r72,0r0,6v-17,0,-23,8,-23,33r0,128v0,27,7,33,23,33r0,6r-50,0xm128,-290r20,0r-37,72r-6,0","w":240},"\u00db":{"d":"125,-290r37,70r-8,0r-35,-46r-33,46r-7,0r37,-70r9,0xm176,0r0,-29v-20,23,-42,34,-69,34v-90,-2,-67,-91,-70,-172v0,-27,-8,-33,-24,-33r0,-6r75,0r0,6v-17,0,-24,6,-24,32v0,67,-22,161,53,159v24,0,45,-12,59,-34r0,-124v0,-24,-5,-32,-22,-33r0,-6r72,0r0,6v-17,0,-23,8,-23,33r0,128v0,27,7,33,23,33r0,6r-50,0","w":240},"\u00dc":{"d":"176,0r0,-29v-20,23,-42,34,-69,34v-90,-2,-67,-91,-70,-172v0,-27,-8,-33,-24,-33r0,-6r75,0r0,6v-17,0,-24,6,-24,32v0,67,-22,161,53,159v24,0,45,-12,59,-34r0,-124v0,-24,-5,-32,-22,-33r0,-6r72,0r0,6v-17,0,-23,8,-23,33r0,128v0,27,7,33,23,33r0,6r-50,0xm148,-268v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15xm92,-268v8,0,16,7,16,15v0,21,-31,18,-31,0v0,-8,7,-15,15,-15","w":240},"\u00d9":{"d":"176,0r0,-29v-20,23,-42,34,-69,34v-90,-2,-67,-91,-70,-172v0,-27,-8,-33,-24,-33r0,-6r75,0r0,6v-17,0,-24,6,-24,32v0,67,-22,161,53,159v24,0,45,-12,59,-34r0,-124v0,-24,-5,-32,-22,-33r0,-6r72,0r0,6v-17,0,-23,8,-23,33r0,128v0,27,7,33,23,33r0,6r-50,0xm112,-290r23,72r-7,0r-36,-72r20,0","w":240},"\u00dd":{"d":"114,-104v4,34,-14,100,23,98r0,6r-75,0r0,-6v37,7,22,-65,25,-98r-44,-68v-14,-23,-21,-27,-37,-28r0,-6r81,0r0,6v-23,0,-25,7,-17,20r41,63r33,-52v10,-16,10,-31,-7,-31r0,-6r57,0r0,6v-16,1,-21,5,-33,23xm109,-290r20,0r-37,72r-6,0","w":202},"\u0178":{"d":"114,-104v4,34,-14,100,23,98r0,6r-75,0r0,-6v37,7,22,-65,25,-98r-44,-68v-14,-23,-21,-27,-37,-28r0,-6r81,0r0,6v-23,0,-25,7,-17,20r41,63r33,-52v10,-16,10,-31,-7,-31r0,-6r57,0r0,6v-16,1,-21,5,-33,23xm129,-268v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15xm73,-268v8,0,16,7,16,15v0,21,-31,18,-31,0v0,-8,7,-15,15,-15","w":202},"\u017d":{"d":"97,-220r-37,-70r8,0r35,47r33,-47r7,0r-37,70r-9,0xm192,-50r-8,50r-173,0r0,-5r136,-191v-46,5,-121,-17,-130,25r-6,0r3,-35r168,0r0,6r-135,190v59,-2,129,13,138,-40r7,0","w":202},"\u00e1":{"d":"106,-84r0,54v-2,25,11,26,16,8r6,0v0,29,-40,37,-47,8v-22,32,-70,19,-70,-16v0,-36,49,-35,70,-47v8,-47,-52,-53,-62,-13r-6,-2v9,-50,91,-57,93,8xm81,-26r0,-43v-24,10,-45,10,-45,36v1,29,34,29,45,7xm74,-226r20,0r-37,72r-6,0","w":131},"\u00e2":{"d":"71,-226r36,70r-8,0r-34,-46r-33,46r-8,0r38,-70r9,0xm106,-84r0,54v-2,25,11,26,16,8r6,0v0,29,-40,37,-47,8v-22,32,-70,19,-70,-16v0,-36,49,-35,70,-47v8,-47,-52,-53,-62,-13r-6,-2v9,-50,91,-57,93,8xm81,-26r0,-43v-24,10,-45,10,-45,36v1,29,34,29,45,7","w":131},"\u00e4":{"d":"106,-84r0,54v-2,25,11,26,16,8r6,0v0,29,-40,37,-47,8v-22,32,-70,19,-70,-16v0,-36,49,-35,70,-47v8,-47,-52,-53,-62,-13r-6,-2v9,-50,91,-57,93,8xm81,-26r0,-43v-24,10,-45,10,-45,36v1,29,34,29,45,7xm94,-204v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15xm38,-204v8,0,16,7,16,15v0,21,-31,18,-31,0v0,-8,7,-15,15,-15","w":131},"\u00e0":{"d":"106,-84r0,54v-2,25,11,26,16,8r6,0v0,29,-40,37,-47,8v-22,32,-70,19,-70,-16v0,-36,49,-35,70,-47v8,-47,-52,-53,-62,-13r-6,-2v9,-50,91,-57,93,8xm81,-26r0,-43v-24,10,-45,10,-45,36v1,29,34,29,45,7xm58,-226r23,72r-7,0r-36,-72r20,0","w":131},"\u00e5":{"d":"66,-208v-13,0,-23,10,-23,23v0,13,10,23,23,23v13,0,23,-10,23,-23v0,-13,-10,-23,-23,-23xm66,-217v18,0,32,14,32,32v0,18,-14,31,-32,31v-18,0,-32,-13,-32,-31v0,-18,14,-32,32,-32xm106,-84r0,54v-2,25,11,26,16,8r6,0v0,29,-40,37,-47,8v-22,32,-70,19,-70,-16v0,-36,49,-35,70,-47v8,-47,-52,-53,-62,-13r-6,-2v9,-50,91,-57,93,8xm81,-26r0,-43v-24,10,-45,10,-45,36v1,29,34,29,45,7","w":131},"\u00e3":{"d":"42,-199v24,0,60,36,70,1r6,0v-3,49,-58,24,-83,13v-8,0,-12,5,-15,17r-7,0v0,-16,14,-31,29,-31xm106,-84r0,54v-2,25,11,26,16,8r6,0v0,29,-40,37,-47,8v-22,32,-70,19,-70,-16v0,-36,49,-35,70,-47v8,-47,-52,-53,-62,-13r-6,-2v9,-50,91,-57,93,8xm81,-26r0,-43v-24,10,-45,10,-45,36v1,29,34,29,45,7","w":131},"\u00e9":{"d":"132,-78r-93,0v-1,57,33,72,50,72v18,0,27,-6,45,-27r0,10v-34,52,-121,23,-121,-39v0,-39,28,-69,64,-69v30,0,57,23,55,53xm39,-84r69,0v1,-28,-18,-39,-34,-39v-21,0,-34,15,-35,39xm81,-226r20,0r-37,72r-6,0","w":146},"\u00ea":{"d":"78,-226r37,70r-8,0r-35,-46r-33,46r-7,0r37,-70r9,0xm132,-78r-93,0v-1,57,33,72,50,72v18,0,27,-6,45,-27r0,10v-34,52,-121,23,-121,-39v0,-39,28,-69,64,-69v30,0,57,23,55,53xm39,-84r69,0v1,-28,-18,-39,-34,-39v-21,0,-34,15,-35,39","w":146},"\u00eb":{"d":"132,-78r-93,0v-1,57,33,72,50,72v18,0,27,-6,45,-27r0,10v-34,52,-121,23,-121,-39v0,-39,28,-69,64,-69v30,0,57,23,55,53xm39,-84r69,0v1,-28,-18,-39,-34,-39v-21,0,-34,15,-35,39xm101,-204v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15xm45,-204v8,0,16,7,16,15v0,21,-31,18,-31,0v0,-8,7,-15,15,-15","w":146},"\u00e8":{"d":"132,-78r-93,0v-1,57,33,72,50,72v18,0,27,-6,45,-27r0,10v-34,52,-121,23,-121,-39v0,-39,28,-69,64,-69v30,0,57,23,55,53xm39,-84r69,0v1,-28,-18,-39,-34,-39v-21,0,-34,15,-35,39xm65,-226r23,72r-7,0r-36,-72r20,0","w":146},"\u00ed":{"d":"29,-24r0,-78v0,-18,-5,-19,-24,-19r0,-6r49,-4r0,107v0,13,3,18,21,18r0,6r-70,0r0,-6v19,0,24,-3,24,-18xm49,-226r20,0r-37,72r-6,0","w":82},"\u00ee":{"d":"46,-226r37,70r-8,0r-35,-46r-33,46r-7,0r37,-70r9,0xm29,-24r0,-78v0,-18,-5,-19,-24,-19r0,-6r49,-4r0,107v0,13,3,18,21,18r0,6r-70,0r0,-6v19,0,24,-3,24,-18","w":82},"\u00ef":{"d":"29,-24r0,-78v0,-18,-5,-19,-24,-19r0,-6r49,-4r0,107v0,13,3,18,21,18r0,6r-70,0r0,-6v19,0,24,-3,24,-18xm69,-204v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15xm13,-204v8,0,16,7,16,15v0,21,-31,18,-31,0v0,-8,7,-15,15,-15","w":82},"\u00ec":{"d":"29,-24r0,-78v0,-18,-5,-19,-24,-19r0,-6r49,-4r0,107v0,13,3,18,21,18r0,6r-70,0r0,-6v19,0,24,-3,24,-18xm33,-226r23,72r-7,0r-36,-72r20,0","w":82},"\u00f1":{"d":"59,-199v24,0,60,36,70,1r6,0v-3,49,-59,23,-84,13v-8,0,-11,5,-14,17r-7,0v0,-16,14,-31,29,-31xm139,-85v0,29,-16,81,21,79r0,6r-68,0r0,-6v41,2,15,-53,22,-83v-5,-43,-47,-34,-65,-4v6,31,-17,89,22,87r0,6r-67,0r0,-6v17,0,21,-2,21,-25r0,-71v0,-15,-4,-19,-21,-19r0,-6r45,-4r0,26v15,-17,30,-26,46,-26v21,0,44,15,44,46"},"\u00f3":{"d":"152,-63v0,39,-30,67,-70,67v-40,0,-69,-28,-69,-67v0,-39,29,-68,69,-68v40,0,70,29,70,68xm126,-63v0,-32,-14,-61,-44,-61v-27,0,-43,24,-43,61v0,33,13,60,43,60v30,0,44,-29,44,-60xm91,-226r20,0r-37,72r-6,0"},"\u00f4":{"d":"87,-226r37,70r-8,0r-34,-46r-33,46r-8,0r37,-70r9,0xm152,-63v0,39,-30,67,-70,67v-40,0,-69,-28,-69,-67v0,-39,29,-68,69,-68v40,0,70,29,70,68xm126,-63v0,-32,-14,-61,-44,-61v-27,0,-43,24,-43,61v0,33,13,60,43,60v30,0,44,-29,44,-60"},"\u00f6":{"d":"152,-63v0,39,-30,67,-70,67v-40,0,-69,-28,-69,-67v0,-39,29,-68,69,-68v40,0,70,29,70,68xm126,-63v0,-32,-14,-61,-44,-61v-27,0,-43,24,-43,61v0,33,13,60,43,60v30,0,44,-29,44,-60xm111,-204v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15xm55,-204v8,0,16,7,16,15v0,21,-31,18,-31,0v0,-8,7,-15,15,-15"},"\u00f2":{"d":"152,-63v0,39,-30,67,-70,67v-40,0,-69,-28,-69,-67v0,-39,29,-68,69,-68v40,0,70,29,70,68xm126,-63v0,-32,-14,-61,-44,-61v-27,0,-43,24,-43,61v0,33,13,60,43,60v30,0,44,-29,44,-60xm75,-226r23,72r-7,0r-36,-72r20,0"},"\u00f5":{"d":"59,-199v24,0,60,36,70,1r6,0v-3,49,-59,23,-84,13v-8,0,-11,5,-14,17r-7,0v0,-16,14,-31,29,-31xm152,-63v0,39,-30,67,-70,67v-40,0,-69,-28,-69,-67v0,-39,29,-68,69,-68v40,0,70,29,70,68xm126,-63v0,-32,-14,-61,-44,-61v-27,0,-43,24,-43,61v0,33,13,60,43,60v30,0,44,-29,44,-60"},"\u0161":{"d":"52,-156r-37,-70r8,0r35,47r33,-47r7,0r-37,70r-9,0xm94,-92r-7,0v-3,-21,-17,-32,-32,-32v-13,0,-21,7,-21,17v0,32,67,24,67,72v0,37,-49,46,-73,30v-8,-1,-5,10,-14,8r0,-43r6,0v5,27,25,37,41,37v13,0,23,-9,23,-22v0,-36,-68,-26,-68,-69v0,-31,39,-45,65,-31v5,1,5,-8,13,-6r0,39","w":112},"\u00fa":{"d":"139,-131r0,107v0,14,5,18,22,18r0,6r-47,3v-1,-7,2,-18,-1,-24v-23,39,-86,30,-86,-18v-6,-31,19,-84,-23,-82r0,-6r47,-4v5,44,-18,119,29,120v12,0,24,-7,34,-21r0,-69v0,-18,-3,-20,-25,-20r0,-6xm91,-226r20,0r-37,72r-6,0"},"\u00fb":{"d":"87,-226r37,70r-8,0r-34,-46r-33,46r-8,0r37,-70r9,0xm139,-131r0,107v0,14,5,18,22,18r0,6r-47,3v-1,-7,2,-18,-1,-24v-23,39,-86,30,-86,-18v-6,-31,19,-84,-23,-82r0,-6r47,-4v5,44,-18,119,29,120v12,0,24,-7,34,-21r0,-69v0,-18,-3,-20,-25,-20r0,-6"},"\u00fc":{"d":"139,-131r0,107v0,14,5,18,22,18r0,6r-47,3v-1,-7,2,-18,-1,-24v-23,39,-86,30,-86,-18v-6,-31,19,-84,-23,-82r0,-6r47,-4v5,44,-18,119,29,120v12,0,24,-7,34,-21r0,-69v0,-18,-3,-20,-25,-20r0,-6xm111,-204v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15xm55,-204v8,0,16,7,16,15v0,21,-31,18,-31,0v0,-8,7,-15,15,-15"},"\u00f9":{"d":"139,-131r0,107v0,14,5,18,22,18r0,6r-47,3v-1,-7,2,-18,-1,-24v-23,39,-86,30,-86,-18v-6,-31,19,-84,-23,-82r0,-6r47,-4v5,44,-18,119,29,120v12,0,24,-7,34,-21r0,-69v0,-18,-3,-20,-25,-20r0,-6xm75,-226r23,72r-7,0r-36,-72r20,0"},"\u00fd":{"d":"58,-102r31,72r22,-67v5,-15,4,-23,-10,-24r0,-6r45,0r0,6v-14,0,-22,9,-29,30r-51,150v-15,36,-29,56,-58,41r8,-22v40,18,49,-44,61,-74r-45,-106v-6,-15,-11,-19,-26,-19r0,-6r61,0r0,6v-10,1,-14,8,-9,19xm83,-226r20,0r-37,72r-6,0","w":150},"\u00ff":{"d":"58,-102r31,72r22,-67v5,-15,4,-23,-10,-24r0,-6r45,0r0,6v-14,0,-22,9,-29,30r-51,150v-15,36,-29,56,-58,41r8,-22v40,18,49,-44,61,-74r-45,-106v-6,-15,-11,-19,-26,-19r0,-6r61,0r0,6v-10,1,-14,8,-9,19xm103,-204v8,0,15,7,15,15v0,8,-7,15,-15,15v-8,0,-15,-7,-15,-15v0,-8,7,-15,15,-15xm47,-204v8,0,16,7,16,15v0,21,-31,18,-31,0v0,-8,7,-15,15,-15","w":150},"\u017e":{"d":"61,-156r-37,-70r8,0r35,47r33,-47r7,0r-37,70r-9,0xm121,-127r0,6r-81,115v37,0,80,6,78,-33r6,0r-3,39r-110,0r0,-6r81,-115v-36,-2,-73,-1,-75,31r-6,0r3,-37r107,0","w":131},"\u00a0":{"w":81}}});var animatedcollapse={divholders:{},divgroups:{},lastactiveingroup:{},preloadimages:[],show:function(divids){if(typeof divids=="object"){for(var i=0;i<divids.length;i++)
this.showhide(divids[i],"show")}
else
this.showhide(divids,"show")},hide:function(divids){if(typeof divids=="object"){for(var i=0;i<divids.length;i++)
this.showhide(divids[i],"hide")}
else
this.showhide(divids,"hide")},toggle:function(divid){if(typeof divid=="object")
divid=divid[0]
this.showhide(divid,"toggle")},addDiv:function(divid,attrstring){this.divholders[divid]=({id:divid,$divref:null,attrs:attrstring})
this.divholders[divid].getAttr=function(name){var attr=new RegExp(name+"=([^,]+)","i")
return(attr.test(this.attrs)&&parseInt(RegExp.$1)!=0)?RegExp.$1:null}
this.currentid=divid
return this},showhide:function(divid,action){var $divref=this.divholders[divid].$divref
if(this.divholders[divid]&&$divref.length==1){var targetgroup=this.divgroups[$divref.attr('groupname')]
if($divref.attr('groupname')&&targetgroup.count>1&&(action=="show"||action=="toggle"&&$divref.css('display')=='none')){if(targetgroup.lastactivedivid&&targetgroup.lastactivedivid!=divid)
this.slideengine(targetgroup.lastactivedivid,'hide')
this.slideengine(divid,'show')
targetgroup.lastactivedivid=divid}
else{this.slideengine(divid,action)}}},slideengine:function(divid,action){var $divref=this.divholders[divid].$divref
var $togglerimage=this.divholders[divid].$togglerimage
if(this.divholders[divid]&&$divref.length==1){var animateSetting={height:action}
if($divref.attr('fade'))
animateSetting.opacity=action
$divref.animate(animateSetting,$divref.attr('speed')?parseInt($divref.attr('speed')):500,function(){if($togglerimage){$togglerimage.attr('src',($divref.css('display')=="none")?$togglerimage.data('srcs').closed:$togglerimage.data('srcs').open)}
if(animatedcollapse.ontoggle){try{animatedcollapse.ontoggle(jQuery,$divref.get(0),$divref.css('display'))}
catch(e){alert("An error exists inside your \"ontoggle\" function:\n\n"+e+"\n\nAborting execution of function.")}}})
return false}},generatemap:function(){var map={}
for(var i=0;i<arguments.length;i++){if(arguments[i][1]!=null){map[arguments[i][0]]=arguments[i][1]}}
return map},init:function(){var ac=this
jQuery(document).ready(function($){animatedcollapse.ontoggle=animatedcollapse.ontoggle||null
var urlparamopenids=animatedcollapse.urlparamselect()
var persistopenids=null
var groupswithpersist='nada'
if(persistopenids!=null)
persistopenids=(persistopenids=='nada')?[]:persistopenids.split(',')
groupswithpersist=(groupswithpersist==null||groupswithpersist=='nada')?[]:groupswithpersist.split(',')
jQuery.each(ac.divholders,function(){this.$divref=$('#'+this.id)
if((this.getAttr('persist')||jQuery.inArray(this.getAttr('group'),groupswithpersist)!=-1)&&persistopenids!=null){var cssdisplay=(jQuery.inArray(this.id,persistopenids)!=-1)?'block':'none'}
else{var cssdisplay=this.getAttr('hide')?'none':null}
if(urlparamopenids[0]=="all"||jQuery.inArray(this.id,urlparamopenids)!=-1){cssdisplay='block'}
else if(urlparamopenids[0]=="none"){cssdisplay='none'}
this.$divref.css(ac.generatemap(['height',this.getAttr('height')],['display',cssdisplay]))
this.$divref.attr(ac.generatemap(['groupname',this.getAttr('group')],['fade',this.getAttr('fade')],['speed',this.getAttr('speed')]))
if(this.getAttr('group')){var targetgroup=ac.divgroups[this.getAttr('group')]||(ac.divgroups[this.getAttr('group')]={})
targetgroup.count=(targetgroup.count||0)+1
if(jQuery.inArray(this.id,urlparamopenids)!=-1){targetgroup.lastactivedivid=this.id
targetgroup.overridepersist=1}
if(!targetgroup.lastactivedivid&&this.$divref.css('display')!='none'||cssdisplay=="block"&&typeof targetgroup.overridepersist=="undefined")
targetgroup.lastactivedivid=this.id
this.$divref.css({display:'none'})}})
jQuery.each(ac.divgroups,function(){if(this.lastactivedivid&&urlparamopenids[0]!="none")
ac.divholders[this.lastactivedivid].$divref.show()})
if(animatedcollapse.ontoggle){jQuery.each(ac.divholders,function(){animatedcollapse.ontoggle(jQuery,this.$divref.get(0),this.$divref.css('display'))})}
var $allcontrols=$('a[rel]').filter('[rel^="collapse["], [rel^="expand["], [rel^="toggle["]')
$allcontrols.each(function(){this._divids=this.getAttribute('rel').replace(/(^\w+)|(\s+)/g,"").replace(/[\[\]']/g,"")
if(this.getElementsByTagName('img').length==1&&ac.divholders[this._divids]){animatedcollapse.preloadimage(this.getAttribute('data-openimage'),this.getAttribute('data-closedimage'))
$togglerimage=$(this).find('img').eq(0).data('srcs',{open:this.getAttribute('data-openimage'),closed:this.getAttribute('data-closedimage')})
ac.divholders[this._divids].$togglerimage=$(this).find('img').eq(0)
ac.divholders[this._divids].$togglerimage.attr('src',(ac.divholders[this._divids].$divref.css('display')=="none")?$togglerimage.data('srcs').closed:$togglerimage.data('srcs').open)}
$(this).click(function(){var relattr=this.getAttribute('rel')
var divids=(this._divids=="")?[]:this._divids.split(',')
if(divids.length>0){animatedcollapse[/expand/i.test(relattr)?'show':/collapse/i.test(relattr)?'hide':'toggle'](divids)
return false}})})
$(window).bind('unload',function(){ac.uninit()})})},uninit:function(){var opendivids='',groupswithpersist=''
jQuery.each(this.divholders,function(){if(this.$divref.css('display')!='none'){opendivids+=this.id+','}
if(this.getAttr('group')&&this.getAttr('persist'))
groupswithpersist+=this.getAttr('group')+','})
opendivids=(opendivids=='')?'nada':opendivids.replace(/,$/,'')
groupswithpersist=(groupswithpersist=='')?'nada':groupswithpersist.replace(/,$/,'')
this.setCookie('acopendivids',opendivids)
this.setCookie('acgroupswithpersist',groupswithpersist)},urlparamselect:function(){window.location.search.match(/expanddiv=([\w\-_,]+)/i)
return(RegExp.$1!="")?RegExp.$1.split(","):[]},preloadimage:function(){var preloadimages=this.preloadimages
for(var i=0;i<arguments.length;i++){if(arguments[i]&&arguments[i].length>0){preloadimages[preloadimages.length]=new Image()
preloadimages[preloadimages.length-1].src=arguments[i]}}}}
Cufon.replace('#school_text2 ',{fontFamily:'Perpetua'});Cufon.replace('h2',{fontFamily:'Lapidary333 BT',padding:'0px',margin:'0px',border:'0px'});