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}})());Cufon.registerFont({"w":584,"face":{"font-family":"Walkway Bold","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"11","bbox":"-163 -753 976 179","underline-thickness":"30","underline-position":"-118","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":354},"!":{"d":"72,-166r0,-512r51,0r0,512r-51,0xm97,0v-17,0,-26,-8,-26,-25r0,-62v0,-16,9,-24,26,-24v17,0,25,8,25,24r0,62v0,17,-8,25,-25,25","w":194},"\"":{"d":"203,-547v-17,0,-26,-7,-26,-22r0,-82v0,-14,9,-21,26,-21v17,0,25,7,25,21r0,82v0,15,-8,22,-25,22xm87,-547v-17,0,-25,-7,-25,-22r0,-82v0,-14,8,-21,25,-21v17,0,26,7,26,21r0,82v0,15,-9,22,-26,22","w":292},"#":{"d":"461,-350r-90,0r-18,71r89,0r-11,45r-89,0r-19,73r-52,0r19,-73r-89,0r-19,73r-52,0r19,-73r-89,0r11,-45r89,0r19,-71r-91,0r14,-45r88,0r19,-73r52,0r-19,73r89,0r18,-73r52,0r-18,73r89,0xm231,-350r-19,71r89,0r18,-71r-88,0","w":531},"$":{"d":"415,10r0,60r-51,0r0,-53v-11,1,-23,1,-34,1v-21,0,-42,-1,-62,-4r0,56r-51,0r0,-63v-131,-31,-196,-106,-196,-226r0,-24r51,0r0,21v0,95,48,155,145,180r0,-303v-116,-29,-174,-85,-174,-168v0,-95,58,-153,174,-176r0,-64r51,0r0,58v13,-1,28,-1,43,-1v19,0,36,1,53,2r0,-59r51,0r0,66v118,27,178,100,179,219r-50,0v-6,-92,-49,-149,-129,-170r0,284v63,15,107,33,134,52v39,29,59,72,59,131v0,49,-20,91,-61,124v-35,29,-79,48,-132,57xm364,-646v-17,-2,-34,-3,-53,-3v-15,0,-30,1,-43,2r0,263r96,18r0,-280xm217,-639v-82,19,-123,61,-123,126v0,56,41,95,123,117r0,-243xm536,-247v-20,-21,-60,-40,-121,-57r0,266v41,-9,74,-24,99,-45v29,-24,43,-54,43,-91v0,-34,-7,-58,-21,-73xm364,-315r-96,-19r0,301v19,2,40,3,63,3v11,0,22,0,33,-1r0,-284","w":642},"%":{"d":"166,1r-62,0r498,-679r61,0xm560,19v-99,0,-149,-60,-149,-180v0,-123,50,-185,150,-185v99,0,148,62,148,185v0,120,-50,180,-149,180xm190,-294v-99,0,-148,-60,-148,-180v0,-123,50,-184,149,-184v99,0,149,61,149,184v0,120,-50,180,-150,180xm560,-299v-65,0,-97,46,-97,138v0,89,33,133,98,133v64,0,96,-44,96,-133v0,-92,-32,-138,-97,-138xm190,-611v-64,0,-96,46,-96,137v0,89,32,133,97,133v65,0,97,-44,97,-133v0,-91,-33,-137,-98,-137","w":750},"&":{"d":"486,-99v-57,77,-130,115,-219,115v-59,0,-111,-14,-156,-41v-53,-32,-80,-76,-80,-132v0,-51,23,-97,69,-139v30,-27,75,-55,136,-86v-77,-41,-115,-95,-115,-162v0,-43,18,-76,54,-101v31,-22,69,-33,114,-33v47,0,86,11,117,32v35,24,52,59,52,104v0,64,-64,130,-191,197v-63,33,-106,59,-127,78v-39,35,-58,71,-58,110v0,39,19,70,58,94v35,21,76,32,121,32v87,0,150,-36,191,-108v23,-41,34,-88,34,-141r51,0r0,299r-51,0r0,-118xm370,-610v-21,-14,-48,-21,-79,-21v-32,0,-59,7,-82,22v-25,16,-37,38,-37,66v0,57,38,102,114,135v81,-45,121,-90,121,-135v0,-28,-12,-50,-37,-67","w":603},"'":{"d":"87,-547v-17,0,-25,-7,-25,-22r0,-82v0,-14,8,-21,25,-21v17,0,26,7,26,21r0,82v0,15,-9,22,-26,22","w":175},"(":{"d":"186,168v-87,-133,-130,-283,-130,-451v0,-169,43,-319,130,-451r57,0v-91,135,-136,286,-136,451v0,165,45,316,136,451r-57,0","w":233},")":{"d":"42,168r-57,0v93,-135,140,-286,140,-451v0,-165,-47,-316,-140,-451r57,0v89,130,134,280,134,451v0,170,-45,320,-134,451","w":233},"*":{"d":"69,-624r2,0r64,30r0,-55v0,-15,9,-23,26,-23v17,0,25,8,25,23r0,55r62,-28v5,-2,9,-3,13,-3v9,0,16,3,22,9v2,5,3,9,3,13v0,9,-5,16,-14,20r-57,25r57,27v10,5,15,11,15,20v0,15,-8,22,-25,22v-5,0,-10,-1,-15,-3r-61,-29r0,55v0,15,-8,23,-25,23v-17,0,-26,-8,-26,-23r0,-55r-61,29v-5,2,-9,3,-14,3v-17,0,-25,-7,-25,-22v0,-9,5,-15,15,-20r57,-27r-58,-26v-10,-4,-15,-10,-15,-19v0,-4,2,-9,6,-14v4,-5,11,-8,19,-8v3,0,7,0,10,1","w":340},"+":{"d":"305,-228r0,161r-51,0r0,-161r-191,0r0,-46r191,0r0,-159r51,0r0,159r192,0r0,46r-192,0","w":560},",":{"d":"135,74v-3,11,-12,17,-25,17v-17,0,-26,-7,-26,-21v0,-2,1,-5,2,-8r43,-132v4,-14,14,-19,30,-16v13,3,20,10,20,21v0,2,-1,4,-2,7","w":262},"-":{"d":"36,-254r0,-20r287,0r0,20r-287,0","w":350},"\u2010":{"d":"36,-254r0,-20r287,0r0,20r-287,0","w":350},".":{"d":"105,2v-17,0,-26,-7,-26,-20r0,-47v0,-13,9,-20,26,-20v17,0,25,7,25,20r0,47v0,13,-8,20,-25,20","w":209},"\/":{"d":"32,0r-54,0r349,-694r54,0","w":350},"0":{"d":"293,12v-80,0,-144,-24,-191,-73v-46,-47,-69,-109,-69,-186r0,-164v0,-79,24,-142,71,-189v47,-47,110,-71,189,-71v81,0,144,24,189,72v45,48,68,111,68,188r0,164v0,77,-23,139,-68,187v-45,48,-108,72,-189,72xm499,-411v0,-63,-18,-114,-54,-153v-38,-40,-89,-60,-153,-60v-64,0,-115,19,-152,58v-37,39,-56,90,-56,155r0,164v0,64,18,115,56,154v38,39,89,58,152,58v65,0,116,-20,153,-60v36,-38,54,-89,54,-152r0,-164"},"1":{"d":"274,0r0,-573r-134,106r-78,0r222,-179r41,0r0,646r-51,0","w":413},"2":{"d":"43,0v1,-125,69,-228,205,-308r140,-80v57,-33,85,-67,85,-104v0,-41,-18,-72,-54,-93v-29,-17,-68,-25,-116,-25v-67,0,-117,16,-149,47v-32,31,-48,81,-48,148r-51,0v0,-83,21,-144,64,-183v43,-39,102,-59,178,-59v63,0,115,12,154,35v48,29,72,73,72,132v0,57,-55,116,-165,176v-55,31,-95,54,-120,70v-87,65,-134,130,-140,197r456,0r0,47r-511,0"},"3":{"d":"297,11v-79,0,-142,-18,-190,-53v-54,-39,-81,-96,-81,-171r0,-24r51,0r0,37v0,55,22,96,67,125v39,26,88,39,149,39v57,0,104,-11,143,-33v47,-27,70,-64,70,-113v0,-94,-65,-141,-194,-141r-61,0r0,-47r62,0v119,0,179,-41,179,-122v0,-41,-21,-72,-62,-93v-33,-17,-75,-25,-124,-25v-72,0,-124,14,-158,44v-34,30,-51,77,-51,140r-51,0v0,-83,25,-144,75,-181v44,-33,105,-50,182,-50v65,0,118,11,159,33v54,28,81,72,81,132v0,71,-35,119,-104,144v78,27,117,83,117,166v0,65,-28,114,-85,149v-47,29,-105,44,-174,44"},"4":{"d":"434,-215r0,215r-51,0r0,-215r-374,0r223,-432r54,0r-199,385r296,0r0,-386r51,3r0,383r129,0r0,47r-129,0"},"5":{"d":"288,11v-79,0,-142,-17,-187,-52v-51,-39,-77,-100,-77,-185r51,0v0,69,20,118,60,148v37,28,89,42,154,42v63,0,113,-16,151,-47v38,-31,58,-76,58,-135v0,-58,-21,-103,-63,-136v-39,-31,-91,-46,-154,-46v-83,0,-145,32,-186,95r-50,0r16,-341r458,0r0,47r-408,0r-9,216v45,-43,106,-64,183,-64v76,0,138,19,186,58v52,41,78,98,78,170v0,74,-26,132,-77,173v-47,38,-109,57,-184,57"},"6":{"d":"487,-426v0,-61,-19,-108,-55,-138v-36,-30,-82,-45,-138,-45v-57,0,-104,15,-139,44v-35,29,-53,71,-54,124r-1,96v43,-48,107,-72,191,-72v70,0,127,18,171,54v47,39,71,92,71,159v0,67,-24,119,-72,157v-45,35,-102,53,-172,53v-70,0,-127,-18,-171,-53v-47,-38,-71,-90,-71,-157r0,-11v1,-2,1,-5,1,-8r0,-220v0,-67,25,-120,74,-158v45,-35,103,-52,173,-52v69,0,126,18,171,54v47,39,71,96,71,173r-50,0xm290,-373v-57,0,-103,14,-138,43v-37,31,-55,73,-55,126v0,53,18,94,54,123v36,29,82,44,139,44v57,0,103,-15,139,-44v36,-29,54,-70,54,-123v0,-53,-17,-94,-53,-124v-36,-30,-83,-45,-140,-45"},"7":{"d":"221,0r-54,0r306,-599r-422,0r0,-47r500,0"},"8":{"d":"485,-29v-47,27,-109,40,-184,40v-76,0,-138,-14,-185,-42v-59,-34,-89,-86,-89,-157v0,-85,45,-141,135,-168v-67,-27,-100,-70,-100,-129v0,-62,26,-108,77,-137v41,-23,95,-35,162,-35v66,0,120,12,161,35v52,30,78,76,78,137v0,59,-34,102,-102,129v91,27,136,84,136,170v0,71,-30,123,-89,157xm301,-610v-125,0,-188,42,-188,126v0,37,22,65,67,84v36,16,77,24,122,24v47,0,88,-8,123,-25v43,-20,64,-48,64,-85v0,-83,-63,-124,-188,-124xm302,-329v-149,0,-224,47,-224,142v0,54,24,94,71,120v39,21,89,31,152,31v63,0,113,-10,151,-31v47,-26,71,-66,71,-120v0,-95,-74,-142,-221,-142","w":601},"9":{"d":"536,-433r0,239v0,67,-25,119,-74,157v-45,35,-103,52,-173,52v-70,0,-127,-18,-171,-53v-47,-39,-71,-96,-71,-172r50,0v0,62,18,108,54,138v36,30,82,44,139,44v57,0,102,-15,137,-44v37,-30,56,-71,56,-124r1,-115v-43,47,-107,71,-191,71v-70,0,-127,-18,-171,-53v-47,-38,-71,-90,-71,-157v0,-67,24,-119,72,-158v45,-36,102,-54,172,-54v70,0,127,18,171,54v47,39,71,91,71,158r0,11v-1,3,-1,5,-1,6xm294,-619v-57,0,-103,14,-138,43v-37,31,-55,73,-55,126v0,53,18,94,54,123v36,29,82,44,139,44v57,0,103,-15,139,-44v36,-29,54,-70,54,-123v0,-53,-17,-94,-53,-124v-36,-30,-83,-45,-140,-45"},":":{"d":"123,-355v-17,0,-26,-8,-26,-24r0,-61v0,-17,9,-25,26,-25v15,0,24,8,25,24r0,62v0,16,-8,24,-25,24xm123,2v-17,0,-26,-8,-26,-25r0,-61v0,-16,9,-24,26,-24v15,0,24,8,25,24r0,61v0,17,-8,25,-25,25","w":244},";":{"d":"143,-354v-17,0,-26,-8,-26,-25r0,-61v0,-17,9,-25,26,-25v17,0,25,8,25,25r0,61v0,17,-8,25,-25,25xm129,72v-3,13,-11,19,-24,19v-18,0,-27,-8,-27,-23v0,-2,1,-5,2,-9r43,-147v4,-15,14,-21,30,-17v13,3,20,11,20,22v0,3,-1,5,-2,8","w":251},"<":{"d":"33,-220r0,-41r460,-177r0,49r-386,149r386,149r0,49","w":535},"=":{"d":"35,-271r0,-42r560,0r0,42r-560,0xm35,-167r0,-42r560,0r0,42r-560,0","w":630},">":{"d":"33,-42r0,-49r386,-149r-386,-149r0,-49r460,177r0,41","w":535},"?":{"d":"281,-203r0,37r-52,0r0,-32v0,-66,34,-127,103,-182v39,-31,66,-56,79,-74v15,-21,23,-46,23,-74v0,-41,-18,-72,-54,-93v-30,-17,-69,-26,-116,-26v-59,0,-105,14,-136,41v-31,27,-50,72,-57,133r-47,-26v9,-68,36,-118,81,-150v42,-30,95,-45,160,-45v58,0,107,13,148,38v48,30,72,73,72,128v0,59,-34,115,-102,169v-68,54,-102,106,-102,156xm254,0v-17,0,-25,-8,-25,-25r0,-62v0,-16,8,-24,25,-24v17,0,26,8,26,24r0,62v0,17,-9,25,-26,25","w":525},"@":{"d":"550,-203v-46,52,-107,78,-183,79v-69,1,-120,-23,-154,-70v-23,-31,-35,-69,-35,-113v0,-74,22,-135,65,-183v45,-51,107,-76,184,-77v78,-1,132,24,162,75r11,-75r48,0r-51,372v1,2,1,4,0,7r4,0v13,0,30,-7,49,-22v17,-13,31,-27,40,-41v35,-53,52,-102,52,-149v0,-75,-31,-136,-92,-183v-58,-44,-128,-66,-210,-66v-96,0,-176,27,-240,82v-68,57,-102,133,-102,227v0,93,34,167,103,224v65,54,144,81,238,81v55,0,110,-12,165,-36v59,-26,102,-62,130,-109r59,0v-36,65,-89,114,-159,146v-63,30,-127,45,-190,45v-109,0,-202,-31,-278,-94v-81,-67,-122,-155,-122,-262v0,-105,40,-191,119,-257v75,-62,166,-93,273,-93v96,0,178,25,246,75v75,55,112,129,112,222v0,65,-22,126,-66,183v-15,19,-35,37,-58,52v-27,17,-53,25,-76,25v-35,0,-49,-22,-44,-65xm421,-523v-59,1,-107,22,-144,65v-35,40,-52,90,-52,149v0,44,12,79,37,104v25,25,61,38,107,37v52,0,97,-17,134,-52v37,-35,60,-78,67,-129v1,-8,2,-19,2,-34v0,-46,-14,-81,-40,-105v-26,-24,-63,-36,-111,-35","w":840},"A":{"d":"598,0r-97,-213r-362,0r-99,213r-58,0r318,-678r47,0r307,678r-56,0xm324,-604r-163,343r319,0","w":636},"B":{"d":"359,0r-325,0r0,-678r338,0v63,0,115,14,156,41v47,31,70,77,70,137v0,65,-37,113,-110,144v88,25,132,81,132,167v0,67,-28,116,-85,149v-46,27,-105,40,-176,40xm370,-631r-285,0r0,255r284,0v49,0,90,-10,122,-29v37,-23,56,-56,56,-100v0,-44,-19,-77,-58,-99v-31,-18,-71,-27,-119,-27xm367,-329r-282,0r0,282r286,0v55,0,101,-11,136,-32v42,-25,63,-61,63,-109v0,-51,-22,-89,-67,-113v-35,-19,-80,-28,-136,-28","w":642},"C":{"d":"646,-528v-51,-73,-132,-110,-244,-110v-96,0,-173,27,-230,81v-57,54,-85,127,-85,219v0,91,27,163,81,217v54,54,129,81,223,81v107,0,189,-37,246,-112r44,28v-67,87,-164,131,-289,131v-109,0,-196,-31,-260,-92v-64,-61,-96,-144,-96,-249v0,-107,33,-193,99,-256v66,-63,155,-95,267,-95v130,0,226,43,287,130","w":719},"D":{"d":"277,0r-235,0r0,-678r273,0v111,0,196,30,254,91v55,59,83,142,83,249v0,111,-35,196,-106,255v-66,55,-156,83,-269,83xm532,-553v-49,-52,-121,-78,-218,-78r-221,0r0,584r187,0v101,0,180,-25,236,-74v56,-49,85,-122,85,-217v0,-95,-23,-166,-69,-215","w":680},"E":{"d":"42,0r0,-678r516,0r0,47r-466,0r0,255r413,0r0,46r-413,0r0,283r471,0r0,47r-521,0","w":564},"F":{"d":"92,-631r0,255r368,0r0,46r-368,0r0,330r-50,0r0,-678r480,0r0,47r-430,0","w":505},"G":{"d":"612,-56v-61,42,-135,63,-221,63v-113,0,-203,-29,-269,-88v-69,-61,-103,-146,-103,-256v0,-107,33,-193,99,-255v66,-62,154,-93,266,-93v83,0,153,17,208,50v63,38,103,101,122,189r-52,0v-29,-128,-122,-192,-277,-192v-97,0,-175,27,-231,80v-56,53,-84,127,-84,220v0,95,29,168,86,220v57,52,135,78,235,78v77,0,142,-20,195,-59v57,-42,86,-98,86,-167r0,-18r-291,0r0,-47r340,0v2,22,3,40,3,53v0,97,-37,171,-112,222","w":758},"H":{"d":"587,0r0,-330r-494,0r0,330r-51,0r0,-678r51,0r0,302r494,0r0,-302r51,0r0,678r-51,0","w":680},"I":{"d":"42,0r0,-678r51,0r0,678r-51,0","w":134},"J":{"d":"223,7v-135,0,-208,-58,-220,-175r52,0v7,85,62,128,164,128v62,0,106,-12,131,-36v25,-24,38,-67,38,-126r0,-476r51,0r0,482v0,135,-72,203,-216,203","w":486},"K":{"d":"616,0r-378,-357r-145,110r0,247r-51,0r0,-678r51,0r0,371r499,-371r81,0r-394,292r408,386r-71,0","w":670},"L":{"d":"42,0r0,-678r51,0r0,631r428,0r0,47r-479,0","w":505},"M":{"d":"725,0r0,-582r-295,582r-41,0r-296,-582r0,582r-51,0r0,-678r58,0r309,609r310,-609r57,0r0,678r-51,0","w":819},"N":{"d":"585,0r-492,-602r0,602r-51,0r0,-678r53,0r246,301r246,298r0,-599r51,0r0,678r-53,0","w":680},"O":{"d":"379,7v-112,0,-199,-31,-263,-92v-64,-61,-96,-146,-96,-254v0,-107,32,-189,96,-248v64,-59,152,-88,263,-88v111,0,199,29,263,88v64,59,97,141,97,248v0,107,-33,191,-97,253v-64,62,-152,93,-263,93xm379,-628v-97,0,-173,26,-227,76v-54,50,-81,121,-81,213v0,92,27,165,82,219v55,54,130,80,226,80v97,0,173,-27,227,-80v54,-53,82,-126,82,-219v0,-92,-28,-163,-82,-213v-54,-50,-130,-76,-227,-76","w":757},"P":{"d":"346,-296r-253,0r0,296r-51,0r0,-678r315,0v165,0,247,65,247,194v0,65,-28,114,-84,147v-46,27,-104,41,-174,41xm363,-631r-270,0r0,288r271,0v51,0,94,-11,129,-34v39,-25,59,-61,59,-107v0,-98,-63,-147,-189,-147","w":621},"Q":{"d":"500,-7v21,17,47,26,79,26r107,0r0,47r-107,0v-57,0,-102,-20,-135,-61v-21,3,-42,4,-65,4v-112,0,-199,-31,-263,-93v-64,-62,-96,-146,-96,-254v0,-107,32,-189,96,-248v64,-59,152,-89,263,-89v111,0,199,30,263,89v64,59,97,141,97,248v0,83,-20,153,-60,210v-42,59,-102,100,-179,121xm379,-628v-97,0,-173,25,-227,76v-54,51,-81,122,-81,214v0,86,24,155,73,208v12,-29,32,-53,60,-70v28,-17,60,-25,94,-25v45,0,83,14,116,41v33,27,49,63,49,106v0,10,2,20,6,30v71,-17,126,-51,165,-104v36,-50,54,-112,54,-186v0,-92,-28,-163,-82,-214v-54,-51,-130,-76,-227,-76xm414,-79v0,-30,-12,-55,-34,-73v-22,-18,-49,-27,-82,-27v-28,0,-54,8,-76,23v-22,15,-35,36,-38,61v53,38,118,57,195,57v15,0,29,-1,42,-2v-5,-13,-7,-26,-7,-39","w":757},"R":{"d":"492,-331v70,27,105,80,105,159r0,172r-51,0r0,-170v0,-89,-62,-133,-186,-133r-267,0r0,303r-51,0r0,-678r327,0v159,0,238,59,238,178v0,83,-38,139,-115,169xm371,-631r-278,0r0,279r262,0v57,0,103,-11,138,-32v42,-25,63,-63,63,-113v0,-89,-62,-134,-185,-134","w":642},"S":{"d":"330,7v-87,0,-157,-16,-210,-47v-66,-38,-99,-98,-99,-179r0,-24r51,0r0,20v0,122,86,183,259,183v59,0,109,-9,149,-27v51,-23,77,-59,77,-108v0,-34,-9,-60,-28,-78v-15,-15,-42,-28,-79,-39v-20,-5,-67,-16,-142,-32v-86,-18,-144,-35,-174,-50v-61,-31,-91,-76,-91,-137v0,-116,89,-174,268,-174v187,0,281,73,283,218r-50,0v-4,-70,-28,-117,-72,-141v-36,-20,-90,-30,-161,-30v-145,0,-217,42,-217,127v0,41,20,72,59,93v27,14,74,27,139,39v121,21,202,44,243,69v49,29,73,75,73,138v0,63,-32,110,-97,142v-50,25,-110,37,-181,37","w":642},"T":{"d":"298,-631r0,631r-51,0r0,-631r-259,0r0,-47r569,0r0,47r-259,0","w":545},"U":{"d":"546,-53v-47,40,-119,60,-214,60v-97,0,-168,-20,-215,-61v-50,-43,-75,-110,-75,-202r0,-422r51,0r0,422v0,144,80,216,239,216v159,0,238,-71,238,-213r0,-425r51,0r0,424v0,91,-25,158,-75,201","w":664},"V":{"d":"340,0r-43,0r-307,-678r54,0r275,606r266,-606r54,0","w":628},"W":{"d":"689,0r-43,0r-159,-364r-155,364r-43,0r-296,-678r54,0r264,604r148,-353r-109,-251r54,0r264,605r255,-605r53,0","w":970},"X":{"d":"570,0r-266,-311r-269,311r-65,0r300,-349r-285,-329r67,0r252,292r254,-292r66,0r-285,330r296,348r-65,0","w":604},"Y":{"d":"339,-328r0,328r-51,0r0,-328r-321,-350r66,0r280,304r281,-304r65,0","w":626},"Z":{"d":"22,0r0,-45r507,-586r-478,0r0,-47r546,0r0,44r-507,587r515,0r0,47r-583,0","w":626},"[":{"d":"86,168r0,-902r148,0r0,48r-97,0r0,806r97,0r0,48r-148,0","w":233},"\\":{"d":"320,0r-352,-694r54,0r352,694r-54,0","w":350},"]":{"d":"146,168r-147,0r0,-48r96,0r1,-32r-1,-774r-96,0r0,-48r148,0","w":233},"^":{"d":"203,-511r-56,-82r-56,82r-56,0r92,-135r38,0r98,135r-60,0","w":298},"_":{"d":"-15,119r0,-48r555,0r0,48r-555,0","w":525},"`":{"d":"170,-533v-11,6,-22,5,-35,-3r-86,-72v-24,-21,-36,-36,-36,-45v0,-5,4,-10,11,-14v12,-9,24,-8,36,3r113,100v5,4,7,9,7,14v0,7,-3,12,-10,17","w":193},"a":{"d":"463,1r0,-88v-45,65,-112,98,-203,98v-77,0,-138,-25,-183,-74v-42,-47,-63,-107,-63,-180v0,-75,21,-136,64,-183v45,-49,107,-74,186,-74v89,0,156,32,199,95r0,-93r51,0r0,499r-51,0xm412,-395v-36,-39,-87,-58,-153,-58v-61,0,-110,21,-146,62v-33,39,-49,88,-49,148v0,61,16,110,49,147v35,40,83,60,146,60v62,0,112,-20,149,-59v37,-39,55,-89,55,-148v0,-64,-17,-115,-51,-152","w":564},"b":{"d":"478,-63v-45,49,-107,73,-186,73v-86,0,-152,-33,-198,-98r0,88r-51,0r0,-678r51,0r0,265v43,-63,110,-95,199,-95v80,0,142,25,186,76v41,47,62,109,62,186v0,77,-21,138,-63,183xm443,-399v-34,-41,-83,-61,-146,-61v-68,0,-119,20,-154,60v-33,37,-49,89,-49,156v0,61,19,112,56,150v37,38,87,57,148,57v62,0,110,-20,145,-61v32,-38,48,-88,48,-149v0,-63,-16,-114,-48,-152","w":564},"c":{"d":"418,-26v-40,25,-88,37,-144,37v-79,0,-141,-22,-187,-67v-46,-45,-69,-105,-69,-180v0,-79,23,-142,70,-191v47,-49,113,-73,197,-73v51,0,95,11,132,34v41,25,69,65,84,118r-47,23v-23,-85,-80,-128,-171,-128v-68,0,-121,20,-158,60v-37,40,-56,92,-56,157v0,61,18,110,54,146v36,36,86,54,150,54v45,0,84,-10,117,-30v35,-22,58,-59,68,-110r48,21v-14,58,-43,101,-88,129","w":525},"d":{"d":"463,0r0,-88v-45,66,-112,99,-203,99v-77,0,-138,-25,-183,-75v-42,-47,-63,-108,-63,-183v0,-76,21,-138,64,-185v45,-50,107,-75,186,-75v89,0,156,32,199,95r0,-266r51,0r0,678r-51,0xm412,-401v-36,-39,-87,-59,-153,-59v-61,0,-110,21,-145,63v-33,39,-50,89,-50,150v0,61,16,111,49,149v35,41,83,62,146,62v62,0,112,-21,149,-62v37,-39,55,-89,55,-149v0,-65,-17,-117,-51,-154","w":564},"e":{"d":"61,-226v7,127,74,190,201,190v97,0,160,-40,191,-119r52,0v-19,63,-52,107,-99,132v-41,23,-89,34,-146,34v-82,0,-145,-24,-188,-71v-41,-44,-61,-105,-61,-183v0,-77,23,-139,69,-186v46,-47,108,-71,185,-71v77,0,138,21,184,64v46,43,69,101,69,174r0,35xm265,-453v-57,0,-103,16,-139,48v-36,32,-58,76,-64,132r400,0v-3,-56,-22,-100,-58,-132v-36,-32,-82,-48,-139,-48","w":525},"f":{"d":"138,-477r0,32r111,0r0,48r-111,0r0,398r-51,0r0,-398r-72,0r0,-48r72,0r0,-32v0,-126,85,-189,254,-189r0,46v-135,0,-203,48,-203,143","w":267},"g":{"d":"266,179v-60,0,-109,-12,-147,-35v-47,-28,-72,-75,-75,-141r51,0v7,86,65,129,172,129v124,0,186,-52,186,-156r0,-64v-45,59,-111,88,-196,88v-75,0,-134,-23,-177,-69v-43,-46,-65,-106,-65,-179v0,-75,23,-135,67,-182v44,-47,105,-70,182,-70v84,0,147,30,189,90r0,-79r51,0r0,466v0,135,-79,202,-238,202xm262,-453v-60,0,-108,20,-144,60v-35,37,-52,85,-52,144v0,59,16,107,48,143v34,39,81,59,141,59v61,0,110,-18,145,-55v35,-37,53,-85,53,-144v0,-59,-17,-108,-52,-148v-35,-40,-81,-59,-139,-59","w":545},"h":{"d":"429,0r0,-324v0,-44,-13,-78,-41,-101v-28,-23,-66,-35,-113,-35v-56,0,-101,16,-133,50v-32,34,-48,78,-48,132r0,278r-51,0r0,-678r51,0r0,249v39,-53,99,-79,180,-79v59,0,108,14,145,43v41,31,61,75,61,132r0,333r-51,0","w":525},"i":{"d":"67,-577v-11,0,-19,-7,-24,-20r0,-70v6,-13,14,-20,24,-20v8,0,17,6,27,18r0,74v-9,12,-18,18,-27,18xm43,0r0,-496r51,0r0,496r-51,0","w":136},"j":{"d":"67,-577v-11,0,-19,-6,-24,-19r0,-71v6,-13,14,-20,24,-20v8,0,17,6,27,18r0,75v-9,11,-18,17,-27,17xm-163,179r0,-47v135,0,203,-53,203,-158r0,-469r51,0r0,470v0,136,-85,204,-254,204","w":136},"k":{"d":"464,0r-258,-272r-112,79r0,193r-51,0r0,-678r51,0r0,426r343,-245r90,2r-280,194r286,301r-69,0","w":532},"l":{"d":"43,0r0,-678r51,0r0,678r-51,0","w":136},"m":{"d":"722,0r0,-319v0,-89,-43,-134,-130,-134v-48,0,-86,13,-115,40v-29,27,-43,62,-43,107r0,306r-51,0r0,-319v0,-89,-44,-134,-133,-134v-50,0,-89,18,-118,55v-25,33,-38,75,-38,124r0,274r-51,0r0,-489r51,0r0,64v37,-50,93,-75,166,-75v75,0,128,29,157,86v33,-57,91,-86,173,-86v122,0,183,57,183,172r0,328r-51,0","w":817},"n":{"d":"429,0r0,-319v0,-43,-14,-77,-42,-101v-27,-22,-65,-33,-112,-33v-56,0,-101,16,-133,49v-32,33,-48,77,-48,130r0,274r-51,0r0,-489r51,0r0,67v39,-52,99,-78,180,-78v59,0,108,14,145,42v41,31,61,74,61,130r0,328r-51,0","w":525},"o":{"d":"272,11v-79,0,-142,-24,-188,-71v-46,-47,-70,-109,-70,-184v0,-78,24,-140,72,-186v48,-46,110,-70,188,-70v78,0,141,24,188,70v47,46,70,108,70,186v0,78,-24,140,-72,186v-48,46,-110,69,-188,69xm273,-453v-64,0,-115,19,-152,57v-37,38,-56,88,-56,152v0,63,19,114,57,152v38,38,88,56,151,56v63,0,113,-18,151,-56v38,-38,57,-89,57,-152v0,-63,-18,-114,-55,-152v-37,-38,-88,-57,-153,-57","w":545},"p":{"d":"293,18v-89,0,-155,-32,-199,-96r0,246r-51,0r0,-657r51,0r0,85v44,-64,110,-96,198,-96v79,0,141,24,186,73v42,47,63,108,63,184v0,79,-22,143,-65,190v-43,47,-104,71,-183,71xm442,-391v-35,-41,-83,-62,-144,-62v-62,0,-111,19,-148,57v-37,38,-56,89,-56,152v0,67,16,118,49,155v35,40,86,60,154,60v63,0,111,-21,146,-62v32,-39,48,-89,48,-151v0,-61,-16,-110,-49,-149","w":564},"q":{"d":"462,168r0,-242v-41,61,-109,92,-204,92v-75,0,-135,-26,-180,-77v-43,-48,-64,-109,-64,-184v0,-73,22,-134,66,-183v44,-49,105,-74,182,-74v90,0,157,32,200,96r0,-85r51,0r0,657r-51,0xm257,-453v-61,0,-109,21,-144,63v-32,38,-48,87,-48,148v0,61,16,110,49,149v35,43,83,64,144,64v67,0,119,-20,154,-59v34,-37,51,-88,51,-154v0,-62,-18,-113,-55,-152v-37,-39,-87,-59,-151,-59","w":564},"r":{"d":"138,-373v-29,46,-44,105,-44,177r0,196r-51,0r0,-489r51,0r0,83v10,-15,23,-28,38,-41v44,-35,102,-53,175,-53r0,47v-78,0,-134,27,-169,80","w":318},"s":{"d":"249,13v-149,0,-223,-67,-223,-200r53,0v0,53,14,91,41,115v27,24,71,36,130,36v40,0,73,-6,99,-19v32,-17,48,-41,48,-74v0,-40,-33,-68,-100,-83v-5,-1,-38,-7,-100,-16v-100,-15,-150,-59,-150,-130v0,-47,20,-83,60,-109v34,-23,76,-34,125,-34v143,0,215,59,215,178r-54,0v0,-45,-12,-79,-37,-99v-25,-20,-64,-30,-119,-30v-37,0,-68,7,-93,22v-29,17,-44,41,-44,72v0,40,33,66,98,77v17,3,53,10,106,19v97,17,146,61,146,133v0,51,-22,88,-66,113v-35,19,-80,29,-135,29","w":486},"t":{"d":"156,-420r0,420r-49,0r-2,-420r-99,0r0,-47r99,0r0,-147r51,0r0,147r101,0r0,47r-101,0","w":263},"u":{"d":"429,1r0,-68v-39,52,-99,78,-179,78v-63,0,-112,-15,-149,-45v-39,-33,-58,-78,-58,-137r0,-317r51,0r0,316v0,91,52,136,156,136v60,0,105,-17,136,-52v29,-33,43,-78,43,-136r0,-264r51,0r0,489r-51,0","w":525},"v":{"d":"268,0r-46,0r-236,-488r59,0r199,423r186,-423r56,0","w":471},"w":{"d":"560,0r-47,0r-123,-267r-114,267r-46,0r-225,-488r58,0r189,421r110,-263r-74,-158r59,0r188,421r176,-421r55,0","w":771},"x":{"d":"430,0r-197,-216r-196,216r-66,0r230,-253r-209,-235r66,0r175,200r179,-200r64,0r-209,235r229,253r-66,0","w":467},"y":{"d":"241,179v-59,0,-108,-12,-146,-35v-47,-28,-72,-75,-75,-141r51,0v7,86,65,129,172,129v124,0,186,-52,186,-156r0,-37v-39,53,-99,79,-179,79v-63,0,-112,-15,-149,-46v-39,-33,-58,-79,-58,-138r0,-322r51,0r0,321v0,92,52,138,156,138v60,0,105,-18,136,-53v29,-33,43,-79,43,-138r0,-268r51,0r0,465v0,135,-80,202,-239,202","w":525},"z":{"d":"13,0r0,-42r360,-399r-331,0r0,-47r401,0r0,41r-360,400r377,0r0,47r-447,0","w":473},"{":{"d":"243,168v-62,0,-93,-36,-93,-107r0,-221v0,-37,-5,-61,-15,-73v-7,-7,-27,-18,-61,-33r0,-35v17,-7,38,-18,61,-32v10,-12,15,-36,15,-73r0,-221v0,-71,31,-107,93,-107r26,0r0,48r-25,0v-19,0,-32,8,-38,25v-3,10,-5,29,-5,58r0,199v0,44,-7,76,-22,95v-7,9,-18,17,-34,26v17,9,28,17,34,25v15,19,22,51,22,96r0,198v0,29,2,49,5,59v6,17,19,25,38,25r25,0r0,48r-26,0","w":350},"|":{"d":"91,32r0,-738r51,0r0,738r-51,0","w":233},"}":{"d":"208,-233v-10,12,-15,36,-15,73r0,221v0,71,-31,107,-93,107r-26,0r0,-48r25,0v19,0,32,-8,38,-25v3,-10,5,-30,5,-59r0,-198v0,-45,7,-77,22,-96v6,-8,17,-16,34,-25v-16,-9,-27,-17,-34,-26v-15,-19,-22,-51,-22,-95r0,-199v0,-29,-2,-48,-5,-58v-6,-17,-19,-25,-38,-25r-25,0r0,-48r26,0v62,0,93,36,93,107r0,221v0,41,6,66,19,76v9,7,28,17,57,29r0,35v-17,7,-38,18,-61,33","w":350},"~":{"d":"380,-351v-21,0,-60,-10,-115,-30v-51,-19,-83,-28,-97,-28v-36,0,-58,20,-66,59r-62,0v6,-35,21,-61,45,-78v24,-17,52,-26,85,-26v20,0,57,10,112,30v51,19,83,29,98,29v37,0,60,-20,67,-61r62,0v-6,35,-21,62,-45,79v-24,17,-52,26,-84,26","w":548},"\u00a0":{"w":354}}});(function(){if(window.jQuery)var _jQuery=window.jQuery;var jQuery=window.jQuery=function(selector,context){return new jQuery.prototype.init(selector,context);};if(window.$)var _$=window.$;window.$=jQuery;var quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#(\w+)$/;var isSimple=/^.[^:#\[\.]*$/;jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;if(selector.nodeType){this[0]=selector;this.length=1;return this;}else if(typeof selector=="string"){var match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1])selector=jQuery.clean([match[1]],context);else{var elem=document.getElementById(match[3]);if(elem)if(elem.id!=match[3])return jQuery().find(selector);else{this[0]=elem;this.length=1;return this;}else selector=[];}}else return new jQuery(context).find(selector);}else if(jQuery.isFunction(selector))return new jQuery(document)[jQuery.fn.ready?"ready":"load"](selector);return this.setArray(selector.constructor==Array&&selector||(selector.jquery||selector.length&&selector!=window&&!selector.nodeType&&selector[0]!=undefined&&selector[0].nodeType)&&jQuery.makeArray(selector)||[selector]);},jquery:"1.2.3",size:function(){return this.length;},length:0,get:function(num){return num==undefined?jQuery.makeArray(this):this[num];},pushStack:function(elems){var ret=jQuery(elems);ret.prevObject=this;return ret;},setArray:function(elems){this.length=0;Array.prototype.push.apply(this,elems);return this;},each:function(callback,args){return jQuery.each(this,callback,args);},index:function(elem){var ret=-1;this.each(function(i){if(this==elem)ret=i;});return ret;},attr:function(name,value,type){var options=name;if(name.constructor==String)if(value==undefined)return this.length&&jQuery[type||"attr"](this[0],name)||undefined;else{options={};options[name]=value;}
return this.each(function(i){for(name in options)jQuery.attr(type?this.style:this,name,jQuery.prop(this,options[name],type,i,name));});},css:function(key,value){if((key=='width'||key=='height')&&parseFloat(value)<0)value=undefined;return this.attr(key,value,"curCSS");},text:function(text){if(typeof text!="object"&&text!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));var ret="";jQuery.each(text||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8)ret+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this]);});});return ret;},wrapAll:function(html){if(this[0])jQuery(html,this[0].ownerDocument).clone().insertBefore(this[0]).map(function(){var elem=this;while(elem.firstChild)elem=elem.firstChild;return elem;}).append(this);return this;},wrapInner:function(html){return this.each(function(){jQuery(this).contents().wrapAll(html);});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},append:function(){return this.domManip(arguments,true,false,function(elem){if(this.nodeType==1)this.appendChild(elem);});},prepend:function(){return this.domManip(arguments,true,true,function(elem){if(this.nodeType==1)this.insertBefore(elem,this.firstChild);});},before:function(){return this.domManip(arguments,false,false,function(elem){this.parentNode.insertBefore(elem,this);});},after:function(){return this.domManip(arguments,false,true,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});},end:function(){return this.prevObject||jQuery([]);},find:function(selector){var elems=jQuery.map(this,function(elem){return jQuery.find(selector,elem);});return this.pushStack(/[^+>] [^+>]/.test(selector)||selector.indexOf("..")>-1?jQuery.unique(elems):elems);},clone:function(events){var ret=this.map(function(){if(jQuery.browser.msie&&!jQuery.isXMLDoc(this)){var clone=this.cloneNode(true),container=document.createElement("div");container.appendChild(clone);return jQuery.clean([container.innerHTML])[0];}else return this.cloneNode(true);});var clone=ret.find("*").andSelf().each(function(){if(this[expando]!=undefined)this[expando]=null;});if(events===true)this.find("*").andSelf().each(function(i){if(this.nodeType==3)return;var events=jQuery.data(this,"events");for(var type in events)for(var handler in events[type])jQuery.event.add(clone[i],type,events[type][handler],events[type][handler].data);});return ret;},filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,function(elem,i){return selector.call(elem,i);})||jQuery.multiFilter(selector,this));},not:function(selector){if(selector.constructor==String)if(isSimple.test(selector))return this.pushStack(jQuery.multiFilter(selector,this,true));else selector=jQuery.multiFilter(selector,this);var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;return this.filter(function(){return isArrayLike?jQuery.inArray(this,selector)<0:this!=selector;});},add:function(selector){return!selector?this:this.pushStack(jQuery.merge(this.get(),selector.constructor==String?jQuery(selector).get():selector.length!=undefined&&(!selector.nodeName||jQuery.nodeName(selector,"form"))?selector:[selector]));},is:function(selector){return selector?jQuery.multiFilter(selector,this).length>0:false;},hasClass:function(selector){return this.is("."+selector);},val:function(value){if(value==undefined){if(this.length){var elem=this[0];if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type=="select-one";if(index<0)return null;for(var i=one?index:0,max=one?index+1:options.length;i<max;i++){var option=options[i];if(option.selected){value=jQuery.browser.msie&&!option.attributes.value.specified?option.text:option.value;if(one)return value;values.push(value);}}
return values;}else return(this[0].value||"").replace(/\r/g,"");}
return undefined;}
return this.each(function(){if(this.nodeType!=1)return;if(value.constructor==Array&&/radio|checkbox/.test(this.type))this.checked=(jQuery.inArray(this.value,value)>=0||jQuery.inArray(this.name,value)>=0);else if(jQuery.nodeName(this,"select")){var values=value.constructor==Array?value:[value];jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.inArray(this.text,values)>=0);});if(!values.length)this.selectedIndex=-1;}else this.value=value;});},html:function(value){return value==undefined?(this.length?this[0].innerHTML:null):this.empty().append(value);},replaceWith:function(value){return this.after(value).remove();},eq:function(i){return this.slice(i,i+1);},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},andSelf:function(){return this.add(this.prevObject);},data:function(key,value){var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value==null){var data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data==undefined&&this.length)data=jQuery.data(this[0],key);return data==null&&parts[1]?this.data(parts[0]):data;}else return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this,key,value);});},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);});},domManip:function(args,table,reverse,callback){var clone=this.length>1,elems;return this.each(function(){if(!elems){elems=jQuery.clean(args,this.ownerDocument);if(reverse)elems.reverse();}
var obj=this;if(table&&jQuery.nodeName(this,"table")&&jQuery.nodeName(elems[0],"tr"))obj=this.getElementsByTagName("tbody")[0]||this.appendChild(this.ownerDocument.createElement("tbody"));var scripts=jQuery([]);jQuery.each(elems,function(){var elem=clone?jQuery(this).clone(true)[0]:this;if(jQuery.nodeName(elem,"script")){scripts=scripts.add(elem);}else{if(elem.nodeType==1)scripts=scripts.add(jQuery("script",elem).remove());callback.call(obj,elem);}});scripts.each(evalScript);});}};jQuery.prototype.init.prototype=jQuery.prototype;function evalScript(i,elem){if(elem.src)jQuery.ajax({url:elem.src,async:false,dataType:"script"});else jQuery.globalEval(elem.text||elem.textContent||elem.innerHTML||"");if(elem.parentNode)elem.parentNode.removeChild(elem);}
jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options;if(target.constructor==Boolean){deep=target;target=arguments[1]||{};i=2;}
if(typeof target!="object"&&typeof target!="function")target={};if(length==1){target=this;i=0;}
for(;i<length;i++)if((options=arguments[i])!=null)for(var name in options){if(target===options[name])continue;if(deep&&options[name]&&typeof options[name]=="object"&&target[name]&&!options[name].nodeType)target[name]=jQuery.extend(target[name],options[name]);else if(options[name]!=undefined)target[name]=options[name];}
return target;};var expando="jQuery"+(new Date()).getTime(),uuid=0,windowData={};var exclude=/z-?index|font-?weight|opacity|zoom|line-?height/i;jQuery.extend({noConflict:function(deep){window.$=_$;if(deep)window.jQuery=_jQuery;return jQuery;},isFunction:function(fn){return!!fn&&typeof fn!="string"&&!fn.nodeName&&fn.constructor!=Array&&/function/i.test(fn+"");},isXMLDoc:function(elem){return elem.documentElement&&!elem.body||elem.tagName&&elem.ownerDocument&&!elem.ownerDocument.body;},globalEval:function(data){data=jQuery.trim(data);if(data){var head=document.getElementsByTagName("head")[0]||document.documentElement,script=document.createElement("script");script.type="text/javascript";if(jQuery.browser.msie)script.text=data;else script.appendChild(document.createTextNode(data));head.appendChild(script);head.removeChild(script);}},nodeName:function(elem,name){return elem.nodeName&&elem.nodeName.toUpperCase()==name.toUpperCase();},cache:{},data:function(elem,name,data){elem=elem==window?windowData:elem;var id=elem[expando];if(!id)id=elem[expando]=++uuid;if(name&&!jQuery.cache[id])jQuery.cache[id]={};if(data!=undefined)jQuery.cache[id][name]=data;return name?jQuery.cache[id][name]:id;},removeData:function(elem,name){elem=elem==window?windowData:elem;var id=elem[expando];if(name){if(jQuery.cache[id]){delete jQuery.cache[id][name];name="";for(name in jQuery.cache[id])break;if(!name)jQuery.removeData(elem);}}else{try{delete elem[expando];}catch(e){if(elem.removeAttribute)elem.removeAttribute(expando);}
delete jQuery.cache[id];}},each:function(object,callback,args){if(args){if(object.length==undefined){for(var name in object)if(callback.apply(object[name],args)===false)break;}else for(var i=0,length=object.length;i<length;i++)if(callback.apply(object[i],args)===false)break;}else{if(object.length==undefined){for(var name in object)if(callback.call(object[name],name,object[name])===false)break;}else for(var i=0,length=object.length,value=object[0];i<length&&callback.call(value,i,value)!==false;value=object[++i]){}}
return object;},prop:function(elem,value,type,i,name){if(jQuery.isFunction(value))value=value.call(elem,i);return value&&value.constructor==Number&&type=="curCSS"&&!exclude.test(name)?value+"px":value;},className:{add:function(elem,classNames){jQuery.each((classNames||"").split(/\s+/),function(i,className){if(elem.nodeType==1&&!jQuery.className.has(elem.className,className))elem.className+=(elem.className?" ":"")+className;});},remove:function(elem,classNames){if(elem.nodeType==1)elem.className=classNames!=undefined?jQuery.grep(elem.className.split(/\s+/),function(className){return!jQuery.className.has(classNames,className);}).join(" "):"";},has:function(elem,className){return jQuery.inArray(className,(elem.className||elem).toString().split(/\s+/))>-1;}},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name];}
callback.call(elem);for(var name in options)elem.style[name]=old[name];},css:function(elem,name,force){if(name=="width"||name=="height"){var val,props={position:"absolute",visibility:"hidden",display:"block"},which=name=="width"?["Left","Right"]:["Top","Bottom"];function getWH(){val=name=="width"?elem.offsetWidth:elem.offsetHeight;var padding=0,border=0;jQuery.each(which,function(){padding+=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0;border+=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0;});val-=Math.round(padding+border);}
if(jQuery(elem).is(":visible"))getWH();else jQuery.swap(elem,props,getWH);return Math.max(0,val);}
return jQuery.curCSS(elem,name,force);},curCSS:function(elem,name,force){var ret;function color(elem){if(!jQuery.browser.safari)return false;var ret=document.defaultView.getComputedStyle(elem,null);return!ret||ret.getPropertyValue("color")=="";}
if(name=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(elem.style,"opacity");return ret==""?"1":ret;}
if(jQuery.browser.opera&&name=="display"){var save=elem.style.outline;elem.style.outline="0 solid black";elem.style.outline=save;}
if(name.match(/float/i))name=styleFloat;if(!force&&elem.style&&elem.style[name])ret=elem.style[name];else if(document.defaultView&&document.defaultView.getComputedStyle){if(name.match(/float/i))name="float";name=name.replace(/([A-Z])/g,"-$1").toLowerCase();var getComputedStyle=document.defaultView.getComputedStyle(elem,null);if(getComputedStyle&&!color(elem))ret=getComputedStyle.getPropertyValue(name);else{var swap=[],stack=[];for(var a=elem;a&&color(a);a=a.parentNode)stack.unshift(a);for(var i=0;i<stack.length;i++)if(color(stack[i])){swap[i]=stack[i].style.display;stack[i].style.display="block";}
ret=name=="display"&&swap[stack.length-1]!=null?"none":(getComputedStyle&&getComputedStyle.getPropertyValue(name))||"";for(var i=0;i<swap.length;i++)if(swap[i]!=null)stack[i].style.display=swap[i];}
if(name=="opacity"&&ret=="")ret="1";}else if(elem.currentStyle){var camelCase=name.replace(/\-(\w)/g,function(all,letter){return letter.toUpperCase();});ret=elem.currentStyle[name]||elem.currentStyle[camelCase];if(!/^\d+(px)?$/i.test(ret)&&/^\d/.test(ret)){var style=elem.style.left,runtimeStyle=elem.runtimeStyle.left;elem.runtimeStyle.left=elem.currentStyle.left;elem.style.left=ret||0;ret=elem.style.pixelLeft+"px";elem.style.left=style;elem.runtimeStyle.left=runtimeStyle;}}
return ret;},clean:function(elems,context){var ret=[];context=context||document;if(typeof context.createElement=='undefined')context=context.ownerDocument||context[0]&&context[0].ownerDocument||document;jQuery.each(elems,function(i,elem){if(!elem)return;if(elem.constructor==Number)elem=elem.toString();if(typeof elem=="string"){elem=elem.replace(/(<(\w+)[^>]*?)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?all:front+"></"+tag+">";});var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");var wrap=!tags.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!tags.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||tags.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!tags.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!tags.indexOf("<td")||!tags.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!tags.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||jQuery.browser.msie&&[1,"div<div>","</div>"]||[0,"",""];div.innerHTML=wrap[1]+elem+wrap[2];while(wrap[0]--)div=div.lastChild;if(jQuery.browser.msie){var tbody=!tags.indexOf("<table")&&tags.indexOf("<tbody")<0?div.firstChild&&div.firstChild.childNodes:wrap[1]=="<table>"&&tags.indexOf("<tbody")<0?div.childNodes:[];for(var j=tbody.length-1;j>=0;--j)if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length)tbody[j].parentNode.removeChild(tbody[j]);if(/^\s/.test(elem))div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChild);}
elem=jQuery.makeArray(div.childNodes);}
if(elem.length===0&&(!jQuery.nodeName(elem,"form")&&!jQuery.nodeName(elem,"select")))return;if(elem[0]==undefined||jQuery.nodeName(elem,"form")||elem.options)ret.push(elem);else ret=jQuery.merge(ret,elem);});return ret;},attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8)return undefined;var fix=jQuery.isXMLDoc(elem)?{}:jQuery.props;if(name=="selected"&&jQuery.browser.safari)elem.parentNode.selectedIndex;if(fix[name]){if(value!=undefined)elem[fix[name]]=value;return elem[fix[name]];}else if(jQuery.browser.msie&&name=="style")return jQuery.attr(elem.style,"cssText",value);else if(value==undefined&&jQuery.browser.msie&&jQuery.nodeName(elem,"form")&&(name=="action"||name=="method"))return elem.getAttributeNode(name).nodeValue;else if(elem.tagName){if(value!=undefined){if(name=="type"&&jQuery.nodeName(elem,"input")&&elem.parentNode)throw"type property can't be changed";elem.setAttribute(name,""+value);}
if(jQuery.browser.msie&&/href|src/.test(name)&&!jQuery.isXMLDoc(elem))return elem.getAttribute(name,2);return elem.getAttribute(name);}else{if(name=="opacity"&&jQuery.browser.msie){if(value!=undefined){elem.zoom=1;elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+(parseFloat(value).toString()=="NaN"?"":"alpha(opacity="+value*100+")");}
return elem.filter&&elem.filter.indexOf("opacity=")>=0?(parseFloat(elem.filter.match(/opacity=([^)]*)/)[1])/100).toString():"";}
name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase();});if(value!=undefined)elem[name]=value;return elem[name];}},trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");},makeArray:function(array){var ret=[];if(typeof array!="array")for(var i=0,length=array.length;i<length;i++)ret.push(array[i]);else ret=array.slice(0);return ret;},inArray:function(elem,array){for(var i=0,length=array.length;i<length;i++)if(array[i]==elem)return i;return-1;},merge:function(first,second){if(jQuery.browser.msie){for(var i=0;second[i];i++)if(second[i].nodeType!=8)first.push(second[i]);}else for(var i=0;second[i];i++)first.push(second[i]);return first;},unique:function(array){var ret=[],done={};try{for(var i=0,length=array.length;i<length;i++){var id=jQuery.data(array[i]);if(!done[id]){done[id]=true;ret.push(array[i]);}}}catch(e){ret=array;}
return ret;},grep:function(elems,callback,inv){var ret=[];for(var i=0,length=elems.length;i<length;i++)if(!inv&&callback(elems[i],i)||inv&&!callback(elems[i],i))ret.push(elems[i]);return ret;},map:function(elems,callback){var ret=[];for(var i=0,length=elems.length;i<length;i++){var value=callback(elems[i],i);if(value!==null&&value!=undefined){if(value.constructor!=Array)value=[value];ret=ret.concat(value);}}
return ret;}});var userAgent=navigator.userAgent.toLowerCase();jQuery.browser={version:(userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1],safari:/webkit/.test(userAgent),opera:/opera/.test(userAgent),msie:/msie/.test(userAgent)&&!/opera/.test(userAgent),mozilla:/mozilla/.test(userAgent)&&!/(compatible|webkit)/.test(userAgent)};var styleFloat=jQuery.browser.msie?"styleFloat":"cssFloat";jQuery.extend({boxModel:!jQuery.browser.msie||document.compatMode=="CSS1Compat",props:{"for":"htmlFor","class":"className","float":styleFloat,cssFloat:styleFloat,styleFloat:styleFloat,innerHTML:"innerHTML",className:"className",value:"value",disabled:"disabled",checked:"checked",readonly:"readOnly",selected:"selected",maxlength:"maxLength",selectedIndex:"selectedIndex",defaultValue:"defaultValue",tagName:"tagName",nodeName:"nodeName"}});jQuery.each({parent:function(elem){return elem.parentNode;},parents:function(elem){return jQuery.dir(elem,"parentNode");},next:function(elem){return jQuery.nth(elem,2,"nextSibling");},prev:function(elem){return jQuery.nth(elem,2,"previousSibling");},nextAll:function(elem){return jQuery.dir(elem,"nextSibling");},prevAll:function(elem){return jQuery.dir(elem,"previousSibling");},siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);},children:function(elem){return jQuery.sibling(elem.firstChild);},contents:function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes);}},function(name,fn){jQuery.fn[name]=function(selector){var ret=jQuery.map(this,fn);if(selector&&typeof selector=="string")ret=jQuery.multiFilter(selector,ret);return this.pushStack(jQuery.unique(ret));};});jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(name,original){jQuery.fn[name]=function(){var args=arguments;return this.each(function(){for(var i=0,length=args.length;i<length;i++)jQuery(args[i])[original](this);});};});jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");if(this.nodeType==1)this.removeAttribute(name);},addClass:function(classNames){jQuery.className.add(this,classNames);},removeClass:function(classNames){jQuery.className.remove(this,classNames);},toggleClass:function(classNames){jQuery.className[jQuery.className.has(this,classNames)?"remove":"add"](this,classNames);},remove:function(selector){if(!selector||jQuery.filter(selector,[this]).r.length){jQuery("*",this).add(this).each(function(){jQuery.event.remove(this);jQuery.removeData(this);});if(this.parentNode)this.parentNode.removeChild(this);}},empty:function(){jQuery(">*",this).remove();while(this.firstChild)this.removeChild(this.firstChild);}},function(name,fn){jQuery.fn[name]=function(){return this.each(fn,arguments);};});jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn[type]=function(size){return this[0]==window?jQuery.browser.opera&&document.body["client"+name]||jQuery.browser.safari&&window["inner"+name]||document.compatMode=="CSS1Compat"&&document.documentElement["client"+name]||document.body["client"+name]:this[0]==document?Math.max(Math.max(document.body["scroll"+name],document.documentElement["scroll"+name]),Math.max(document.body["offset"+name],document.documentElement["offset"+name])):size==undefined?(this.length?jQuery.css(this[0],type):null):this.css(type,size.constructor==String?size:size+"px");};});var chars=jQuery.browser.safari&&parseInt(jQuery.browser.version)<417?"(?:[\\w*_-]|\\\\.)":"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",quickChild=new RegExp("^>\\s*("+chars+"+)"),quickID=new RegExp("^("+chars+"+)(#)("+chars+"+)"),quickClass=new RegExp("^([#.]?)("+chars+"*)");jQuery.extend({expr:{"":function(a,i,m){return m[2]=="*"||jQuery.nodeName(a,m[2]);},"#":function(a,i,m){return a.getAttribute("id")==m[2];},":":{lt:function(a,i,m){return i<m[3]-0;},gt:function(a,i,m){return i>m[3]-0;},nth:function(a,i,m){return m[3]-0==i;},eq:function(a,i,m){return m[3]-0==i;},first:function(a,i){return i==0;},last:function(a,i,m,r){return i==r.length-1;},even:function(a,i){return i%2==0;},odd:function(a,i){return i%2;},"first-child":function(a){return a.parentNode.getElementsByTagName("*")[0]==a;},"last-child":function(a){return jQuery.nth(a.parentNode.lastChild,1,"previousSibling")==a;},"only-child":function(a){return!jQuery.nth(a.parentNode.lastChild,2,"previousSibling");},parent:function(a){return a.firstChild;},empty:function(a){return!a.firstChild;},contains:function(a,i,m){return(a.textContent||a.innerText||jQuery(a).text()||"").indexOf(m[3])>=0;},visible:function(a){return"hidden"!=a.type&&jQuery.css(a,"display")!="none"&&jQuery.css(a,"visibility")!="hidden";},hidden:function(a){return"hidden"==a.type||jQuery.css(a,"display")=="none"||jQuery.css(a,"visibility")=="hidden";},enabled:function(a){return!a.disabled;},disabled:function(a){return a.disabled;},checked:function(a){return a.checked;},selected:function(a){return a.selected||jQuery.attr(a,"selected");},text:function(a){return"text"==a.type;},radio:function(a){return"radio"==a.type;},checkbox:function(a){return"checkbox"==a.type;},file:function(a){return"file"==a.type;},password:function(a){return"password"==a.type;},submit:function(a){return"submit"==a.type;},image:function(a){return"image"==a.type;},reset:function(a){return"reset"==a.type;},button:function(a){return"button"==a.type||jQuery.nodeName(a,"button");},input:function(a){return/input|select|textarea|button/i.test(a.nodeName);},has:function(a,i,m){return jQuery.find(m[3],a).length;},header:function(a){return/h\d/i.test(a.nodeName);},animated:function(a){return jQuery.grep(jQuery.timers,function(fn){return a==fn.elem;}).length;}}},parse:[/^(\[) *@?([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,new RegExp("^([:.#]*)("+chars+"+)")],multiFilter:function(expr,elems,not){var old,cur=[];while(expr&&expr!=old){old=expr;var f=jQuery.filter(expr,elems,not);expr=f.t.replace(/^\s*,\s*/,"");cur=not?elems=f.r:jQuery.merge(cur,f.r);}
return cur;},find:function(t,context){if(typeof t!="string")return[t];if(context&&context.nodeType!=1&&context.nodeType!=9)return[];context=context||document;var ret=[context],done=[],last,nodeName;while(t&&last!=t){var r=[];last=t;t=jQuery.trim(t);var foundToken=false;var re=quickChild;var m=re.exec(t);if(m){nodeName=m[1].toUpperCase();for(var i=0;ret[i];i++)for(var c=ret[i].firstChild;c;c=c.nextSibling)if(c.nodeType==1&&(nodeName=="*"||c.nodeName.toUpperCase()==nodeName))r.push(c);ret=r;t=t.replace(re,"");if(t.indexOf(" ")==0)continue;foundToken=true;}else{re=/^([>+~])\s*(\w*)/i;if((m=re.exec(t))!=null){r=[];var merge={};nodeName=m[2].toUpperCase();m=m[1];for(var j=0,rl=ret.length;j<rl;j++){var n=m=="~"||m=="+"?ret[j].nextSibling:ret[j].firstChild;for(;n;n=n.nextSibling)if(n.nodeType==1){var id=jQuery.data(n);if(m=="~"&&merge[id])break;if(!nodeName||n.nodeName.toUpperCase()==nodeName){if(m=="~")merge[id]=true;r.push(n);}
if(m=="+")break;}}
ret=r;t=jQuery.trim(t.replace(re,""));foundToken=true;}}
if(t&&!foundToken){if(!t.indexOf(",")){if(context==ret[0])ret.shift();done=jQuery.merge(done,ret);r=ret=[context];t=" "+t.substr(1,t.length);}else{var re2=quickID;var m=re2.exec(t);if(m){m=[0,m[2],m[3],m[1]];}else{re2=quickClass;m=re2.exec(t);}
m[2]=m[2].replace(/\\/g,"");var elem=ret[ret.length-1];if(m[1]=="#"&&elem&&elem.getElementById&&!jQuery.isXMLDoc(elem)){var oid=elem.getElementById(m[2]);if((jQuery.browser.msie||jQuery.browser.opera)&&oid&&typeof oid.id=="string"&&oid.id!=m[2])oid=jQuery('[@id="'+m[2]+'"]',elem)[0];ret=r=oid&&(!m[3]||jQuery.nodeName(oid,m[3]))?[oid]:[];}else{for(var i=0;ret[i];i++){var tag=m[1]=="#"&&m[3]?m[3]:m[1]!=""||m[0]==""?"*":m[2];if(tag=="*"&&ret[i].nodeName.toLowerCase()=="object")tag="param";r=jQuery.merge(r,ret[i].getElementsByTagName(tag));}
if(m[1]==".")r=jQuery.classFilter(r,m[2]);if(m[1]=="#"){var tmp=[];for(var i=0;r[i];i++)if(r[i].getAttribute("id")==m[2]){tmp=[r[i]];break;}
r=tmp;}
ret=r;}
t=t.replace(re2,"");}}
if(t){var val=jQuery.filter(t,r);ret=r=val.r;t=jQuery.trim(val.t);}}
if(t)ret=[];if(ret&&context==ret[0])ret.shift();done=jQuery.merge(done,ret);return done;},classFilter:function(r,m,not){m=" "+m+" ";var tmp=[];for(var i=0;r[i];i++){var pass=(" "+r[i].className+" ").indexOf(m)>=0;if(!not&&pass||not&&!pass)tmp.push(r[i]);}
return tmp;},filter:function(t,r,not){var last;while(t&&t!=last){last=t;var p=jQuery.parse,m;for(var i=0;p[i];i++){m=p[i].exec(t);if(m){t=t.substring(m[0].length);m[2]=m[2].replace(/\\/g,"");break;}}
if(!m)break;if(m[1]==":"&&m[2]=="not")r=isSimple.test(m[3])?jQuery.filter(m[3],r,true).r:jQuery(r).not(m[3]);else if(m[1]==".")r=jQuery.classFilter(r,m[2],not);else if(m[1]=="["){var tmp=[],type=m[3];for(var i=0,rl=r.length;i<rl;i++){var a=r[i],z=a[jQuery.props[m[2]]||m[2]];if(z==null||/href|src|selected/.test(m[2]))z=jQuery.attr(a,m[2])||'';if((type==""&&!!z||type=="="&&z==m[5]||type=="!="&&z!=m[5]||type=="^="&&z&&!z.indexOf(m[5])||type=="$="&&z.substr(z.length-m[5].length)==m[5]||(type=="*="||type=="~=")&&z.indexOf(m[5])>=0)^not)tmp.push(a);}
r=tmp;}else if(m[1]==":"&&m[2]=="nth-child"){var merge={},tmp=[],test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(m[3]=="even"&&"2n"||m[3]=="odd"&&"2n+1"||!/\D/.test(m[3])&&"0n+"+m[3]||m[3]),first=(test[1]+(test[2]||1))-0,last=test[3]-0;for(var i=0,rl=r.length;i<rl;i++){var node=r[i],parentNode=node.parentNode,id=jQuery.data(parentNode);if(!merge[id]){var c=1;for(var n=parentNode.firstChild;n;n=n.nextSibling)if(n.nodeType==1)n.nodeIndex=c++;merge[id]=true;}
var add=false;if(first==0){if(node.nodeIndex==last)add=true;}else if((node.nodeIndex-last)%first==0&&(node.nodeIndex-last)/first>=0)add=true;if(add^not)tmp.push(node);}
r=tmp;}else{var fn=jQuery.expr[m[1]];if(typeof fn=="object")fn=fn[m[2]];if(typeof fn=="string")fn=eval("false||function(a,i){return "+fn+";}");r=jQuery.grep(r,function(elem,i){return fn(elem,i,m,r);},not);}}
return{r:r,t:t};},dir:function(elem,dir){var matched=[];var cur=elem[dir];while(cur&&cur!=document){if(cur.nodeType==1)matched.push(cur);cur=cur[dir];}
return matched;},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir])if(cur.nodeType==1&&++num==result)break;return cur;},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType==1&&(!elem||n!=elem))r.push(n);}
return r;}});jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType==3||elem.nodeType==8)return;if(jQuery.browser.msie&&elem.setInterval!=undefined)elem=window;if(!handler.guid)handler.guid=this.guid++;if(data!=undefined){var fn=handler;handler=function(){return fn.apply(this,arguments);};handler.data=data;handler.guid=fn.guid;}
var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"handle")||jQuery.data(elem,"handle",function(){var val;if(typeof jQuery=="undefined"||jQuery.event.triggered)return val;val=jQuery.event.handle.apply(arguments.callee.elem,arguments);return val;});handle.elem=elem;jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];handler.type=parts[1];var handlers=events[type];if(!handlers){handlers=events[type]={};if(!jQuery.event.special[type]||jQuery.event.special[type].setup.call(elem)===false){if(elem.addEventListener)elem.addEventListener(type,handle,false);else if(elem.attachEvent)elem.attachEvent("on"+type,handle);}}
handlers[handler.guid]=handler;jQuery.event.global[type]=true;});elem=null;},guid:1,global:{},remove:function(elem,types,handler){if(elem.nodeType==3||elem.nodeType==8)return;var events=jQuery.data(elem,"events"),ret,index;if(events){if(types==undefined||(typeof types=="string"&&types.charAt(0)=="."))for(var type in events)this.remove(elem,type+(types||""));else{if(types.type){handler=types.handler;types=types.type;}
jQuery.each(types.split(/\s+/),function(index,type){var parts=type.split(".");type=parts[0];if(events[type]){if(handler)delete events[type][handler.guid];else for(handler in events[type])if(!parts[1]||events[type][handler].type==parts[1])delete events[type][handler];for(ret in events[type])break;if(!ret){if(!jQuery.event.special[type]||jQuery.event.special[type].teardown.call(elem)===false){if(elem.removeEventListener)elem.removeEventListener(type,jQuery.data(elem,"handle"),false);else if(elem.detachEvent)elem.detachEvent("on"+type,jQuery.data(elem,"handle"));}
ret=null;delete events[type];}}});}
for(ret in events)break;if(!ret){var handle=jQuery.data(elem,"handle");if(handle)handle.elem=null;jQuery.removeData(elem,"events");jQuery.removeData(elem,"handle");}}},trigger:function(type,data,elem,donative,extra){data=jQuery.makeArray(data||[]);if(type.indexOf("!")>=0){type=type.slice(0,-1);var exclusive=true;}
if(!elem){if(this.global[type])jQuery("*").add([window,document]).trigger(type,data);}else{if(elem.nodeType==3||elem.nodeType==8)return undefined;var val,ret,fn=jQuery.isFunction(elem[type]||null),event=!data[0]||!data[0].preventDefault;if(event)data.unshift(this.fix({type:type,target:elem}));data[0].type=type;if(exclusive)data[0].exclusive=true;if(jQuery.isFunction(jQuery.data(elem,"handle")))val=jQuery.data(elem,"handle").apply(elem,data);if(!fn&&elem["on"+type]&&elem["on"+type].apply(elem,data)===false)val=false;if(event)data.shift();if(extra&&jQuery.isFunction(extra)){ret=extra.apply(elem,val==null?data:data.concat(val));if(ret!==undefined)val=ret;}
if(fn&&donative!==false&&val!==false&&!(jQuery.nodeName(elem,'a')&&type=="click")){this.triggered=true;try{elem[type]();}catch(e){}}
this.triggered=false;}
return val;},handle:function(event){var val;event=jQuery.event.fix(event||window.event||{});var parts=event.type.split(".");event.type=parts[0];var handlers=jQuery.data(this,"events")&&jQuery.data(this,"events")[event.type],args=Array.prototype.slice.call(arguments,1);args.unshift(event);for(var j in handlers){var handler=handlers[j];args[0].handler=handler;args[0].data=handler.data;if(!parts[1]&&!event.exclusive||handler.type==parts[1]){var ret=handler.apply(this,args);if(val!==false)val=ret;if(ret===false){event.preventDefault();event.stopPropagation();}}}
if(jQuery.browser.msie)event.target=event.preventDefault=event.stopPropagation=event.handler=event.data=null;return val;},fix:function(event){var originalEvent=event;event=jQuery.extend({},originalEvent);event.preventDefault=function(){if(originalEvent.preventDefault)originalEvent.preventDefault();originalEvent.returnValue=false;};event.stopPropagation=function(){if(originalEvent.stopPropagation)originalEvent.stopPropagation();originalEvent.cancelBubble=true;};if(!event.target)event.target=event.srcElement||document;if(event.target.nodeType==3)event.target=originalEvent.target.parentNode;if(!event.relatedTarget&&event.fromElement)event.relatedTarget=event.fromElement==event.target?event.toElement:event.fromElement;if(event.pageX==null&&event.clientX!=null){var doc=document.documentElement,body=document.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc.clientTop||0);}
if(!event.which&&((event.charCode||event.charCode===0)?event.charCode:event.keyCode))event.which=event.charCode||event.keyCode;if(!event.metaKey&&event.ctrlKey)event.metaKey=event.ctrlKey;if(!event.which&&event.button)event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)));return event;},special:{ready:{setup:function(){bindReady();return;},teardown:function(){return;}},mouseenter:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseover",jQuery.event.special.mouseenter.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseover",jQuery.event.special.mouseenter.handler);return true;},handler:function(event){if(withinElement(event,this))return true;arguments[0].type="mouseenter";return jQuery.event.handle.apply(this,arguments);}},mouseleave:{setup:function(){if(jQuery.browser.msie)return false;jQuery(this).bind("mouseout",jQuery.event.special.mouseleave.handler);return true;},teardown:function(){if(jQuery.browser.msie)return false;jQuery(this).unbind("mouseout",jQuery.event.special.mouseleave.handler);return true;},handler:function(event){if(withinElement(event,this))return true;arguments[0].type="mouseleave";return jQuery.event.handle.apply(this,arguments);}}}};jQuery.fn.extend({bind:function(type,data,fn){return type=="unload"?this.one(type,data,fn):this.each(function(){jQuery.event.add(this,type,fn||data,fn&&data);});},one:function(type,data,fn){return this.each(function(){jQuery.event.add(this,type,function(event){jQuery(this).unbind(event);return(fn||data).apply(this,arguments);},fn&&data);});},unbind:function(type,fn){return this.each(function(){jQuery.event.remove(this,type,fn);});},trigger:function(type,data,fn){return this.each(function(){jQuery.event.trigger(type,data,this,true,fn);});},triggerHandler:function(type,data,fn){if(this[0])return jQuery.event.trigger(type,data,this[0],false,fn);return undefined;},toggle:function(){var args=arguments;return this.click(function(event){this.lastToggle=0==this.lastToggle?1:0;event.preventDefault();return args[this.lastToggle].apply(this,arguments)||false;});},hover:function(fnOver,fnOut){return this.bind('mouseenter',fnOver).bind('mouseleave',fnOut);},ready:function(fn){bindReady();if(jQuery.isReady)fn.call(document,jQuery);else jQuery.readyList.push(function(){return fn.call(this,jQuery);});return this;}});jQuery.extend({isReady:false,readyList:[],ready:function(){if(!jQuery.isReady){jQuery.isReady=true;if(jQuery.readyList){jQuery.each(jQuery.readyList,function(){this.apply(document);});jQuery.readyList=null;}
jQuery(document).triggerHandler("ready");}}});var readyBound=false;function bindReady(){if(readyBound)return;readyBound=true;if(document.addEventListener&&!jQuery.browser.opera)document.addEventListener("DOMContentLoaded",jQuery.ready,false);if(jQuery.browser.msie&&window==top)(function(){if(jQuery.isReady)return;try{document.documentElement.doScroll("left");}catch(error){setTimeout(arguments.callee,0);return;}
jQuery.ready();})();if(jQuery.browser.opera)document.addEventListener("DOMContentLoaded",function(){if(jQuery.isReady)return;for(var i=0;i<document.styleSheets.length;i++)if(document.styleSheets[i].disabled){setTimeout(arguments.callee,0);return;}
jQuery.ready();},false);if(jQuery.browser.safari){var numStyles;(function(){if(jQuery.isReady)return;if(document.readyState!="loaded"&&document.readyState!="complete"){setTimeout(arguments.callee,0);return;}
if(numStyles===undefined)numStyles=jQuery("style, link[rel=stylesheet]").length;if(document.styleSheets.length!=numStyles){setTimeout(arguments.callee,0);return;}
jQuery.ready();})();}
jQuery.event.add(window,"load",jQuery.ready);}
jQuery.each(("blur,focus,load,resize,scroll,unload,click,dblclick,"+"mousedown,mouseup,mousemove,mouseover,mouseout,change,select,"+"submit,keydown,keypress,keyup,error").split(","),function(i,name){jQuery.fn[name]=function(fn){return fn?this.bind(name,fn):this.trigger(name);};});var withinElement=function(event,elem){var parent=event.relatedTarget;while(parent&&parent!=elem)try{parent=parent.parentNode;}catch(error){parent=elem;}
return parent==elem;};jQuery(window).bind("unload",function(){jQuery("*").add(document).unbind();});jQuery.fn.extend({load:function(url,params,callback){if(jQuery.isFunction(url))return this.bind("load",url);var off=url.indexOf(" ");if(off>=0){var selector=url.slice(off,url.length);url=url.slice(0,off);}
callback=callback||function(){};var type="GET";if(params)if(jQuery.isFunction(params)){callback=params;params=null;}else{params=jQuery.param(params);type="POST";}
var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(res,status){if(status=="success"||status=="notmodified")self.html(selector?jQuery("<div/>").append(res.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(selector):res.responseText);self.each(callback,[res.responseText,status,res]);}});return this;},serialize:function(){return jQuery.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return jQuery.nodeName(this,"form")?jQuery.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type));}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:val.constructor==Array?jQuery.map(val,function(val,i){return{name:elem.name,value:val};}):{name:elem.name,value:val};}).get();}});jQuery.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f);};});var jsc=(new Date).getTime();jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data=null;}
return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type});},getScript:function(url,callback){return jQuery.get(url,null,callback,"script");},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");},post:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data={};}
return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type});},ajaxSetup:function(settings){jQuery.extend(jQuery.ajaxSettings,settings);},ajaxSettings:{global:true,type:"GET",timeout:0,contentType:"application/x-www-form-urlencoded",processData:true,async:true,data:null,username:null,password:null,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(s){var jsonp,jsre=/=\?(&|$)/g,status,data;s=jQuery.extend(true,s,jQuery.extend(true,{},jQuery.ajaxSettings,s));if(s.data&&s.processData&&typeof s.data!="string")s.data=jQuery.param(s.data);if(s.dataType=="jsonp"){if(s.type.toLowerCase()=="get"){if(!s.url.match(jsre))s.url+=(s.url.match(/\?/)?"&":"?")+(s.jsonp||"callback")+"=?";}else if(!s.data||!s.data.match(jsre))s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";s.dataType="json";}
if(s.dataType=="json"&&(s.data&&s.data.match(jsre)||s.url.match(jsre))){jsonp="jsonp"+jsc++;if(s.data)s.data=(s.data+"").replace(jsre,"="+jsonp+"$1");s.url=s.url.replace(jsre,"="+jsonp+"$1");s.dataType="script";window[jsonp]=function(tmp){data=tmp;success();complete();window[jsonp]=undefined;try{delete window[jsonp];}catch(e){}
if(head)head.removeChild(script);};}
if(s.dataType=="script"&&s.cache==null)s.cache=false;if(s.cache===false&&s.type.toLowerCase()=="get"){var ts=(new Date()).getTime();var ret=s.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+ts+"$2");s.url=ret+((ret==s.url)?(s.url.match(/\?/)?"&":"?")+"_="+ts:"");}
if(s.data&&s.type.toLowerCase()=="get"){s.url+=(s.url.match(/\?/)?"&":"?")+s.data;s.data=null;}
if(s.global&&!jQuery.active++)jQuery.event.trigger("ajaxStart");if((!s.url.indexOf("http")||!s.url.indexOf("//"))&&s.dataType=="script"&&s.type.toLowerCase()=="get"){var head=document.getElementsByTagName("head")[0];var script=document.createElement("script");script.src=s.url;if(s.scriptCharset)script.charset=s.scriptCharset;if(!jsonp){var done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){done=true;success();complete();head.removeChild(script);}};}
head.appendChild(script);return undefined;}
var requestDone=false;var xml=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();xml.open(s.type,s.url,s.async,s.username,s.password);try{if(s.data)xml.setRequestHeader("Content-Type",s.contentType);if(s.ifModified)xml.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]||"Thu, 01 Jan 1970 00:00:00 GMT");xml.setRequestHeader("X-Requested-With","XMLHttpRequest");xml.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default);}catch(e){}
if(s.beforeSend)s.beforeSend(xml);if(s.global)jQuery.event.trigger("ajaxSend",[xml,s]);var onreadystatechange=function(isTimeout){if(!requestDone&&xml&&(xml.readyState==4||isTimeout=="timeout")){requestDone=true;if(ival){clearInterval(ival);ival=null;}
status=isTimeout=="timeout"&&"timeout"||!jQuery.httpSuccess(xml)&&"error"||s.ifModified&&jQuery.httpNotModified(xml,s.url)&&"notmodified"||"success";if(status=="success"){try{data=jQuery.httpData(xml,s.dataType);}catch(e){status="parsererror";}}
if(status=="success"){var modRes;try{modRes=xml.getResponseHeader("Last-Modified");}catch(e){}
if(s.ifModified&&modRes)jQuery.lastModified[s.url]=modRes;if(!jsonp)success();}else jQuery.handleError(s,xml,status);complete();if(s.async)xml=null;}};if(s.async){var ival=setInterval(onreadystatechange,13);if(s.timeout>0)setTimeout(function(){if(xml){xml.abort();if(!requestDone)onreadystatechange("timeout");}},s.timeout);}
try{xml.send(s.data);}catch(e){jQuery.handleError(s,xml,null,e);}
if(!s.async)onreadystatechange();function success(){if(s.success)s.success(data,status);if(s.global)jQuery.event.trigger("ajaxSuccess",[xml,s]);}
function complete(){if(s.complete)s.complete(xml,status);if(s.global)jQuery.event.trigger("ajaxComplete",[xml,s]);if(s.global&&!--jQuery.active)jQuery.event.trigger("ajaxStop");}
return xml;},handleError:function(s,xml,status,e){if(s.error)s.error(xml,status,e);if(s.global)jQuery.event.trigger("ajaxError",[xml,s,e]);},active:0,httpSuccess:function(r){try{return!r.status&&location.protocol=="file:"||(r.status>=200&&r.status<300)||r.status==304||r.status==1223||jQuery.browser.safari&&r.status==undefined;}catch(e){}
return false;},httpNotModified:function(xml,url){try{var xmlRes=xml.getResponseHeader("Last-Modified");return xml.status==304||xmlRes==jQuery.lastModified[url]||jQuery.browser.safari&&xml.status==undefined;}catch(e){}
return false;},httpData:function(r,type){var ct=r.getResponseHeader("content-type");var xml=type=="xml"||!type&&ct&&ct.indexOf("xml")>=0;var data=xml?r.responseXML:r.responseText;if(xml&&data.documentElement.tagName=="parsererror")throw"parsererror";if(type=="script")jQuery.globalEval(data);if(type=="json")data=eval("("+data+")");return data;},param:function(a){var s=[];if(a.constructor==Array||a.jquery)jQuery.each(a,function(){s.push(encodeURIComponent(this.name)+"="+encodeURIComponent(this.value));});else for(var j in a)if(a[j]&&a[j].constructor==Array)jQuery.each(a[j],function(){s.push(encodeURIComponent(j)+"="+encodeURIComponent(this));});else s.push(encodeURIComponent(j)+"="+encodeURIComponent(a[j]));return s.join("&").replace(/%20/g,"+");}});jQuery.fn.extend({show:function(speed,callback){return speed?this.animate({height:"show",width:"show",opacity:"show"},speed,callback):this.filter(":hidden").each(function(){this.style.display=this.oldblock||"";if(jQuery.css(this,"display")=="none"){var elem=jQuery("<"+this.tagName+" />").appendTo("body");this.style.display=elem.css("display");if(this.style.display=="none")this.style.display="block";elem.remove();}}).end();},hide:function(speed,callback){return speed?this.animate({height:"hide",width:"hide",opacity:"hide"},speed,callback):this.filter(":visible").each(function(){this.oldblock=this.oldblock||jQuery.css(this,"display");this.style.display="none";}).end();},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){return jQuery.isFunction(fn)&&jQuery.isFunction(fn2)?this._toggle(fn,fn2):fn?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},fn,fn2):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();});},slideDown:function(speed,callback){return this.animate({height:"show"},speed,callback);},slideUp:function(speed,callback){return this.animate({height:"hide"},speed,callback);},slideToggle:function(speed,callback){return this.animate({height:"toggle"},speed,callback);},fadeIn:function(speed,callback){return this.animate({opacity:"show"},speed,callback);},fadeOut:function(speed,callback){return this.animate({opacity:"hide"},speed,callback);},fadeTo:function(speed,to,callback){return this.animate({opacity:to},speed,callback);},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);return this[optall.queue===false?"each":"queue"](function(){if(this.nodeType!=1)return false;var opt=jQuery.extend({},optall);var hidden=jQuery(this).is(":hidden"),self=this;for(var p in prop){if(prop[p]=="hide"&&hidden||prop[p]=="show"&&!hidden)return jQuery.isFunction(opt.complete)&&opt.complete.apply(this);if(p=="height"||p=="width"){opt.display=jQuery.css(this,"display");opt.overflow=this.style.overflow;}}
if(opt.overflow!=null)this.style.overflow="hidden";opt.curAnim=jQuery.extend({},prop);jQuery.each(prop,function(name,val){var e=new jQuery.fx(self,opt,name);if(/toggle|show|hide/.test(val))e[val=="toggle"?hidden?"show":"hide":val](prop);else{var parts=val.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),start=e.cur(true)||0;if(parts){var end=parseFloat(parts[2]),unit=parts[3]||"px";if(unit!="px"){self.style[name]=(end||1)+unit;start=((end||1)/e.cur(true))*start;self.style[name]=start+unit;}
if(parts[1])end=((parts[1]=="-="?-1:1)*end)+start;e.custom(start,end,unit);}else e.custom(start,val,"");}});return true;});},queue:function(type,fn){if(jQuery.isFunction(type)||(type&&type.constructor==Array)){fn=type;type="fx";}
if(!type||(typeof type=="string"&&!fn))return queue(this[0],type);return this.each(function(){if(fn.constructor==Array)queue(this,type,fn);else{queue(this,type).push(fn);if(queue(this,type).length==1)fn.apply(this);}});},stop:function(clearQueue,gotoEnd){var timers=jQuery.timers;if(clearQueue)this.queue([]);this.each(function(){for(var i=timers.length-1;i>=0;i--)if(timers[i].elem==this){if(gotoEnd)timers[i](true);timers.splice(i,1);}});if(!gotoEnd)this.dequeue();return this;}});var queue=function(elem,type,array){if(!elem)return undefined;type=type||"fx";var q=jQuery.data(elem,type+"queue");if(!q||array)q=jQuery.data(elem,type+"queue",array?jQuery.makeArray(array):[]);return q;};jQuery.fn.dequeue=function(type){type=type||"fx";return this.each(function(){var q=queue(this,type);q.shift();if(q.length)q[0].apply(this);});};jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&speed.constructor==Object?speed:{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&easing.constructor!=Function&&easing};opt.duration=(opt.duration&&opt.duration.constructor==Number?opt.duration:{slow:600,fast:200}[opt.duration])||400;opt.old=opt.complete;opt.complete=function(){if(opt.queue!==false)jQuery(this).dequeue();if(jQuery.isFunction(opt.old))opt.old.apply(this);};return opt;},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p;},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum;}},timers:[],timerId:null,fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;if(!options.orig)options.orig={};}});jQuery.fx.prototype={update:function(){if(this.options.step)this.options.step.apply(this.elem,[this.now,this]);(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);if(this.prop=="height"||this.prop=="width")this.elem.style.display="block";},cur:function(force){if(this.elem[this.prop]!=null&&this.elem.style[this.prop]==null)return this.elem[this.prop];var r=parseFloat(jQuery.css(this.elem,this.prop,force));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0;},custom:function(from,to,unit){this.startTime=(new Date()).getTime();this.start=from;this.end=to;this.unit=unit||this.unit||"px";this.now=this.start;this.pos=this.state=0;this.update();var self=this;function t(gotoEnd){return self.step(gotoEnd);}
t.elem=this.elem;jQuery.timers.push(t);if(jQuery.timerId==null){jQuery.timerId=setInterval(function(){var timers=jQuery.timers;for(var i=0;i<timers.length;i++)if(!timers[i]())timers.splice(i--,1);if(!timers.length){clearInterval(jQuery.timerId);jQuery.timerId=null;}},13);}},show:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,this.prop);this.options.show=true;this.custom(0,this.cur());if(this.prop=="width"||this.prop=="height")this.elem.style[this.prop]="1px";jQuery(this.elem).show();},hide:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0);},step:function(gotoEnd){var t=(new Date()).getTime();if(gotoEnd||t>this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var done=true;for(var i in this.options.curAnim)if(this.options.curAnim[i]!==true)done=false;if(done){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(jQuery.css(this.elem,"display")=="none")this.elem.style.display="block";}
if(this.options.hide)this.elem.style.display="none";if(this.options.hide||this.options.show)for(var p in this.options.curAnim)jQuery.attr(this.elem.style,p,this.options.orig[p]);}
if(done&&jQuery.isFunction(this.options.complete))this.options.complete.apply(this.elem);return false;}else{var n=t-this.startTime;this.state=n/this.options.duration;this.pos=jQuery.easing[this.options.easing||(jQuery.easing.swing?"swing":"linear")](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();}
return true;}};jQuery.fx.step={scrollLeft:function(fx){fx.elem.scrollLeft=fx.now;},scrollTop:function(fx){fx.elem.scrollTop=fx.now;},opacity:function(fx){jQuery.attr(fx.elem.style,"opacity",fx.now);},_default:function(fx){fx.elem.style[fx.prop]=fx.now+fx.unit;}};jQuery.fn.offset=function(){var left=0,top=0,elem=this[0],results;if(elem)with(jQuery.browser){var parent=elem.parentNode,offsetChild=elem,offsetParent=elem.offsetParent,doc=elem.ownerDocument,safari2=safari&&parseInt(version)<522&&!/adobeair/i.test(userAgent),fixed=jQuery.css(elem,"position")=="fixed";if(elem.getBoundingClientRect){var box=elem.getBoundingClientRect();add(box.left+Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),box.top+Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));add(-doc.documentElement.clientLeft,-doc.documentElement.clientTop);}else{add(elem.offsetLeft,elem.offsetTop);while(offsetParent){add(offsetParent.offsetLeft,offsetParent.offsetTop);if(mozilla&&!/^t(able|d|h)$/i.test(offsetParent.tagName)||safari&&!safari2)border(offsetParent);if(!fixed&&jQuery.css(offsetParent,"position")=="fixed")fixed=true;offsetChild=/^body$/i.test(offsetParent.tagName)?offsetChild:offsetParent;offsetParent=offsetParent.offsetParent;}
while(parent&&parent.tagName&&!/^body|html$/i.test(parent.tagName)){if(!/^inline|table.*$/i.test(jQuery.css(parent,"display")))add(-parent.scrollLeft,-parent.scrollTop);if(mozilla&&jQuery.css(parent,"overflow")!="visible")border(parent);parent=parent.parentNode;}
if((safari2&&(fixed||jQuery.css(offsetChild,"position")=="absolute"))||(mozilla&&jQuery.css(offsetChild,"position")!="absolute"))add(-doc.body.offsetLeft,-doc.body.offsetTop);if(fixed)add(Math.max(doc.documentElement.scrollLeft,doc.body.scrollLeft),Math.max(doc.documentElement.scrollTop,doc.body.scrollTop));}
results={top:top,left:left};}
function border(elem){add(jQuery.curCSS(elem,"borderLeftWidth",true),jQuery.curCSS(elem,"borderTopWidth",true));}
function add(l,t){left+=parseInt(l)||0;top+=parseInt(t)||0;}
return results;};})();(function($){$.fn.lightBox=function(settings){settings=jQuery.extend({overlayBgColor:'#000',overlayOpacity:0.8,fixedNavigation:false,imageLoading:'images/lightbox-ico-loading.gif',imageBtnPrev:'images/lightbox-btn-prev.gif',imageBtnNext:'images/lightbox-btn-next.gif',imageBtnClose:'images/lightbox-btn-close.gif',imageBlank:'images/lightbox-blank.gif',containerBorderSize:10,containerResizeSpeed:400,txtImage:'Image',txtOf:'of',keyToClose:'c',keyToPrev:'p',keyToNext:'n',imageArray:[],activeImage:0},settings);var jQueryMatchedObj=this;function _initialize(){_start(this,jQueryMatchedObj);return false;}
function _start(objClicked,jQueryMatchedObj){$('embed, object, select').css({'visibility':'hidden'});_set_interface();settings.imageArray.length=0;settings.activeImage=0;if(jQueryMatchedObj.length==1){settings.imageArray.push(new Array(objClicked.getAttribute('href'),objClicked.getAttribute('title')));}else{for(var i=0;i<jQueryMatchedObj.length;i++){settings.imageArray.push(new Array(jQueryMatchedObj[i].getAttribute('href'),jQueryMatchedObj[i].getAttribute('title')));}}
while(settings.imageArray[settings.activeImage][0]!=objClicked.getAttribute('href')){settings.activeImage++;}
_set_image_to_view();}
function _set_interface(){$('body').append('<div id="jquery-overlay"></div><div id="jquery-lightbox"><div id="lightbox-container-image-box"><div id="lightbox-container-image"><img id="lightbox-image"><div style="" id="lightbox-nav"><a href="#" id="lightbox-nav-btnPrev"></a><a href="#" id="lightbox-nav-btnNext"></a></div><div id="lightbox-loading"><a href="#" id="lightbox-loading-link"><img src="'+settings.imageLoading+'"></a></div></div></div><div id="lightbox-container-image-data-box"><div id="lightbox-container-image-data"><div id="lightbox-image-details"><span id="lightbox-image-details-caption"></span><span id="lightbox-image-details-currentNumber"></span></div><div id="lightbox-secNav"><a href="#" id="lightbox-secNav-btnClose"><img src="'+settings.imageBtnClose+'"></a></div></div></div></div>');var arrPageSizes=___getPageSize();$('#jquery-overlay').css({backgroundColor:settings.overlayBgColor,opacity:settings.overlayOpacity,width:arrPageSizes[0],height:arrPageSizes[1]}).fadeIn();var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+(arrPageSizes[3]/10),left:arrPageScroll[0]}).show();$('#jquery-overlay,#jquery-lightbox').click(function(){_finish();});$('#lightbox-loading-link,#lightbox-secNav-btnClose').click(function(){_finish();return false;});$(window).resize(function(){var arrPageSizes=___getPageSize();$('#jquery-overlay').css({width:arrPageSizes[0],height:arrPageSizes[1]});var arrPageScroll=___getPageScroll();$('#jquery-lightbox').css({top:arrPageScroll[1]+(arrPageSizes[3]/10),left:arrPageScroll[0]});});}
function _set_image_to_view(){$('#lightbox-loading').show();if(settings.fixedNavigation){$('#lightbox-image,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide();}else{$('#lightbox-image,#lightbox-nav,#lightbox-nav-btnPrev,#lightbox-nav-btnNext,#lightbox-container-image-data-box,#lightbox-image-details-currentNumber').hide();}
var objImagePreloader=new Image();objImagePreloader.onload=function(){$('#lightbox-image').attr('src',settings.imageArray[settings.activeImage][0]);_resize_container_image_box(objImagePreloader.width,objImagePreloader.height);objImagePreloader.onload=function(){};};objImagePreloader.src=settings.imageArray[settings.activeImage][0];};function _resize_container_image_box(intImageWidth,intImageHeight){var intCurrentWidth=$('#lightbox-container-image-box').width();var intCurrentHeight=$('#lightbox-container-image-box').height();var intWidth=(intImageWidth+(settings.containerBorderSize*2));var intHeight=(intImageHeight+(settings.containerBorderSize*2));var intDiffW=intCurrentWidth-intWidth;var intDiffH=intCurrentHeight-intHeight;$('#lightbox-container-image-box').animate({width:intWidth,height:intHeight},settings.containerResizeSpeed,function(){_show_image();});if((intDiffW==0)&&(intDiffH==0)){if($.browser.msie){___pause(250);}else{___pause(100);}}
$('#lightbox-container-image-data-box').css({width:intImageWidth});$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({height:intImageHeight+(settings.containerBorderSize*2)});};function _show_image(){$('#lightbox-loading').hide();$('#lightbox-image').fadeIn(function(){_show_image_data();_set_navigation();});_preload_neighbor_images();};function _show_image_data(){$('#lightbox-container-image-data-box').slideDown('fast');$('#lightbox-image-details-caption').hide();if(settings.imageArray[settings.activeImage][1]){$('#lightbox-image-details-caption').html(settings.imageArray[settings.activeImage][1]).show();}
if(settings.imageArray.length>1){$('#lightbox-image-details-currentNumber').html(settings.txtImage+' '+(settings.activeImage+1)+' '+settings.txtOf+' '+settings.imageArray.length).show();}}
function _set_navigation(){$('#lightbox-nav').show();$('#lightbox-nav-btnPrev,#lightbox-nav-btnNext').css({'background':'transparent url('+settings.imageBlank+') no-repeat'});if(settings.activeImage!=0){if(settings.fixedNavigation){$('#lightbox-nav-btnPrev').css({'background':'url('+settings.imageBtnPrev+') left 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false;});}else{$('#lightbox-nav-btnPrev').unbind().hover(function(){$(this).css({'background':'url('+settings.imageBtnPrev+') left 15% no-repeat'});},function(){$(this).css({'background':'transparent url('+settings.imageBlank+') no-repeat'});}).show().bind('click',function(){settings.activeImage=settings.activeImage-1;_set_image_to_view();return false;});}}
if(settings.activeImage!=(settings.imageArray.length-1)){if(settings.fixedNavigation){$('#lightbox-nav-btnNext').css({'background':'url('+settings.imageBtnNext+') right 15% no-repeat'}).unbind().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false;});}else{$('#lightbox-nav-btnNext').unbind().hover(function(){$(this).css({'background':'url('+settings.imageBtnNext+') right 15% no-repeat'});},function(){$(this).css({'background':'transparent url('+settings.imageBlank+') no-repeat'});}).show().bind('click',function(){settings.activeImage=settings.activeImage+1;_set_image_to_view();return false;});}}
_enable_keyboard_navigation();}
function _enable_keyboard_navigation(){$(document).keydown(function(objEvent){_keyboard_action(objEvent);});}
function _disable_keyboard_navigation(){$(document).unbind();}
function _keyboard_action(objEvent){if(objEvent==null){keycode=event.keyCode;escapeKey=27;}else{keycode=objEvent.keyCode;escapeKey=objEvent.DOM_VK_ESCAPE;}
key=String.fromCharCode(keycode).toLowerCase();if((key==settings.keyToClose)||(key=='x')||(keycode==escapeKey)){_finish();}
if((key==settings.keyToPrev)||(keycode==37)){if(settings.activeImage!=0){settings.activeImage=settings.activeImage-1;_set_image_to_view();_disable_keyboard_navigation();}}
if((key==settings.keyToNext)||(keycode==39)){if(settings.activeImage!=(settings.imageArray.length-1)){settings.activeImage=settings.activeImage+1;_set_image_to_view();_disable_keyboard_navigation();}}}
function _preload_neighbor_images(){if((settings.imageArray.length-1)>settings.activeImage){objNext=new Image();objNext.src=settings.imageArray[settings.activeImage+1][0];}
if(settings.activeImage>0){objPrev=new Image();objPrev.src=settings.imageArray[settings.activeImage-1][0];}}
function _finish(){$('#jquery-lightbox').remove();$('#jquery-overlay').fadeOut(function(){$('#jquery-overlay').remove();});$('embed, object, select').css({'visibility':'visible'});}
function ___getPageSize(){var xScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=window.innerWidth+window.scrollMaxX;yScroll=window.innerHeight+window.scrollMaxY;}else if(document.body.scrollHeight>document.body.offsetHeight){xScroll=document.body.scrollWidth;yScroll=document.body.scrollHeight;}else{xScroll=document.body.offsetWidth;yScroll=document.body.offsetHeight;}
var windowWidth,windowHeight;if(self.innerHeight){if(document.documentElement.clientWidth){windowWidth=document.documentElement.clientWidth;}else{windowWidth=self.innerWidth;}
windowHeight=self.innerHeight;}else if(document.documentElement&&document.documentElement.clientHeight){windowWidth=document.documentElement.clientWidth;windowHeight=document.documentElement.clientHeight;}else if(document.body){windowWidth=document.body.clientWidth;windowHeight=document.body.clientHeight;}
if(yScroll<windowHeight){pageHeight=windowHeight;}else{pageHeight=yScroll;}
if(xScroll<windowWidth){pageWidth=xScroll;}else{pageWidth=windowWidth;}
arrayPageSize=new Array(pageWidth,pageHeight,windowWidth,windowHeight);return arrayPageSize;};function ___getPageScroll(){var xScroll,yScroll;if(self.pageYOffset){yScroll=self.pageYOffset;xScroll=self.pageXOffset;}else if(document.documentElement&&document.documentElement.scrollTop){yScroll=document.documentElement.scrollTop;xScroll=document.documentElement.scrollLeft;}else if(document.body){yScroll=document.body.scrollTop;xScroll=document.body.scrollLeft;}
arrayPageScroll=new Array(xScroll,yScroll);return arrayPageScroll;};function ___pause(ms){var date=new Date();curDate=null;do{var curDate=new Date();}
while(curDate-date<ms);};return this.unbind('click').click(_initialize);};})(jQuery);Cufon.replace('h1, h2, h3, h4, h5');$(document).ready(function(){$("a.anchorLink").anchorAnimate()});jQuery.fn.anchorAnimate=function(settings){settings=jQuery.extend({speed:1500},settings);return this.each(function(){var caller=this
$(caller).click(function(event){event.preventDefault()
var locationHref=window.location.href
var elementClick=$(caller).attr("href")
var destination=$(elementClick).offset().top;$("html:not(:animated),body:not(:animated)").animate({scrollTop:destination},settings.speed,function(){window.location.hash=elementClick});return false;})})}
$(function(){$('a.lightbox').lightBox();});$(document).ready(function(){$("#ajax-contact-form").submit(function(){var str=$(this).serialize();$.ajax({type:"POST",url:"contact.php",data:str,success:function(msg){$("#note").ajaxComplete(function(event,request,settings){if(msg=='OK')
{result='<div class="notification_ok"><span>Ihre Nachricht wurde gesendet. Vielen Dank!</span></div>';$("#fields").hide();}
else
{result=msg;}
$(this).html(result);});}});return false;});});