(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")}})})();
(function(c){var d=[];c.tools=c.tools||{};c.tools.tooltip={version:"1.1.3",conf:{effect:"toggle",fadeOutSpeed:"fast",tip:null,predelay:0,delay:30,opacity:1,lazy:undefined,position:["top","center"],offset:[0,0],cancelDefault:true,relative:false,oneInstance:true,events:{def:"mouseover,mouseout",input:"focus,blur",widget:"focus mouseover,blur mouseout",tooltip:"mouseover,mouseout"},api:false},addEffect:function(e,g,f){b[e]=[g,f]}};var b={toggle:[function(e){var f=this.getConf(),g=this.getTip(),h=f.opacity;if(h<1){g.css({opacity:h})}g.show();e.call()},function(e){this.getTip().hide();e.call()}],fade:[function(e){this.getTip().fadeIn(this.getConf().fadeInSpeed,e)},function(e){this.getTip().fadeOut(this.getConf().fadeOutSpeed,e)}]};function a(f,g){var p=this,k=c(this);f.data("tooltip",p);var l=f.next();if(g.tip){l=c(g.tip);if(l.length>1){l=f.nextAll(g.tip).eq(0);if(!l.length){l=f.parent().nextAll(g.tip).eq(0)}}}function o(u){var t=g.relative?f.position().top:f.offset().top,s=g.relative?f.position().left:f.offset().left,v=g.position[0];t-=l.outerHeight()-g.offset[0];s+=f.outerWidth()+g.offset[1];var q=l.outerHeight()+f.outerHeight();if(v=="center"){t+=q/2}if(v=="bottom"){t+=q}v=g.position[1];var r=l.outerWidth()+f.outerWidth();if(v=="center"){s-=r/2}if(v=="left"){s-=r}return{top:t,left:s}}var i=f.is(":input"),e=i&&f.is(":checkbox, :radio, select, :button"),h=f.attr("type"),n=g.events[h]||g.events[i?(e?"widget":"input"):"def"];n=n.split(/,\s*/);if(n.length!=2){throw"Tooltip: bad events configuration for "+h}f.bind(n[0],function(r){if(g.oneInstance){c.each(d,function(){this.hide()})}var q=l.data("trigger");if(q&&q[0]!=this){l.hide().stop(true,true)}r.target=this;p.show(r);n=g.events.tooltip.split(/,\s*/);l.bind(n[0],function(){p.show(r)});if(n[1]){l.bind(n[1],function(){p.hide(r)})}});f.bind(n[1],function(q){p.hide(q)});if(!c.browser.msie&&!i&&!g.predelay){f.mousemove(function(){if(!p.isShown()){f.triggerHandler("mouseover")}})}if(g.opacity<1){l.css("opacity",g.opacity)}var m=0,j=f.attr("title");if(j&&g.cancelDefault){f.removeAttr("title");f.data("title",j)}c.extend(p,{show:function(r){if(r){f=c(r.target)}clearTimeout(l.data("timer"));if(l.is(":animated")||l.is(":visible")){return p}function q(){l.data("trigger",f);var t=o(r);if(g.tip&&j){l.html(f.data("title"))}r=r||c.Event();r.type="onBeforeShow";k.trigger(r,[t]);if(r.isDefaultPrevented()){return p}t=o(r);l.css({position:"absolute",top:t.top,left:t.left});var s=b[g.effect];if(!s){throw'Nonexistent effect "'+g.effect+'"'}s[0].call(p,function(){r.type="onShow";k.trigger(r)})}if(g.predelay){clearTimeout(m);m=setTimeout(q,g.predelay)}else{q()}return p},hide:function(r){clearTimeout(l.data("timer"));clearTimeout(m);if(!l.is(":visible")){return}function q(){r=r||c.Event();r.type="onBeforeHide";k.trigger(r);if(r.isDefaultPrevented()){return}b[g.effect][1].call(p,function(){r.type="onHide";k.trigger(r)})}if(g.delay&&r){l.data("timer",setTimeout(q,g.delay))}else{q()}return p},isShown:function(){return l.is(":visible, :animated")},getConf:function(){return g},getTip:function(){return l},getTrigger:function(){return f},bind:function(q,r){k.bind(q,r);return p},onHide:function(q){return this.bind("onHide",q)},onBeforeShow:function(q){return this.bind("onBeforeShow",q)},onShow:function(q){return this.bind("onShow",q)},onBeforeHide:function(q){return this.bind("onBeforeHide",q)},unbind:function(q){k.unbind(q);return p}});c.each(g,function(q,r){if(c.isFunction(r)){p.bind(q,r)}})}c.prototype.tooltip=function(e){var f=this.eq(typeof e=="number"?e:0).data("tooltip");if(f){return f}var g=c.extend(true,{},c.tools.tooltip.conf);if(c.isFunction(e)){e={onBeforeShow:e}}else{if(typeof e=="string"){e={tip:e}}}e=c.extend(true,g,e);if(typeof e.position=="string"){e.position=e.position.split(/,?\s/)}if(e.lazy!==false&&(e.lazy===true||this.length>20)){this.one("mouseover",function(h){f=new a(c(this),e);f.show(h);d.push(f)})}else{this.each(function(){f=new a(c(this),e);d.push(f)})}return e.api?f:this}})(jQuery);
(function(b){var a=b.tools.tooltip;a.effects=a.effects||{};a.effects.slide={version:"1.0.0"};b.extend(a.conf,{direction:"up",bounce:false,slideOffset:10,slideInSpeed:200,slideOutSpeed:200,slideFade:!b.browser.msie});var c={up:["-","top"],down:["+","top"],left:["-","left"],right:["+","left"]};b.tools.tooltip.addEffect("slide",function(d){var f=this.getConf(),g=this.getTip(),h=f.slideFade?{opacity:f.opacity}:{},e=c[f.direction]||c.up;h[e[1]]=e[0]+"="+f.slideOffset;if(f.slideFade){g.css({opacity:0})}g.show().animate(h,f.slideInSpeed,d)},function(e){var g=this.getConf(),i=g.slideOffset,h=g.slideFade?{opacity:0}:{},f=c[g.direction]||c.up;var d=""+f[0];if(g.bounce){d=d=="+"?"-":"+"}h[f[1]]=d+"="+i;this.getTip().animate(h,g.slideOutSpeed,function(){b(this).hide();e.call()})})})(jQuery);
(function(d){var c=d.tools.tooltip;c.plugins=c.plugins||{};c.plugins.dynamic={version:"1.0.1",conf:{api:false,classNames:"top right bottom left"}};function b(h){var e=d(window);var g=e.width()+e.scrollLeft();var f=e.height()+e.scrollTop();return[h.offset().top<=e.scrollTop(),g<=h.offset().left+h.width(),f<=h.offset().top+h.height(),e.scrollLeft()>=h.offset().left]}function a(f){var e=f.length;while(e--){if(f[e]){return false}}return true}d.fn.dynamic=function(g){var h=d.extend({},c.plugins.dynamic.conf),f;if(typeof g=="number"){g={speed:g}}g=d.extend(h,g);var e=g.classNames.split(/\s/),i;this.each(function(){if(d(this).tooltip().jquery){throw"Lazy feature not supported by dynamic plugin. set lazy: false for tooltip"}var j=d(this).tooltip().onBeforeShow(function(n,o){var m=this.getTip(),l=this.getConf();if(!i){i=[l.position[0],l.position[1],l.offset[0],l.offset[1],d.extend({},l)]}d.extend(l,i[4]);l.position=[i[0],i[1]];l.offset=[i[2],i[3]];m.css({visibility:"hidden",position:"absolute",top:o.top,left:o.left}).show();var k=b(m);if(!a(k)){if(k[2]){d.extend(l,g.top);l.position[0]="top";m.addClass(e[0])}if(k[3]){d.extend(l,g.right);l.position[1]="right";m.addClass(e[1])}if(k[0]){d.extend(l,g.bottom);l.position[0]="bottom";m.addClass(e[2])}if(k[1]){d.extend(l,g.left);l.position[1]="left";m.addClass(e[3])}if(k[0]||k[2]){l.offset[0]*=-1}if(k[1]||k[3]){l.offset[1]*=-1}}m.css({visibility:"visible"}).hide()});j.onShow(function(){var l=this.getConf(),k=this.getTip();l.position=[i[0],i[1]];l.offset=[i[2],i[3]]});j.onHide(function(){var k=this.getTip();k.removeClass(g.classNames)});f=j});return g.api?f:this}})(jQuery);
(function(b){b.tools=b.tools||{};b.tools.scrollable={version:"1.1.2",conf:{size:1,vertical:false,speed:400,keyboard:true,keyboardSteps:null,disabledClass:"disabled",hoverClass:null,clickable:true,activeClass:"active",easing:"swing",loop:false,items:".items",item:null,prev:".prev",next:".next",prevPage:".prevPage",nextPage:".nextPage",api:false}};var c;function a(o,m){var r=this,p=b(this),d=!m.vertical,e=o.children(),k=0,i;if(!c){c=r}b.each(m,function(s,t){if(b.isFunction(t)){p.bind(s,t)}});if(e.length>1){e=b(m.items,o)}function l(t){var s=b(t);return m.globalNav?s:o.parent().find(t)}o.data("finder",l);var f=l(m.prev),h=l(m.next),g=l(m.prevPage),n=l(m.nextPage);b.extend(r,{getIndex:function(){return k},getClickIndex:function(){var s=r.getItems();return s.index(s.filter("."+m.activeClass))},getConf:function(){return m},getSize:function(){return r.getItems().size()},getPageAmount:function(){return Math.ceil(this.getSize()/m.size)},getPageIndex:function(){return Math.ceil(k/m.size)},getNaviButtons:function(){return f.add(h).add(g).add(n)},getRoot:function(){return o},getItemWrap:function(){return e},getItems:function(){return e.children(m.item)},getVisibleItems:function(){return r.getItems().slice(k,k+m.size)},seekTo:function(s,w,t){if(s<0){s=0}if(k===s){return r}if(b.isFunction(w)){t=w}if(s>r.getSize()-m.size){return m.loop?r.begin():this.end()}var u=r.getItems().eq(s);if(!u.length){return r}var v=b.Event("onBeforeSeek");p.trigger(v,[s]);if(v.isDefaultPrevented()){return r}if(w===undefined||b.isFunction(w)){w=m.speed}function x(){if(t){t.call(r,s)}p.trigger("onSeek",[s])}if(d){e.animate({left:-u.position().left},w,m.easing,x)}else{e.animate({top:-u.position().top},w,m.easing,x)}c=r;k=s;v=b.Event("onStart");p.trigger(v,[s]);if(v.isDefaultPrevented()){return r}f.add(g).toggleClass(m.disabledClass,s===0);h.add(n).toggleClass(m.disabledClass,s>=r.getSize()-m.size);return r},move:function(u,t,s){i=u>0;return this.seekTo(k+u,t,s)},next:function(t,s){return this.move(1,t,s)},prev:function(t,s){return this.move(-1,t,s)},movePage:function(w,v,u){i=w>0;var s=m.size*w;var t=k%m.size;if(t>0){s+=(w>0?-t:m.size-t)}return this.move(s,v,u)},prevPage:function(t,s){return this.movePage(-1,t,s)},nextPage:function(t,s){return this.movePage(1,t,s)},setPage:function(t,u,s){return this.seekTo(t*m.size,u,s)},begin:function(t,s){i=false;return this.seekTo(0,t,s)},end:function(t,s){i=true;var u=this.getSize()-m.size;return u>0?this.seekTo(u,t,s):r},reload:function(){p.trigger("onReload");return r},focus:function(){c=r;return r},click:function(u){var v=r.getItems().eq(u),s=m.activeClass,t=m.size;if(u<0||u>=r.getSize()){return r}if(t==1){if(m.loop){return r.next()}if(u===0||u==r.getSize()-1){i=(i===undefined)?true:!i}return i===false?r.prev():r.next()}if(t==2){if(u==k){u--}r.getItems().removeClass(s);v.addClass(s);return r.seekTo(u,time,fn)}if(!v.hasClass(s)){r.getItems().removeClass(s);v.addClass(s);var x=Math.floor(t/2);var w=u-x;if(w>r.getSize()-t){w=r.getSize()-t}if(w!==u){return r.seekTo(w)}}return r},bind:function(s,t){p.bind(s,t);return r},unbind:function(s){p.unbind(s);return r}});b.each("onBeforeSeek,onStart,onSeek,onReload".split(","),function(s,t){r[t]=function(u){return r.bind(t,u)}});f.addClass(m.disabledClass).click(function(){r.prev()});h.click(function(){r.next()});n.click(function(){r.nextPage()});if(r.getSize()<m.size){h.add(n).addClass(m.disabledClass)}g.addClass(m.disabledClass).click(function(){r.prevPage()});var j=m.hoverClass,q="keydown."+Math.random().toString().substring(10);r.onReload(function(){if(j){r.getItems().hover(function(){b(this).addClass(j)},function(){b(this).removeClass(j)})}if(m.clickable){r.getItems().each(function(s){b(this).unbind("click.scrollable").bind("click.scrollable",function(t){if(b(t.target).is("a")){return}return r.click(s)})})}if(m.keyboard){b(document).unbind(q).bind(q,function(t){if(t.altKey||t.ctrlKey){return}if(m.keyboard!="static"&&c!=r){return}var u=m.keyboardSteps;if(d&&(t.keyCode==37||t.keyCode==39)){r.move(t.keyCode==37?-u:u);return t.preventDefault()}if(!d&&(t.keyCode==38||t.keyCode==40)){r.move(t.keyCode==38?-u:u);return t.preventDefault()}return true})}else{b(document).unbind(q)}});r.reload()}b.fn.scrollable=function(d){var e=this.eq(typeof d=="number"?d:0).data("scrollable");if(e){return e}var f=b.extend({},b.tools.scrollable.conf);d=b.extend(f,d);d.keyboardSteps=d.keyboardSteps||d.size;this.each(function(){e=new a(b(this),d);b(this).data("scrollable",e)});return d.api?e:this}})(jQuery);
(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.circular={version:"0.5.1",conf:{api:false,clonedClass:"cloned"}};b.fn.circular=function(e){var d=b.extend({},a.plugins.circular.conf),c;b.extend(d,e);this.each(function(){var i=b(this).scrollable(),n=i.getItems(),k=i.getConf(),f=i.getItemWrap(),j=0;if(i){c=i}if(n.length<k.size){return false}n.slice(0,k.size).each(function(o){b(this).clone().appendTo(f).click(function(){i.click(n.length+o)}).addClass(d.clonedClass)});var l=b.makeArray(n.slice(-k.size)).reverse();b(l).each(function(o){b(this).clone().prependTo(f).click(function(){i.click(-o-1)}).addClass(d.clonedClass)});var m=f.children(k.item);var h=k.hoverClass;if(h){m.hover(function(){b(this).addClass(h)},function(){b(this).removeClass(h)})}function g(o){var p=m.eq(o);if(k.vertical){f.css({top:-p.position().top})}else{f.css({left:-p.position().left})}}g(k.size);b.extend(i,{move:function(s,r,p,q){var u=j+s+k.size;var t=u>i.getSize()-k.size;if(u<=0||t){var o=j+k.size+(t?-n.length:n.length);g(o);u=o+s}if(q){m.removeClass(k.activeClass).eq(u+Math.floor(k.size/2)).addClass(k.activeClass)}if(u===j+k.size){return self}return i.seekTo(u,r,p)},begin:function(p,o){return this.seekTo(k.size,p,o)},end:function(p,o){return this.seekTo(n.length,p,o)},click:function(p,r,q){if(!k.clickable){return self}if(k.size==1){return this.next()}var s=p-j,o=k.activeClass;s-=Math.floor(k.size/2);return this.move(s,r,q,true)},getIndex:function(){return j},setPage:function(p,q,o){return this.seekTo(p*k.size+k.size,q,o)},getPageAmount:function(){return Math.ceil(n.length/k.size)},getPageIndex:function(){if(j<0){return this.getPageAmount()-1}if(j>=n.length){return 0}var o=(j+k.size)/k.size-1;return o},getVisibleItems:function(){var o=j+k.size;return m.slice(o,o+k.size)}});i.onStart(function(p,o){j=o-k.size;return false});i.getNaviButtons().removeClass(k.disabledClass)});return d.api?c:this}})(jQuery);
(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.autoscroll={version:"1.0.1",conf:{autoplay:true,interval:3000,autopause:true,steps:1,api:false}};b.fn.autoscroll=function(d){if(typeof d=="number"){d={interval:d}}var e=b.extend({},a.plugins.autoscroll.conf),c;b.extend(e,d);this.each(function(){var g=b(this).scrollable();if(g){c=g}var i,f,h=true;g.play=function(){if(i){return}h=false;i=setInterval(function(){g.move(e.steps)},e.interval);g.move(e.steps)};g.pause=function(){i=clearInterval(i)};g.stop=function(){g.pause();h=true};if(e.autopause){g.getRoot().add(g.getNaviButtons()).hover(function(){g.pause();clearInterval(f)},function(){if(!h){f=setTimeout(g.play,e.interval)}})}if(e.autoplay){setTimeout(g.play,e.interval)}});return e.api?c:this}})(jQuery);
(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.navigator={version:"1.0.2",conf:{navi:".navi",naviItem:null,activeClass:"active",indexed:false,api:false,idPrefix:null}};b.fn.navigator=function(d){var e=b.extend({},a.plugins.navigator.conf),c;if(typeof d=="string"){d={navi:d}}d=b.extend(e,d);this.each(function(){var i=b(this).scrollable(),f=i.getRoot(),l=f.data("finder").call(null,d.navi),g=null,k=i.getNaviButtons();if(i){c=i}i.getNaviButtons=function(){return k.add(l)};function j(){if(!l.children().length||l.data("navi")==i){l.empty();l.data("navi",i);for(var m=0;m<i.getPageAmount();m++){l.append(b("<"+(d.naviItem||"a")+"/>"))}g=l.children().each(function(n){var o=b(this);o.click(function(p){i.setPage(n);return p.preventDefault()});if(d.indexed){o.text(n)}if(d.idPrefix){o.attr("id",d.idPrefix+n)}})}else{g=d.naviItem?l.find(d.naviItem):l.children();g.each(function(n){var o=b(this);o.click(function(p){i.setPage(n);return p.preventDefault()})})}g.eq(0).addClass(d.activeClass)}i.onStart(function(o,n){var m=d.activeClass;g.removeClass(m).eq(i.getPageIndex()).addClass(m)});i.onReload(function(){j()});j();var h=g.filter("[href="+location.hash+"]");if(h.length){i.move(g.index(h))}});return d.api?c:this}})(jQuery);
(function(b){b.fn.wheel=function(e){return this[e?"bind":"trigger"]("wheel",e)};b.event.special.wheel={setup:function(){b.event.add(this,d,c,{})},teardown:function(){b.event.remove(this,d,c)}};var d=!b.browser.mozilla?"mousewheel":"DOMMouseScroll"+(b.browser.version<"1.9"?" mousemove":"");function c(e){switch(e.type){case"mousemove":return b.extend(e.data,{clientX:e.clientX,clientY:e.clientY,pageX:e.pageX,pageY:e.pageY});case"DOMMouseScroll":b.extend(e,e.data);e.delta=-e.detail/3;break;case"mousewheel":e.delta=e.wheelDelta/120;break}e.type="wheel";return b.event.handle.call(this,e,e.delta)}var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.mousewheel={version:"1.0.1",conf:{api:false,speed:50}};b.fn.mousewheel=function(f){var g=b.extend({},a.plugins.mousewheel.conf),e;if(typeof f=="number"){f={speed:f}}f=b.extend(g,f);this.each(function(){var h=b(this).scrollable();if(h){e=h}h.getRoot().wheel(function(i,j){h.move(j<0?1:-1,f.speed||50);return false})});return f.api?e:this}})(jQuery);
(function(c){c.tools=c.tools||{};c.tools.overlay={version:"1.1.2",addEffect:function(e,f,g){b[e]=[f,g]},conf:{top:"10%",left:"center",absolute:false,speed:"normal",closeSpeed:"fast",effect:"default",close:null,oneInstance:true,closeOnClick:true,closeOnEsc:true,api:false,expose:null,target:null}};var b={};c.tools.overlay.addEffect("default",function(e){this.getOverlay().fadeIn(this.getConf().speed,e)},function(e){this.getOverlay().fadeOut(this.getConf().closeSpeed,e)});var d=[];function a(g,k){var o=this,m=c(this),n=c(window),j,i,h,e=k.expose&&c.tools.expose.version;var f=k.target||g.attr("rel");i=f?c(f):null||g;if(!i.length){throw"Could not find Overlay: "+f}if(g&&g.index(i)==-1){g.click(function(p){o.load(p);return p.preventDefault()})}c.each(k,function(p,q){if(c.isFunction(q)){m.bind(p,q)}});c.extend(o,{load:function(u){if(o.isOpened()){return o}var r=b[k.effect];if(!r){throw'Overlay: cannot find effect : "'+k.effect+'"'}if(k.oneInstance){c.each(d,function(){this.close(u)})}u=u||c.Event();u.type="onBeforeLoad";m.trigger(u);if(u.isDefaultPrevented()){return o}h=true;if(e){i.expose().load(u)}var t=k.top;var s=k.left;var p=i.outerWidth({margin:true});var q=i.outerHeight({margin:true});if(typeof t=="string"){t=t=="center"?Math.max((n.height()-q)/2,0):parseInt(t,10)/100*n.height()}if(s=="center"){s=Math.max((n.width()-p)/2,0)}if(!k.absolute){t+=n.scrollTop();s+=n.scrollLeft()}i.css({top:t,left:s,position:"absolute"});u.type="onStart";m.trigger(u);r[0].call(o,function(){if(h){u.type="onLoad";m.trigger(u)}});if(k.closeOnClick){c(document).bind("click.overlay",function(w){if(!o.isOpened()){return}var v=c(w.target);if(v.parents(i).length>1){return}c.each(d,function(){this.close(w)})})}if(k.closeOnEsc){c(document).unbind("keydown.overlay").bind("keydown.overlay",function(v){if(v.keyCode==27){c.each(d,function(){this.close(v)})}})}return o},close:function(q){if(!o.isOpened()){return o}q=q||c.Event();q.type="onBeforeClose";m.trigger(q);if(q.isDefaultPrevented()){return}h=false;b[k.effect][1].call(o,function(){q.type="onClose";m.trigger(q)});var p=true;c.each(d,function(){if(this.isOpened()){p=false}});if(p){c(document).unbind("click.overlay").unbind("keydown.overlay")}return o},getContent:function(){return i},getOverlay:function(){return i},getTrigger:function(){return g},getClosers:function(){return j},isOpened:function(){return h},getConf:function(){return k},bind:function(p,q){m.bind(p,q);return o},unbind:function(p){m.unbind(p);return o}});c.each("onBeforeLoad,onStart,onLoad,onBeforeClose,onClose".split(","),function(p,q){o[q]=function(r){return o.bind(q,r)}});if(e){if(typeof k.expose=="string"){k.expose={color:k.expose}}c.extend(k.expose,{api:true,closeOnClick:k.closeOnClick,closeOnEsc:false});var l=i.expose(k.expose);l.onBeforeClose(function(p){o.close(p)});o.onClose(function(p){l.close(p)})}j=i.find(k.close||".close");if(!j.length&&!k.close){j=c('<div class="close"></div>');i.prepend(j)}j.click(function(p){o.close(p)})}c.fn.overlay=function(e){var f=this.eq(typeof e=="number"?e:0).data("overlay");if(f){return f}if(c.isFunction(e)){e={onBeforeLoad:e}}var g=c.extend({},c.tools.overlay.conf);e=c.extend(true,g,e);this.each(function(){f=new a(c(this),e);d.push(f);c(this).data("overlay",f)});return e.api?f:this}})(jQuery);
(function(b){b.tools=b.tools||{};b.tools.expose={version:"1.0.5",conf:{maskId:null,loadSpeed:"slow",closeSpeed:"fast",closeOnClick:true,closeOnEsc:true,zIndex:9998,opacity:0.8,color:"#456",api:false}};function a(){if(b.browser.msie){var f=b(document).height(),e=b(window).height();return[window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,f-e<20?e:f]}return[b(window).width(),b(document).height()]}function c(h,g){var e=this,j=b(this),d=null,f=false,i=0;b.each(g,function(k,l){if(b.isFunction(l)){j.bind(k,l)}});b(window).resize(function(){e.fit()});b.extend(this,{getMask:function(){return d},getExposed:function(){return h},getConf:function(){return g},isLoaded:function(){return f},load:function(n){if(f){return e}i=h.eq(0).css("zIndex");if(g.maskId){d=b("#"+g.maskId)}if(!d||!d.length){var l=a();d=b("<div/>").css({position:"absolute",top:0,left:0,width:l[0],height:l[1],display:"none",opacity:0,zIndex:g.zIndex});if(g.maskId){d.attr("id",g.maskId)}b("body").append(d);var k=d.css("backgroundColor");if(!k||k=="transparent"||k=="rgba(0, 0, 0, 0)"){d.css("backgroundColor",g.color)}if(g.closeOnEsc){b(document).bind("keydown.unexpose",function(o){if(o.keyCode==27){e.close()}})}if(g.closeOnClick){d.bind("click.unexpose",function(o){e.close(o)})}}n=n||b.Event();n.type="onBeforeLoad";j.trigger(n);if(n.isDefaultPrevented()){return e}b.each(h,function(){var o=b(this);if(!/relative|absolute|fixed/i.test(o.css("position"))){o.css("position","relative")}});h.css({zIndex:Math.max(g.zIndex+1,i=="auto"?0:i)});var m=d.height();if(!this.isLoaded()){d.css({opacity:0,display:"block"}).fadeTo(g.loadSpeed,g.opacity,function(){if(d.height()!=m){d.css("height",m)}n.type="onLoad";j.trigger(n)})}f=true;return e},close:function(k){if(!f){return e}k=k||b.Event();k.type="onBeforeClose";j.trigger(k);if(k.isDefaultPrevented()){return e}d.fadeOut(g.closeSpeed,function(){k.type="onClose";j.trigger(k);h.css({zIndex:b.browser.msie?i:null})});f=false;return e},fit:function(){if(d){var k=a();d.css({width:k[0],height:k[1]})}},bind:function(k,l){j.bind(k,l);return e},unbind:function(k){j.unbind(k);return e}});b.each("onBeforeLoad,onLoad,onBeforeClose,onClose".split(","),function(k,l){e[l]=function(m){return e.bind(l,m)}})}b.fn.expose=function(d){var e=this.eq(typeof d=="number"?d:0).data("expose");if(e){return e}if(typeof d=="string"){d={color:d}}var f=b.extend({},b.tools.expose.conf);d=b.extend(f,d);this.each(function(){e=new c(b(this),d);b(this).data("expose",e)});return d.api?e:this}})(jQuery);
(function(){var e=typeof jQuery=="function";var i={width:"100%",height:"100%",allowfullscreen:true,allowscriptaccess:"always",quality:"high",version:null,onFail:null,expressInstall:null,w3c:false,cachebusting:false};if(e){jQuery.tools=jQuery.tools||{};jQuery.tools.flashembed={version:"1.0.4",conf:i}}function j(){if(c.done){return false}var l=document;if(l&&l.getElementsByTagName&&l.getElementById&&l.body){clearInterval(c.timer);c.timer=null;for(var k=0;k<c.ready.length;k++){c.ready[k].call()}c.ready=null;c.done=true}}var c=e?jQuery:function(k){if(c.done){return k()}if(c.timer){c.ready.push(k)}else{c.ready=[k];c.timer=setInterval(j,13)}};function f(l,k){if(k){for(key in k){if(k.hasOwnProperty(key)){l[key]=k[key]}}}return l}function g(k){switch(h(k)){case"string":k=k.replace(new RegExp('(["\\\\])',"g"),"\\$1");k=k.replace(/^\s?(\d+)%/,"$1pct");return'"'+k+'"';case"array":return"["+b(k,function(n){return g(n)}).join(",")+"]";case"function":return'"function()"';case"object":var l=[];for(var m in k){if(k.hasOwnProperty(m)){l.push('"'+m+'":'+g(k[m]))}}return"{"+l.join(",")+"}"}return String(k).replace(/\s/g," ").replace(/\'/g,'"')}function h(l){if(l===null||l===undefined){return false}var k=typeof l;return(k=="object"&&l.push)?"array":k}if(window.attachEvent){window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}})}function b(k,n){var m=[];for(var l in k){if(k.hasOwnProperty(l)){m[l]=n(k[l])}}return m}function a(r,t){var q=f({},r);var s=document.all;var n='<object width="'+q.width+'" height="'+q.height+'"';if(s&&!q.id){q.id="_"+(""+Math.random()).substring(9)}if(q.id){n+=' id="'+q.id+'"'}if(q.cachebusting){q.src+=((q.src.indexOf("?")!=-1?"&":"?")+Math.random())}if(q.w3c||!s){n+=' data="'+q.src+'" type="application/x-shockwave-flash"'}else{n+=' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'}n+=">";if(q.w3c||s){n+='<param name="movie" value="'+q.src+'" />'}q.width=q.height=q.id=q.w3c=q.src=null;for(var l in q){if(q[l]!==null){n+='<param name="'+l+'" value="'+q[l]+'" />'}}var o="";if(t){for(var m in t){if(t[m]!==null){o+=m+"="+(typeof t[m]=="object"?g(t[m]):t[m])+"&"}}o=o.substring(0,o.length-1);n+='<param name="flashvars" value=\''+o+"' />"}n+="</object>";return n}function d(m,p,l){var k=flashembed.getVersion();f(this,{getContainer:function(){return m},getConf:function(){return p},getVersion:function(){return k},getFlashvars:function(){return l},getApi:function(){return m.firstChild},getHTML:function(){return a(p,l)}});var q=p.version;var r=p.expressInstall;var o=!q||flashembed.isSupported(q);if(o){p.onFail=p.version=p.expressInstall=null;m.innerHTML=a(p,l)}else{if(q&&r&&flashembed.isSupported([6,65])){f(p,{src:r});l={MMredirectURL:location.href,MMplayerType:"PlugIn",MMdoctitle:document.title};m.innerHTML=a(p,l)}else{if(m.innerHTML.replace(/\s/g,"")!==""){}else{m.innerHTML="<h2>Flash version "+q+" or greater is required</h2><h3>"+(k[0]>0?"Your version is "+k:"You have no flash plugin installed")+"</h3>"+(m.tagName=="A"?"<p>Click here to download latest version</p>":"<p>Download latest version from <a href='http://www.adobe.com/go/getflashplayer'>here</a></p>");if(m.tagName=="A"){m.onclick=function(){location.href="http://www.adobe.com/go/getflashplayer"}}}}}if(!o&&p.onFail){var n=p.onFail.call(this);if(typeof n=="string"){m.innerHTML=n}}if(document.all){window[p.id]=document.getElementById(p.id)}}window.flashembed=function(l,m,k){if(typeof l=="string"){var n=document.getElementById(l);if(n){l=n}else{c(function(){flashembed(l,m,k)});return}}if(!l){return}if(typeof m=="string"){m={src:m}}var o=f({},i);f(o,m);return new d(l,o,k)};f(window.flashembed,{getVersion:function(){var m=[0,0];if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){var l=navigator.plugins["Shockwave Flash"].description;if(typeof l!="undefined"){l=l.replace(/^.*\s+(\S+\s+\S+$)/,"$1");var n=parseInt(l.replace(/^(.*)\..*$/,"$1"),10);var r=/r/.test(l)?parseInt(l.replace(/^.*r(.*)$/,"$1"),10):0;m=[n,r]}}else{if(window.ActiveXObject){try{var p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(q){try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");m=[6,0];p.AllowScriptAccess="always"}catch(k){if(m[0]==6){return m}}try{p=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(o){}}if(typeof p=="object"){l=p.GetVariable("$version");if(typeof l!="undefined"){l=l.replace(/^\S+\s+(.*)$/,"$1").split(",");m=[parseInt(l[0],10),parseInt(l[2],10)]}}}}return m},isSupported:function(k){var m=flashembed.getVersion();var l=(m[0]>k[0])||(m[0]==k[0]&&m[1]>=k[1]);return l},domReady:c,asString:g,getHTML:a});if(e){jQuery.fn.flashembed=function(l,k){var m=null;this.each(function(){m=flashembed(this,l,k)});return l.api===false?this:m}}})();
/* Innerfade */
(function($) {$.fn.innerfade = function(options) { return this.each(function() { $.innerfade(this, options); });};$.innerfade = function(container, options) { var settings = {'animationtype':'fade','speed':'normal','type': 'sequence','timeout':2000, 'containerheight':'auto','runningclass': 'innerfade', 'children': null }; if (options) $.extend(settings, options); if (settings.children === null) var elements = $(container).children(); else var elements = $(container).children(settings.children); if (elements.length > 1) { $(container).css('position', 'relative').css('height', settings.containerheight).addClass(settings.runningclass); for (var i = 0; i < elements.length; i++) { $(elements[i]).css('z-index', String(elements.length-i)).css('position', 'absolute').hide(); }; if (settings.type == "sequence") { setTimeout(function() { $.innerfade.next(elements, settings, 1, 0); }, settings.timeout); $(elements[0]).show(); } else if (settings.type == "random") { var last = Math.floor ( Math.random () * ( elements.length ) ); setTimeout(function() { do { current = Math.floor ( Math.random ( ) * ( elements.length ) ); } while (last == current ); $.innerfade.next(elements, settings, current, last); }, settings.timeout); $(elements[last]).show(); } else if ( settings.type == 'random_start' ) { settings.type = 'sequence'; var current = Math.floor ( Math.random () * ( elements.length ) ); setTimeout(function(){ $.innerfade.next(elements, settings, (current + 1) %elements.length, current); }, settings.timeout); $(elements[current]).show(); } else { alert('Innerfade-Type must either be \'sequence\', \'random\' or \'random_start\''); } } };$.innerfade.next = function(elements, settings, current, last) { if (settings.animationtype == 'slide') { $(elements[last]).slideUp(settings.speed); $(elements[current]).slideDown(settings.speed); } else if (settings.animationtype == 'fade') { $(elements[last]).fadeOut(settings.speed); $(elements[current]).fadeIn(settings.speed, function() { removeFilter($(this)[0]); }); } else alert('Innerfade-animationtype must either be \'slide\' or \'fade\''); if (settings.type == "sequence") { if ((current + 1) < elements.length) { current = current + 1; last = current - 1; } else { current = 0; last = elements.length - 1; } } else if (settings.type == "random") { last = current; while (current == last) current = Math.floor(Math.random() * elements.length); } else alert('Innerfade-Type must either be \'sequence\', \'random\' or \'random_start\''); setTimeout((function() { $.innerfade.next(elements, settings, current, last);}), settings.timeout); }; })(jQuery); /* remove Opacity-Filter in ie */ function removeFilter(element) { if(element.style.removeAttribute){ element.style.removeAttribute('filter'); } }
/*	ColorBox v1.3.6 - a full featured, light-weight, customizable lightbox based on jQuery 1.3 */
(function(c){function r(b,d){d=d==="x"?m.width():m.height();return typeof b==="string"?Math.round(b.match(/%/)?d/100*parseInt(b,10):parseInt(b,10)):b}function M(b){b=c.isFunction(b)?b.call(i):b;return a.photo||b.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i)}function Y(){for(var b in a)if(c.isFunction(a[b])&&b.substring(0,2)!=="on")a[b]=a[b].call(i);a.rel=a.rel||i.rel;a.href=a.href||i.href;a.title=a.title||i.title}function Z(b){i=b;a=c(i).data(q);Y();if(a.rel&&a.rel!=="nofollow"){g= c(".cboxElement").filter(function(){return(c(this).data(q).rel||this.rel)===a.rel});j=g.index(i);if(j<0){g=g.add(i);j=g.length-1}}else{g=c(i);j=0}if(!B){C=B=n;N=i;N.blur();c(document).bind("keydown.cbox_close",function(d){if(d.keyCode===27){d.preventDefault();e.close()}}).bind("keydown.cbox_arrows",function(d){if(g.length>1)if(d.keyCode===37){d.preventDefault();D.click()}else if(d.keyCode===39){d.preventDefault();E.click()}});a.overlayClose&&s.css({cursor:"pointer"}).one("click",e.close);c.event.trigger(aa); a.onOpen&&a.onOpen.call(i);s.css({opacity:a.opacity}).show();a.w=r(a.initialWidth,"x");a.h=r(a.initialHeight,"y");e.position(0);O&&m.bind("resize.cboxie6 scroll.cboxie6",function(){s.css({width:m.width(),height:m.height(),top:m.scrollTop(),left:m.scrollLeft()})}).trigger("scroll.cboxie6")}P.add(D).add(E).add(t).add(Q).hide();R.html(a.close).show();e.slideshow();e.load()}var q="colorbox",F="hover",n=true,e,x=!c.support.opacity,O=x&&!window.XMLHttpRequest,aa="cbox_open",H="cbox_load",S="cbox_complete", T="resize.cbox_resize",s,k,u,p,U,V,W,X,g,m,l,I,J,K,Q,P,t,E,D,R,y,z,v,w,i,N,j,a,B,C,$={transition:"elastic",speed:350,width:false,height:false,innerWidth:false,innerHeight:false,initialWidth:"400",initialHeight:"400",maxWidth:false,maxHeight:false,scalePhotos:n,scrolling:n,inline:false,html:false,iframe:false,photo:false,href:false,title:false,rel:false,opacity:0.5,preloading:n,current:"{current} von {total}",previous:"previous",next:"next",close:"close",open:false,overlayClose:n,slideshow:false, slideshowAuto:n,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:false,onLoad:false,onComplete:false,onCleanup:false,onClosed:false};e=c.fn.colorbox=function(b,d){var h=this;if(!h.length)if(h.selector===""){h=c("<a/>");b.open=n}else return this;h.each(function(){var f=c.extend({},c(this).data(q)?c(this).data(q):$,b);c(this).data(q,f).addClass("cboxElement");if(d)c(this).data(q).onComplete=d});b&&b.open&&Z(h);return this};e.init=function(){function b(d){return c('<div id="cbox'+ d+'"/>')}m=c(window);k=c('<div id="colorbox"/>');s=b("Overlay").hide();u=b("Wrapper");p=b("Content").append(l=b("LoadedContent").css({width:0,height:0}),J=b("LoadingOverlay"),K=b("LoadingGraphic"),Q=b("Title"),P=b("Current"),t=b("Slideshow"),E=b("Next"),D=b("Previous"),R=b("Close"));u.append(c("<div/>").append(b("TopLeft"),U=b("TopCenter"),b("TopRight")),c("<div/>").append(V=b("MiddleLeft"),p,W=b("MiddleRight")),c("<div/>").append(b("BottomLeft"),X=b("BottomCenter"),b("BottomRight"))).children().children().css({"float":"left"}); I=c("<div style='position:absolute; top:0; left:0; width:9999px; height:0;'/>");c("body").prepend(s,k.append(u,I));if(x){k.addClass("cboxIE");O&&s.css("position","absolute")}p.children().bind("mouseover mouseout",function(){c(this).toggleClass(F)}).addClass(F);y=U.height()+X.height()+p.outerHeight(n)-p.height();z=V.width()+W.width()+p.outerWidth(n)-p.width();v=l.outerHeight(n);w=l.outerWidth(n);k.css({"padding-bottom":y,"padding-right":z}).hide();E.click(e.next);D.click(e.prev);R.click(e.close);p.children().removeClass(F); c(".cboxElement").live("click",function(d){if(d.button!==0&&typeof d.button!=="undefined")return n;else{Z(this);return false}})};e.position=function(b,d){function h(A){U[0].style.width=X[0].style.width=p[0].style.width=A.style.width;K[0].style.height=J[0].style.height=p[0].style.height=V[0].style.height=W[0].style.height=A.style.height}var f=m.height();f=Math.max(f-a.h-v-y,0)/2+m.scrollTop();var o=Math.max(document.documentElement.clientWidth-a.w-w-z,0)/2+m.scrollLeft();b=k.width()===a.w+w&&k.height()=== a.h+v?0:b;u[0].style.width=u[0].style.height="9999px";k.dequeue().animate({width:a.w+w,height:a.h+v,top:f,left:o},{duration:b,complete:function(){h(this);C=false;u[0].style.width=a.w+w+z+"px";u[0].style.height=a.h+v+y+"px";d&&d()},step:function(){h(this)}})};e.resize=function(b){function d(){a.w=a.w||l.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}function h(){a.h=a.h||l.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}function f(G){e.position(G,function(){if(B){if(x){A&&l.fadeIn(100);k[0].style.removeAttribute("filter")}if(a.iframe)l.append("<iframe id='cboxIframe'"+ (a.scrolling?" ":"scrolling='no'")+" name='iframe_"+(new Date).getTime()+"' frameborder=0 src='"+a.href+"' "+(x?"allowtransparency='true'":"")+" />");l.show();Q.show().html(a.title);if(g.length>1){P.html(a.current.replace(/\{current\}/,j+1).replace(/\{total\}/,g.length)).show();E.html(a.next).show();D.html(a.previous).show();a.slideshow&&t.show()}J.hide();K.hide();c.event.trigger(S);a.onComplete&&a.onComplete.call(i);a.transition==="fade"&&k.fadeTo(L,1,function(){x&&k[0].style.removeAttribute("filter")}); m.bind(T,function(){e.position(0)})}})}if(B){var o,A,L=a.transition==="none"?0:a.speed;m.unbind(T);if(b){l.remove();l=c('<div id="cboxLoadedContent"/>').html(b);l.hide().appendTo(I).css({width:d(),overflow:a.scrolling?"auto":"hidden"}).css({height:h()}).prependTo(p);c("#cboxPhoto").css({cssFloat:"none"});O&&c("select:not(#colorbox select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("cbox_cleanup",function(){this.style.visibility="inherit"});a.transition=== "fade"&&k.fadeTo(L,0,function(){f(0)})||f(L);if(a.preloading&&g.length>1){b=j>0?g[j-1]:g[g.length-1];o=j<g.length-1?g[j+1]:g[0];o=c(o).data(q).href||o.href;b=c(b).data(q).href||b.href;M(o)&&c("<img />").attr("src",o);M(b)&&c("<img />").attr("src",b)}}else setTimeout(function(){var G=l.wrapInner("<div style='overflow:auto'></div>").children();a.h=G.height();l.css({height:a.h});G.replaceWith(G.children());e.position(L)},1)}};e.load=function(){var b,d,h,f=e.resize;C=n;i=g[j];a=c(i).data(q);Y();c.event.trigger(H); a.onLoad&&a.onLoad.call(i);a.h=a.height?r(a.height,"y")-v-y:a.innerHeight?r(a.innerHeight,"y"):false;a.w=a.width?r(a.width,"x")-w-z:a.innerWidth?r(a.innerWidth,"x"):false;a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=r(a.maxWidth,"x")-w-z;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=r(a.maxHeight,"y")-v-y;a.mh=a.h&&a.h<a.mh?a.h:a.mh}b=a.href;J.show();K.show();if(a.inline){c('<div id="cboxInlineTemp" />').hide().insertBefore(c(b)[0]).bind(H+" cbox_cleanup",function(){c(this).replaceWith(l.children())}); f(c(b))}else if(a.iframe)f(" ");else if(a.html)f(a.html);else if(M(b)){d=new Image;d.onload=function(){var o;d.onload=null;d.id="cboxPhoto";c(d).css({margin:"auto",border:"none",display:"block",cssFloat:"left"});if(a.scalePhotos){h=function(){d.height-=d.height*o;d.width-=d.width*o};if(a.mw&&d.width>a.mw){o=(d.width-a.mw)/d.width;h()}if(a.mh&&d.height>a.mh){o=(d.height-a.mh)/d.height;h()}}if(a.h)d.style.marginTop=Math.max(a.h-d.height,0)/2+"px";f(d);g.length>1&&c(d).css({cursor:"pointer"}).click(e.next); if(x)d.style.msInterpolationMode="bicubic"};d.src=b}else c("<div />").appendTo(I).load(b,function(o,A){A==="success"?f(this):f(c("<p>Request unsuccessful.</p>"))})};e.next=function(){if(!C){j=j<g.length-1?j+1:0;e.load()}};e.prev=function(){if(!C){j=j>0?j-1:g.length-1;e.load()}};e.slideshow=function(){function b(){t.text(a.slideshowStop).bind(S,function(){h=setTimeout(e.next,a.slideshowSpeed)}).bind(H,function(){clearTimeout(h)}).one("click",function(){d();c(this).removeClass(F)});k.removeClass(f+ "off").addClass(f+"on")}var d,h,f="cboxSlideshow_";t.bind("cbox_closed",function(){t.unbind();clearTimeout(h);k.removeClass(f+"off "+f+"on")});d=function(){clearTimeout(h);t.text(a.slideshowStart).unbind(S+" "+H).one("click",function(){b();h=setTimeout(e.next,a.slideshowSpeed);c(this).removeClass(F)});k.removeClass(f+"on").addClass(f+"off")};if(a.slideshow&&g.length>1)a.slideshowAuto?b():d()};e.close=function(){c.event.trigger("cbox_cleanup");a.onCleanup&&a.onCleanup.call(i);B=false;c(document).unbind("keydown.cbox_close keydown.cbox_arrows"); m.unbind(T+" resize.cboxie6 scroll.cboxie6");s.css({cursor:"auto"}).fadeOut("fast");k.stop(n,false).fadeOut("fast",function(){c("#colorbox iframe").attr("src","about:blank");l.remove();k.css({opacity:0.8});try{N.focus()}catch(b){}c.event.trigger("cbox_closed");a.onClosed&&a.onClosed.call(i)})};e.element=function(){return c(i)};e.settings=$;c(e.init)})(jQuery);
/* Dropdown */
(function($){ $.fn.dropmenu = function(custom) { var defaults = { openAnimation: "slide", closeAnimation: "slide", openClick: false, openSpeed: 400, closeSpeed: 500, closeDelay:300, onHide: function(){}, onHidden: function(){}, onShow: function(){}, onShown: function(){} }; var settings = $.extend({}, defaults, custom); var menu = this; var currentPage = 0; var delayTimer = ""; /* Trigger init */ init(); /* Do preparation work */ function init(){ /* Add open button and class to parent of a submenu*/ var items = menu.find(":has(li,div) > a").append('<span class="arrow"></span>'); $.each(items, function(i, val) { if(items.eq(i).parent().is("li")){ items.eq(i).next().addClass("submenu").parent().addClass("haschildren"); }else{ items.eq(i).parent().find("ul").show(); } }); if(settings.openClick){ menu.find(".submenu").css("display", "none"); menu.find(":has(li,div) > a").parent().bind("mouseleave",handleHover).bind("mouseenter",function(){ window.clearInterval(delayTimer); }); menu.find("a span.arrow").bind("click", handleHover); }else{ menu.find(":has(li,div) > a").bind("mouseenter",handleHover).parent().bind("mouseleave",handleHover).bind("mouseenter",function(){ window.clearInterval(delayTimer); }); } } /* Handle mouse hover action */ function handleHover(e){ if(e.type == "mouseenter" || e.type == "click"){ window.clearInterval(delayTimer); var current_submenu = $(e.target).parent().find(".submenu:not(:animated):not(.open)"); if(current_submenu.html() == null){ current_submenu = $(e.target).parent().next(".submenu:not(:animated):not(.open)"); } if(current_submenu.html() != null){ settings.onShow.call(current_submenu); closeAllMenus(); current_submenu.prev().addClass("selected"); current_submenu.css("z-index", "90"); current_submenu.stop().hide(); openMenu(current_submenu); } } if(e.type == "mouseleave" || e.type == "mouseout"){ current_submenu = $(e.target).parents(".submenu"); if(current_submenu.length != 1){ var current_submenu = $(e.target).parent().parent().find(".submenu"); if(current_submenu.html() == null){ var current_submenu = $(e.target).parent().find(".submenu"); if(current_submenu.html() == null){ var current_submenu = $(e.target).parent().parent().parent().find(".submenu"); } } } if(current_submenu.html() != null){ if(settings.closeDelay == 0){ current_submenu.parent().find("a").removeClass("selected"); closeMenu(current_submenu); }else{ window.clearInterval(delayTimer); delayTimer = setInterval(function(){ window.clearInterval(delayTimer); closeMenu(current_submenu); }, settings.closeDelay);	 } } } } function openMenu(object){ switch(settings.openAnimation){ case "slide": openSlideAnimation(object); break; case "fade": openFadeAnimation(object); break; default: openSizeAnimation(object); break; } } function openSlideAnimation(object){ object.addClass("open").slideDown(settings.openSpeed, function(){ settings.onShown.call(this); }); } function openFadeAnimation(object){ object.addClass("open").fadeIn(settings.openSpeed, function(){ settings.onShown.call(this); }); } function openSizeAnimation(object){ object.addClass("open").show(settings.openSpeed, function(){ settings.onShown.call(this); }); } function closeMenu(object){ settings.onHide.call(object); switch(settings.closeAnimation){ case "slide": closeSlideAnimation(object); break; case "fade": closeFadeAnimation(object); break; default: closeSizeAnimation(object); break; } } function closeSlideAnimation(object){ object.slideUp(settings.closeSpeed, closeCallback); } function closeFadeAnimation(object){ object.fadeOut(settings.closeSpeed, function(){ $(this).removeClass("open"); $(this).prev().removeClass("selected"); }); } function closeSizeAnimation(object){ object.hide(settings.closeSpeed, function(){ $(this).removeClass("open"); $(this).prev().removeClass("selected"); }); } function closeAllMenus(){ var submenus = menu.find(".submenu.open"); $.each(submenus, function(i, val) { $(submenus[i]).css("z-index", "1"); closeMenu($(submenus[i])); }); } function closeCallback(object){ $(this).removeClass("open"); if($(this).prev().attr("class") == "selected") settings.onHidden.call(this); $(this).prev().removeClass("selected"); } /* returns the jQuery object to allow for chainability.*/ return this; } })(jQuery);
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright c 1992 Southern Software, Inc. All Rights Reserved
 */
Cufon.registerFont({"w":180,"face":{"font-family":"Context Black Condensed SSi","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"7","bbox":"-36 -360 292 83.6687","underline-thickness":"10.1953","underline-position":"-10.7227","unicode-range":"U+0020-U+0192"},"glyphs":{" ":{"w":90},"A":{"d":"67,0r-64,0r59,-273r77,0r58,273r-64,0r-9,-53r-49,0xm118,-101r-18,-122r-19,122r37,0","w":200,"k":{"T":20,"V":13,"W":13,"Y":20,"v":7,"w":7,"y":7}},"\u00c6":{"d":"126,0r0,-59r-51,0r-17,59r-66,0r97,-273r177,0r0,55r-80,0r0,51r76,0r0,54r-76,0r0,58r82,0r0,55r-142,0xm125,-218r-6,0r-31,105r37,0r0,-105","w":280},"\u00c1":{"d":"67,0r-64,0r59,-273r77,0r58,273r-64,0r-9,-53r-49,0xm118,-101r-18,-122r-19,122r37,0xm99,-353r75,0r-62,53r-49,0","w":200},"\u00c2":{"d":"67,0r-64,0r59,-273r77,0r58,273r-64,0r-9,-53r-49,0xm118,-101r-18,-122r-19,122r37,0xm24,-292r43,-54r59,0r44,54r-53,0r-20,-28r-20,28r-53,0","w":200},"\u00c4":{"d":"67,0r-64,0r59,-273r77,0r58,273r-64,0r-9,-53r-49,0xm118,-101r-18,-122r-19,122r37,0xm111,-302r0,-47r57,0r0,47r-57,0xm33,-349r57,0r0,47r-57,0r0,-47","w":200},"\u00c0":{"d":"67,0r-64,0r59,-273r77,0r58,273r-64,0r-9,-53r-49,0xm118,-101r-18,-122r-19,122r37,0xm27,-353r75,0r35,53r-49,0","w":200},"\u00c5":{"d":"67,0r-64,0r59,-273r77,0r58,273r-64,0r-9,-53r-49,0xm118,-101r-18,-122r-19,122r37,0xm141,-319v0,23,-18,41,-41,41v-22,0,-40,-17,-40,-41v0,-24,18,-41,40,-41v23,0,41,18,41,41xm119,-319v0,-11,-9,-18,-19,-19v-9,0,-19,9,-18,19v-1,10,9,19,18,19v9,0,19,-9,19,-19","w":200},"\u00c3":{"d":"67,0r-64,0r59,-273r77,0r58,273r-64,0r-9,-53r-49,0xm118,-101r-18,-122r-19,122r37,0xm171,-343v-3,26,-18,48,-45,49v-20,1,-63,-32,-68,2r-28,0v6,-26,13,-50,44,-52v21,-2,61,33,68,1r29,0","w":200},"B":{"d":"79,-49v44,9,52,-27,40,-57v-9,-10,-20,-9,-40,-10r0,67xm79,-166v39,7,48,-23,36,-49v-7,-9,-19,-8,-36,-9r0,58xm188,-79v-1,53,-29,79,-83,79r-89,0r0,-273v79,-2,167,-7,167,71v0,28,-12,45,-30,58v26,16,35,26,35,65","w":200},"C":{"d":"14,-192v0,-59,26,-88,85,-87v67,0,91,34,86,101r-63,0v1,-24,0,-51,-20,-52v-18,0,-25,10,-25,28r0,135v-1,16,7,24,23,24v29,0,22,-36,23,-64r64,0v7,74,-21,114,-92,114v-100,0,-80,-107,-81,-199","w":200},"\u00c7":{"d":"14,-192v0,-59,26,-88,85,-87v67,0,91,34,86,101r-63,0v1,-24,0,-51,-20,-52v-18,0,-25,10,-25,28r0,135v-1,16,7,24,23,24v29,0,22,-36,23,-64r64,0v7,74,-21,114,-92,114v-100,0,-80,-107,-81,-199xm147,49v-2,40,-60,41,-93,25r8,-16v16,5,47,15,49,-7v1,-14,-20,-15,-29,-9r-10,-9r20,-33r21,0r-14,23v23,-4,49,3,48,26","w":200},"D":{"d":"185,-72v4,84,-87,73,-168,72r0,-273v86,-1,168,-10,168,80r0,121xm80,-49v68,10,37,-83,42,-140v3,-30,-11,-35,-42,-35r0,175","w":200},"E":{"d":"166,0r-149,0r0,-273r145,0r0,55r-82,0r0,50r79,0r0,55r-79,0r0,58r86,0r0,55"},"\u00c9":{"d":"166,0r-149,0r0,-273r145,0r0,55r-82,0r0,50r79,0r0,55r-79,0r0,58r86,0r0,55xm89,-353r75,0r-62,53r-49,0"},"\u00ca":{"d":"166,0r-149,0r0,-273r145,0r0,55r-82,0r0,50r79,0r0,55r-79,0r0,58r86,0r0,55xm17,-292r43,-54r60,0r43,54r-53,0r-20,-28r-20,28r-53,0"},"\u00cb":{"d":"166,0r-149,0r0,-273r145,0r0,55r-82,0r0,50r79,0r0,55r-79,0r0,58r86,0r0,55xm101,-302r0,-47r57,0r0,47r-57,0xm23,-349r57,0r0,47r-57,0r0,-47"},"\u00c8":{"d":"166,0r-149,0r0,-273r145,0r0,55r-82,0r0,50r79,0r0,55r-79,0r0,58r86,0r0,55xm17,-353r74,0r36,53r-49,0"},"\u00d0":{"d":"192,-72v4,84,-87,73,-168,72r0,-112r-20,0r0,-49r20,0r0,-112v86,-1,168,-10,168,80r0,121xm87,-49v68,10,37,-83,42,-140v3,-30,-11,-35,-42,-35r0,63r19,0r0,49r-19,0r0,63","w":200},"F":{"d":"81,0r-63,0r0,-273r149,0r0,55r-86,0r0,48r79,0r0,55r-79,0r0,115","k":{"A":13,",":40,".":40}},"G":{"d":"99,-43v28,1,21,-30,22,-56r-23,0r0,-49r86,0r0,148r-43,0v-2,-7,0,-18,-4,-24v-12,22,-23,30,-54,31v-91,1,-69,-112,-71,-199v-1,-59,26,-88,85,-87v65,0,91,33,86,99r-63,0v-1,-25,4,-50,-20,-50v-18,0,-25,10,-25,28r0,135v0,16,8,24,24,24","w":200},"H":{"d":"78,0r-63,0r0,-273r63,0r0,105r44,0r0,-105r63,0r0,273r-63,0r0,-113r-44,0r0,113","w":200},"I":{"d":"82,0r-64,0r0,-273r64,0r0,273","w":100},"\u00cd":{"d":"82,0r-64,0r0,-273r64,0r0,273xm49,-353r75,0r-62,53r-49,0","w":110},"\u00ce":{"d":"82,0r-64,0r0,-273r64,0r0,273xm-23,-292r44,-54r59,0r43,54r-53,0r-20,-28r-20,28r-53,0","w":110},"\u00cf":{"d":"82,0r-64,0r0,-273r64,0r0,273xm61,-302r0,-47r57,0r0,47r-57,0xm-17,-349r57,0r0,47r-57,0r0,-47","w":110},"\u00cc":{"d":"82,0r-64,0r0,-273r64,0r0,273xm-23,-353r75,0r36,53r-50,0","w":110},"J":{"d":"69,7v-53,-2,-72,-36,-67,-98r51,0v2,18,-8,49,13,48v8,-1,12,0,12,-9r1,-221r63,0r0,201v3,54,-22,81,-73,79","w":159},"K":{"d":"79,0r-63,0r0,-273r63,0r1,109r47,-109r65,0r-58,121r61,152r-67,0r-35,-95r-14,28r0,67","w":200},"L":{"d":"154,0r-141,0r0,-273r64,0r0,218r77,0r0,55","w":159,"k":{"T":27,"V":27,"W":27,"Y":33,"y":13}},"\u0141":{"d":"77,-270r0,80r22,-15r0,47r-22,16r0,88r77,0r0,54r-141,0r0,-104r-21,15r0,-47r21,-15r0,-119r64,0","w":159},"M":{"d":"78,0r-60,0r0,-273r89,0r33,161r34,-161r89,0r0,273r-61,0r6,-214r-45,214r-47,0r-44,-214","w":280},"N":{"d":"120,0r-50,-152r6,152r-61,0r0,-273r66,0r50,153r-6,-153r60,0r0,273r-65,0","w":200},"\u00d1":{"d":"120,0r-50,-152r6,152r-61,0r0,-273r66,0r50,153r-6,-153r60,0r0,273r-65,0xm171,-343v-3,26,-18,48,-45,49v-20,1,-63,-32,-68,2r-28,0v6,-26,13,-50,44,-52v21,-2,61,33,68,1r29,0","w":200},"O":{"d":"101,-43v19,0,22,-18,22,-38r0,-112v-1,-20,-3,-37,-23,-37v-20,0,-22,17,-22,37r0,112v0,26,8,38,23,38xm101,-279v54,0,85,28,85,81v-2,96,20,205,-85,205v-105,0,-86,-108,-87,-205v0,-53,33,-81,87,-81","w":200},"\u0152":{"d":"97,-43v24,0,25,-13,25,-38r0,-112v-1,-20,-1,-35,-18,-36v-25,-2,-28,17,-29,42r0,105v0,23,1,38,22,39xm12,-179v-7,-100,74,-127,115,-71r0,-23r138,0r0,55r-82,0r0,50r79,0r0,55r-79,0r0,59r85,0r0,54r-142,0r0,-23v-8,17,-25,30,-49,30v-82,-2,-59,-106,-65,-186","w":280},"\u00d3":{"d":"101,-43v19,0,22,-18,22,-38r0,-112v-1,-20,-3,-37,-23,-37v-20,0,-22,17,-22,37r0,112v0,26,8,38,23,38xm101,-279v54,0,85,28,85,81v-2,96,20,205,-85,205v-105,0,-86,-108,-87,-205v0,-53,33,-81,87,-81xm99,-353r75,0r-62,53r-49,0","w":200},"\u00d4":{"d":"101,-43v19,0,22,-18,22,-38r0,-112v-1,-20,-3,-37,-23,-37v-20,0,-22,17,-22,37r0,112v0,26,8,38,23,38xm101,-279v54,0,85,28,85,81v-2,96,20,205,-85,205v-105,0,-86,-108,-87,-205v0,-53,33,-81,87,-81xm27,-292r43,-54r60,0r43,54r-53,0r-20,-28r-20,28r-53,0","w":200},"\u00d6":{"d":"101,-43v19,0,22,-18,22,-38r0,-112v-1,-20,-3,-37,-23,-37v-20,0,-22,17,-22,37r0,112v0,26,8,38,23,38xm101,-279v54,0,85,28,85,81v-2,96,20,205,-85,205v-105,0,-86,-108,-87,-205v0,-53,33,-81,87,-81xm111,-302r0,-47r57,0r0,47r-57,0xm33,-349r57,0r0,47r-57,0r0,-47","w":200},"\u00d2":{"d":"101,-43v19,0,22,-18,22,-38r0,-112v-1,-20,-3,-37,-23,-37v-20,0,-22,17,-22,37r0,112v0,26,8,38,23,38xm101,-279v54,0,85,28,85,81v-2,96,20,205,-85,205v-105,0,-86,-108,-87,-205v0,-53,33,-81,87,-81xm27,-353r75,0r35,53r-49,0","w":200},"\u00d8":{"d":"100,-230v-20,0,-22,17,-22,37r0,86v14,-30,34,-54,45,-86v-1,-20,-3,-37,-23,-37xm101,-43v36,-3,19,-71,21,-105r-44,79v3,14,7,27,23,26xm14,-198v-6,-75,90,-101,143,-65r19,-35r32,17r-28,48v12,38,1,98,6,146v9,84,-70,112,-136,83r-19,35r-29,-18r24,-41v-20,-38,-7,-114,-12,-170","w":200},"\u00d5":{"d":"101,-43v19,0,22,-18,22,-38r0,-112v-1,-20,-3,-37,-23,-37v-20,0,-22,17,-22,37r0,112v0,26,8,38,23,38xm101,-279v54,0,85,28,85,81v-2,96,20,205,-85,205v-105,0,-86,-108,-87,-205v0,-53,33,-81,87,-81xm171,-343v-3,26,-18,48,-45,49v-20,1,-63,-32,-68,2r-28,0v6,-26,13,-50,44,-52v21,-2,61,33,68,1r29,0","w":200},"P":{"d":"126,-190v0,-32,-12,-34,-44,-34r0,69v27,1,44,-6,44,-35xm189,-191v0,70,-37,89,-107,85r0,106r-63,0r0,-273v87,-1,170,-10,170,82","w":200,"k":{"A":13,",":46,".":46}},"Q":{"d":"101,-279v54,0,87,28,85,81v-2,62,11,143,-18,178r30,33r-37,32r-36,-41v-68,13,-111,-20,-111,-91r0,-111v0,-53,33,-81,87,-81xm100,-230v-20,0,-22,17,-22,37r0,112v0,26,8,38,23,38v19,0,22,-18,22,-38r0,-112v-1,-20,-3,-37,-23,-37","w":200},"R":{"d":"78,-224r0,67v40,11,55,-26,40,-56v-6,-13,-19,-10,-40,-11xm152,-135v54,7,19,99,43,131r0,4r-69,0v-17,-37,23,-121,-48,-108r0,108r-63,0r0,-273v82,1,177,-15,170,76v-2,33,-9,51,-33,62","w":200,"k":{"T":7,"Y":7}},"S":{"d":"88,7v-59,0,-89,-33,-82,-98r59,0v-1,26,1,48,25,48v23,0,27,-38,13,-50v-36,-30,-94,-45,-94,-109v0,-91,137,-103,155,-26v3,11,5,23,5,37r-58,0v10,-37,-36,-54,-43,-21v13,65,108,47,102,137v-3,51,-31,82,-82,82"},"\u0160":{"d":"88,7v-59,0,-89,-33,-82,-98r59,0v-1,26,1,48,25,48v23,0,27,-38,13,-50v-36,-30,-94,-45,-94,-109v0,-91,137,-103,155,-26v3,11,5,23,5,37r-58,0v10,-37,-36,-54,-43,-21v13,65,108,47,102,137v-3,51,-31,82,-82,82xm90,-319r20,-27r53,0r-43,53r-60,0r-43,-53r53,0"},"T":{"d":"8,-218r0,-55r164,0r0,55r-51,0r0,218r-63,0r0,-218r-50,0","k":{"A":20,"a":27,"c":27,":":27,",":33,"e":27,"-":20,"i":7,"o":27,".":33,"r":27,"s":27,";":27,"u":27,"w":27,"y":20}},"\u00de":{"d":"126,-137v-1,-32,-11,-35,-44,-34r0,69v28,1,45,-5,44,-35xm189,-138v0,71,-37,89,-107,85r0,53r-63,0r0,-273r63,0r0,53v66,-2,107,15,107,82","w":200},"U":{"d":"100,7v-54,0,-85,-28,-85,-82r0,-198r63,0r0,206v1,16,5,24,22,24v17,1,21,-11,22,-26r0,-204r63,0r0,198v0,54,-29,82,-85,82","w":200},"\u00da":{"d":"100,7v-54,0,-85,-28,-85,-82r0,-198r63,0r0,206v1,16,5,24,22,24v17,1,21,-11,22,-26r0,-204r63,0r0,198v0,54,-29,82,-85,82xm99,-353r75,0r-62,53r-49,0","w":200},"\u00db":{"d":"100,7v-54,0,-85,-28,-85,-82r0,-198r63,0r0,206v1,16,5,24,22,24v17,1,21,-11,22,-26r0,-204r63,0r0,198v0,54,-29,82,-85,82xm27,-292r43,-54r60,0r43,54r-53,0r-20,-28r-20,28r-53,0","w":200},"\u00dc":{"d":"100,7v-54,0,-85,-28,-85,-82r0,-198r63,0r0,206v1,16,5,24,22,24v17,1,21,-11,22,-26r0,-204r63,0r0,198v0,54,-29,82,-85,82xm111,-302r0,-47r57,0r0,47r-57,0xm33,-349r57,0r0,47r-57,0r0,-47","w":200},"\u00d9":{"d":"100,7v-54,0,-85,-28,-85,-82r0,-198r63,0r0,206v1,16,5,24,22,24v17,1,21,-11,22,-26r0,-204r63,0r0,198v0,54,-29,82,-85,82xm27,-353r75,0r35,53r-49,0","w":200},"V":{"d":"137,0r-74,0r-59,-273r63,0r33,192r33,-192r63,0","w":200,"k":{"A":13,"a":7,":":7,",":33,"e":7,"-":7,"o":7,".":33,"r":7,";":7,"u":7}},"W":{"d":"171,-273r26,192r19,-192r61,0r-45,273r-72,0r-20,-192r-21,192r-70,0r-45,-273r61,0r19,192r26,-192r61,0","w":280,"k":{".":27,"o":7,"-":7,"e":7,"a":7,"A":7}},"X":{"d":"71,-273r30,83r29,-83r63,0r-56,137r59,136r-63,0r-32,-81r-36,81r-60,0r60,-136r-57,-137r63,0","w":200},"Y":{"d":"68,-273r32,89r33,-89r63,0r-65,159r0,114r-63,0r0,-114r-64,-159r64,0","w":200,"k":{"a":20,":":13,",":40,"e":20,"-":27,"i":7,"o":20,"p":13,".":40,"q":27,";":13,"u":13,"v":7,"A":20}},"\u00dd":{"d":"68,-273r32,89r33,-89r63,0r-65,159r0,114r-63,0r0,-114r-64,-159r64,0xm99,-353r75,0r-62,53r-49,0","w":200},"\u0178":{"d":"68,-273r32,89r33,-89r63,0r-65,159r0,114r-63,0r0,-114r-64,-159r64,0xm111,-302r0,-47r57,0r0,47r-57,0xm33,-349r57,0r0,47r-57,0r0,-47","w":200},"Z":{"d":"9,-218r0,-55r144,0r0,51r-79,167r82,0r0,55r-152,0r0,-49r79,-169r-74,0","w":159},"\u017d":{"d":"9,-216r0,-54r144,0r0,50r-79,166r82,0r0,54r-152,0r0,-48r79,-168r-74,0xm80,-316r20,-27r53,0r-43,53r-60,0r-43,-53r53,0","w":159},"a":{"d":"66,-58v0,13,9,22,22,22v23,0,20,-37,20,-63v-17,9,-42,16,-42,41xm89,-210v50,1,77,14,77,63v0,49,-5,104,4,147r-56,0r-3,-18v-25,40,-102,30,-102,-30v0,-65,54,-65,93,-86v11,-11,6,-37,-12,-37v-21,0,-19,12,-22,32r-57,0v0,-47,26,-71,78,-71"},"\u00e1":{"d":"66,-58v0,13,9,22,22,22v23,0,20,-37,20,-63v-17,9,-42,16,-42,41xm89,-210v50,1,77,14,77,63v0,49,-5,104,4,147r-56,0r-3,-18v-25,40,-102,30,-102,-30v0,-65,54,-65,93,-86v11,-11,6,-37,-12,-37v-21,0,-19,12,-22,32r-57,0v0,-47,26,-71,78,-71xm89,-284r75,0r-62,54r-49,0"},"\u00e2":{"d":"66,-58v0,13,9,22,22,22v23,0,20,-37,20,-63v-17,9,-42,16,-42,41xm89,-210v50,1,77,14,77,63v0,49,-5,104,4,147r-56,0r-3,-18v-25,40,-102,30,-102,-30v0,-65,54,-65,93,-86v11,-11,6,-37,-12,-37v-21,0,-19,12,-22,32r-57,0v0,-47,26,-71,78,-71xm17,-223r43,-54r60,0r43,54r-53,0r-20,-27r-20,27r-53,0"},"\u00b4":{"d":"59,-284r75,0r-62,54r-49,0","w":119},"\u00e4":{"d":"66,-58v0,13,9,22,22,22v23,0,20,-37,20,-63v-17,9,-42,16,-42,41xm89,-210v50,1,77,14,77,63v0,49,-5,104,4,147r-56,0r-3,-18v-25,40,-102,30,-102,-30v0,-65,54,-65,93,-86v11,-11,6,-37,-12,-37v-21,0,-19,12,-22,32r-57,0v0,-47,26,-71,78,-71xm101,-233r0,-47r57,0r0,47r-57,0xm23,-280r57,0r0,47r-57,0r0,-47"},"\u00e6":{"d":"84,-35v26,-1,21,-35,22,-64v-16,10,-41,13,-41,42v0,14,5,22,19,22xm184,-171v-23,0,-21,21,-21,43r38,0v0,-20,3,-43,-17,-43xm136,-193v45,-37,129,-11,122,57r0,47r-95,0v1,24,-5,56,19,56v15,0,18,-16,17,-34r57,0v12,75,-90,94,-127,52v-32,36,-126,29,-122,-36v3,-45,20,-59,56,-69v17,-5,45,-11,44,-30v-1,-12,-6,-21,-20,-21v-19,0,-22,12,-22,31r-58,0v-8,-71,85,-86,129,-53","w":259},"\u00e0":{"d":"66,-58v0,13,9,22,22,22v23,0,20,-37,20,-63v-17,9,-42,16,-42,41xm89,-210v50,1,77,14,77,63v0,49,-5,104,4,147r-56,0r-3,-18v-25,40,-102,30,-102,-30v0,-65,54,-65,93,-86v11,-11,6,-37,-12,-37v-21,0,-19,12,-22,32r-57,0v0,-47,26,-71,78,-71xm17,-284r74,0r36,54r-49,0"},"&":{"d":"91,-120v-26,19,-24,78,16,77v8,0,17,-4,27,-12xm110,-190v16,-6,31,-49,1,-49v-27,1,-14,41,-1,49xm136,-153v10,15,18,32,30,46v2,-9,4,-22,7,-38r46,0v-1,27,-9,56,-24,86r37,59r-64,0r-10,-15v-50,46,-145,16,-141,-60v2,-42,22,-69,50,-86v-12,-15,-22,-36,-22,-61v1,-38,33,-56,70,-57v37,0,66,20,66,59v0,36,-21,54,-45,67","w":240},"\u00e5":{"d":"66,-58v0,13,9,22,22,22v23,0,20,-37,20,-63v-17,9,-42,16,-42,41xm89,-210v50,1,77,14,77,63v0,49,-5,104,4,147r-56,0r-3,-18v-25,40,-102,30,-102,-30v0,-65,54,-65,93,-86v11,-11,6,-37,-12,-37v-21,0,-19,12,-22,32r-57,0v0,-47,26,-71,78,-71xm131,-272v0,23,-18,41,-41,41v-22,0,-40,-17,-40,-41v0,-24,18,-41,40,-41v23,0,41,18,41,41xm109,-272v0,-9,-10,-19,-19,-19v-9,0,-19,9,-18,19v-1,10,9,19,18,19v9,0,19,-10,19,-19"},"^":{"d":"42,-118r-37,-18r64,-137r42,0r64,137r-37,18r-48,-102"},"~":{"d":"125,-104v15,0,19,-17,25,-27r21,27v-12,25,-29,52,-66,38v-12,-5,-36,-18,-47,-19v-17,1,-20,17,-28,29r-21,-26v10,-21,23,-45,48,-46v26,-1,44,24,68,24"},"*":{"d":"74,-230r0,-43r33,0r0,41r40,-15r10,34r-41,12r28,37r-26,21r-28,-37r-25,36r-29,-20r28,-36r-41,-12r11,-33"},"@":{"d":"136,-90v46,8,64,-85,16,-86v-41,-1,-58,77,-16,86xm71,-123v0,-67,78,-117,122,-65r4,-19r36,0v-5,39,-19,81,-18,118v1,1,3,2,6,2v20,-11,37,-37,37,-67v0,-63,-40,-99,-103,-99v-69,0,-112,44,-114,116v-3,102,123,153,194,83r35,0v-25,32,-58,61,-112,61v-84,0,-139,-60,-145,-144v-11,-151,226,-193,268,-59v22,71,-24,141,-89,141v-10,0,-19,-11,-15,-23v-41,44,-106,14,-106,-45","w":298},"\u00e3":{"d":"66,-58v0,13,9,22,22,22v23,0,20,-37,20,-63v-17,9,-42,16,-42,41xm89,-210v50,1,77,14,77,63v0,49,-5,104,4,147r-56,0r-3,-18v-25,40,-102,30,-102,-30v0,-65,54,-65,93,-86v11,-11,6,-37,-12,-37v-21,0,-19,12,-22,32r-57,0v0,-47,26,-71,78,-71xm115,-225v-20,1,-61,-31,-67,2r-28,0v5,-26,15,-51,44,-52v26,-1,59,32,68,1r28,0v-2,27,-17,49,-45,49"},"b":{"d":"92,-41v31,0,18,-57,18,-88v0,-17,-1,-33,-17,-33v-29,0,-16,53,-18,84v-1,17,3,37,17,37xm117,7v-22,0,-36,-16,-47,-30r0,23r-53,0r0,-273r58,0r0,86v8,-15,22,-23,43,-23v58,2,49,80,49,141v0,40,-11,76,-50,76"},"\\":{"d":"-36,-273r46,0r116,273r-45,0","w":90},"|":{"d":"20,0r0,-273r50,0r0,273r-50,0","w":90},"{":{"d":"102,33v-47,7,-78,-4,-78,-53v0,-41,9,-91,-27,-98v38,-6,27,-65,27,-107v0,-46,35,-52,78,-47v-61,8,9,142,-57,154v64,5,-4,134,57,151","w":98},"}":{"d":"-3,-272v43,-5,78,1,78,47v0,41,-11,104,27,107v-40,3,-24,59,-27,98v6,49,-31,60,-78,53v60,-7,-8,-137,56,-151v-63,-6,6,-136,-56,-154","w":98},"[":{"d":"15,68r0,-341r79,0r0,35r-29,0r0,271r29,0r0,35r-79,0","w":100},"]":{"d":"85,-273r0,341r-79,0r0,-35r29,0r0,-271r-29,0r0,-35r79,0","w":100},"\u00a6":{"d":"20,0r0,-109r50,0r0,109r-50,0xm20,-273r50,0r0,109r-50,0r0,-109","w":90},"c":{"d":"89,-210v53,-1,81,28,75,82r-54,0v0,-18,-1,-41,-18,-40v-13,1,-18,10,-17,25r0,84v0,14,5,23,18,24v20,0,18,-25,18,-47r55,0v5,60,-21,89,-77,89v-47,0,-71,-22,-71,-64r0,-83v0,-49,24,-69,71,-70"},"\u00e7":{"d":"89,-210v53,-1,81,28,75,82r-54,0v0,-18,-1,-41,-18,-40v-13,1,-18,10,-17,25r0,84v0,14,5,23,18,24v20,0,18,-25,18,-47r55,0v5,60,-21,89,-77,89v-47,0,-71,-22,-71,-64r0,-83v0,-49,24,-69,71,-70xm137,49v-3,40,-59,41,-93,25r8,-16v16,5,47,15,49,-7v1,-14,-20,-15,-29,-9r-10,-9r20,-33r21,0r-14,23v22,-4,49,4,48,26"},"\u00b8":{"d":"107,49v-3,40,-60,41,-93,25r7,-16v17,4,46,15,50,-7v-1,-14,-20,-15,-30,-9r-9,-9r20,-33r21,0r-14,23v22,-4,49,4,48,26","w":119},"\u00a2":{"d":"96,-171v-40,-6,-24,73,-24,108v0,14,1,21,3,22xm166,-82v3,62,-22,95,-85,88r-9,47r-31,0r10,-53v-40,-15,-32,-69,-34,-123v-3,-58,22,-87,77,-87r9,-39r31,0r-9,45v31,8,42,37,39,76r-51,0v0,-18,1,-30,-5,-38r-21,134v31,2,25,-20,28,-50r51,0"},":":{"d":"81,-140r-61,0r0,-62r61,0r0,62xm81,0r-61,0r0,-62r61,0r0,62","w":100},",":{"d":"30,57r0,-21v21,-1,30,-14,32,-36r-32,0r0,-62r60,0v2,60,6,119,-60,119","w":119},"\u00a9":{"d":"153,-85v17,1,36,-10,36,-26r32,0v-4,33,-29,55,-66,55v-48,-1,-73,-34,-78,-82v-9,-87,129,-116,144,-28r-32,0v-18,-49,-78,-26,-78,26v0,31,13,54,42,55xm291,-137v0,88,-54,144,-142,144v-89,0,-141,-59,-141,-144v0,-86,51,-142,141,-142v90,0,142,55,142,142xm256,-138v0,-67,-41,-107,-107,-107v-65,0,-106,42,-106,108v0,67,40,109,106,109v68,0,107,-43,107,-110","w":298},"\u00a4":{"d":"167,-160v18,28,17,70,0,94r16,16r-28,29r-16,-16v-31,19,-65,18,-95,0r-16,16r-28,-29r16,-16v-17,-27,-19,-66,0,-94r-16,-16r28,-29r16,16v32,-19,65,-18,95,0r16,-16r28,29xm47,-113v0,25,18,45,44,45v26,0,45,-19,45,-45v0,-26,-19,-44,-45,-44v-25,0,-44,19,-44,44"},"d":{"d":"90,-162v-31,0,-18,57,-18,89v0,16,1,33,17,32v29,-2,17,-53,17,-83v0,-25,-5,-38,-16,-38xm15,-69v0,-62,-10,-140,49,-141v18,-1,29,11,42,25r0,-88r57,0r0,273r-53,0r0,-24v-8,17,-23,31,-45,31v-39,0,-50,-36,-50,-76"},"\u00b0":{"d":"72,-273v33,0,54,23,54,55v0,32,-22,53,-54,54v-28,1,-55,-26,-54,-54v1,-32,23,-55,54,-55xm72,-202v8,0,16,-8,16,-16v0,-22,-32,-19,-32,0v0,8,7,16,16,16","w":143},"\u00a8":{"d":"70,-233r0,-47r57,0r0,47r-57,0xm-7,-280r57,0r0,47r-57,0r0,-47","w":119},"\u00f7":{"d":"9,-70r0,-42r162,0r0,42r-162,0xm62,-179r57,0r0,42r-57,0r0,-42xm62,-44r57,0r0,42r-57,0r0,-42"},"$":{"d":"98,-97r0,61v23,-1,35,-38,15,-52v-3,-3,-8,-5,-15,-9xm174,-70v0,47,-26,72,-70,76r0,40r-32,0r0,-41v-46,-7,-67,-31,-67,-83r50,0v1,19,4,39,24,42r0,-68v-39,-20,-71,-34,-71,-89v0,-41,28,-66,67,-69r0,-24r32,0r0,24v40,6,67,30,66,77r-50,0v0,-17,-7,-34,-23,-35r0,63v41,18,74,33,74,87xm82,-221v-33,3,-28,50,0,55r0,-55"},"\u0131":{"d":"79,0r-57,0r0,-202r57,0r0,202","w":100},"e":{"d":"111,-131v1,-21,0,-40,-20,-40v-17,0,-22,19,-20,40r40,0xm91,-210v44,0,77,17,77,60r0,58r-97,0v1,24,-6,57,18,57v19,1,19,-18,20,-35r57,0v2,53,-25,77,-75,77v-45,0,-77,-18,-77,-64r0,-83v0,-46,26,-70,77,-70"},"\u00e9":{"d":"111,-131v1,-21,0,-40,-20,-40v-17,0,-22,19,-20,40r40,0xm91,-210v44,0,77,17,77,60r0,58r-97,0v1,24,-6,57,18,57v19,1,19,-18,20,-35r57,0v2,53,-25,77,-75,77v-45,0,-77,-18,-77,-64r0,-83v0,-46,26,-70,77,-70xm89,-284r75,0r-62,54r-49,0"},"\u00ea":{"d":"111,-131v1,-21,0,-40,-20,-40v-17,0,-22,19,-20,40r40,0xm91,-210v44,0,77,17,77,60r0,58r-97,0v1,24,-6,57,18,57v19,1,19,-18,20,-35r57,0v2,53,-25,77,-75,77v-45,0,-77,-18,-77,-64r0,-83v0,-46,26,-70,77,-70xm17,-223r43,-54r60,0r43,54r-53,0r-20,-27r-20,27r-53,0"},"\u00eb":{"d":"111,-131v1,-21,0,-40,-20,-40v-17,0,-22,19,-20,40r40,0xm91,-210v44,0,77,17,77,60r0,58r-97,0v1,24,-6,57,18,57v19,1,19,-18,20,-35r57,0v2,53,-25,77,-75,77v-45,0,-77,-18,-77,-64r0,-83v0,-46,26,-70,77,-70xm101,-233r0,-47r57,0r0,47r-57,0xm23,-280r57,0r0,47r-57,0r0,-47"},"\u00e8":{"d":"111,-131v1,-21,0,-40,-20,-40v-17,0,-22,19,-20,40r40,0xm91,-210v44,0,77,17,77,60r0,58r-97,0v1,24,-6,57,18,57v19,1,19,-18,20,-35r57,0v2,53,-25,77,-75,77v-45,0,-77,-18,-77,-64r0,-83v0,-46,26,-70,77,-70xm17,-284r74,0r36,54r-49,0"},"8":{"d":"68,-87v0,24,0,49,22,49v22,0,22,-20,22,-42v0,-22,-2,-40,-23,-40v-19,0,-21,14,-21,33xm91,-229v-19,0,-22,15,-22,34v0,21,7,31,20,31v15,0,23,-11,23,-33v-1,-17,-5,-31,-21,-32xm85,7v-79,5,-100,-120,-41,-151v-21,-11,-32,-27,-32,-57v0,-47,30,-72,78,-72v48,1,78,23,78,72v0,28,-13,45,-33,58v24,13,36,30,35,66v0,57,-28,80,-85,84"},"=":{"d":"171,-147r0,42r-162,0r0,-42r162,0xm171,-76r0,41r-162,0r0,-41r162,0"},"\u00f0":{"d":"71,-53v1,12,6,17,18,18v11,0,17,-6,17,-18r0,-91v0,-16,-5,-24,-17,-24v-12,0,-18,8,-18,24r0,91xm14,-140v-2,-53,34,-74,87,-69v-2,-10,-5,-19,-12,-23r-24,16r-13,-15r13,-10v-8,-1,-19,-3,-34,-4r0,-28v27,0,49,3,66,9r25,-18r15,17r-16,11v51,28,42,117,42,197v1,46,-29,64,-74,64v-45,0,-75,-19,-75,-64r0,-83"},"!":{"d":"44,-88v-8,-59,-19,-115,-16,-185r64,0v3,70,-8,126,-16,185r-32,0xm91,0r-61,0r0,-62r61,0r0,62","w":119},"\u00a1":{"d":"44,-116r32,0v8,59,19,115,16,185r-64,0v-3,-70,8,-126,16,-185xm90,-204r0,62r-60,0r0,-62r60,0","w":119},"f":{"d":"30,-203v-6,-58,23,-76,82,-70r0,42v-10,0,-26,-2,-25,7r0,21r25,0r0,42r-25,0r0,161r-57,0r0,-161r-23,0r0,-42r23,0","w":119},"5":{"d":"87,-138v-13,1,-20,6,-21,20r-53,0r7,-149r139,0r0,49r-94,0r-2,51v12,-11,26,-17,42,-17v52,1,65,41,65,95v0,60,-22,96,-82,96v-54,0,-78,-30,-77,-87r57,0v0,20,1,40,18,41v25,2,24,-29,24,-55v0,-23,-2,-44,-23,-44"},"\u0192":{"d":"70,-179v7,-68,34,-115,106,-93r-10,46v-32,-17,-35,22,-38,47r37,0r0,41r-43,0v-15,68,-12,155,-53,197v-14,15,-49,14,-68,4r8,-48v36,19,34,-27,40,-65r14,-88r-37,0r0,-41r44,0"},"4":{"d":"49,-98r44,0r-1,-88xm3,-52r0,-51r85,-164r62,0r0,169r24,0r0,46r-24,0r0,52r-57,0r0,-52r-90,0"},"g":{"d":"89,-52v29,0,17,-54,17,-83v0,-18,-7,-27,-19,-27v-24,0,-15,60,-15,88v0,15,6,22,17,22xm163,4v8,70,-105,85,-140,42v-7,-8,-10,-20,-10,-35r57,0v1,14,3,19,19,20v25,1,17,-37,16,-58v-33,46,-94,12,-91,-42v3,-62,-9,-139,50,-141v22,0,34,13,46,31r0,-25r53,0r0,208"},"\u00df":{"d":"109,-67v-2,-27,10,-68,-21,-67r0,-41v17,0,13,-13,16,-31v5,-32,-31,-46,-31,-14r0,220r-57,0r0,-214v0,-44,29,-65,74,-65v68,0,95,92,45,121v30,10,31,53,31,94v0,47,-33,84,-78,65r0,-42v18,4,22,-6,21,-26"},"`":{"d":"-14,-284r75,0r36,54r-49,0","w":119},">":{"d":"15,-32r107,-59r-107,-61r0,-40r150,82r0,37r-150,81r0,-40"},"\u00ab":{"d":"165,-45r-65,-42r0,-53r65,-44r0,48r-37,23r37,21r0,47xm78,-45r-65,-42r0,-53r65,-44r0,48r-36,23r36,21r0,47"},"\u00bb":{"d":"167,-87r-65,42r0,-47r36,-21r-36,-23r0,-48r65,44r0,53xm80,-87r-65,42r0,-47r37,-21r-37,-23r0,-48r65,44r0,53"},"h":{"d":"90,-162v-11,0,-16,10,-16,21r0,141r-57,0r0,-273r57,0r1,85v21,-36,89,-25,89,25r0,163r-57,0r0,-145v-1,-12,-4,-17,-17,-17"},"-":{"d":"105,-86r-90,0r0,-55r90,0r0,55","w":119},"i":{"d":"79,0r-57,0r0,-204r57,0r0,204xm79,-224r-57,0r0,-49r57,0r0,49","w":100},"\u00ed":{"d":"79,0r-57,0r0,-204r57,0r0,204xm49,-284r75,0r-62,54r-49,0","w":110},"\u00ee":{"d":"79,0r-57,0r0,-204r57,0r0,204xm-26,-223r43,-54r59,0r44,54r-53,0r-20,-27r-20,27r-53,0","w":106},"\u00ef":{"d":"79,0r-57,0r0,-204r57,0r0,204xm61,-233r0,-47r57,0r0,47r-57,0xm-17,-280r57,0r0,47r-57,0r0,-47","w":110},"\u00ec":{"d":"79,0r-57,0r0,-204r57,0r0,204xm-23,-284r75,0r36,54r-50,0","w":110},"j":{"d":"80,5v3,51,-22,69,-75,64r0,-42v13,1,17,-4,18,-19r0,-212r57,0r0,209xm80,-224r-57,0r0,-49r57,0r0,49","w":100},"k":{"d":"72,0r-58,0r0,-273r58,0r0,137r40,-68r62,0r-57,82r58,122r-60,0r-34,-78v-16,13,-7,51,-9,78"},"l":{"d":"79,0r-57,0r0,-273r57,0r0,273","w":100},"<":{"d":"58,-91r107,59r0,40r-150,-81r0,-37r150,-82r0,40"},"\u00ac":{"d":"130,-42r0,-63r-121,0r0,-42r162,0r0,105r-41,0"},"\u0142":{"d":"21,-148r0,-122r57,0r0,91r24,-14r0,39r-24,13r0,141r-57,0r0,-109r-23,13r0,-38","w":100},"m":{"d":"88,-162v-12,0,-17,6,-17,17r0,145r-57,0r0,-204r53,0v1,7,-2,18,1,24v11,-35,74,-39,85,-2v10,-13,21,-29,42,-28v29,1,52,14,52,43r0,167r-58,0r0,-145v-1,-11,-6,-17,-15,-17v-10,0,-15,6,-15,17r0,145r-57,0r0,-145v-2,-10,-4,-17,-14,-17","w":259},"\u00af":{"d":"128,-241r-136,0r0,-33r136,0r0,33","w":119},"\u00b5":{"d":"88,-41v10,1,17,-7,16,-17r0,-146r58,0r0,204r-54,0r0,-25v-4,13,-19,27,-34,28r0,66r-57,0r0,-273r57,0r0,146v0,11,3,17,14,17"},"\u00d7":{"d":"61,-93r-49,-49r29,-30r49,50r49,-50r29,30r-48,49r48,50r-29,29r-49,-49r-49,49r-29,-29"},"n":{"d":"71,-178v11,-42,92,-42,92,11r0,167r-58,0r0,-145v-1,-11,-6,-17,-15,-17v-10,0,-15,6,-15,17r0,145r-57,0r0,-204r53,0r0,26"},"9":{"d":"91,-136v30,0,21,-57,16,-82v-26,-24,-37,5,-37,39v0,23,1,43,21,43xm171,-177v2,100,8,210,-110,180v-31,-8,-46,-29,-47,-67r57,0v0,15,5,25,20,25v26,-1,19,-38,20,-65v-13,10,-21,14,-42,14v-45,-1,-59,-36,-59,-82v-1,-63,19,-102,82,-101v58,0,78,38,79,96"},"\u00f1":{"d":"71,-178v11,-42,92,-42,92,11r0,167r-58,0r0,-145v-1,-11,-6,-17,-15,-17v-10,0,-15,6,-15,17r0,145r-57,0r0,-204r53,0r0,26xm115,-225v-20,1,-61,-31,-67,2r-28,0v5,-26,15,-51,44,-52v26,-1,59,32,68,1r28,0v-2,27,-17,49,-45,49"},"#":{"d":"167,-122r0,41r-36,0r-11,81r-31,0r10,-81r-30,0r-11,81r-33,0r11,-81r-33,0r0,-41r39,0r5,-34r-34,0r0,-42r39,0r10,-75r32,0r-10,75r31,0r10,-75r32,0r-10,75r30,0r0,42r-36,0r-4,34r30,0xm110,-156r-32,0r-4,34r31,0"},"o":{"d":"90,7v-43,0,-76,-20,-75,-64r0,-83v-1,-49,27,-70,75,-70v49,0,74,23,75,70r0,83v-2,45,-29,64,-75,64xm90,-35v12,0,18,-6,18,-18r0,-91v0,-16,-6,-24,-18,-24v-12,0,-18,8,-18,24r0,91v1,12,6,18,18,18"},"\u00f3":{"d":"90,7v-43,0,-76,-20,-75,-64r0,-83v-1,-49,27,-70,75,-70v49,0,74,23,75,70r0,83v-2,45,-29,64,-75,64xm90,-35v12,0,18,-6,18,-18r0,-91v0,-16,-6,-24,-18,-24v-12,0,-18,8,-18,24r0,91v1,12,6,18,18,18xm89,-284r75,0r-62,54r-49,0"},"\u00f4":{"d":"90,7v-43,0,-76,-20,-75,-64r0,-83v-1,-49,27,-70,75,-70v49,0,74,23,75,70r0,83v-2,45,-29,64,-75,64xm90,-35v12,0,18,-6,18,-18r0,-91v0,-16,-6,-24,-18,-24v-12,0,-18,8,-18,24r0,91v1,12,6,18,18,18xm17,-223r43,-54r60,0r43,54r-53,0r-20,-27r-20,27r-53,0"},"\u00f6":{"d":"90,7v-43,0,-76,-20,-75,-64r0,-83v-1,-49,27,-70,75,-70v49,0,74,23,75,70r0,83v-2,45,-29,64,-75,64xm90,-35v12,0,18,-6,18,-18r0,-91v0,-16,-6,-24,-18,-24v-12,0,-18,8,-18,24r0,91v1,12,6,18,18,18xm101,-233r0,-47r57,0r0,47r-57,0xm23,-280r57,0r0,47r-57,0r0,-47"},"\u0153":{"d":"201,-142v7,-31,-33,-39,-35,-14r-2,28r37,0r0,-14xm136,-188v34,-41,126,-22,122,40r0,59r-94,0v1,25,-6,56,21,54v16,0,15,-19,16,-35r56,0v11,72,-81,99,-121,56v-12,14,-30,21,-52,21v-76,0,-73,-65,-71,-140v-13,-76,82,-98,123,-55xm107,-149v-1,-26,-38,-24,-37,0r0,96v0,12,6,18,18,18v11,0,19,-6,19,-18r0,-96","w":259},"\u00f2":{"d":"90,7v-43,0,-76,-20,-75,-64r0,-83v-1,-49,27,-70,75,-70v49,0,74,23,75,70r0,83v-2,45,-29,64,-75,64xm90,-35v12,0,18,-6,18,-18r0,-91v0,-16,-6,-24,-18,-24v-12,0,-18,8,-18,24r0,91v1,12,6,18,18,18xm17,-284r74,0r36,54r-49,0"},"1":{"d":"13,-226v35,0,67,-11,72,-41r41,0r0,267r-58,0r0,-184r-55,0r0,-42"},"\u00bd":{"d":"70,0r-31,0r148,-273r30,0xm4,-248v21,0,43,-7,46,-25r26,0r0,160r-37,0r0,-110r-35,0r0,-25xm225,-105v4,-12,4,-34,-13,-31v-11,-2,-14,16,-13,32r-37,0v-2,-39,15,-60,53,-60v56,0,66,66,29,92v-12,13,-30,25,-38,42r60,0r0,30r-105,0v-1,-51,43,-72,64,-105","w":270},"\u00bc":{"d":"183,-59r29,0r0,-53xm154,-31r0,-31r55,-98r40,0r0,101r16,0r0,28r-16,0r0,31r-37,0r0,-31r-58,0xm78,0r-31,0r147,-273r31,0xm5,-248v21,0,43,-7,47,-25r26,0r0,160r-37,0r0,-110r-36,0r0,-25","w":270},"\u00b9":{"d":"18,-248v21,0,43,-7,46,-25r26,0r0,160r-37,0r0,-110r-35,0r0,-25","w":107},"\u00aa":{"d":"54,-175v17,0,12,-22,13,-38v-12,6,-25,8,-25,25v0,9,4,13,12,13xm7,-101r0,-29r95,0r0,29r-95,0xm54,-279v30,1,47,7,48,37v1,30,-4,64,3,89r-35,0v-1,-4,1,-10,-2,-12v-19,31,-79,10,-62,-32v2,-24,46,-29,60,-39v8,-16,-16,-25,-22,-12v-1,3,-2,6,-2,11r-35,0v0,-30,17,-42,47,-42","w":107},"\u00ba":{"d":"54,-150v-27,0,-49,-11,-49,-38v0,-49,-3,-96,49,-91v53,-5,52,42,49,91v-2,27,-19,38,-49,38xm54,-254v-22,4,-11,46,-11,69v0,13,23,13,23,0v0,-23,10,-65,-12,-69xm5,-101r0,-29r98,0r0,29r-98,0","w":107},"\u00f8":{"d":"72,-90r36,-52v0,-17,-6,-26,-18,-26v-28,0,-15,51,-18,78xm90,-35v32,-2,13,-55,18,-85r-36,53v-1,18,1,33,18,32xm15,-140v-7,-68,73,-84,121,-59r19,-31r26,17r-24,36v14,28,5,80,8,120v5,64,-78,77,-124,52r-20,32r-25,-17r25,-37v-12,-29,-2,-75,-6,-113"},"\u00f5":{"d":"90,7v-43,0,-76,-20,-75,-64r0,-83v-1,-49,27,-70,75,-70v49,0,74,23,75,70r0,83v-2,45,-29,64,-75,64xm90,-35v12,0,18,-6,18,-18r0,-91v0,-16,-6,-24,-18,-24v-12,0,-18,8,-18,24r0,91v1,12,6,18,18,18xm115,-225v-20,1,-61,-31,-67,2r-28,0v5,-26,15,-51,44,-52v26,-1,59,32,68,1r28,0v-2,27,-17,49,-45,49"},"p":{"d":"90,-41v31,0,18,-57,18,-88v0,-17,-1,-34,-17,-33v-29,2,-17,53,-19,84v-1,17,4,37,18,37xm115,7v-18,0,-33,-14,-43,-27r0,89r-57,0r0,-273r53,0v1,8,-2,19,1,25v11,-20,27,-31,47,-31v58,0,49,80,49,141v0,40,-11,76,-50,76"},"\u00b6":{"d":"4,-208v0,-91,113,-60,195,-65r0,42r-13,0r0,273r-49,0r0,-273r-24,0r0,273r-48,0r0,-188v-36,0,-61,-25,-61,-62","w":197},"(":{"d":"29,16v-36,-86,-20,-220,20,-289r44,0v-39,94,-40,248,1,341r-45,0","w":100},")":{"d":"91,-97v1,70,-18,115,-40,165r-44,0v39,-97,41,-244,-1,-341r45,0v25,63,40,94,40,176","w":100},"%":{"d":"124,-200v0,44,-14,68,-58,68v-44,0,-57,-24,-57,-68v0,-45,19,-68,57,-68v42,0,58,23,58,68xm52,-211v0,20,-5,46,14,46v19,0,15,-27,15,-47v0,-15,-5,-22,-15,-22v-13,0,-14,10,-14,23xm226,-273r-121,280r-30,0r122,-280r29,0xm234,1v-45,0,-58,-25,-58,-68v0,-45,20,-67,58,-67v44,1,58,22,58,67v0,43,-12,68,-58,68xm234,-32v19,-1,13,-27,14,-47v0,-15,-4,-22,-14,-22v-17,0,-14,27,-14,47v1,12,1,23,14,22","w":299},".":{"d":"90,0r-60,0r0,-62r60,0r0,62","w":119},"+":{"d":"69,-112r0,-67r42,0r0,67r60,0r0,42r-60,0r0,70r-42,0r0,-70r-60,0r0,-42r60,0"},"\u00b1":{"d":"69,-143r0,-42r42,0r0,42r60,0r0,42r-60,0r0,46r-42,0r0,-46r-60,0r0,-42r60,0xm9,4r0,-41r162,0r0,41r-162,0"},"q":{"d":"86,-41v30,0,17,-53,19,-83v1,-18,-3,-37,-17,-38v-31,4,-18,57,-18,89v0,16,1,32,16,32xm13,-69v0,-62,-10,-140,49,-141v21,0,34,13,47,31r0,-25r53,0r0,272r-57,0r-1,-88v-8,15,-24,27,-41,27v-39,0,-50,-35,-50,-76"},"?":{"d":"86,-230v-20,0,-22,15,-21,37r-58,0v1,-52,28,-86,80,-86v48,0,82,21,83,69v1,59,-61,68,-58,123r-55,0v-7,-62,49,-70,49,-119v0,-14,-6,-23,-20,-24xm114,0r-61,0r0,-62r61,0r0,62"},"\u00bf":{"d":"94,20v19,-1,21,-15,21,-37r57,0v1,53,-30,86,-80,86v-47,0,-82,-22,-82,-69v1,-59,59,-69,58,-123r54,0v8,62,-49,70,-49,119v0,13,7,25,21,24xm65,-210r61,0r0,63r-61,0r0,-63"},"\"":{"d":"114,-170r-42,0r0,-99r42,0r0,99xm49,-170r-43,0r0,-99r43,0r0,99","w":119},"'":{"d":"67,-170r-43,0r0,-99r43,0r0,99","w":90},"r":{"d":"113,-144v-20,-2,-41,-4,-41,19r0,125r-57,0r0,-204r53,0v1,10,-2,23,1,31v7,-24,22,-37,44,-37r0,66","w":119,"k":{"-":13,".":27,"v":-7,"w":-7,"y":-7,",":27}},"\u00ae":{"d":"291,-137v0,88,-54,144,-142,144v-89,0,-141,-59,-141,-144v0,-86,51,-142,141,-142v90,0,142,55,142,142xm256,-138v0,-67,-41,-107,-107,-107v-65,0,-106,42,-106,108v0,67,40,109,106,109v68,0,107,-43,107,-110xm221,-166v-1,28,-15,41,-42,42r37,65r-38,0r-34,-61r-27,0r0,61r-33,0r0,-154v58,4,140,-18,137,47xm188,-170v-2,-26,-45,-14,-71,-17r0,40v29,-3,74,12,71,-23","w":298},"s":{"d":"38,-92v-59,-30,-32,-125,41,-118v44,4,74,21,73,67r-53,0v6,-31,-36,-38,-39,-11v18,43,95,27,95,96v0,73,-111,85,-142,35v-6,-10,-9,-23,-9,-39r55,0v-6,36,41,39,41,11v0,-26,-45,-27,-62,-41","w":159},"\u0161":{"d":"38,-92v-59,-30,-32,-125,41,-118v44,4,74,21,73,67r-53,0v6,-31,-36,-38,-39,-11v18,43,95,27,95,96v0,73,-111,85,-142,35v-6,-10,-9,-23,-9,-39r55,0v-6,36,41,39,41,11v0,-26,-45,-27,-62,-41xm77,-250r20,-27r53,0r-44,53r-59,0r-43,-53r53,0","w":159},"\u00a7":{"d":"112,-72v27,-36,-24,-53,-44,-72v-29,32,24,54,44,72xm160,-4v10,80,-120,95,-140,29v-3,-8,-5,-17,-5,-27r52,0v-7,31,40,36,41,9v-17,-58,-100,-52,-98,-129v0,-22,14,-44,28,-54v-44,-47,10,-124,81,-99v25,9,41,27,42,59r-51,0v0,-15,-7,-22,-19,-22v-32,0,-11,38,4,47v29,26,73,41,76,91v1,27,-15,45,-29,54v11,8,16,25,18,42"},";":{"d":"20,57r0,-21v21,-1,31,-14,33,-36r-33,0r0,-62r61,0v-2,39,8,85,-16,103v-11,9,-26,14,-45,16xm81,-140r-61,0r0,-62r61,0r0,62","w":100},"7":{"d":"164,-221v-33,62,-55,134,-64,221r-63,0v8,-82,42,-156,70,-218r-98,0r0,-49r155,0r0,46"},"6":{"d":"70,-103v1,27,-7,64,20,64v26,0,20,-36,21,-63v-1,-16,-5,-28,-22,-28v-13,0,-19,9,-19,27xm10,-89v2,-86,-15,-187,75,-184v53,2,80,19,82,71r-57,0v-1,-15,-4,-25,-20,-25v-26,1,-19,38,-20,65v13,-9,20,-14,41,-14v46,0,60,36,60,82v1,63,-20,102,-83,101v-56,-1,-79,-38,-78,-96"},"\/":{"d":"28,34r-38,0r81,-307r40,0","w":100},"\u00a3":{"d":"0,-33v24,-15,45,-50,34,-88r-32,0r0,-23r23,0v-11,-17,-17,-37,-17,-64v0,-46,33,-71,80,-71v54,0,82,32,78,90r-55,0v0,-25,-1,-45,-24,-45v-35,0,-17,66,-9,90r52,0r0,23r-45,0v7,42,-18,67,-41,85v35,-27,87,14,114,-16r12,46v-46,34,-107,-21,-150,12"},"t":{"d":"112,0v-47,9,-86,2,-85,-44r0,-118r-23,0r0,-42r23,0r0,-58r57,0r0,58r28,0r0,42r-28,0r0,107v-1,18,13,15,28,14r0,41","w":119},"\u00fe":{"d":"90,-41v31,0,18,-57,18,-88v0,-17,-1,-34,-17,-33v-29,2,-17,53,-19,84v-1,17,4,37,18,37xm115,7v-18,0,-33,-14,-43,-27r0,89r-57,0r0,-342r53,0r1,94v11,-20,27,-31,47,-31v58,0,49,80,49,141v0,40,-11,76,-50,76"},"3":{"d":"109,-74v1,-37,-16,-45,-52,-43r0,-43v29,1,49,-9,48,-38v-1,-16,-4,-28,-21,-28v-19,0,-19,19,-19,39r-58,0v-6,-57,30,-85,78,-86v48,-1,77,21,77,70v0,34,-14,49,-36,62v29,7,43,32,43,67v0,54,-30,81,-84,81v-55,-1,-82,-35,-78,-95r57,0v0,25,0,48,23,49v19,0,21,-17,22,-35"},"\u00be":{"d":"186,-59r29,0v-1,-17,2,-38,-1,-53xm157,-31r0,-31r54,-98r41,0r0,101r16,0r0,28r-16,0r0,31r-37,0r0,-31r-58,0xm89,0r-31,0r147,-273r30,0xm67,-153v-1,-23,-7,-26,-34,-26r0,-26v20,0,29,-5,31,-23v2,-20,-26,-24,-26,-4r0,11r-38,0v-3,-36,21,-49,52,-52v50,-5,68,62,26,79v46,15,31,89,-26,89v-35,0,-56,-19,-52,-57r37,0v1,13,1,30,15,29v10,0,15,-6,15,-20","w":270},"\u00b3":{"d":"68,-153v-1,-23,-8,-26,-34,-26r0,-26v20,0,29,-5,31,-23v2,-21,-26,-23,-26,-4r0,11r-38,0v-3,-36,21,-49,52,-52v50,-5,68,62,26,79v47,16,31,89,-26,89v-35,0,-56,-19,-52,-57r37,0v1,13,1,30,15,29v10,0,15,-6,15,-20","w":107},"2":{"d":"106,-175v7,-19,6,-52,-19,-52v-18,0,-22,26,-21,53r-57,0v-4,-64,24,-95,82,-99v88,-7,99,109,45,153v-19,16,-59,57,-59,71r93,0r0,49r-162,0v-2,-85,65,-120,98,-175"},"\u00b2":{"d":"65,-214v4,-12,4,-32,-12,-32v-11,0,-15,16,-14,33r-37,0v-2,-38,16,-60,53,-60v55,0,65,64,29,92v-12,9,-38,34,-38,42r61,0r0,30r-106,0v0,-51,42,-73,64,-105","w":107},"u":{"d":"88,-41v10,1,17,-7,16,-17r0,-146r58,0r0,204r-54,0r0,-25v-9,42,-91,44,-91,-11r0,-168r57,0r0,146v0,11,3,17,14,17"},"\u00fa":{"d":"88,-41v10,1,17,-7,16,-17r0,-146r58,0r0,204r-54,0r0,-25v-9,42,-91,44,-91,-11r0,-168r57,0r0,146v0,11,3,17,14,17xm89,-284r75,0r-62,54r-49,0"},"\u00fb":{"d":"88,-41v10,1,17,-7,16,-17r0,-146r58,0r0,204r-54,0r0,-25v-9,42,-91,44,-91,-11r0,-168r57,0r0,146v0,11,3,17,14,17xm17,-227r43,-54r60,0r43,54r-53,0r-20,-27r-20,27r-53,0"},"\u00fc":{"d":"88,-41v10,1,17,-7,16,-17r0,-146r58,0r0,204r-54,0r0,-25v-9,42,-91,44,-91,-11r0,-168r57,0r0,146v0,11,3,17,14,17xm101,-233r0,-47r57,0r0,47r-57,0xm23,-280r57,0r0,47r-57,0r0,-47"},"\u00f9":{"d":"88,-41v10,1,17,-7,16,-17r0,-146r58,0r0,204r-54,0r0,-25v-9,42,-91,44,-91,-11r0,-168r57,0r0,146v0,11,3,17,14,17xm17,-284r74,0r36,54r-49,0"},"_":{"d":"180,43r-180,0r0,-21r180,0r0,21"},"v":{"d":"61,-204r20,132r20,-132r56,0r-44,204r-66,0r-44,-204r58,0","w":159,"k":{".":20,",":20}},"w":{"d":"145,-204r22,132r15,-132r55,0r-39,204r-61,0r-17,-106r-17,106r-61,0r-39,-204r56,0r17,132r21,-132r48,0","w":240,"k":{".":13,",":13}},"x":{"d":"98,-204r57,0r-45,102r47,102r-58,0v-7,-19,-11,-41,-19,-59r-18,59r-59,0r47,-102r-45,-102r57,0v7,18,10,40,18,57","w":159},"y":{"d":"20,24v34,9,27,-19,22,-44r-40,-184r58,0r20,132r20,-132r56,0r-46,214v-6,43,-36,67,-90,57r0,-43","w":159,"k":{".":20,",":20}},"\u00fd":{"d":"20,24v34,9,27,-19,22,-44r-40,-184r58,0r20,132r20,-132r56,0r-46,214v-6,43,-36,67,-90,57r0,-43xm79,-284r75,0r-62,54r-49,0","w":159},"\u00ff":{"d":"20,24v34,9,27,-19,22,-44r-40,-184r58,0r20,132r20,-132r56,0r-46,214v-6,43,-36,67,-90,57r0,-43xm91,-233r0,-47r57,0r0,47r-57,0xm13,-280r57,0r0,47r-57,0r0,-47","w":159},"\u00a5":{"d":"186,-273r-64,159r0,11r33,0r0,23r-33,0r0,17r33,0r0,23r-33,0r0,40r-65,0r0,-40r-32,0r0,-23r32,0r0,-17r-32,0r0,-23r32,0r0,-11r-63,-159r69,0r27,89r28,-89r68,0"},"z":{"d":"9,-158r0,-46r126,0r0,43r-66,116r66,0r0,45r-130,0r0,-40r65,-118r-61,0","w":140},"\u017e":{"d":"9,-157r0,-45r126,0r0,42r-66,115r66,0r0,45r-130,0r0,-40r65,-117r-61,0xm70,-247r20,-27r53,0r-43,53r-60,0r-43,-53r53,0","w":140},"0":{"d":"90,-39v18,0,20,-16,20,-34r0,-122v0,-17,-3,-32,-20,-32v-20,0,-20,13,-20,32r0,122v2,19,1,33,20,34xm90,7v-51,-1,-81,-23,-80,-76r0,-126v-1,-54,28,-75,80,-78v98,-6,79,100,80,191v1,60,-21,89,-80,89"},"\u00a0":{"w":270}}});
/* Tooltip*/
(function(f){function p(a,b,c){var h=c.relative?a.position().top:a.offset().top,e=c.relative?a.position().left:a.offset().left,i=c.position[0];h-=b.outerHeight()-c.offset[0];e+=a.outerWidth()+c.offset[1];var j=b.outerHeight()+a.outerHeight();if(i=="center")h+=j/2;if(i=="bottom")h+=j;i=c.position[1];a=b.outerWidth()+a.outerWidth();if(i=="center")e-=a/2;if(i=="left")e-=a;return{top:h,left:e}}function t(a,b){var c=this,h=a.add(c),e,i=0,j=0,m=a.attr("title"),q=n[b.effect],k,r=a.is(":input"),u=r&&a.is(":checkbox, :radio, select, :button, :submit"),
s=a.attr("type"),l=b.events[s]||b.events[r?u?"widget":"input":"def"];if(!q)throw'Nonexistent effect "'+b.effect+'"';l=l.split(/,\s*/);if(l.length!=2)throw"Tooltip: bad events configuration for "+s;a.bind(l[0],function(d){clearTimeout(i);if(b.predelay)j=setTimeout(function(){c.show(d)},b.predelay);else c.show(d)}).bind(l[1],function(d){clearTimeout(j);if(b.delay)i=setTimeout(function(){c.hide(d)},b.delay);else c.hide(d)});if(m&&b.cancelDefault){a.removeAttr("title");a.data("title",m)}f.extend(c,{show:function(d){if(!e){if(m)e=
f(b.layout).addClass(b.tipClass).appendTo(document.body).hide().append(m);else if(b.tip)e=f(b.tip).eq(0);else{e=a.next();e.length||(e=a.parent().next())}if(!e.length)throw"Cannot find tooltip for "+a;}if(c.isShown())return c;e.stop(true,true);var g=p(a,e,b);d=d||f.Event();d.type="onBeforeShow";h.trigger(d,[g]);if(d.isDefaultPrevented())return c;g=p(a,e,b);e.css({position:"absolute",top:g.top,left:g.left});k=true;q[0].call(c,function(){d.type="onShow";k="full";h.trigger(d)});g=b.events.tooltip.split(/,\s*/);
e.bind(g[0],function(){clearTimeout(i);clearTimeout(j)});g[1]&&!a.is("input:not(:checkbox, :radio), textarea")&&e.bind(g[1],function(o){o.relatedTarget!=a[0]&&a.trigger(l[1].split(" ")[0])});return c},hide:function(d){if(!e||!c.isShown())return c;d=d||f.Event();d.type="onBeforeHide";h.trigger(d);if(!d.isDefaultPrevented()){k=false;n[b.effect][1].call(c,function(){d.type="onHide";k=false;h.trigger(d)});return c}},isShown:function(d){return d?k=="full":k},getConf:function(){return b},getTip:function(){return e},
getTrigger:function(){return a}});f.each("onHide,onBeforeShow,onShow,onBeforeHide".split(","),function(d,g){f.isFunction(b[g])&&f(c).bind(g,b[g]);c[g]=function(o){f(c).bind(g,o);return c}})}f.tools=f.tools||{version:"1.2.3"};f.tools.tooltip={conf:{effect:"toggle",fadeOutSpeed:"fast",predelay:0,delay:30,opacity:1,tip:0,position:["top","center"],offset:[0,0],relative:false,cancelDefault:true,events:{def:"mouseenter,mouseleave",input:"focus,blur",widget:"focus mouseenter,blur mouseleave",tooltip:"mouseenter,mouseleave"},
layout:"<div/>",tipClass:"tooltip"},addEffect:function(a,b,c){n[a]=[b,c]}};var n={toggle:[function(a){var b=this.getConf(),c=this.getTip();b=b.opacity;b<1&&c.css({opacity:b});c.show();a.call()},function(a){this.getTip().hide();a.call()}],fade:[function(a){var b=this.getConf();this.getTip().fadeTo(b.fadeInSpeed,b.opacity,a)},function(a){this.getTip().fadeOut(this.getConf().fadeOutSpeed,a)}]};f.fn.tooltip=function(a){var b=this.data("tooltip");if(b)return b;a=f.extend(true,{},f.tools.tooltip.conf,a);
if(typeof a.position=="string")a.position=a.position.split(/,?\s/);this.each(function(){b=new t(f(this),a);f(this).data("tooltip",b)});return a.api?b:this}})(jQuery);
(function(d){var i=d.tools.tooltip;d.extend(i.conf,{direction:"up",bounce:false,slideOffset:10,slideInSpeed:200,slideOutSpeed:200,slideFade:!d.browser.msie});var e={up:["-","top"],down:["+","top"],left:["-","left"],right:["+","left"]};i.addEffect("slide",function(g){var a=this.getConf(),f=this.getTip(),b=a.slideFade?{opacity:a.opacity}:{},c=e[a.direction]||e.up;b[c[1]]=c[0]+"="+a.slideOffset;a.slideFade&&f.css({opacity:0});f.show().animate(b,a.slideInSpeed,g)},function(g){var a=this.getConf(),f=a.slideOffset,
b=a.slideFade?{opacity:0}:{},c=e[a.direction]||e.up,h=""+c[0];if(a.bounce)h=h=="+"?"-":"+";b[c[1]]=h+"="+f;this.getTip().animate(b,a.slideOutSpeed,function(){d(this).hide();g.call()})})})(jQuery);
(function(g){function j(a){var c=g(window),d=c.width()+c.scrollLeft(),h=c.height()+c.scrollTop();return[a.offset().top<=c.scrollTop(),d<=a.offset().left+a.width(),h<=a.offset().top+a.height(),c.scrollLeft()>=a.offset().left]}function k(a){for(var c=a.length;c--;)if(a[c])return false;return true}var i=g.tools.tooltip;i.dynamic={conf:{classNames:"top right bottom left"}};g.fn.dynamic=function(a){if(typeof a=="number")a={speed:a};a=g.extend({},i.dynamic.conf,a);var c=a.classNames.split(/\s/),d;this.each(function(){var h=
g(this).tooltip().onBeforeShow(function(e,f){e=this.getTip();var b=this.getConf();d||(d=[b.position[0],b.position[1],b.offset[0],b.offset[1],g.extend({},b)]);g.extend(b,d[4]);b.position=[d[0],d[1]];b.offset=[d[2],d[3]];e.css({visibility:"hidden",position:"absolute",top:f.top,left:f.left}).show();f=j(e);if(!k(f)){if(f[2]){g.extend(b,a.top);b.position[0]="top";e.addClass(c[0])}if(f[3]){g.extend(b,a.right);b.position[1]="right";e.addClass(c[1])}if(f[0]){g.extend(b,a.bottom);b.position[0]="bottom";e.addClass(c[2])}if(f[1]){g.extend(b,
a.left);b.position[1]="left";e.addClass(c[3])}if(f[0]||f[2])b.offset[0]*=-1;if(f[1]||f[3])b.offset[1]*=-1}e.css({visibility:"visible"}).hide()});h.onBeforeShow(function(){var e=this.getConf();this.getTip();setTimeout(function(){e.position=[d[0],d[1]];e.offset=[d[2],d[3]]},0)});h.onHide(function(){var e=this.getTip();e.removeClass(a.classNames)});ret=h});return a.api?ret:this}})(jQuery);
