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

";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="
";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("
").append(M.responseText.replace(//g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='
';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();/* * Copyright (c) 2009 Simo Kinnunen. * Licensed under the MIT license. * * @version 1.09 */ var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E0){E=" "+E}}else{if(B400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||JD){D=J}K.push(J)}if(ID){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?ML:(M<=I&&L<=I)?M>L:MO){O=K}if(I>N){N=I}if(Kcufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m":{"d":"46,-210r207,85r0,35r-207,85r0,-38r158,-64r-158,-64r0,-39","w":299},"?":{"d":"99,-266v86,-8,122,106,51,143v-26,14,-16,46,-48,49v-16,2,-24,-9,-25,-24v-1,-39,58,-55,57,-88v1,-22,-13,-35,-34,-35v-36,0,-35,45,-64,45v-14,0,-24,-10,-22,-24v5,-42,39,-62,85,-66xm100,3v-15,0,-28,-13,-28,-28v0,-15,13,-29,28,-29v16,0,29,13,29,29v0,15,-14,28,-29,28","w":200},"@":{"d":"243,-19v-23,1,-37,-8,-38,-29v-22,46,-118,36,-109,-31v-8,-69,82,-134,127,-76r9,-17r31,0r-27,112v0,9,7,12,17,13v39,-8,58,-44,59,-88v1,-59,-55,-98,-117,-97v-90,3,-147,54,-147,140v0,73,57,120,134,119v43,-1,78,-15,106,-34r14,21v-32,23,-69,40,-120,40v-98,-2,-166,-49,-166,-145v0,-107,72,-169,180,-169v86,0,149,42,149,126v0,64,-37,112,-102,115xm134,-78v0,34,34,41,54,22v16,-15,19,-43,26,-67v-4,-17,-11,-30,-31,-29v-29,0,-49,40,-49,74","w":360},"A":{"d":"123,-207r-36,110r72,0xm235,-34v12,26,-16,47,-40,33v-12,-12,-15,-35,-22,-52r-100,0v-10,21,-7,55,-38,56v-20,1,-30,-18,-23,-37r72,-201v4,-30,38,-30,64,-23v5,3,10,11,14,22","w":246,"k":{"Y":21,"W":20,"V":20,"U":6,"T":33,";":-7,":":-7,".":-7,",":-7}},"B":{"d":"184,-80v0,-47,-62,-31,-106,-34r0,67v43,-3,106,13,106,-33xm176,-187v0,-42,-61,-23,-98,-27r0,55v39,-3,98,14,98,-28xm199,-140v75,34,35,152,-54,140v-48,-6,-118,23,-118,-41r0,-177v-8,-65,73,-37,122,-41v48,-3,81,20,81,66v0,27,-11,44,-31,53","w":253,"k":{"Y":6,"W":6,"V":6,"-":-7}},"C":{"d":"137,7v-77,1,-121,-53,-121,-132v0,-84,43,-142,124,-141v53,1,99,22,106,69v4,32,-49,31,-56,6v-11,-18,-26,-26,-52,-27v-46,-1,-68,38,-68,88v0,83,92,122,126,55v11,-22,51,-17,51,9v-11,47,-52,73,-110,73","w":267,"k":{"S":-7,"-":-8}},"D":{"d":"192,-129v-2,-52,-15,-84,-64,-84r-49,0r0,166v73,5,116,-9,113,-82xm246,-129v-2,84,-38,133,-132,129v-43,-2,-87,13,-87,-41r0,-177v-8,-58,55,-41,101,-41v82,0,120,44,118,130","w":261,"k":{"-":-7}},"E":{"d":"206,-136v0,15,-12,22,-28,22r-99,0r0,67r117,0v19,-1,29,7,29,23v0,16,-12,24,-29,24r-137,0v-26,-1,-32,-12,-32,-41r0,-177v0,-29,6,-41,32,-41r130,0v17,0,29,7,29,23v-1,15,-13,22,-29,22r-110,0r0,55r99,0v17,0,28,7,28,23","w":235},"F":{"d":"195,-133v-3,41,-76,17,-116,23v-6,41,19,112,-26,113v-19,1,-26,-10,-26,-28r0,-193v0,-29,6,-41,32,-41r123,0v17,0,29,6,29,23v0,16,-13,22,-29,22r-103,0r0,59r87,0v16,0,30,6,29,22","w":215,"k":{"y":6,"u":8,"r":6,"o":8,"e":8,"a":8,"T":-7,"A":15,";":13,":":13,".":55,"-":6,",":55}},"G":{"d":"71,-130v-10,93,120,127,136,34v-28,0,-64,6,-63,-23v1,-33,50,-19,80,-21v21,-1,31,5,31,24r0,99v3,21,-18,30,-31,19v-8,-6,-8,-21,-11,-33v-18,24,-38,38,-76,38v-75,1,-122,-60,-122,-137v0,-78,47,-138,124,-136v51,1,98,20,104,63v2,13,-11,27,-24,26v-34,-3,-37,-45,-78,-43v-48,2,-64,40,-70,90","w":279,"k":{"Y":6,"T":6}},"H":{"d":"54,3v-19,0,-26,-10,-27,-28r0,-209v1,-19,8,-28,27,-28v43,-1,21,63,26,100r107,0v4,-38,-16,-101,27,-100v18,0,27,10,27,28r0,209v-1,18,-8,28,-27,28v-47,-1,-20,-76,-27,-118r-107,0v-7,42,20,116,-26,118","w":267},"I":{"d":"55,3v-19,0,-26,-10,-27,-28r0,-209v1,-19,8,-28,27,-28v19,0,26,10,27,28r0,209v-1,18,-8,28,-27,28","w":110},"J":{"d":"91,-37v25,-3,30,-13,30,-41r0,-156v1,-19,8,-28,27,-28v19,-1,26,10,26,28r0,158v4,62,-27,81,-82,83v-49,2,-84,-25,-84,-71v-1,-19,8,-37,26,-37v41,-1,10,69,57,64","w":199},"K":{"d":"53,3v-19,0,-26,-10,-26,-28r0,-209v0,-19,7,-28,26,-28v45,0,21,69,27,109v36,-35,67,-75,106,-107v22,-10,47,17,29,35r-71,71r80,110v25,23,0,60,-28,44v-4,-2,-9,-6,-12,-11r-76,-107r-28,27v-4,37,14,94,-27,94","w":236,"k":{"y":10,"u":6,"o":6,"e":6,"Y":16,"W":6,"U":13,"O":10,"C":10,"-":20}},"L":{"d":"210,-24v-1,19,-12,24,-32,24r-119,0v-26,-1,-32,-12,-32,-41r0,-193v-1,-17,10,-28,26,-28v19,0,26,10,27,28r0,187r98,0v17,0,33,7,32,23","w":208,"k":{"y":6,"Y":40,"W":11,"V":26,"U":6,"T":29,"O":13,"-":20}},"M":{"d":"262,3v-20,0,-25,-11,-25,-31r0,-181r-45,177v-4,31,-32,45,-57,27v-6,-5,-11,-14,-14,-27r-44,-177r0,181v0,20,-5,31,-25,31v-20,0,-25,-11,-25,-31r0,-194v-10,-47,44,-46,74,-34v25,52,37,134,56,194v18,-62,30,-140,55,-193v24,-13,86,-16,75,33r0,194v0,20,-6,31,-25,31","w":313},"N":{"d":"240,-37v6,38,-25,47,-51,35v-41,-50,-74,-120,-110,-176r0,150v0,21,-7,30,-26,31v-20,0,-26,-10,-26,-31r0,-194v-2,-58,50,-45,74,-5r87,146r0,-150v0,-21,6,-31,26,-31v20,0,26,10,26,31r0,194","w":266},"O":{"d":"215,-129v0,-51,-24,-91,-73,-90v-49,0,-72,37,-72,90v0,52,24,90,72,90v49,0,73,-39,73,-90xm15,-129v0,-81,48,-137,127,-137v79,-1,127,57,127,137v0,80,-49,136,-127,136v-78,0,-127,-56,-127,-136","w":284,"k":{"Y":6,"X":6,".":11,"-":-7,",":11}},"P":{"d":"172,-176v0,-46,-49,-38,-92,-38r0,75v43,-1,92,9,92,-37xm225,-176v0,79,-64,90,-145,84v-4,37,14,96,-27,95v-19,1,-26,-10,-26,-28r0,-193v-8,-63,67,-38,115,-41v54,-3,83,29,83,83","w":240,"k":{"s":6,"o":6,"e":6,"a":10,"A":23,".":76,"-":23,",":76}},"Q":{"d":"142,-266v116,-7,161,147,98,226v7,10,22,14,23,31v1,18,-23,27,-36,14r-16,-16v-17,12,-40,18,-69,18v-78,1,-127,-56,-127,-136v0,-81,48,-132,127,-137xm158,-61v-16,-13,2,-46,22,-35v8,4,16,14,23,20v28,-53,8,-143,-61,-143v-49,0,-72,37,-72,90v0,63,43,107,103,83","w":284,"k":{"-":-7}},"R":{"d":"182,-180v0,-47,-59,-32,-102,-34r0,68v43,-3,102,14,102,-34xm208,4v-58,5,-4,-118,-72,-105r-56,0v-5,39,16,104,-27,104v-19,1,-26,-10,-26,-28r0,-193v-8,-66,75,-37,125,-41v54,-4,84,21,83,74v0,31,-15,53,-38,61v40,7,27,66,38,103v1,16,-12,24,-27,25","w":256},"S":{"d":"19,-188v0,-99,193,-105,193,-18v0,14,-10,24,-24,23v-27,-2,-36,-40,-74,-40v-24,0,-43,11,-44,32v10,46,132,31,148,79v23,67,-22,123,-94,119v-54,-3,-99,-18,-104,-66v-3,-31,40,-36,50,-8v13,37,99,43,103,-4v3,-32,-122,-44,-137,-67v-12,-11,-17,-28,-17,-50","w":240,"k":{"S":-7}},"T":{"d":"110,3v-19,0,-26,-10,-27,-28r0,-188v-30,-3,-80,12,-79,-22v0,-17,8,-24,26,-23r161,0v18,-1,25,7,26,23v0,34,-49,19,-80,22r0,188v-1,18,-8,28,-27,28","w":220,"k":{"y":36,"w":36,"u":29,"s":31,"r":31,"o":44,"e":44,"c":44,"a":44,"T":-8,"A":33,";":46,":":46,".":50,"-":50,",":50}},"U":{"d":"129,7v-66,0,-104,-34,-104,-98r0,-143v1,-19,8,-28,27,-28v18,0,27,10,27,28r0,137v0,38,13,57,50,57v38,0,50,-19,50,-57r0,-137v1,-19,8,-28,27,-28v19,0,26,10,27,28r0,143v0,64,-39,98,-104,98","w":258,"k":{"A":6}},"V":{"d":"168,-255v20,-19,53,1,42,32r-68,199v-5,39,-57,33,-68,1r-70,-212v-3,-24,29,-37,44,-21v29,53,39,130,60,191r48,-167v3,-10,7,-18,12,-23","w":216,"k":{"u":10,"o":16,"e":16,"a":16,"A":20,";":13,":":13,".":46,"-":26,",":46}},"W":{"d":"266,-31v-3,29,-31,43,-53,28v-23,-53,-29,-133,-45,-195v-16,63,-22,140,-45,195v-25,13,-53,6,-55,-28r-57,-204v-3,-23,27,-35,43,-21v24,49,31,123,48,180r32,-155v-1,-32,34,-37,57,-25v23,49,28,123,43,180v16,-57,25,-130,48,-179v19,-20,54,4,38,35","w":336,"k":{"y":13,"u":13,"r":10,"o":16,"e":16,"a":16,"A":20,";":15,":":15,".":36,"-":13,",":36}},"X":{"d":"37,3v-21,4,-33,-23,-22,-41r59,-94v-19,-35,-53,-64,-62,-107v-4,-20,24,-29,40,-19v19,22,38,63,55,90v18,-29,34,-65,56,-90v23,-15,51,10,34,37r-57,88r62,104v9,38,-36,41,-52,13r-43,-74v-20,28,-37,87,-70,93","w":213,"k":{"e":10,"O":6,"C":6,"-":26}},"Y":{"d":"108,3v-43,0,-21,-63,-26,-100r-68,-115v-13,-18,-11,-52,17,-50v21,1,25,9,34,27r43,88v19,-36,31,-80,55,-110v24,-17,52,7,37,36r-65,124v-4,38,16,100,-27,100","w":211,"k":{"u":26,"o":33,"e":33,"a":33,"O":6,"C":6,"A":21,";":34,":":34,".":60,"-":36,",":60}},"Z":{"d":"44,0v-37,5,-55,-23,-36,-46r139,-166r-114,0v-17,0,-28,-7,-28,-23v1,-17,9,-24,28,-24r140,0v40,-5,59,21,39,45r-141,168r113,0v19,-1,29,6,29,23v0,17,-11,23,-29,23r-140,0","w":216,"k":{"-":13}},"[":{"d":"135,58v0,27,-36,19,-61,19v-26,0,-32,-12,-32,-41r0,-254v-6,-47,32,-41,73,-41v14,0,19,6,20,19v1,23,-24,19,-46,19r0,260v22,0,46,-4,46,19","w":137},"\\":{"d":"108,18v4,16,-18,21,-22,6r-81,-279v0,-13,19,-14,23,-2","w":114},"]":{"d":"5,-240v0,-27,36,-19,61,-19v26,0,32,12,32,41r0,254v6,47,-32,41,-73,41v-14,0,-19,-6,-20,-19v-1,-22,24,-19,45,-19r0,-260v-21,0,-45,4,-45,-19","w":137},"^":{"d":"158,-257r44,0r85,99r-42,0r-65,-65r-66,65r-41,0","w":360},"_":{"d":"0,49r180,0r0,36r-180,0r0,-36","w":180},"`":{"d":"60,-253v-16,-14,4,-44,23,-31v14,15,25,35,32,57v1,13,-19,17,-27,7","w":180},"a":{"d":"88,-32v32,0,47,-25,43,-62v-23,14,-70,6,-70,39v-1,15,12,23,27,23xm97,-198v47,1,81,13,83,54r2,131v0,13,-9,20,-22,20v-18,-1,-29,-10,-28,-31v-23,46,-120,41,-120,-29v0,-61,60,-59,110,-69v18,-12,4,-42,-23,-36v-28,-4,-37,29,-58,29v-11,0,-20,-10,-20,-21v0,-29,41,-49,76,-48","w":202},"b":{"d":"157,-97v0,-32,-12,-56,-41,-56v-31,0,-43,24,-43,58v0,34,11,58,42,58v30,0,43,-25,42,-60xm129,7v-29,-1,-44,-13,-57,-33v2,18,-6,29,-23,29v-17,0,-26,-11,-26,-28r0,-209v1,-17,8,-28,25,-28v40,-1,21,59,25,95v12,-18,29,-30,57,-31v49,0,78,49,78,103v0,54,-28,102,-79,102","w":220},"c":{"d":"103,-198v37,0,77,22,78,54v0,12,-10,21,-22,21v-25,-1,-28,-34,-56,-32v-30,1,-37,26,-37,60v-1,31,11,55,38,57v27,2,33,-35,54,-35v12,0,25,10,23,23v-4,37,-39,57,-79,57v-57,0,-89,-42,-89,-103v0,-61,32,-102,90,-102","w":198},"d":{"d":"148,-97v1,-33,-13,-56,-43,-56v-29,1,-41,24,-41,56v0,34,12,60,41,60v32,0,43,-25,43,-60xm91,-198v27,1,46,13,57,31v4,-36,-14,-94,25,-95v17,0,25,10,25,28r0,209v0,18,-7,29,-26,28v-17,0,-24,-10,-23,-29v-14,20,-28,32,-57,33v-51,0,-79,-48,-79,-102v0,-54,29,-102,78,-103","w":221},"e":{"d":"193,-104v0,22,-10,22,-33,22r-94,0v1,28,14,44,41,46v25,2,38,-24,55,-25v11,0,22,8,20,20v-6,33,-41,47,-79,48v-58,2,-90,-44,-90,-104v0,-59,32,-101,89,-101v55,0,91,38,91,94xm141,-116v2,-35,-41,-51,-64,-29v-7,6,-10,16,-11,29r75,0","w":205},"f":{"d":"117,-173v0,18,-17,19,-36,18r0,130v0,17,-8,28,-25,28v-17,0,-25,-10,-25,-28r0,-130v-18,1,-31,-2,-31,-18v-1,-17,13,-19,31,-18v-3,-47,10,-73,57,-71v33,-8,45,36,17,41v-21,-6,-27,7,-24,30v19,-1,36,-1,36,18","w":116,"k":{".":6,"-":6,",":6}},"g":{"d":"105,-154v-29,0,-41,24,-41,55v0,32,12,56,42,56v30,0,42,-24,41,-56v0,-31,-12,-56,-42,-55xm104,37v41,2,44,-23,43,-64v-10,18,-27,26,-53,27v-52,1,-82,-44,-82,-97v0,-57,28,-101,81,-101v29,0,44,11,55,30v-1,-16,9,-26,24,-27v18,0,25,10,25,29r0,153v-1,67,-27,90,-95,91v-36,1,-77,-13,-77,-42v0,-14,10,-23,24,-23v20,1,35,27,55,24","w":219},"h":{"d":"113,-154v-56,-2,-36,77,-39,129v0,17,-7,28,-25,28v-17,0,-26,-11,-26,-28r0,-209v0,-18,9,-28,26,-28v40,-1,21,57,25,92v32,-44,136,-33,120,46r0,99v0,17,-8,28,-25,28v-42,0,-23,-65,-26,-103v-3,-39,0,-53,-30,-54","w":216},"i":{"d":"49,-195v18,0,26,11,26,29r0,141v0,17,-9,28,-26,28v-18,0,-25,-11,-26,-28r0,-141v1,-18,7,-29,26,-29xm49,-208v-13,-1,-27,-13,-27,-27v0,-14,13,-27,27,-27v16,-1,27,12,27,27v0,14,-13,27,-27,27","w":97},"j":{"d":"49,-208v-13,-1,-27,-13,-27,-27v0,-14,13,-27,27,-27v16,-1,27,12,27,27v0,14,-13,27,-27,27xm10,35v10,-1,13,-3,13,-13r0,-188v1,-18,7,-29,26,-29v18,0,26,11,26,29r0,183v-1,41,-13,57,-51,61v-34,3,-45,-40,-14,-43","w":97},"k":{"d":"174,-43v22,24,-6,61,-32,42v-24,-18,-33,-54,-50,-80r-19,21v0,29,6,63,-25,63v-17,0,-25,-10,-25,-28r0,-209v0,-19,8,-28,25,-28v17,0,25,10,25,28r0,111r63,-69v29,-10,49,25,19,43r-26,29","w":199,"k":{"y":13}},"l":{"d":"50,3v-19,1,-26,-10,-26,-28r0,-209v0,-18,7,-29,26,-28v17,0,25,10,25,28r0,209v0,17,-8,28,-25,28","w":98},"m":{"d":"71,-170v18,-35,89,-37,106,0v27,-46,117,-32,117,35r0,110v0,17,-8,28,-25,28v-17,0,-25,-10,-25,-28v0,-47,20,-129,-29,-129v-50,0,-28,81,-32,129v-1,17,-8,28,-25,28v-17,0,-25,-10,-25,-28r0,-99v1,-18,-10,-30,-28,-29v-52,0,-27,80,-32,128v-2,17,-9,28,-26,28v-17,0,-24,-11,-25,-28r0,-141v1,-16,8,-28,24,-29v16,0,23,10,25,25","w":315},"n":{"d":"113,-154v-57,-1,-37,77,-40,129v0,17,-7,28,-25,28v-17,0,-26,-11,-26,-28r0,-141v-3,-26,26,-37,43,-23v5,5,5,15,7,24v11,-19,31,-32,58,-33v82,-5,60,97,63,173v0,17,-7,28,-25,28v-45,-2,-26,-76,-26,-118v0,-25,-7,-38,-29,-39","w":214},"o":{"d":"154,-96v0,-34,-14,-59,-44,-59v-30,0,-45,24,-45,59v0,36,14,60,45,60v30,0,44,-26,44,-60xm13,-96v0,-63,36,-102,97,-102v61,0,96,40,96,102v0,62,-36,102,-96,103v-61,0,-97,-40,-97,-103","w":218},"p":{"d":"157,-94v0,-34,-11,-60,-42,-60v-29,0,-42,25,-42,57v0,34,11,59,43,59v29,0,41,-24,41,-56xm130,7v-26,0,-47,-13,-57,-31v-5,38,16,101,-25,101v-17,0,-25,-10,-25,-28r0,-215v-5,-27,26,-37,42,-23v5,5,7,15,8,24v10,-18,30,-33,56,-33v50,0,79,47,79,101v0,55,-29,104,-78,104","w":220},"q":{"d":"148,-97v0,-32,-13,-56,-43,-56v-29,0,-42,25,-42,57v0,34,13,59,42,59v32,0,43,-25,43,-60xm91,-198v27,1,46,13,57,31v0,-18,7,-28,24,-28v19,0,25,11,26,29r0,215v0,17,-9,28,-26,28v-40,-1,-19,-65,-24,-102v-13,19,-28,31,-56,32v-51,1,-79,-48,-79,-102v0,-54,29,-102,78,-103","w":220},"r":{"d":"47,-195v21,-1,25,17,23,40v8,-20,22,-38,44,-40v16,-1,27,11,27,27v0,21,-17,23,-37,25v-45,4,-28,71,-31,118v0,17,-7,28,-25,28v-17,0,-26,-11,-26,-28r0,-141v1,-18,8,-29,25,-29","w":138,"k":{".":33,"-":6,",":33}},"s":{"d":"63,-50v11,18,68,28,71,-3v-19,-34,-117,-19,-117,-81v0,-43,34,-64,79,-64v34,0,72,14,74,41v0,12,-9,21,-21,21v-15,0,-31,-25,-53,-23v-21,-3,-40,19,-22,29v36,19,114,13,111,70v-3,49,-37,66,-89,67v-38,1,-79,-16,-79,-48v0,-26,33,-31,46,-9","w":196},"t":{"d":"85,3v-81,0,-47,-93,-54,-158v-17,1,-29,-2,-29,-18v0,-16,11,-19,29,-18v-1,-27,-2,-55,25,-55v27,0,27,27,26,55v18,-1,33,0,33,18v0,17,-15,19,-33,18r0,106v-2,24,41,0,38,29v-2,18,-14,23,-35,23","w":122},"u":{"d":"102,-38v57,1,40,-76,40,-128v0,-19,7,-29,25,-29v18,0,26,11,26,29r0,141v3,25,-25,36,-43,23v-6,-4,-5,-16,-7,-25v-11,19,-30,30,-58,32v-84,5,-60,-96,-63,-171v0,-19,7,-29,25,-29v45,2,22,77,26,119v3,25,5,38,29,38","w":214},"v":{"d":"131,-189v19,-17,51,2,38,31v-23,50,-34,113,-61,157v-5,4,-37,7,-44,0v-25,-49,-46,-109,-62,-169v0,-33,42,-31,51,-1r34,117v15,-44,23,-96,44,-135","w":173,"k":{".":23,",":23}},"w":{"d":"227,-189v19,-17,50,4,36,31r-37,135v-2,27,-32,31,-53,21v-20,-34,-23,-93,-36,-135v-12,43,-15,99,-33,135v-20,9,-55,7,-54,-21r-40,-147v0,-33,42,-31,49,-1r27,112v11,-42,12,-97,31,-130v20,-13,53,-5,52,21r23,109v12,-43,16,-95,35,-130","w":275,"k":{".":23,",":23}},"x":{"d":"46,-2v-19,17,-51,-8,-34,-33r42,-63v-14,-25,-37,-42,-43,-73v-3,-17,22,-32,37,-18v13,14,26,38,37,55v16,-19,20,-56,49,-60v21,-3,29,20,19,36r-39,60v14,28,37,47,46,80v1,18,-25,27,-39,16v-14,-13,-26,-41,-38,-58v-11,18,-23,46,-37,58","w":166},"y":{"d":"92,67v-21,19,-87,10,-62,-25v15,-8,43,-7,43,-33r-61,-179v-1,-33,43,-31,52,-1r35,118v15,-44,22,-97,43,-136v19,-17,48,1,38,31r-67,192v-5,15,-13,25,-21,33","w":193,"k":{".":24,",":24}},"z":{"d":"24,0v-23,2,-30,-26,-16,-41r103,-109v-36,-5,-103,16,-103,-21v0,-14,8,-19,23,-20r116,0v29,-4,39,26,22,44r-100,104r87,0v15,0,24,8,24,22v0,14,-8,22,-24,21r-132,0","w":182},"{":{"d":"74,-200v-4,-57,29,-60,81,-60r0,37v-78,-16,1,126,-75,130v43,3,37,48,37,94v0,31,8,36,38,35r0,37v-52,1,-81,-3,-81,-60v0,-46,8,-95,-46,-88r0,-37v50,10,49,-40,46,-88","w":180},"|":{"d":"72,-275r36,0r0,360r-36,0r0,-360","w":180},"}":{"d":"100,-93v-76,-5,8,-142,-75,-130r0,-37v52,-1,84,4,81,60v-2,46,-6,99,47,88r0,37v-53,-7,-50,40,-47,88v3,58,-29,61,-81,60r0,-37v79,17,0,-125,75,-129","w":180},"~":{"d":"150,-127v46,19,86,14,119,-14r0,39v-20,13,-39,23,-67,24v-34,0,-78,-26,-103,-23v-28,3,-47,12,-68,28r0,-39v34,-23,71,-34,119,-15","w":299},"\u00a0":{"w":102}}}); /*! * The following copyright notice may not be removed under any circumstances. * * Copyright: * Copyright 2000 Adobe Systems Incorporated. All Rights Reserved. U.S. Patent * Des. pending. * * Trademark: * Myriad is a registered trademark of Adobe Systems Incorporated. * * Full name: * MyriadPro-Light * * Designer: * Robert Slimbach and Carol Twombly * * Vendor URL: * http://www.adobe.com/type * * License information: * http://www.adobe.com/type/legal.html */ Cufon.registerFont({"w":175,"face":{"font-family":"Myriad Pro","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 3 4 3 2 2 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-18 -270 294 90","underline-thickness":"18","underline-position":"-18","stemh":"14","stemv":"17","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":78},"\u00a0":{"w":78,"k":{"T":15,"V":13,"W":13,"Y":18}},"!":{"d":"44,-64r-14,0r-4,-179r22,0xm37,4v-8,0,-14,-7,-14,-16v0,-9,6,-16,14,-16v9,0,15,7,15,16v0,9,-6,16,-15,16","w":74},"\"":{"d":"22,-249r20,0r-4,79r-12,0xm66,-249r20,0r-4,79r-11,0","w":108,"k":{"T":-8,"J":22,"M":3,"V":-8,"W":-8,"A":25,"f":-9,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"t":-9,"v":-11,"w":-11,"y":-11,",":38,".":38}},"#":{"d":"60,-88r40,0r8,-60r-41,0xm49,0r-15,0r9,-74r-30,0r0,-14r32,0r8,-60r-32,0r0,-14r33,0r10,-72r14,0r-9,72r41,0r9,-72r15,0r-9,72r29,0r0,14r-31,0r-8,60r32,0r0,14r-34,0r-9,74r-15,0r10,-74r-41,0","w":167},"$":{"d":"128,-64v0,-53,-98,-56,-98,-110v0,-29,20,-51,50,-55r0,-37r14,0r0,37v20,1,35,7,44,13r-8,14v-6,-5,-20,-13,-41,-13v-31,0,-43,21,-43,38v0,23,12,36,45,47v65,22,74,108,1,123r0,37r-15,0r0,-37v-19,0,-39,-6,-51,-16r7,-13v27,26,95,17,95,-28"},"%":{"d":"12,-165v-2,-95,101,-100,99,-3v2,96,-98,99,-99,3xm96,-167v0,-32,-9,-60,-35,-59v-22,0,-34,27,-34,60v0,33,12,59,34,59v24,0,35,-27,35,-60xm69,5r-14,0r140,-244r14,0xm154,-68v-2,-95,102,-100,100,-3v1,95,-99,100,-100,3xm204,-129v-22,0,-34,27,-34,60v0,33,12,59,34,59v24,0,34,-27,34,-60v0,-32,-9,-59,-34,-59","w":265},"&":{"d":"202,0r-22,0r-27,-27v-46,53,-141,36,-142,-37v-1,-34,23,-54,48,-72v-35,-40,-26,-111,34,-111v26,0,46,20,46,49v0,27,-17,44,-56,67r70,81v12,-18,20,-42,26,-78r16,0v-6,39,-16,68,-32,88xm28,-66v0,63,88,71,116,28r-77,-87v-15,9,-39,28,-39,59xm90,-233v-47,1,-41,69,-16,91v29,-15,49,-31,49,-55v0,-17,-10,-36,-33,-36","w":201},"(":{"d":"75,-251r16,0v-30,37,-50,83,-50,149v0,65,21,109,50,146r-16,0v-25,-31,-51,-76,-51,-147v0,-71,26,-116,51,-148","w":95,"k":{"T":-23,"J":-8,"C":2,"G":2,"O":2,"Q":2,"V":-23,"W":-23,"X":-5,"Y":-17,"A":2,"c":1,"d":1,"e":1,"o":1,"q":1,"j":-21}},")":{"d":"21,44r-17,0v29,-37,51,-82,51,-148v0,-65,-22,-110,-51,-147r17,0v25,31,50,77,50,148v0,71,-25,115,-50,147","w":95},"*":{"d":"93,-247r16,9r-32,45r53,-4r0,17v-17,-1,-37,-6,-52,-4r31,43r-16,9v-9,-15,-14,-33,-24,-47r-24,48r-14,-10r31,-44r-51,5r0,-17v16,0,37,5,51,3r-31,-43r15,-9v9,15,15,33,25,47","w":140},"+":{"d":"100,-192r15,0r0,89r85,0r0,14r-85,0r0,89r-15,0r0,-89r-85,0r0,-14r85,0r0,-89","w":214},",":{"d":"23,44r-14,1v6,-15,16,-54,19,-76r23,-4v-6,27,-22,69,-28,79","w":62,"k":{"\"":32,"'":32}},"-":{"d":"11,-107r85,0r0,16r-85,0r0,-16","w":107},"\u00ad":{"d":"11,-107r85,0r0,16r-85,0r0,-16","w":107,"k":{"T":17,"J":10,"C":-5,"G":-5,"O":-5,"Q":-5,"V":1,"W":1,"X":9,"Y":16,"g":-7,"c":-7,"d":-7,"e":-7,"o":-7,"q":-7,"v":3,"w":3,"y":3}},".":{"d":"49,-12v0,9,-6,16,-16,16v-8,0,-14,-7,-14,-16v0,-9,6,-16,15,-16v9,0,15,7,15,16","w":62,"k":{"\"":32,"'":32}},"\/":{"d":"13,14r-17,0r115,-261r17,0","w":126},"0":{"d":"162,-120v0,84,-30,124,-77,124v-37,0,-71,-36,-71,-120v0,-85,37,-122,76,-122v41,0,72,37,72,118xm87,-10v39,0,57,-44,57,-108v0,-61,-16,-106,-56,-106v-34,0,-56,44,-56,106v0,65,21,108,55,108"},"1":{"d":"85,0r-1,-216r-38,22r-4,-14v20,-8,30,-27,60,-26r0,234r-17,0"},"2":{"d":"156,0r-139,0v-1,-19,14,-22,21,-33v65,-64,94,-97,94,-137v0,-27,-11,-53,-51,-53v-22,0,-40,11,-50,20r-7,-12v15,-14,36,-23,60,-23v49,0,65,36,65,64v0,49,-57,105,-108,160r115,0r0,14"},"3":{"d":"16,-12r7,-14v8,6,28,15,50,15v48,0,59,-33,59,-54v-1,-44,-39,-58,-83,-55r0,-14v37,3,69,-10,74,-47v6,-44,-67,-53,-91,-26r-6,-13v11,-9,32,-18,54,-18v80,1,77,90,18,110v76,16,68,134,-27,132v-24,0,-45,-8,-55,-16"},"4":{"d":"132,0r-17,0r0,-69r-111,0r0,-11r114,-154r14,0r0,151r35,0r0,14r-35,0r0,69xm24,-84v27,3,62,0,91,1r0,-128v-27,49,-60,83,-91,127"},"5":{"d":"46,-144v54,-6,99,13,102,69v4,70,-85,98,-133,64r7,-14v34,27,115,11,109,-46v5,-45,-50,-70,-101,-57r15,-106r101,0r0,15r-88,0"},"6":{"d":"140,-238r0,16v-66,-2,-106,52,-108,102v11,-17,33,-33,61,-33v43,0,69,32,69,76v0,41,-25,81,-73,81v-42,0,-76,-34,-76,-98v0,-88,46,-138,127,-144xm144,-76v0,-79,-113,-80,-113,-14v0,47,20,80,60,80v32,0,53,-26,53,-66"},"7":{"d":"22,-234r137,0r0,12r-105,222r-17,0r104,-220r-119,0r0,-14"},"8":{"d":"90,-238v72,2,88,85,21,112r0,2v80,22,54,128,-24,128v-42,0,-73,-26,-73,-62v0,-32,23,-50,49,-67v-67,-25,-40,-115,27,-113xm87,-10v34,0,56,-22,56,-50v0,-33,-22,-47,-60,-58v-68,13,-69,108,4,108xm89,-224v-31,0,-48,21,-48,44v0,28,19,42,51,50v25,-9,43,-24,43,-50v0,-21,-13,-44,-46,-44"},"9":{"d":"36,4r0,-16v64,2,103,-41,108,-103v-15,19,-35,30,-60,30v-44,0,-67,-34,-67,-71v0,-43,30,-82,75,-82v40,0,70,35,70,98v0,92,-43,140,-126,144xm34,-157v0,71,99,74,111,17v0,-49,-18,-84,-56,-84v-32,0,-55,28,-55,67"},":":{"d":"49,-146v0,9,-6,16,-16,16v-8,0,-14,-7,-14,-16v0,-9,6,-16,15,-16v9,0,15,7,15,16xm49,-12v0,9,-6,16,-16,16v-8,0,-14,-7,-14,-16v0,-9,6,-16,15,-16v9,0,15,7,15,16","w":62},";":{"d":"23,43r-14,2v6,-15,16,-54,19,-76r22,-4v-6,27,-21,68,-27,78xm37,-130v-8,0,-14,-7,-14,-16v0,-9,5,-16,14,-16v9,0,15,7,15,16v0,9,-6,16,-15,16","w":62},"<":{"d":"26,-89r0,-13r163,-89r0,16r-147,80r147,78r0,17","w":214},"=":{"d":"200,-124r-186,0r0,-15r186,0r0,15xm200,-56r-186,0r0,-14r186,0r0,14","w":214},">":{"d":"189,-102r0,13r-163,89r0,-17r146,-79r-146,-79r0,-16","w":214},"?":{"d":"68,-63v-10,1,-19,1,-18,-9v-13,-39,55,-88,51,-123v5,-38,-51,-45,-75,-25r-7,-13v35,-29,107,-8,101,37v4,43,-68,81,-52,133xm59,4v-8,0,-14,-7,-14,-16v0,-9,5,-16,14,-16v9,0,15,7,15,16v0,9,-6,16,-15,16","w":137},"@":{"d":"111,-37v43,0,55,-58,61,-101v-47,-14,-90,24,-89,71v0,17,10,30,28,30xm179,10r5,12v-76,42,-170,-2,-170,-97v0,-75,50,-138,129,-138v62,0,102,44,102,104v0,55,-30,85,-61,85v-15,0,-25,-13,-25,-34v-21,44,-89,50,-92,-10v-3,-57,61,-103,122,-80r-13,65v-6,31,-1,46,12,46v20,1,41,-27,41,-69v0,-56,-32,-94,-88,-94v-61,0,-111,48,-111,124v0,83,82,123,149,86","w":258},"A":{"d":"154,-85r-96,0r-30,85r-17,0r88,-243r16,0r88,243r-18,0xm64,-99r85,0r-43,-124v-11,43,-28,84,-42,124","w":210,"k":{"T":26,"J":-8,"M":2,"C":3,"G":3,"O":3,"Q":3,"U":8,"V":18,"W":18,"X":3,"Y":25,"a":-2,"f":1,"g":4,"c":4,"d":4,"e":4,"o":4,"q":4,"s":3,"t":1,"u":4,"v":5,"w":5,"y":5,"z":-8,"\"":24,"'":24}},"B":{"d":"166,-68v0,66,-70,75,-137,68r0,-239v55,-12,128,-6,128,54v0,26,-20,45,-42,55v21,5,51,22,51,62xm46,-228r0,92v49,5,93,-8,93,-48v0,-45,-54,-50,-93,-44xm46,-122r0,108v48,4,103,-1,102,-53v0,-49,-49,-58,-102,-55","w":181,"k":{"V":-5,"W":-5,"v":-4,"w":-4,"y":-4,",":4,".":4}},"C":{"d":"189,-22r5,13v-78,32,-181,4,-181,-111v0,-72,46,-126,123,-126v31,0,50,6,57,10r-6,15v-75,-33,-156,11,-156,101v0,88,81,131,158,98","w":205,"k":{"T":-14,"C":6,"G":6,"O":6,"Q":6,"V":-5,"W":-5,"a":1,"c":2,"d":2,"e":2,"o":2,"q":2,"u":3,"v":4,"w":4,"y":4,")":-8,"]":-8,"}":-8}},"D":{"d":"220,-127v0,100,-79,143,-191,127r0,-239v101,-18,191,10,191,112xm46,-226r0,212v94,11,156,-27,156,-112v0,-78,-71,-118,-156,-100","w":232,"k":{"T":9,"V":-3,"W":-3,"X":9,"Y":8,"A":5,"f":-7,"g":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"t":-7,"v":-6,"w":-6,"y":-6,"j":-3,"\u00ad":-5,",":11,".":11}},"E":{"d":"143,-135r0,14r-97,0r0,107r109,0r0,14r-126,0r0,-243r120,0r0,15r-103,0r0,93r97,0","w":167,"k":{"T":-8,"J":-5,"V":-4,"W":-4,"f":-1,"g":1,"c":1,"d":1,"e":1,"o":1,"q":1,"u":2,"v":1,"w":1,"y":1}},"F":{"d":"29,0r0,-243r120,0r0,15r-103,0r0,96r95,0r0,15r-95,0r0,117r-17,0","w":166,"k":{"J":34,"M":7,"A":31,"a":18,"g":8,"c":12,"d":12,"e":12,"o":12,"q":12,"u":14,"v":8,"w":8,"y":8,"b":6,"h":6,"k":6,"l":6,"i":11,"m":11,"n":11,"p":11,"r":11,":":4,";":4,",":36,".":36}},"G":{"d":"132,3v-68,2,-119,-48,-119,-124v0,-67,45,-124,127,-124v26,0,48,6,57,11r-6,14v-75,-33,-160,13,-160,99v0,88,80,128,155,100r0,-85r-56,0r0,-14r73,0r0,110v-12,5,-38,13,-71,13","w":224,"k":{"a":-3,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"v":-2,"w":-2,"y":-2}},"H":{"d":"29,-243r17,0r0,107r134,0r0,-107r18,0r0,243r-18,0r0,-121r-134,0r0,121r-17,0r0,-243","w":226,"k":{"f":-5,"t":-8,"v":-5,"w":-5,"y":-5,"z":-6,"b":-5,"h":-5,"k":-5,"l":-5,"i":-5,"m":-5,"n":-5,"p":-5,"r":-5,"j":-5,"x":-4}},"I":{"d":"29,-243r17,0r0,243r-17,0r0,-243","w":75,"k":{"f":-5,"t":-8,"v":-5,"w":-5,"y":-5,"z":-6,"b":-5,"h":-5,"k":-5,"l":-5,"i":-5,"m":-5,"n":-5,"p":-5,"r":-5,"j":-5,"x":-4}},"J":{"d":"80,-79r0,-164r18,0r0,168v0,75,-46,88,-95,73r3,-13v43,11,74,3,74,-64","w":124,"k":{"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"v":-5,"w":-5,"y":-5,")":-22,"]":-22,"}":-22,",":5,".":5}},"K":{"d":"29,0r0,-243r17,0v2,40,-4,88,2,123r106,-123r21,0r-92,103r101,140r-21,0r-92,-128r-25,28r0,100r-17,0","w":179,"k":{"T":-11,"J":-16,"C":2,"G":2,"O":2,"Q":2,"V":-9,"W":-9,"A":-3,"Z":-8,"a":-9,"c":-4,"d":-4,"e":-4,"o":-4,"q":-4,"b":-6,"h":-6,"k":-6,"l":-6,"i":-5,"m":-5,"n":-5,"p":-5,"r":-5,":":-11,";":-11,"\u00ad":5,")":-12,"]":-12,"}":-12,",":-8,".":-8}},"L":{"d":"29,0r0,-243r17,0r0,229r108,0r0,14r-125,0","w":161,"k":{"T":28,"C":14,"G":14,"O":14,"Q":14,"U":14,"V":20,"W":20,"Y":29,"c":6,"d":6,"e":6,"o":6,"q":6,"t":1,"u":6,"v":8,"w":8,"y":8,"\u00ad":21,"\"":35,"'":35}},"M":{"d":"241,0r-13,-222r-84,222r-12,0r-79,-222r-13,222r-17,0r17,-243r20,0r80,219v20,-67,56,-151,81,-219r21,0r16,243r-17,0","w":280,"k":{"T":3,"A":5,"a":-3,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"u":-1,"v":-4,"w":-4,"y":-4,"i":-6,"m":-6,"n":-6,"p":-6,"r":-6,"j":-5,"\u00ad":-3}},"N":{"d":"46,0r-16,0r0,-243r16,0r94,144v20,30,34,53,46,76v-5,-68,-1,-147,-2,-220r16,0r0,243r-16,0r-92,-141v-18,-28,-34,-54,-47,-79","w":229,"k":{"f":-5,"t":-8,"v":-5,"w":-5,"y":-5,"z":-6,"b":-5,"h":-5,"k":-5,"l":-5,"i":-5,"m":-5,"n":-5,"p":-5,"r":-5,"j":-5,"x":-4}},"O":{"d":"120,4v-60,0,-107,-47,-107,-123v0,-80,48,-128,109,-128v61,0,106,48,106,123v0,86,-52,128,-108,128xm31,-120v0,55,32,111,90,110v58,0,89,-53,89,-113v0,-51,-28,-109,-89,-109v-62,0,-90,55,-90,112","w":241,"k":{"T":9,"V":-3,"W":-3,"X":9,"Y":8,"A":5,"f":-7,"g":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"t":-7,"v":-6,"w":-6,"y":-6,"j":-3,"\u00ad":-5,",":11,".":11}},"P":{"d":"164,-176v0,61,-57,84,-118,72r0,104r-17,0r0,-240v61,-12,135,-2,135,64xm46,-227r0,108v48,13,101,-6,101,-56v0,-51,-56,-61,-101,-52","w":180,"k":{"J":26,"M":4,"V":-3,"W":-3,"X":1,"A":36,"Z":15,"a":11,"g":9,"c":9,"d":9,"e":9,"o":9,"q":9,"s":8,"u":6,"b":3,"h":3,"k":3,"l":3,"i":8,"m":8,"n":8,"p":8,"r":8,":":4,";":4,"\u00ad":7,",":50,".":50}},"Q":{"d":"225,32v-38,-8,-71,-20,-104,-28v-59,-1,-108,-45,-108,-122v0,-81,49,-129,110,-129v61,0,105,48,105,123v1,68,-32,107,-76,123v27,6,57,13,79,17xm120,-10v58,0,90,-53,90,-113v0,-51,-28,-109,-88,-109v-122,-1,-120,222,-2,222","w":241,"k":{"T":9,"V":-3,"W":-3,"X":9,"Y":8,"A":5,"f":-7,"g":-2,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"t":-7,"v":-6,"w":-6,"y":-6,"j":-3,"\u00ad":-5,",":11,".":11}},"R":{"d":"29,-239v61,-12,135,-6,135,58v0,34,-21,52,-47,64v37,1,43,101,55,117r-18,0v-4,-7,-9,-28,-15,-59v-9,-49,-39,-55,-93,-52r0,111r-17,0r0,-239xm46,-227r0,102v53,4,101,-7,101,-53v0,-50,-58,-57,-101,-49","w":181,"k":{"T":-5,"C":-3,"G":-3,"O":-3,"Q":-3,"V":-10,"W":-10,"X":-1,"Y":2,"a":-5,"c":-2,"d":-2,"e":-2,"o":-2,"q":-2,"t":-9,"v":-7,"w":-7,"y":-7,"b":-4,"h":-4,"k":-4,"l":-4,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4}},"S":{"d":"15,-13r7,-14v34,27,111,19,111,-34v0,-27,-14,-44,-49,-57v-39,-14,-62,-34,-62,-67v0,-55,78,-75,118,-50r-6,15v-6,-5,-22,-12,-43,-12v-39,0,-52,25,-52,44v0,27,14,43,50,54v83,24,84,136,-16,138v-21,0,-45,-8,-58,-17","w":167,"k":{"c":-2,"d":-2,"e":-2,"o":-2,"q":-2}},"T":{"d":"75,0r0,-228r-79,0r0,-15r176,0r0,15r-79,0r0,228r-18,0","w":167,"k":{"i":14,"T":-17,"J":14,"C":9,"G":9,"O":9,"Q":9,"V":-17,"W":-17,"X":-9,"Y":-14,"A":27,"S":1,"a":22,"g":24,"c":24,"d":24,"e":24,"o":24,"q":24,"s":15,"u":14,"v":12,"w":12,"y":12,"z":17,"b":1,"h":1,"k":1,"l":1,"m":14,"n":14,"p":14,"r":14,"x":17,":":7,";":7,"\u00ad":17,")":-28,"]":-28,"}":-28,"\"":-8,"'":-8,",":16,".":16}},"U":{"d":"29,-243r17,0r0,147v0,62,29,86,65,86v40,0,68,-26,68,-86r0,-147r17,0r0,145v0,75,-40,102,-86,102v-42,0,-81,-24,-81,-99r0,-148","w":225,"k":{"A":14,"f":-3,"t":-2,",":11,".":11}},"V":{"d":"97,0r-16,0r-81,-243r18,0r72,223v20,-70,54,-153,78,-223r19,0","w":183,"k":{"T":-14,"J":4,"C":-2,"G":-2,"O":-2,"Q":-2,"V":-8,"W":-8,"A":22,"S":-3,"a":10,"g":4,"c":9,"d":9,"e":9,"o":9,"q":9,"s":6,"t":-7,"u":4,"z":2,"i":3,"m":3,"n":3,"p":3,"r":3,":":4,";":4,"\u00ad":3,")":-26,"]":-26,"}":-26,"\"":-8,"'":-8,",":17,".":17}},"W":{"d":"86,0r-17,0r-64,-243r18,0r56,220r62,-220r17,0r36,136v9,29,13,61,20,84v16,-71,42,-149,62,-220r18,0r-73,243r-17,0r-36,-140v-10,-36,-16,-59,-19,-82v-14,66,-44,154,-63,222","w":295,"k":{"T":-14,"J":4,"C":-2,"G":-2,"O":-2,"Q":-2,"V":-8,"W":-8,"A":22,"S":-3,"a":10,"g":4,"c":9,"d":9,"e":9,"o":9,"q":9,"s":6,"t":-7,"u":4,"z":2,"i":3,"m":3,"n":3,"p":3,"r":3,":":4,";":4,"\u00ad":3,")":-26,"]":-26,"}":-26,"\"":-8,"'":-8,",":17,".":17}},"X":{"d":"185,0r-19,0r-70,-110r-65,110r-20,0r77,-123r-74,-120r19,0r65,107r67,-107r20,0r-78,118","w":196,"k":{"T":-3,"C":9,"G":9,"O":9,"Q":9,"V":-3,"W":-3,"X":6,"A":2,"a":1,"c":2,"d":2,"e":2,"o":2,"q":2,"u":2,"v":3,"w":3,"y":3,"\u00ad":9}},"Y":{"d":"100,0r-18,0r0,-105r-77,-138r19,0r69,125v19,-40,47,-85,69,-125r19,0r-81,138r0,105","w":181,"k":{"T":-20,"J":16,"M":1,"C":10,"G":10,"O":10,"Q":10,"V":-13,"W":-13,"X":-3,"Y":-7,"A":27,"S":1,"a":20,"g":5,"c":20,"d":20,"e":20,"o":20,"q":20,"s":16,"t":1,"u":15,"v":5,"w":5,"y":5,"z":4,"b":2,"h":2,"k":2,"l":2,"i":3,"m":3,"n":3,"p":3,"r":3,"x":3,":":8,";":8,"\u00ad":16,")":-25,"]":-25,"}":-25,"\"":-2,"'":-2,",":29,".":29}},"Z":{"d":"12,0r0,-11r146,-217r-134,0r0,-15r156,0r0,12r-146,217r148,0r0,14r-170,0","w":194,"k":{"C":8,"G":8,"O":8,"Q":8,"X":3,"A":2,"c":5,"d":5,"e":5,"o":5,"q":5,"u":2,"v":2,"w":2,"y":2,"\u00ad":14}},"[":{"d":"94,40r-62,0r0,-287r62,0r0,13r-46,0r0,261r46,0r0,13","w":95,"k":{"T":-23,"J":-8,"C":2,"G":2,"O":2,"Q":2,"V":-23,"W":-23,"X":-5,"Y":-17,"A":2,"c":1,"d":1,"e":1,"o":1,"q":1,"j":-21}},"\\":{"d":"129,14r-17,0r-114,-261r17,0","w":125},"]":{"d":"2,-247r61,0r0,287r-61,0r0,-13r46,0r0,-261r-46,0r0,-13","w":95},"^":{"d":"189,-71r-17,0r-65,-146r-65,146r-16,0r74,-163r15,0","w":214},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"77,-177v91,6,49,96,62,177r-16,0v-2,-8,0,-19,-3,-25v-9,13,-27,29,-55,29v-35,0,-51,-25,-51,-48v0,-40,35,-64,106,-63v0,-23,-2,-53,-45,-55v-15,0,-30,4,-43,13r-6,-13v16,-10,36,-15,51,-15xm67,-10v47,-3,57,-34,53,-83v-38,-1,-88,6,-88,47v0,25,17,36,35,36","w":163},"b":{"d":"27,0r2,-256r17,0r1,116v12,-22,32,-37,63,-37v44,0,74,37,74,89v1,98,-99,119,-140,57r-1,31r-16,0xm106,-162v-40,-1,-67,40,-60,95v4,34,27,57,58,57v40,0,63,-33,63,-78v0,-40,-22,-74,-61,-74","w":198,"k":{"T":13,"v":2,"w":2,"y":2,"z":2,"x":3,"\u00ad":-5,"\"":2,"'":2,",":6,".":6}},"c":{"d":"144,-21r4,13v-8,4,-25,12,-50,12v-50,0,-83,-37,-83,-89v0,-73,77,-112,134,-81r-6,14v-8,-5,-22,-10,-41,-10v-46,0,-70,35,-70,76v0,64,64,91,112,65","w":160,"k":{"T":4,"t":-4,"v":-7,"w":-7,"y":-7,",":4,".":4}},"d":{"d":"150,-256r17,0r1,256r-15,0v-1,-10,1,-25,-2,-33v-9,19,-30,37,-62,37v-43,0,-74,-36,-74,-87v0,-91,99,-121,135,-63r0,-110xm93,-10v41,1,62,-41,57,-94v-3,-34,-23,-58,-56,-58v-38,0,-62,32,-62,77v0,39,20,75,61,75","w":195,"k":{",":4,".":4}},"e":{"d":"159,-88r-127,0v-5,77,66,89,113,67r5,13v-6,4,-25,12,-55,12v-50,0,-80,-36,-80,-87v0,-58,33,-94,78,-94v61,0,70,54,66,89xm33,-102r109,0v0,-24,-10,-60,-52,-60v-38,0,-54,33,-57,60","w":174,"k":{"T":10,"v":-1,"w":-1,"y":-1,"\u00ad":-9,",":4,".":4}},"f":{"d":"30,-173v-8,-59,34,-104,84,-80r-6,13v-41,-19,-67,18,-60,67r46,0r0,14r-46,0r0,159r-18,0r0,-159r-25,0r0,-14r25,0","w":94,"k":{"g":5,"c":5,"d":5,"e":5,"o":5,"q":5,"s":4,"t":-3,":":-12,";":-12,")":-44,"]":-44,"}":-44,"\"":-23,"'":-23,",":11,".":11}},"g":{"d":"167,-25v9,97,-74,118,-137,85r6,-14v42,27,119,21,114,-55v-1,-7,2,-18,-1,-24v-9,18,-29,33,-60,33v-44,0,-74,-38,-74,-85v0,-95,105,-115,137,-59r1,-29r15,0xm93,-14v40,1,62,-39,57,-92v-3,-34,-23,-56,-56,-56v-37,0,-62,29,-62,75v0,39,20,73,61,73","w":195,"k":{"T":11,"f":-2,"i":3,"m":3,"n":3,"p":3,"r":3,",":5,".":5}},"h":{"d":"101,-162v-29,0,-55,23,-55,57r0,105r-17,0r0,-256r17,0r1,114v10,-19,31,-34,58,-35v16,0,61,9,61,73r0,104r-18,0v-5,-65,22,-162,-47,-162","w":192,"k":{"T":16,"v":4,"w":4,"y":4}},"i":{"d":"46,0r-17,0r0,-173r17,0r0,173xm37,-207v-8,0,-13,-7,-13,-15v0,-8,6,-15,14,-15v8,0,13,7,13,15v0,8,-5,15,-14,15","w":75},"j":{"d":"-18,61v44,-8,48,-16,49,-84r0,-150r18,0v-6,77,18,184,-19,230v-12,15,-34,18,-45,18xm54,-222v0,8,-5,15,-15,15v-8,0,-13,-7,-13,-15v0,-8,6,-15,14,-15v8,0,14,7,14,15","w":77,"k":{",":4,".":4}},"k":{"d":"46,-256r1,166v24,-29,52,-56,78,-83r20,0r-69,72r79,101r-21,0r-70,-91r-18,19r0,72r-17,0r0,-256r17,0","w":152,"k":{"T":4,"a":-9,"g":-4,"c":-4,"d":-4,"e":-4,"o":-4,"q":-4,"u":-3,"v":-7,"w":-7,"y":-7,"b":-8,"h":-8,"k":-8,"l":-8,"i":-8,"m":-8,"n":-8,"p":-8,"r":-8,":":-5,";":-5,"\u00ad":5,",":-7,".":-7}},"l":{"d":"29,0r0,-256r17,0r0,256r-17,0","w":76,"k":{",":4,".":4}},"m":{"d":"97,-162v-66,0,-50,94,-51,162r-17,0r-1,-173r16,0v1,9,-1,23,2,30v17,-43,94,-46,106,4v12,-23,27,-37,59,-38v17,0,56,9,56,75r0,102r-17,0v-3,-62,17,-163,-45,-162v-66,2,-45,97,-48,162r-17,0v-5,-62,20,-162,-43,-162","w":294,"k":{"T":16,"v":4,"w":4,"y":4}},"n":{"d":"100,-162v-29,0,-54,23,-54,55r0,107r-17,0r-1,-173r16,0v1,10,-1,23,2,31v9,-19,31,-35,59,-35v17,0,61,8,61,73r0,104r-18,0v-5,-66,23,-162,-48,-162","w":192,"k":{"T":16,"v":4,"w":4,"y":4}},"o":{"d":"94,4v-45,0,-79,-35,-79,-89v0,-59,38,-92,81,-92v48,0,81,36,81,89v0,64,-45,92,-83,92xm95,-10v36,0,64,-33,64,-77v0,-32,-17,-75,-63,-75v-44,0,-64,39,-64,76v0,43,28,76,63,76","w":191,"k":{"T":13,"v":2,"w":2,"y":2,"z":2,"x":3,"\u00ad":-5,"\"":2,"'":2,",":6,".":6}},"p":{"d":"29,71r-2,-244r17,0v1,10,-1,25,2,33v34,-66,138,-37,138,51v0,94,-96,121,-138,61r0,99r-17,0xm106,-162v-40,0,-66,39,-60,94v4,36,27,58,58,58v40,0,63,-33,63,-79v0,-39,-22,-73,-61,-73","w":198,"k":{"T":13,"v":2,"w":2,"y":2,"z":2,"x":3,"\u00ad":-5,"\"":2,"'":2,",":6,".":6}},"q":{"d":"150,71r-1,-101v-9,17,-29,34,-60,34v-42,0,-74,-36,-74,-87v0,-102,102,-118,137,-60r1,-30r15,0r-1,244r-17,0xm93,-10v40,0,63,-41,57,-95v-3,-33,-23,-57,-56,-57v-38,0,-62,32,-62,77v0,39,19,75,61,75","w":195,"k":{"T":10,",":3,".":3}},"r":{"d":"101,-160v-69,-5,-54,91,-55,160r-17,0r-2,-173r16,0v1,11,-1,26,2,35v9,-24,28,-43,56,-38r0,16","w":106,"k":{"T":4,"f":-12,"g":3,"c":4,"d":4,"e":4,"o":4,"q":4,"t":-9,"v":-11,"w":-11,"y":-11,"z":-4,"b":-3,"h":-3,"k":-3,"l":-3,"i":-3,"m":-3,"n":-3,"p":-3,"r":-3,"x":-8,":":-6,";":-6,"\u00ad":3,",":16,".":16}},"s":{"d":"38,-132v0,39,90,39,80,86v4,48,-67,63,-102,38r6,-15v21,19,84,14,79,-21v5,-40,-89,-44,-80,-86v-6,-40,61,-60,91,-36r-6,14v-15,-15,-75,-13,-68,20","w":134,"k":{"T":6,",":4,".":4}},"t":{"d":"100,0v-36,13,-64,-6,-64,-50r0,-109r-30,0r0,-14r30,0r0,-31r17,-7r0,38r49,0r0,14r-49,0r0,113v-3,31,20,40,45,33","w":111,"k":{"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"v":-4,"w":-4,"y":-4,"\u00ad":3}},"u":{"d":"91,-11v31,0,53,-21,54,-54r0,-108r17,0r2,173r-16,0v-1,-10,1,-23,-2,-31v-26,44,-118,64,-118,-41r0,-101r17,0v4,64,-19,162,46,162","w":191,"k":{"T":10,",":3,".":3}},"v":{"d":"5,-173r19,0r58,154r58,-154r18,0r-70,173r-15,0","w":162,"k":{"T":9,"g":3,"c":3,"d":3,"e":3,"o":3,"q":3,"v":-3,"w":-3,"y":-3,":":-13,";":-13,",":12,".":12}},"w":{"d":"8,-173r18,0r45,152v13,-49,35,-103,51,-152r17,0r50,152r47,-152r17,0r-57,173r-15,0r-51,-155v-15,53,-36,104,-53,155r-15,0","w":259,"k":{"T":9,"g":3,"c":3,"d":3,"e":3,"o":3,"q":3,"v":-3,"w":-3,"y":-3,":":-13,";":-13,",":12,".":12}},"x":{"d":"8,-173r19,0r50,72v15,-25,33,-48,50,-72r19,0r-60,84r62,89r-20,0r-53,-76v-15,25,-35,51,-52,76r-19,0r63,-88","w":154,"k":{"T":6,"c":4,"d":4,"e":4,"o":4,"q":4,"s":1,"t":-5,"v":-4,"w":-4,"y":-4,"\u00ad":3}},"y":{"d":"9,65v28,-11,49,-33,61,-70r-66,-168r18,0r46,113v6,12,7,28,13,37r55,-150r19,0v-43,83,-61,222,-141,253","w":158,"k":{"T":9,"g":3,"c":3,"d":3,"e":3,"o":3,"q":3,"v":-3,"w":-3,"y":-3,":":-13,";":-13,",":12,".":12}},"z":{"d":"6,0r0,-10r113,-149r-106,0r0,-14r127,0r-1,12r-111,147r112,0r0,14r-134,0","w":145,"k":{"T":5,"c":3,"d":3,"e":3,"o":3,"q":3,"v":-12,"w":-12,"y":-12}},"{":{"d":"33,-9v-1,-35,29,-85,-24,-88r1,-13v53,-1,22,-57,23,-91v1,-34,23,-47,55,-46v-1,6,3,16,-6,13v-71,0,5,112,-50,131v57,12,-25,135,56,130v-1,5,3,15,-4,13v-28,0,-51,-13,-51,-49","w":95,"k":{"T":-23,"J":-8,"C":2,"G":2,"O":2,"Q":2,"V":-23,"W":-23,"X":-5,"Y":-17,"A":2,"c":1,"d":1,"e":1,"o":1,"q":1,"j":-21}},"|":{"d":"30,-270r16,0r0,360r-16,0r0,-360","w":76},"}":{"d":"62,-201v0,36,-29,90,24,91r0,13v-53,2,-23,52,-24,88v-1,38,-23,50,-55,49v0,-6,-2,-16,7,-13v68,0,-5,-113,49,-131v-58,-12,27,-134,-56,-130v1,-5,-3,-15,5,-13v29,0,50,13,50,46","w":95},"~":{"d":"196,-126v-4,92,-90,15,-139,15v-15,0,-25,11,-25,31r-13,0v4,-88,94,-15,141,-15v16,0,23,-12,23,-31r13,0","w":214},"'":{"d":"22,-249r20,0r-4,79r-12,0","w":64,"k":{"T":-8,"J":22,"M":3,"V":-8,"W":-8,"A":25,"f":-9,"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"t":-9,"v":-11,"w":-11,"y":-11,",":38,".":38}},"`":{"d":"12,-248r25,0r32,50r-13,0","w":108}}}); /*! * The following copyright notice may not be removed under any circumstances. * * Copyright: * Copyright 1990-1998 Bitstream Inc. All rights reserved. */ Cufon.registerFont({"w":204,"face":{"font-family":"Swis721 BT","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 2 2 2 2 2 4","ascent":"274","descent":"-86","x-height":"7","bbox":"-5 -279 345 85","underline-thickness":"38.8477","underline-position":"-18.8086","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":102},"!":{"d":"46,-72v-7,-60,-17,-117,-14,-187r54,0v3,69,-6,127,-13,187r-27,0xm33,0r0,-52r52,0r0,52r-52,0","w":118},"\"":{"d":"71,-253r34,0r0,98r-34,0r0,-98xm14,-253r34,0r0,98r-34,0r0,-98","w":119},"#":{"d":"125,-149r-16,43r44,0r15,-43r-43,0xm125,-257r38,0r-25,73r42,0r26,-73r39,0r-26,73r50,0r-13,35r-49,0r-15,42r51,0r-13,36r-51,0r-26,73r-39,0r26,-73r-42,0r-27,73r-38,0r25,-73r-50,0r13,-36r50,0r15,-42r-53,0r13,-35r53,0","w":276},"$":{"d":"113,-33v27,1,37,-34,22,-53v-5,-5,-12,-10,-22,-13r0,66xm92,-213v-23,0,-37,29,-22,48v5,5,12,9,22,12r0,-60xm192,-71v0,47,-33,74,-79,77r0,34r-21,0r0,-34v-51,-3,-80,-29,-79,-83r47,0v2,25,11,39,32,44r0,-72v-46,-13,-73,-25,-75,-73v-2,-44,32,-72,75,-73r0,-22r21,0r0,22v45,2,72,29,74,74r-48,0v-1,-20,-8,-33,-26,-35r0,64v47,16,79,27,79,77"},"%":{"d":"233,-86v-16,0,-28,12,-28,28v0,16,12,27,28,27v15,0,27,-12,27,-27v0,-16,-11,-28,-27,-28xm233,7v-35,0,-66,-30,-66,-65v0,-35,30,-65,66,-65v35,0,65,30,65,65v0,35,-30,65,-65,65xm65,7r150,-259r29,0r-150,259r-29,0xm77,-213v-16,-1,-27,12,-27,27v0,15,12,27,27,27v15,0,27,-12,27,-27v0,-15,-12,-27,-27,-27xm77,-121v-35,0,-65,-29,-65,-65v0,-35,30,-66,65,-66v34,0,65,31,65,66v0,35,-30,65,-65,65","w":309},"&":{"d":"84,-103v-28,16,-16,66,19,66v19,0,31,-7,41,-18r-47,-58xm113,-222v-34,2,-16,43,-2,54v11,-9,24,-16,23,-34v0,-12,-9,-21,-21,-20xm17,-68v3,-42,21,-58,55,-77v-11,-15,-26,-28,-25,-53v0,-38,28,-61,67,-61v39,-1,64,21,64,57v-1,33,-19,48,-42,64r37,46v8,-12,10,-26,13,-43r46,0v-3,32,-14,57,-31,78r47,57r-59,0r-18,-22v-42,49,-159,33,-154,-46","w":252},"'":{"d":"14,-253r34,0r0,98r-34,0r0,-98","w":61},"(":{"d":"30,-92v0,-68,29,-120,63,-167r37,0v-62,85,-62,249,0,334r-37,0v-34,-47,-63,-98,-63,-167","w":133},")":{"d":"4,75v62,-86,62,-248,0,-334r37,0v33,47,63,98,63,167v0,68,-30,121,-63,167r-37,0","w":133},"*":{"d":"90,-156r-31,43r-30,-21r34,-42r-49,-14r11,-35r47,17r0,-51r35,0r0,51r48,-17r11,36r-49,13r33,42r-30,22","w":180},"+":{"d":"132,-215r36,0r0,90r87,0r0,35r-87,0r0,90r-36,0r0,-90r-87,0r0,-35r87,0r0,-90","w":299},",":{"d":"24,40v19,-5,30,-16,29,-40r-29,0r0,-53r54,0v3,58,0,108,-54,114r0,-21","w":102},"-":{"d":"11,-72r0,-48r99,0r0,48r-99,0","w":120,"k":{"Y":26,"X":13,"W":20,"V":20,"T":13}},".":{"d":"24,0r0,-53r53,0r0,53r-53,0","w":102},"\/":{"d":"1,33r88,-299r24,0r-88,299r-24,0","w":114},"0":{"d":"102,-210v-35,5,-39,40,-39,88v0,48,4,82,39,87v35,-4,39,-41,39,-87v0,-47,-4,-83,-39,-88xm102,7v-68,0,-91,-52,-91,-129v0,-76,23,-130,91,-130v68,0,91,54,91,130v-1,77,-21,129,-91,129"},"1":{"d":"28,-207v43,0,65,-9,70,-45r40,0r0,252r-49,0r0,-172r-61,0r0,-35"},"2":{"d":"187,-174v0,71,-90,91,-117,131r115,0r0,43r-177,0v2,-63,36,-87,81,-115v32,-20,47,-39,47,-58v0,-23,-14,-37,-37,-37v-28,0,-41,18,-40,48r-46,0v0,-57,32,-90,89,-90v50,0,85,30,85,78"},"3":{"d":"98,7v-56,0,-88,-29,-88,-84r48,0v0,27,14,43,40,43v26,1,40,-14,40,-39v0,-30,-25,-40,-56,-37r0,-35v55,13,67,-67,16,-66v-23,0,-36,16,-35,40r-48,0v1,-52,31,-80,85,-80v47,0,83,23,82,68v-1,24,-12,40,-30,49v23,11,39,28,39,59v0,52,-39,82,-93,82"},"4":{"d":"115,-93r0,-108r-68,108r68,0xm114,0r0,-54r-106,0r0,-45r93,-146r62,0r0,151r30,0r0,40r-30,0r0,54r-49,0"},"5":{"d":"190,-82v0,80,-100,114,-156,69v-15,-13,-24,-32,-25,-55r49,0v1,22,16,35,38,35v28,0,39,-18,42,-46v4,-44,-56,-60,-75,-28r-45,-3r16,-135r145,0r0,43r-110,0r-6,50v52,-34,127,3,127,70"},"6":{"d":"103,-122v-24,0,-39,18,-38,42v0,27,15,46,40,47v25,0,37,-20,37,-47v0,-25,-14,-42,-39,-42xm136,-187v-2,-29,-47,-33,-60,-8v-6,12,-11,27,-12,49v47,-41,129,-5,129,65v0,52,-36,89,-88,89v-68,-1,-93,-50,-93,-125v0,-80,28,-133,99,-135v42,0,74,26,76,65r-51,0"},"7":{"d":"190,-207v-50,54,-83,118,-90,207r-53,0v6,-83,43,-147,88,-202r-123,0r0,-43r178,0r0,38"},"8":{"d":"102,-112v-23,0,-39,17,-39,39v0,24,14,38,39,38v24,0,40,-15,40,-38v0,-24,-16,-39,-40,-39xm102,-211v-21,0,-35,11,-35,30v0,21,14,30,35,30v21,0,35,-9,35,-30v0,-20,-14,-30,-35,-30xm12,-71v-1,-33,13,-50,37,-61v-19,-11,-30,-24,-30,-51v0,-46,35,-70,83,-69v49,0,84,22,84,69v-1,26,-12,41,-30,51v23,12,37,29,37,61v0,50,-38,78,-91,78v-54,0,-90,-26,-90,-78"},"9":{"d":"100,-122v24,0,39,-18,38,-42v0,-27,-15,-46,-40,-47v-25,0,-37,19,-37,46v0,26,14,43,39,43xm67,-57v2,29,48,32,61,8v6,-11,10,-28,11,-50v-45,43,-129,6,-129,-64v0,-52,36,-89,88,-89v68,2,94,51,94,125v0,102,-77,170,-153,117v-15,-10,-21,-27,-22,-47r50,0"},":":{"d":"28,-135r0,-53r54,0r0,53r-54,0xm28,0r0,-53r54,0r0,53r-54,0","w":110},";":{"d":"29,-135r0,-53r53,0r0,53r-53,0xm29,40v19,-5,30,-16,29,-40r-30,0r0,-53r54,0v3,58,0,108,-53,114r0,-21","w":110},"<":{"d":"253,-210r0,39r-156,64r156,64r0,38r-207,-85r0,-35","w":299},"=":{"d":"45,-87r210,0r0,35r-210,0r0,-35xm45,-163r210,0r0,35r-210,0r0,-35","w":299},">":{"d":"46,-210r207,85r0,35r-207,85r0,-38r158,-64r-158,-64r0,-39","w":299},"?":{"d":"188,-189v0,63,-66,55,-64,114r-47,0v-7,-56,35,-66,55,-97v8,-26,-6,-50,-33,-49v-24,1,-35,18,-37,42r-49,0v-3,-55,34,-87,86,-87v51,0,89,29,89,77xm75,0r0,-52r51,0r0,52r-51,0","w":200},"@":{"d":"243,-19v-23,1,-37,-8,-38,-29v-22,46,-118,36,-109,-31v-8,-69,82,-134,127,-76r9,-17r31,0r-27,112v0,9,7,12,17,13v39,-8,58,-44,59,-88v1,-59,-55,-98,-117,-97v-90,3,-147,54,-147,140v0,73,57,120,134,119v43,-1,78,-15,106,-34r14,21v-32,23,-69,40,-120,40v-98,-2,-166,-49,-166,-145v0,-107,72,-169,180,-169v86,0,149,42,149,126v0,64,-37,112,-102,115xm134,-78v0,34,34,41,54,22v16,-15,19,-43,26,-67v-4,-17,-11,-30,-31,-29v-29,0,-49,40,-49,74","w":360},"A":{"d":"123,-207r-36,110r72,0xm92,-259r62,0r93,259r-56,0r-18,-53r-100,0r-17,53r-56,0","w":246,"k":{"y":5,"w":5,"v":5,"Y":21,"W":6,"V":6,"U":6,"T":13,";":-7,":":-7,".":-7,",":-7}},"B":{"d":"184,-80v0,-47,-62,-31,-106,-34r0,67v43,-3,106,13,106,-33xm176,-187v0,-42,-61,-23,-98,-27r0,55v39,-3,98,14,98,-28xm199,-140v75,34,36,140,-54,140r-118,0r0,-259v85,4,205,-23,203,66v0,27,-11,44,-31,53","w":253,"k":{"Y":13,"W":6,"V":6,"S":-3,"O":-3,"G":-3,"C":-3,"-":-7}},"C":{"d":"140,-41v34,0,54,-19,60,-48r52,0v-3,59,-51,97,-115,96v-79,0,-121,-54,-121,-136v0,-86,43,-136,126,-137v64,0,106,34,110,93r-53,0v-4,-29,-23,-46,-57,-45v-50,1,-72,35,-72,89v0,52,22,87,70,88","w":267,"k":{"S":-7,";":-7,":":-7,"-":-8}},"D":{"d":"192,-129v-2,-52,-15,-84,-64,-84r-49,0r0,166v73,5,116,-9,113,-82xm246,-129v-2,84,-38,133,-132,129r-87,0r0,-259r101,0v82,1,120,44,118,130","w":261,"k":{"Y":5,"W":-3,"V":3,"A":3,".":13,"-":-7,",":13}},"E":{"d":"27,0r0,-259r188,0r0,45r-136,0r0,55r124,0r0,45r-124,0r0,66r142,0r0,48r-194,0","w":235,"k":{".":-3,"-":6,",":-3}},"F":{"d":"27,0r0,-259r180,0r0,45r-128,0r0,59r113,0r0,45r-113,0r0,110r-52,0","w":215,"k":{"u":8,"r":6,"o":8,"e":8,"a":8,"T":-7,"A":15,";":13,":":13,".":55,"-":6,",":55}},"G":{"d":"71,-130v0,94,120,127,136,34r-59,0r0,-44r107,0r0,140r-35,0r-7,-31v-18,24,-37,38,-76,38v-75,1,-122,-60,-122,-137v0,-78,47,-136,124,-136v62,0,109,34,116,88r-55,0v-6,-27,-27,-42,-60,-42v-47,0,-69,39,-69,90","w":279,"k":{"Y":6,"W":3,"T":6}},"H":{"d":"27,0r0,-259r53,0r0,97r107,0r0,-97r54,0r0,259r-54,0r0,-115r-107,0r0,115r-53,0","w":267},"I":{"d":"28,0r0,-259r54,0r0,259r-54,0","w":110},"J":{"d":"92,7v-62,0,-91,-30,-83,-104r51,0v-2,32,-1,62,31,60v25,-1,30,-13,30,-41r0,-181r53,0r0,183v3,61,-27,83,-82,83","w":199,"k":{".":5,",":5}},"K":{"d":"27,0r0,-259r53,0r0,106r101,-106r67,0r-104,105r113,154r-65,0r-84,-118r-28,27r0,91r-53,0","w":253,"k":{"y":10,"u":6,"o":6,"e":6,"Y":16,"W":6,"U":13,"O":10,"C":10,"A":3,".":-7,"-":20,",":-7}},"L":{"d":"27,0r0,-259r53,0r0,211r126,0r0,48r-179,0","w":208,"k":{"y":6,"Y":40,"W":11,"V":26,"U":6,"T":29,"O":13,".":-10,"-":20,",":-10}},"M":{"d":"27,0r0,-259r78,0r52,197r51,-197r79,0r0,259r-50,0r0,-209r-53,209r-54,0r-53,-209r0,209r-50,0","w":313},"N":{"d":"27,0r0,-259r55,0r106,178r0,-178r52,0r0,259r-55,0r-106,-178r0,178r-52,0","w":266,"k":{";":6,":":6}},"O":{"d":"142,-219v-49,0,-72,37,-72,90v0,52,24,90,72,90v49,0,73,-39,73,-90v0,-51,-24,-91,-73,-90xm142,7v-78,0,-127,-56,-127,-136v0,-80,48,-137,127,-137v79,0,127,57,127,137v0,80,-49,136,-127,136","w":284,"k":{"Y":6,"X":6,"V":3,".":11,"-":-7,",":11}},"P":{"d":"172,-176v0,-46,-49,-38,-92,-38r0,75v43,-1,92,9,92,-37xm225,-176v0,79,-64,90,-145,84r0,92r-53,0r0,-259r115,0v54,0,83,29,83,83","w":240,"k":{"y":-3,"u":-3,"s":6,"o":6,"e":6,"a":10,"Y":3,"W":-3,"A":23,";":3,":":3,".":76,"-":23,",":76}},"Q":{"d":"70,-129v0,63,43,107,103,83r-27,-27r29,-30r28,27v28,-53,8,-143,-61,-143v-49,0,-72,37,-72,90xm142,-266v116,0,161,147,99,227r28,27r-29,30r-29,-29v-17,12,-40,18,-69,18v-78,1,-127,-56,-127,-136v0,-80,48,-137,127,-137","w":284,"k":{".":8,"-":-7,",":8}},"R":{"d":"182,-180v0,-47,-59,-32,-102,-34r0,68v43,-3,102,14,102,-34xm182,0v-18,-29,14,-107,-46,-101r-56,0r0,101r-53,0r0,-259v90,4,208,-26,208,74v0,31,-15,53,-38,61v47,5,20,87,43,116r0,8r-58,0","w":256,"k":{"y":-3,".":-3,",":-3}},"S":{"d":"194,-136v67,48,17,143,-73,143v-63,0,-104,-29,-106,-87r52,0v-3,49,104,61,106,9v0,-16,-24,-30,-69,-39v-53,-10,-81,-23,-85,-78v-6,-83,118,-96,170,-57v17,14,26,35,27,61r-51,0v-2,-27,-21,-39,-51,-39v-24,1,-45,9,-44,32v2,36,97,36,124,55","w":240,"k":{"S":-7,"-":-7}},"T":{"d":"80,0r0,-213r-76,0r0,-46r206,0r0,46r-76,0r0,213r-54,0","w":213,"k":{"y":36,"w":36,"u":29,"s":31,"r":31,"o":44,"i":5,"e":44,"c":44,"a":44,"T":-8,"C":3,"A":13,";":46,":":46,".":50,"-":50,",":50}},"U":{"d":"129,7v-66,0,-104,-34,-104,-98r0,-169r54,0r0,163v0,38,13,57,50,57v38,0,50,-19,50,-57r0,-163r54,0r0,169v0,64,-39,98,-104,98","w":258,"k":{"A":6,";":3,":":3,".":13,",":13}},"V":{"d":"88,0r-90,-259r59,0r55,194r56,-194r59,0r-88,259r-51,0","w":225,"k":{"u":10,"o":16,"i":3,"e":16,"a":16,"A":6,";":13,":":13,".":46,"-":26,",":46}},"W":{"d":"77,0r-74,-259r55,0r44,183r38,-183r57,0r37,183r44,-183r55,0r-74,259r-51,0r-40,-198r-40,198r-51,0","w":336,"k":{"r":3,"o":10,"i":-3,"e":10,"a":10,"A":6,";":8,":":8,".":29,"-":13,",":29}},"X":{"d":"-2,0r82,-132r-82,-127r62,0r53,91r52,-91r62,0r-81,126r81,133r-61,0r-53,-90r-53,90r-62,0","w":225,"k":{"e":10,"O":6,"C":6,";":6,":":6,".":-7,"-":26,",":-7}},"Y":{"d":"143,0r-54,0r0,-97r-94,-162r65,0r56,112r51,-112r61,0r-85,162r0,97","w":223,"k":{"u":26,"o":33,"e":33,"a":33,"O":6,"C":6,"A":21,";":34,":":34,".":60,"-":36,",":60}},"Z":{"d":"7,0r0,-45r140,-167r-138,0r0,-47r203,0r0,45r-141,167r138,0r0,47r-202,0","w":216,"k":{";":-3,":":-3,".":-7,"-":13,",":-7}},"[":{"d":"42,-259r89,0r0,38r-42,0r0,260r42,0r0,38r-89,0r0,-336","w":137},"\\":{"d":"89,33r-88,-299r24,0r88,299r-24,0","w":114},"]":{"d":"98,-259r0,336r-89,0r0,-38r41,0r0,-260r-41,0r0,-38r89,0","w":137},"^":{"d":"158,-257r44,0r85,99r-42,0r-65,-65r-66,65r-41,0","w":360},"_":{"d":"0,49r180,0r0,36r-180,0r0,-36","w":180},"`":{"d":"38,-279r46,0r34,65r-24,0","w":180},"a":{"d":"180,-35v-4,21,11,18,11,35r-54,0v-4,-6,-5,-14,-5,-24v-23,47,-120,42,-120,-30v0,-50,38,-57,86,-64v22,-3,32,-8,32,-18v0,-19,-11,-21,-31,-22v-19,0,-34,7,-32,27r-48,0v-2,-46,33,-67,78,-67v47,0,83,13,83,54r0,109xm86,-32v34,0,49,-24,45,-62v-23,14,-70,6,-70,39v0,14,11,22,25,23","w":202},"b":{"d":"129,7v-29,-1,-44,-13,-57,-33r0,26r-49,0r0,-259r50,0r0,92v11,-18,30,-30,57,-31v49,0,78,49,78,103v0,54,-28,102,-79,102xm115,-37v31,0,42,-26,42,-60v0,-32,-12,-55,-41,-56v-31,0,-43,24,-43,56v0,34,11,60,42,60","w":220},"c":{"d":"104,-38v21,1,31,-14,34,-34r50,0v-2,47,-38,79,-86,79v-57,0,-89,-42,-89,-103v0,-88,89,-130,150,-82v15,13,23,32,25,55r-51,0v-2,-19,-14,-32,-33,-32v-30,0,-38,25,-38,60v-1,31,11,56,38,57","w":198},"d":{"d":"91,-198v26,1,47,13,57,31r0,-92r50,0r0,259r-49,0r0,-26v-12,20,-28,32,-57,33v-51,0,-79,-48,-79,-102v0,-54,29,-102,78,-103xm105,-153v-29,1,-41,24,-41,56v0,35,12,60,43,60v31,0,41,-26,41,-60v0,-33,-13,-56,-43,-56","w":221},"e":{"d":"66,-82v-7,47,60,60,74,24r51,0v-9,39,-43,64,-88,65v-58,1,-90,-44,-90,-104v0,-59,32,-101,89,-101v64,-1,98,48,91,116r-127,0xm141,-116v4,-36,-42,-50,-64,-29v-6,7,-10,16,-11,29r75,0","w":205},"f":{"d":"113,-219v-23,-2,-36,1,-32,28r32,0r0,36r-32,0r0,155r-50,0r0,-155r-27,0r0,-36r27,0v-7,-57,26,-77,82,-68r0,40","w":116,"k":{".":6,"-":6,",":6}},"g":{"d":"105,-154v-29,0,-41,24,-41,55v0,32,12,56,42,56v30,0,42,-24,41,-56v0,-31,-12,-56,-42,-55xm197,-13v15,92,-95,109,-155,75v-16,-9,-23,-25,-24,-44r56,0v4,13,12,19,30,19v41,0,44,-23,43,-64v-10,18,-27,26,-53,27v-52,1,-82,-44,-82,-97v0,-57,28,-101,81,-101v29,0,44,11,55,30r0,-23r49,0r0,178","w":219},"h":{"d":"113,-154v-62,0,-32,97,-39,154r-51,0r0,-259r51,0r0,89v32,-44,136,-33,120,46r0,124r-51,0r0,-100v-1,-40,1,-54,-30,-54","w":216},"i":{"d":"23,-212r0,-47r52,0r0,47r-52,0xm23,0r0,-191r52,0r0,191r-52,0","w":97},"j":{"d":"23,-212r0,-46r52,0r0,46r-52,0xm75,31v0,41,-29,47,-74,47r0,-43v12,0,22,0,22,-13r0,-213r52,0r0,222","w":97},"k":{"d":"23,0r0,-259r50,0r0,136r61,-68r61,0r-66,71r71,120r-62,0r-46,-81r-19,21r0,60r-50,0","w":199,"k":{"-":13}},"l":{"d":"24,0r0,-259r51,0r0,259r-51,0","w":98},"m":{"d":"105,-152v-56,0,-24,98,-32,152r-51,0r0,-191r49,0r0,21v20,-34,90,-36,106,2v27,-47,117,-34,117,34r0,134r-50,0r0,-123v0,-18,-10,-31,-29,-29v-55,5,-25,98,-32,152r-50,0r0,-123v0,-18,-10,-29,-28,-29","w":315},"n":{"d":"113,-154v-63,0,-34,96,-40,154r-51,0r0,-191r50,0r0,23v29,-44,121,-38,121,38r0,130r-51,0r0,-115v0,-25,-7,-39,-29,-39","w":214},"o":{"d":"110,-155v-30,0,-45,24,-45,59v0,36,14,60,45,60v30,0,44,-26,44,-60v0,-35,-14,-59,-44,-59xm110,7v-61,0,-97,-40,-97,-103v0,-63,36,-102,97,-102v61,0,96,40,96,102v0,62,-36,102,-96,103","w":218},"p":{"d":"116,-38v29,0,41,-24,41,-56v0,-34,-11,-60,-42,-60v-32,0,-42,26,-42,60v0,33,13,56,43,56xm130,7v-26,0,-47,-13,-57,-31r0,101r-50,0r0,-268r49,0r0,26v13,-20,28,-32,57,-33v50,0,79,47,79,101v0,55,-29,104,-78,104","w":220},"q":{"d":"105,-153v-29,1,-42,24,-42,56v0,35,12,60,43,60v31,0,42,-26,42,-60v0,-32,-13,-56,-43,-56xm91,-198v26,1,47,13,57,31r0,-24r50,0r0,268r-50,0r0,-102v-13,19,-28,31,-56,32v-51,1,-79,-48,-79,-102v0,-54,29,-102,78,-103","w":220},"r":{"d":"133,-144v-37,-3,-60,8,-60,43r0,101r-51,0r0,-191r48,0r0,33v12,-24,29,-41,62,-38","w":138,"k":{".":33,"-":6,",":33}},"s":{"d":"96,7v-48,0,-85,-22,-84,-69r51,0v0,22,17,29,40,29v40,0,41,-31,0,-39v-44,-8,-83,-16,-86,-62v-4,-67,96,-79,139,-47v15,11,22,27,23,48r-49,0v-1,-17,-15,-25,-34,-25v-17,0,-29,3,-29,17v0,8,13,13,38,20v43,12,79,15,80,61v0,49,-37,66,-89,67","w":196},"t":{"d":"78,-49v-2,16,15,11,29,12r0,38v-49,3,-80,3,-80,-53r0,-103r-25,0r0,-36r25,0r0,-52r51,0r0,52r29,0r0,36r-29,0r0,106","w":114},"u":{"d":"102,-38v63,-1,34,-95,40,-153r51,0r0,191r-50,0r0,-23v-29,44,-121,38,-121,-38r0,-130r51,0r0,115v0,25,5,38,29,38","w":214},"v":{"d":"69,0r-68,-191r56,0r40,137r39,-137r54,0r-68,191r-53,0","w":190,"k":{".":23,",":23}},"w":{"d":"57,0r-55,-191r52,0r32,132r26,-132r52,0r28,132r31,-132r50,0r-54,191r-51,0r-31,-137r-29,137r-51,0","w":275,"k":{".":23,",":23}},"x":{"d":"-1,0r64,-98r-62,-93r59,0r34,57r33,-57r57,0r-61,93r64,98r-60,0r-35,-60r-35,60r-58,0","w":185,"k":{"-":13}},"y":{"d":"30,35v25,6,50,-8,41,-33r-69,-193r56,0r41,138r39,-138r54,0r-79,225v-10,38,-35,48,-83,43r0,-42","w":193,"k":{".":24,"-":3,",":24}},"z":{"d":"6,0r0,-39r105,-111r-99,0r0,-41r160,0r0,42r-103,106r107,0r0,43r-170,0","w":182},"{":{"d":"74,-200v-4,-57,29,-60,81,-60r0,37v-78,-16,1,126,-75,130v43,3,37,48,37,94v0,31,8,36,38,35r0,37v-52,1,-81,-3,-81,-60v0,-46,8,-95,-46,-88r0,-37v50,10,49,-40,46,-88","w":180},"|":{"d":"72,-275r36,0r0,360r-36,0r0,-360","w":180},"}":{"d":"100,-93v-76,-5,8,-142,-75,-130r0,-37v52,-1,84,4,81,60v-2,46,-6,99,47,88r0,37v-53,-7,-50,40,-47,88v3,58,-29,61,-81,60r0,-37v79,17,0,-125,75,-129","w":180},"~":{"d":"150,-127v46,19,86,14,119,-14r0,39v-20,13,-39,23,-67,24v-34,0,-78,-26,-103,-23v-28,3,-47,12,-68,28r0,-39v34,-23,71,-34,119,-15","w":299},"\u00a0":{"w":102}}}); /* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.8.0r4 */ if(typeof YAHOO=="undefined"||!YAHOO){var YAHOO={};}YAHOO.namespace=function(){var A=arguments,E=null,C,B,D;for(C=0;C0)?B.dump(I[K],N-1):Q);}else{P.push(I[K]);}P.push(O);}if(P.length>1){P.pop();}P.push("]");}else{P.push("{");for(K in I){if(B.hasOwnProperty(I,K)){P.push(K+L);if(B.isObject(I[K])){P.push((N>0)?B.dump(I[K],N-1):Q);}else{P.push(I[K]);}P.push(O);}}if(P.length>1){P.pop();}P.push("}");}return P.join("");},substitute:function(Y,J,R){var N,M,L,U,V,X,T=[],K,O="dump",S=" ",I="{",W="}",Q,P;for(;;){N=Y.lastIndexOf(I);if(N<0){break;}M=Y.indexOf(W,N);if(N+1>=M){break;}K=Y.substring(N+1,M);U=K;X=null;L=U.indexOf(S);if(L>-1){X=U.substring(L+1);U=U.substring(0,L);}V=J[U];if(R){V=R(U,V,X);}if(B.isObject(V)){if(B.isArray(V)){V=B.dump(V,parseInt(X,10));}else{X=X||"";Q=X.indexOf(O);if(Q>-1){X=X.substring(4);}P=V.toString();if(P===G||Q>-1){V=B.dump(V,parseInt(X,10));}else{V=P;}}}else{if(!B.isString(V)&&!B.isNumber(V)){V="~-"+T.length+"-~";T[T.length]=K;}}Y=Y.substring(0,N)+V+Y.substring(M+1);}for(N=T.length-1;N>=0;N=N-1){Y=Y.replace(new RegExp("~-"+N+"-~"),"{"+T[N]+"}","g");}return Y;},trim:function(I){try{return I.replace(/^\s+|\s+$/g,"");}catch(J){return I;}},merge:function(){var L={},J=arguments,I=J.length,K;for(K=0;K=420){X.addEventListener("load",function(){a(W,U);});}else{var T=M[W];if(T.varName){var V=YAHOO.util.Get.POLL_FREQ;T.maxattempts=YAHOO.util.Get.TIMEOUT/V;T.attempts=0;T._cache=T.varName[0].split(".");T.timer=S.later(V,T,function(j){var f=this._cache,e=f.length,d=this.win,g;for(g=0;gthis.maxattempts){var h="Over retry limit, giving up";T.timer.cancel();Q(W,h);}else{}return;}}T.timer.cancel();a(W,U);},null,true);}else{S.later(YAHOO.util.Get.POLL_FREQ,null,a,[W,U]);}}}}else{X.onload=function(){a(W,U);};}}};return{POLL_FREQ:10,PURGE_THRESH:20,TIMEOUT:2000,_finalize:function(T){S.later(0,null,C,T);},abort:function(U){var V=(S.isString(U))?U:U.tId;var T=M[V];if(T){T.aborted=true;}},script:function(T,U){return H("script",T,U);},css:function(T,U){return H("css",T,U);}};}();YAHOO.register("get",YAHOO.util.Get,{version:"2.8.0r4",build:"2449"});(function(){var Y=YAHOO,util=Y.util,lang=Y.lang,env=Y.env,PROV="_provides",SUPER="_supersedes",REQ="expanded",AFTER="_after";var YUI={dupsAllowed:{"yahoo":true,"get":true},info:{"root":"2.8.0r4/build/","base":"http://yui.yahooapis.com/2.8.0r4/build/","comboBase":"http://yui.yahooapis.com/combo?","skin":{"defaultSkin":"sam","base":"assets/skins/","path":"skin.css","after":["reset","fonts","grids","base"],"rollup":3},dupsAllowed:["yahoo","get"],"moduleInfo":{"animation":{"type":"js","path":"animation/animation-min.js","requires":["dom","event"]},"autocomplete":{"type":"js","path":"autocomplete/autocomplete-min.js","requires":["dom","event","datasource"],"optional":["connection","animation"],"skinnable":true},"base":{"type":"css","path":"base/base-min.css","after":["reset","fonts","grids"]},"button":{"type":"js","path":"button/button-min.js","requires":["element"],"optional":["menu"],"skinnable":true},"calendar":{"type":"js","path":"calendar/calendar-min.js","requires":["event","dom"],supersedes:["datemeth"],"skinnable":true},"carousel":{"type":"js","path":"carousel/carousel-min.js","requires":["element"],"optional":["animation"],"skinnable":true},"charts":{"type":"js","path":"charts/charts-min.js","requires":["element","json","datasource","swf"]},"colorpicker":{"type":"js","path":"colorpicker/colorpicker-min.js","requires":["slider","element"],"optional":["animation"],"skinnable":true},"connection":{"type":"js","path":"connection/connection-min.js","requires":["event"],"supersedes":["connectioncore"]},"connectioncore":{"type":"js","path":"connection/connection_core-min.js","requires":["event"],"pkg":"connection"},"container":{"type":"js","path":"container/container-min.js","requires":["dom","event"],"optional":["dragdrop","animation","connection"],"supersedes":["containercore"],"skinnable":true},"containercore":{"type":"js","path":"container/container_core-min.js","requires":["dom","event"],"pkg":"container"},"cookie":{"type":"js","path":"cookie/cookie-min.js","requires":["yahoo"]},"datasource":{"type":"js","path":"datasource/datasource-min.js","requires":["event"],"optional":["connection"]},"datatable":{"type":"js","path":"datatable/datatable-min.js","requires":["element","datasource"],"optional":["calendar","dragdrop","paginator"],"skinnable":true},datemath:{"type":"js","path":"datemath/datemath-min.js","requires":["yahoo"]},"dom":{"type":"js","path":"dom/dom-min.js","requires":["yahoo"]},"dragdrop":{"type":"js","path":"dragdrop/dragdrop-min.js","requires":["dom","event"]},"editor":{"type":"js","path":"editor/editor-min.js","requires":["menu","element","button"],"optional":["animation","dragdrop"],"supersedes":["simpleeditor"],"skinnable":true},"element":{"type":"js","path":"element/element-min.js","requires":["dom","event"],"optional":["event-mouseenter","event-delegate"]},"element-delegate":{"type":"js","path":"element-delegate/element-delegate-min.js","requires":["element"]},"event":{"type":"js","path":"event/event-min.js","requires":["yahoo"]},"event-simulate":{"type":"js","path":"event-simulate/event-simulate-min.js","requires":["event"]},"event-delegate":{"type":"js","path":"event-delegate/event-delegate-min.js","requires":["event"],"optional":["selector"]},"event-mouseenter":{"type":"js","path":"event-mouseenter/event-mouseenter-min.js","requires":["dom","event"]},"fonts":{"type":"css","path":"fonts/fonts-min.css"},"get":{"type":"js","path":"get/get-min.js","requires":["yahoo"]},"grids":{"type":"css","path":"grids/grids-min.css","requires":["fonts"],"optional":["reset"]},"history":{"type":"js","path":"history/history-min.js","requires":["event"]},"imagecropper":{"type":"js","path":"imagecropper/imagecropper-min.js","requires":["dragdrop","element","resize"],"skinnable":true},"imageloader":{"type":"js","path":"imageloader/imageloader-min.js","requires":["event","dom"]},"json":{"type":"js","path":"json/json-min.js","requires":["yahoo"]},"layout":{"type":"js","path":"layout/layout-min.js","requires":["element"],"optional":["animation","dragdrop","resize","selector"],"skinnable":true},"logger":{"type":"js","path":"logger/logger-min.js","requires":["event","dom"],"optional":["dragdrop"],"skinnable":true},"menu":{"type":"js","path":"menu/menu-min.js","requires":["containercore"],"skinnable":true},"paginator":{"type":"js","path":"paginator/paginator-min.js","requires":["element"],"skinnable":true},"profiler":{"type":"js","path":"profiler/profiler-min.js","requires":["yahoo"]},"profilerviewer":{"type":"js","path":"profilerviewer/profilerviewer-min.js","requires":["profiler","yuiloader","element"],"skinnable":true},"progressbar":{"type":"js","path":"progressbar/progressbar-min.js","requires":["element"],"optional":["animation"],"skinnable":true},"reset":{"type":"css","path":"reset/reset-min.css"},"reset-fonts-grids":{"type":"css","path":"reset-fonts-grids/reset-fonts-grids.css","supersedes":["reset","fonts","grids","reset-fonts"],"rollup":4},"reset-fonts":{"type":"css","path":"reset-fonts/reset-fonts.css","supersedes":["reset","fonts"],"rollup":2},"resize":{"type":"js","path":"resize/resize-min.js","requires":["dragdrop","element"],"optional":["animation"],"skinnable":true},"selector":{"type":"js","path":"selector/selector-min.js","requires":["yahoo","dom"]},"simpleeditor":{"type":"js","path":"editor/simpleeditor-min.js","requires":["element"],"optional":["containercore","menu","button","animation","dragdrop"],"skinnable":true,"pkg":"editor"},"slider":{"type":"js","path":"slider/slider-min.js","requires":["dragdrop"],"optional":["animation"],"skinnable":true},"storage":{"type":"js","path":"storage/storage-min.js","requires":["yahoo","event","cookie"],"optional":["swfstore"]},"stylesheet":{"type":"js","path":"stylesheet/stylesheet-min.js","requires":["yahoo"]},"swf":{"type":"js","path":"swf/swf-min.js","requires":["element"],"supersedes":["swfdetect"]},"swfdetect":{"type":"js","path":"swfdetect/swfdetect-min.js","requires":["yahoo"]},"swfstore":{"type":"js","path":"swfstore/swfstore-min.js","requires":["element","cookie","swf"]},"tabview":{"type":"js","path":"tabview/tabview-min.js","requires":["element"],"optional":["connection"],"skinnable":true},"treeview":{"type":"js","path":"treeview/treeview-min.js","requires":["event","dom"],"optional":["json","animation","calendar"],"skinnable":true},"uploader":{"type":"js","path":"uploader/uploader-min.js","requires":["element"]},"utilities":{"type":"js","path":"utilities/utilities.js","supersedes":["yahoo","event","dragdrop","animation","dom","connection","element","yahoo-dom-event","get","yuiloader","yuiloader-dom-event"],"rollup":8},"yahoo":{"type":"js","path":"yahoo/yahoo-min.js"},"yahoo-dom-event":{"type":"js","path":"yahoo-dom-event/yahoo-dom-event.js","supersedes":["yahoo","event","dom"],"rollup":3},"yuiloader":{"type":"js","path":"yuiloader/yuiloader-min.js","supersedes":["yahoo","get"]},"yuiloader-dom-event":{"type":"js","path":"yuiloader-dom-event/yuiloader-dom-event.js","supersedes":["yahoo","dom","event","get","yuiloader","yahoo-dom-event"],"rollup":5},"yuitest":{"type":"js","path":"yuitest/yuitest-min.js","requires":["logger"],"optional":["event-simulate"],"skinnable":true}}},ObjectUtil:{appendArray:function(o,a){if(a){for(var i=0; i=m.rollup);if(roll){break;}}}}}else{for(j=0;j=m.rollup);if(roll){break;}}}}}if(roll){r[i]=true;rolled=true;this.getRequires(m);}}}if(!rolled){break;}}},_reduce:function(){var i,j,s,m,r=this.required;for(i in r){if(i in this.loaded){delete r[i];}else{var skinDef=this.parseSkin(i);if(skinDef){if(!skinDef.module){var skin_pre=this.SKIN_PREFIX+skinDef.skin;for(j in r){if(lang.hasOwnProperty(r,j)){m=this.moduleInfo[j];var ext=m&&m.ext;if(!ext&&j!==i&&j.indexOf(skin_pre)>-1){delete r[j];}}}}}else{m=this.moduleInfo[i];s=m&&m.supersedes;if(s){for(j=0;j-1){return true;}if(after&&YUI.ArrayUtil.indexOf(after,bb)>-1){return true;}if(checkOptional&&optional&&YUI.ArrayUtil.indexOf(optional,bb)>-1){return true;}var ss=info[bb]&&info[bb].supersedes;if(ss){for(ii=0;iistartLen){YAHOO.util.Get.script(self._filter(js),{data:self._loading,onSuccess:callback,onFailure:self._onFailure,onTimeout:self._onTimeout,insertBefore:self.insertBefore,charset:self.charset,timeout:self.timeout,scope:self});}};if(css.length>startLen){YAHOO.util.Get.css(this._filter(css),{data:this._loading,onSuccess:loadScript,onFailure:this._onFailure,onTimeout:this._onTimeout,insertBefore:this.insertBefore,charset:this.charset,timeout:this.timeout,scope:self});}else{loadScript();}return;}else{this.loadNext(this._loading);}},insert:function(o,type){this.calculate(o);this._loading=true;this.loadType=type;if(this.combine){return this._combine();}if(!type){var self=this;this._internalCallback=function(){self._internalCallback=null;self.insert(null,"js");};this.insert(null,"css");return;}this.loadNext();},sandbox:function(o,type){this._config(o);if(!this.onSuccess){throw new Error("You must supply an onSuccess handler for your sandbox");}this._sandbox=true;var self=this;if(!type||type!=="js"){this._internalCallback=function(){self._internalCallback=null;self.sandbox(null,"js");};this.insert(null,"css");return;}if(!util.Connect){var ld=new YAHOO.util.YUILoader();ld.insert({base:this.base,filter:this.filter,require:"connection",insertBefore:this.insertBefore,charset:this.charset,onSuccess:function(){this.sandbox(null,"js");},scope:this},"js");return;}this._scriptText=[];this._loadCount=0;this._stopCount=this.sorted.length;this._xhr=[];this.calculate();var s=this.sorted,l=s.length,i,m,url;for(i=0;i=this._stopCount){var v=this.varName||"YAHOO";var t="(function() {\n";var b="\nreturn "+v+";\n})();";var ref=eval(t+this._scriptText.join("\n")+b);this._pushEvents(ref);if(ref){this.onSuccess.call(this.scope,{reference:ref,data:this.data});}else{this._onFailure.call(this.varName+" reference failure");}}},failure:function(o){this.onFailure.call(this.scope,{msg:"XHR failure",xhrResponse:o,data:this.data});},scope:this,argument:[i,url,s[i]]};this._xhr.push(util.Connect.asyncRequest("GET",url,xhrData));}},loadNext:function(mname){if(!this._loading){return;}if(mname){if(mname!==this._loading){return;}this.inserted[mname]=true;if(this.onProgress){this.onProgress.call(this.scope,{name:mname,data:this.data});}}var s=this.sorted,len=s.length,i,m;for(i=0;i0){H=C[0];}try{B=F.fn.call(E,H,F.obj);}catch(G){this.lastError=G;if(A){throw G;}}}else{try{B=F.fn.call(E,this.type,C,F.obj);}catch(D){this.lastError=D;if(A){throw D;}}}return B;},unsubscribeAll:function(){var A=this.subscribers.length,B;for(B=A-1;B>-1;B--){this._delete(B);}this.subscribers=[];return A;},_delete:function(A){var B=this.subscribers[A];if(B){delete B.fn;delete B.obj;}this.subscribers.splice(A,1);},toString:function(){return"CustomEvent: "+"'"+this.type+"', "+"context: "+this.scope;}};YAHOO.util.Subscriber=function(A,B,C){this.fn=A;this.obj=YAHOO.lang.isUndefined(B)?null:B;this.overrideContext=C;};YAHOO.util.Subscriber.prototype.getScope=function(A){if(this.overrideContext){if(this.overrideContext===true){return this.obj;}else{return this.overrideContext;}}return A;};YAHOO.util.Subscriber.prototype.contains=function(A,B){if(B){return(this.fn==A&&this.obj==B);}else{return(this.fn==A);}};YAHOO.util.Subscriber.prototype.toString=function(){return"Subscriber { obj: "+this.obj+", overrideContext: "+(this.overrideContext||"no")+" }";};if(!YAHOO.util.Event){YAHOO.util.Event=function(){var G=false,H=[],J=[],A=0,E=[],B=0,C={63232:38,63233:40,63234:37,63235:39,63276:33,63277:34,25:9},D=YAHOO.env.ua.ie,F="focusin",I="focusout";return{POLL_RETRYS:500,POLL_INTERVAL:40,EL:0,TYPE:1,FN:2,WFN:3,UNLOAD_OBJ:3,ADJ_SCOPE:4,OBJ:5,OVERRIDE:6,CAPTURE:7,lastError:null,isSafari:YAHOO.env.ua.webkit,webkit:YAHOO.env.ua.webkit,isIE:D,_interval:null,_dri:null,_specialTypes:{focusin:(D?"focusin":"focus"),focusout:(D?"focusout":"blur")},DOMReady:false,throwErrors:false,startInterval:function(){if(!this._interval){this._interval=YAHOO.lang.later(this.POLL_INTERVAL,this,this._tryPreloadAttach,null,true);}},onAvailable:function(Q,M,O,P,N){var K=(YAHOO.lang.isString(Q))?[Q]:Q;for(var L=0;L-1;M--){S=(this.removeListener(L[M],K,R)&&S);}return S;}}if(!R||!R.call){return this.purgeElement(L,false,K);}if("unload"==K){for(M=J.length-1;M>-1;M--){U=J[M];if(U&&U[0]==L&&U[1]==K&&U[2]==R){J.splice(M,1);return true;}}return false;}var N=null;var O=arguments[3];if("undefined"===typeof O){O=this._getCacheIndex(H,L,K,R);}if(O>=0){N=H[O];}if(!L||!N){return false;}var T=N[this.CAPTURE]===true?true:false;try{this._simpleRemove(L,K,N[this.WFN],T);}catch(Q){this.lastError=Q;return false;}delete H[O][this.WFN];delete H[O][this.FN];H.splice(O,1);return true;},getTarget:function(M,L){var K=M.target||M.srcElement;return this.resolveTextNode(K);},resolveTextNode:function(L){try{if(L&&3==L.nodeType){return L.parentNode;}}catch(K){}return L;},getPageX:function(L){var K=L.pageX;if(!K&&0!==K){K=L.clientX||0;if(this.isIE){K+=this._getScrollLeft();}}return K;},getPageY:function(K){var L=K.pageY;if(!L&&0!==L){L=K.clientY||0;if(this.isIE){L+=this._getScrollTop();}}return L;},getXY:function(K){return[this.getPageX(K),this.getPageY(K)];},getRelatedTarget:function(L){var K=L.relatedTarget;if(!K){if(L.type=="mouseout"){K=L.toElement; }else{if(L.type=="mouseover"){K=L.fromElement;}}}return this.resolveTextNode(K);},getTime:function(M){if(!M.time){var L=new Date().getTime();try{M.time=L;}catch(K){this.lastError=K;return L;}}return M.time;},stopEvent:function(K){this.stopPropagation(K);this.preventDefault(K);},stopPropagation:function(K){if(K.stopPropagation){K.stopPropagation();}else{K.cancelBubble=true;}},preventDefault:function(K){if(K.preventDefault){K.preventDefault();}else{K.returnValue=false;}},getEvent:function(M,K){var L=M||window.event;if(!L){var N=this.getEvent.caller;while(N){L=N.arguments[0];if(L&&Event==L.constructor){break;}N=N.caller;}}return L;},getCharCode:function(L){var K=L.keyCode||L.charCode||0;if(YAHOO.env.ua.webkit&&(K in C)){K=C[K];}return K;},_getCacheIndex:function(M,P,Q,O){for(var N=0,L=M.length;N0&&E.length>0);}var P=[];var R=function(T,U){var S=T;if(U.overrideContext){if(U.overrideContext===true){S=U.obj;}else{S=U.overrideContext;}}U.fn.call(S,U.obj);};var L,K,O,N,M=[];for(L=0,K=E.length;L-1;L--){O=E[L];if(!O||!O.id){E.splice(L,1);}}this.startInterval();}else{if(this._interval){this._interval.cancel();this._interval=null;}}this.locked=false;},purgeElement:function(O,P,R){var M=(YAHOO.lang.isString(O))?this.getEl(O):O;var Q=this.getListeners(M,R),N,K;if(Q){for(N=Q.length-1;N>-1;N--){var L=Q[N];this.removeListener(M,L.type,L.fn);}}if(P&&M&&M.childNodes){for(N=0,K=M.childNodes.length;N-1;N--){M=H[N];if(M){L.removeListener(M[L.EL],M[L.TYPE],M[L.FN],N);}}M=null;}L._simpleRemove(window,"unload",L._unload);},_getScrollLeft:function(){return this._getScroll()[1];},_getScrollTop:function(){return this._getScroll()[0];},_getScroll:function(){var K=document.documentElement,L=document.body;if(K&&(K.scrollTop||K.scrollLeft)){return[K.scrollTop,K.scrollLeft];}else{if(L){return[L.scrollTop,L.scrollLeft];}else{return[0,0];}}},regCE:function(){},_simpleAdd:function(){if(window.addEventListener){return function(M,N,L,K){M.addEventListener(N,L,(K));};}else{if(window.attachEvent){return function(M,N,L,K){M.attachEvent("on"+N,L);};}else{return function(){};}}}(),_simpleRemove:function(){if(window.removeEventListener){return function(M,N,L,K){M.removeEventListener(N,L,(K));};}else{if(window.detachEvent){return function(L,M,K){L.detachEvent("on"+M,K);};}else{return function(){};}}}()};}();(function(){var EU=YAHOO.util.Event;EU.on=EU.addListener;EU.onFocus=EU.addFocusListener;EU.onBlur=EU.addBlurListener; /* DOMReady: based on work by: Dean Edwards/John Resig/Matthias Miller/Diego Perini */ if(EU.isIE){if(self!==self.top){document.onreadystatechange=function(){if(document.readyState=="complete"){document.onreadystatechange=null;EU._ready();}};}else{YAHOO.util.Event.onDOMReady(YAHOO.util.Event._tryPreloadAttach,YAHOO.util.Event,true);var n=document.createElement("p");EU._dri=setInterval(function(){try{n.doScroll("left");clearInterval(EU._dri);EU._dri=null;EU._ready();n=null;}catch(ex){}},EU.POLL_INTERVAL);}}else{if(EU.webkit&&EU.webkit<525){EU._dri=setInterval(function(){var rs=document.readyState;if("loaded"==rs||"complete"==rs){clearInterval(EU._dri);EU._dri=null;EU._ready();}},EU.POLL_INTERVAL);}else{EU._simpleAdd(document,"DOMContentLoaded",EU._ready);}}EU._simpleAdd(window,"load",EU._load);EU._simpleAdd(window,"unload",EU._unload);EU._tryPreloadAttach();})();}YAHOO.util.EventProvider=function(){};YAHOO.util.EventProvider.prototype={__yui_events:null,__yui_subscribers:null,subscribe:function(A,C,F,E){this.__yui_events=this.__yui_events||{};var D=this.__yui_events[A];if(D){D.subscribe(C,F,E);}else{this.__yui_subscribers=this.__yui_subscribers||{};var B=this.__yui_subscribers;if(!B[A]){B[A]=[];}B[A].push({fn:C,obj:F,overrideContext:E});}},unsubscribe:function(C,E,G){this.__yui_events=this.__yui_events||{};var A=this.__yui_events;if(C){var F=A[C];if(F){return F.unsubscribe(E,G);}}else{var B=true;for(var D in A){if(YAHOO.lang.hasOwnProperty(A,D)){B=B&&A[D].unsubscribe(E,G);}}return B;}return false;},unsubscribeAll:function(A){return this.unsubscribe(A); },createEvent:function(B,G){this.__yui_events=this.__yui_events||{};var E=G||{},D=this.__yui_events,F;if(D[B]){}else{F=new YAHOO.util.CustomEvent(B,E.scope||this,E.silent,YAHOO.util.CustomEvent.FLAT,E.fireOnce);D[B]=F;if(E.onSubscribeCallback){F.subscribeEvent.subscribe(E.onSubscribeCallback);}this.__yui_subscribers=this.__yui_subscribers||{};var A=this.__yui_subscribers[B];if(A){for(var C=0;C519)?true:false);while((G=G[u])){z[0]+=G[b];z[1]+=G[P];if(AC){z=E.Dom._calcBorders(G,z);}}if(E.Dom._getStyle(y,p)!==f){G=y;while((G=G[Z])&&G[C]){AA=G[i];AB=G[O];if(H&&(E.Dom._getStyle(G,"overflow")!=="visible")){z=E.Dom._calcBorders(G,z);}if(AA||AB){z[0]-=AB;z[1]-=AA;}}z[0]+=x;z[1]+=Y;}else{if(D){z[0]-=x;z[1]-=Y;}else{if(I||H){z[0]+=x;z[1]+=Y;}}}z[0]=Math.floor(z[0]);z[1]=Math.floor(z[1]);}else{}return z;};}}(),getX:function(G){var Y=function(x){return E.Dom.getXY(x)[0];};return E.Dom.batch(G,Y,E.Dom,true);},getY:function(G){var Y=function(x){return E.Dom.getXY(x)[1];};return E.Dom.batch(G,Y,E.Dom,true);},setXY:function(G,x,Y){E.Dom.batch(G,E.Dom._setXY,{pos:x,noRetry:Y});},_setXY:function(G,z){var AA=E.Dom._getStyle(G,p),y=E.Dom.setStyle,AD=z.pos,Y=z.noRetry,AB=[parseInt(E.Dom.getComputedStyle(G,j),10),parseInt(E.Dom.getComputedStyle(G,o),10)],AC,x;if(AA=="static"){AA=V;y(G,p,AA);}AC=E.Dom._getXY(G);if(!AD||AC===false){return false;}if(isNaN(AB[0])){AB[0]=(AA==V)?0:G[b];}if(isNaN(AB[1])){AB[1]=(AA==V)?0:G[P];}if(AD[0]!==null){y(G,j,AD[0]-AC[0]+AB[0]+"px");}if(AD[1]!==null){y(G,o,AD[1]-AC[1]+AB[1]+"px");}if(!Y){x=E.Dom._getXY(G);if((AD[0]!==null&&x[0]!=AD[0])||(AD[1]!==null&&x[1]!=AD[1])){E.Dom._setXY(G,{pos:AD,noRetry:true});}}},setX:function(Y,G){E.Dom.setXY(Y,[G,null]);},setY:function(G,Y){E.Dom.setXY(G,[null,Y]);},getRegion:function(G){var Y=function(x){var y=false;if(E.Dom._canPosition(x)){y=E.Region.getRegion(x);}else{}return y;};return E.Dom.batch(G,Y,E.Dom,true);},getClientWidth:function(){return E.Dom.getViewportWidth();},getClientHeight:function(){return E.Dom.getViewportHeight();},getElementsByClassName:function(AB,AF,AC,AE,x,AD){AF=AF||"*";AC=(AC)?E.Dom.get(AC):null||K;if(!AC){return[];}var Y=[],G=AC.getElementsByTagName(AF),z=E.Dom.hasClass;for(var y=0,AA=G.length;y-1;}}else{}return G;},addClass:function(Y,G){return E.Dom.batch(Y,E.Dom._addClass,G);},_addClass:function(x,Y){var G=false,y;if(x&&Y){y=E.Dom._getAttribute(x,F)||J;if(!E.Dom._hasClass(x,Y)){E.Dom.setAttribute(x,F,A(y+B+Y));G=true;}}else{}return G;},removeClass:function(Y,G){return E.Dom.batch(Y,E.Dom._removeClass,G);},_removeClass:function(y,x){var Y=false,AA,z,G;if(y&&x){AA=E.Dom._getAttribute(y,F)||J;E.Dom.setAttribute(y,F,AA.replace(E.Dom._getClassRegex(x),J));z=E.Dom._getAttribute(y,F);if(AA!==z){E.Dom.setAttribute(y,F,A(z));Y=true;if(E.Dom._getAttribute(y,F)===""){G=(y.hasAttribute&&y.hasAttribute(g))?g:F; y.removeAttribute(G);}}}else{}return Y;},replaceClass:function(x,Y,G){return E.Dom.batch(x,E.Dom._replaceClass,{from:Y,to:G});},_replaceClass:function(y,x){var Y,AB,AA,G=false,z;if(y&&x){AB=x.from;AA=x.to;if(!AA){G=false;}else{if(!AB){G=E.Dom._addClass(y,x.to);}else{if(AB!==AA){z=E.Dom._getAttribute(y,F)||J;Y=(B+z.replace(E.Dom._getClassRegex(AB),B+AA)).split(E.Dom._getClassRegex(AA));Y.splice(1,0,B+AA);E.Dom.setAttribute(y,F,A(Y.join(J)));G=true;}}}}else{}return G;},generateId:function(G,x){x=x||"yui-gen";var Y=function(y){if(y&&y.id){return y.id;}var z=x+YAHOO.env._id_counter++;if(y){if(y[e]&&y[e].getElementById(z)){return E.Dom.generateId(y,z+x);}y.id=z;}return z;};return E.Dom.batch(G,Y,E.Dom,true)||Y.apply(E.Dom,arguments);},isAncestor:function(Y,x){Y=E.Dom.get(Y);x=E.Dom.get(x);var G=false;if((Y&&x)&&(Y[l]&&x[l])){if(Y.contains&&Y!==x){G=Y.contains(x);}else{if(Y.compareDocumentPosition){G=!!(Y.compareDocumentPosition(x)&16);}}}else{}return G;},inDocument:function(G,Y){return E.Dom._inDoc(E.Dom.get(G),Y);},_inDoc:function(Y,x){var G=false;if(Y&&Y[C]){x=x||Y[e];G=E.Dom.isAncestor(x[v],Y);}else{}return G;},getElementsBy:function(Y,AF,AB,AD,y,AC,AE){AF=AF||"*";AB=(AB)?E.Dom.get(AB):null||K;if(!AB){return[];}var x=[],G=AB.getElementsByTagName(AF);for(var z=0,AA=G.length;z=8&&K.documentElement.hasAttribute){E.Dom.DOT_ATTRIBUTES.type=true;}})();YAHOO.util.Region=function(C,D,A,B){this.top=C;this.y=C;this[1]=C;this.right=D;this.bottom=A;this.left=B;this.x=B;this[0]=B; this.width=this.right-this.left;this.height=this.bottom-this.top;};YAHOO.util.Region.prototype.contains=function(A){return(A.left>=this.left&&A.right<=this.right&&A.top>=this.top&&A.bottom<=this.bottom);};YAHOO.util.Region.prototype.getArea=function(){return((this.bottom-this.top)*(this.right-this.left));};YAHOO.util.Region.prototype.intersect=function(E){var C=Math.max(this.top,E.top),D=Math.min(this.right,E.right),A=Math.min(this.bottom,E.bottom),B=Math.max(this.left,E.left);if(A>=C&&D>=B){return new YAHOO.util.Region(C,D,A,B);}else{return null;}};YAHOO.util.Region.prototype.union=function(E){var C=Math.min(this.top,E.top),D=Math.max(this.right,E.right),A=Math.max(this.bottom,E.bottom),B=Math.min(this.left,E.left);return new YAHOO.util.Region(C,D,A,B);};YAHOO.util.Region.prototype.toString=function(){return("Region {"+"top: "+this.top+", right: "+this.right+", bottom: "+this.bottom+", left: "+this.left+", height: "+this.height+", width: "+this.width+"}");};YAHOO.util.Region.getRegion=function(D){var F=YAHOO.util.Dom.getXY(D),C=F[1],E=F[0]+D.offsetWidth,A=F[1]+D.offsetHeight,B=F[0];return new YAHOO.util.Region(C,E,A,B);};YAHOO.util.Point=function(A,B){if(YAHOO.lang.isArray(A)){B=A[1];A=A[0];}YAHOO.util.Point.superclass.constructor.call(this,B,A,B,A);};YAHOO.extend(YAHOO.util.Point,YAHOO.util.Region);(function(){var B=YAHOO.util,A="clientTop",F="clientLeft",J="parentNode",K="right",W="hasLayout",I="px",U="opacity",L="auto",D="borderLeftWidth",G="borderTopWidth",P="borderRightWidth",V="borderBottomWidth",S="visible",Q="transparent",N="height",E="width",H="style",T="currentStyle",R=/^width|height$/,O=/^(\d[.\d]*)+(em|ex|px|gd|rem|vw|vh|vm|ch|mm|cm|in|pt|pc|deg|rad|ms|s|hz|khz|%){1}?/i,M={get:function(X,Z){var Y="",a=X[T][Z];if(Z===U){Y=B.Dom.getStyle(X,U);}else{if(!a||(a.indexOf&&a.indexOf(I)>-1)){Y=a;}else{if(B.Dom.IE_COMPUTED[Z]){Y=B.Dom.IE_COMPUTED[Z](X,Z);}else{if(O.test(a)){Y=B.Dom.IE.ComputedStyle.getPixel(X,Z);}else{Y=a;}}}}return Y;},getOffset:function(Z,e){var b=Z[T][e],X=e.charAt(0).toUpperCase()+e.substr(1),c="offset"+X,Y="pixel"+X,a="",d;if(b==L){d=Z[c];if(d===undefined){a=0;}a=d;if(R.test(e)){Z[H][e]=d;if(Z[c]>d){a=d-(Z[c]-d);}Z[H][e]=L;}}else{if(!Z[H][Y]&&!Z[H][e]){Z[H][e]=b;}a=Z[H][Y];}return a+I;},getBorderWidth:function(X,Z){var Y=null;if(!X[T][W]){X[H].zoom=1;}switch(Z){case G:Y=X[A];break;case V:Y=X.offsetHeight-X.clientHeight-X[A];break;case D:Y=X[F];break;case P:Y=X.offsetWidth-X.clientWidth-X[F];break;}return Y+I;},getPixel:function(Y,X){var a=null,b=Y[T][K],Z=Y[T][X];Y[H][K]=Z;a=Y[H].pixelRight;Y[H][K]=b;return a+I;},getMargin:function(Y,X){var Z;if(Y[T][X]==L){Z=0+I;}else{Z=B.Dom.IE.ComputedStyle.getPixel(Y,X);}return Z;},getVisibility:function(Y,X){var Z;while((Z=Y[T])&&Z[X]=="inherit"){Y=Y[J];}return(Z)?Z[X]:S;},getColor:function(Y,X){return B.Dom.Color.toRGB(Y[T][X])||Q;},getBorderColor:function(Y,X){var Z=Y[T],a=Z[X]||Z.color;return B.Dom.Color.toRGB(B.Dom.Color.toHex(a));}},C={};C.top=C.right=C.bottom=C.left=C[E]=C[N]=M.getOffset;C.color=M.getColor;C[G]=C[P]=C[V]=C[D]=M.getBorderWidth;C.marginTop=C.marginRight=C.marginBottom=C.marginLeft=M.getMargin;C.visibility=M.getVisibility;C.borderColor=C.borderTopColor=C.borderRightColor=C.borderBottomColor=C.borderLeftColor=M.getBorderColor;B.Dom.IE_COMPUTED=C;B.Dom.IE_ComputedStyle=M;})();(function(){var C="toString",A=parseInt,B=RegExp,D=YAHOO.util;D.Dom.Color={KEYWORDS:{black:"000",silver:"c0c0c0",gray:"808080",white:"fff",maroon:"800000",red:"f00",purple:"800080",fuchsia:"f0f",green:"008000",lime:"0f0",olive:"808000",yellow:"ff0",navy:"000080",blue:"00f",teal:"008080",aqua:"0ff"},re_RGB:/^rgb\(([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\)$/i,re_hex:/^#?([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})$/i,re_hex3:/([0-9A-F])/gi,toRGB:function(E){if(!D.Dom.Color.re_RGB.test(E)){E=D.Dom.Color.toHex(E);}if(D.Dom.Color.re_hex.exec(E)){E="rgb("+[A(B.$1,16),A(B.$2,16),A(B.$3,16)].join(", ")+")";}return E;},toHex:function(H){H=D.Dom.Color.KEYWORDS[H]||H;if(D.Dom.Color.re_RGB.exec(H)){var G=(B.$1.length===1)?"0"+B.$1:Number(B.$1),F=(B.$2.length===1)?"0"+B.$2:Number(B.$2),E=(B.$3.length===1)?"0"+B.$3:Number(B.$3);H=[G[C](16),F[C](16),E[C](16)].join("");}if(H.length<6){H=H.replace(D.Dom.Color.re_hex3,"$1$1");}if(H!=="transparent"&&H.indexOf("#")<0){H="#"+H;}return H.toLowerCase();}};}());YAHOO.register("dom",YAHOO.util.Dom,{version:"2.8.0r4",build:"2449"});/* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.8.0r4 */ (function(){var D=YAHOO.util.Dom,B=YAHOO.util.Event,F=YAHOO.lang,E=YAHOO.widget;YAHOO.widget.TreeView=function(H,G){if(H){this.init(H);}if(G){this.buildTreeFromObject(G);}else{if(F.trim(this._el.innerHTML)){this.buildTreeFromMarkup(H);}}};var C=E.TreeView;C.prototype={id:null,_el:null,_nodes:null,locked:false,_expandAnim:null,_collapseAnim:null,_animCount:0,maxAnim:2,_hasDblClickSubscriber:false,_dblClickTimer:null,currentFocus:null,singleNodeHighlight:false,_currentlyHighlighted:null,setExpandAnim:function(G){this._expandAnim=(E.TVAnim.isValid(G))?G:null;},setCollapseAnim:function(G){this._collapseAnim=(E.TVAnim.isValid(G))?G:null;},animateExpand:function(I,J){if(this._expandAnim&&this._animCount0||(D&&this.isDynamic()&&!this.dynamicLoadComplete));}},toggle:function(){if(!this.tree.locked&&(this.hasChildren(true)||this.isDynamic())){if(this.expanded){this.collapse();}else{this.expand();}}},getHtml:function(){this.childrenRendered=false;return['
',this.getNodeHtml(),this.getChildrenHtml(),"
"].join("");},getChildrenHtml:function(){var D=[];D[D.length]='
";return D.join("");},renderChildren:function(){var D=this;if(this.isDynamic()&&!this.dynamicLoadComplete){this.isLoading=true;this.tree.locked=true;if(this.dataLoader){setTimeout(function(){D.dataLoader(D,function(){D.loadComplete();});},10);}else{if(this.tree.root.dataLoader){setTimeout(function(){D.tree.root.dataLoader(D,function(){D.loadComplete();});},10);}else{return"Error: data loader not found or not specified.";}}return"";}else{return this.completeRender();}},completeRender:function(){var E=[];for(var D=0;D=this.depth||E<0){return null;}var D=this.parent;while(D.depth>E){D=D.parent;}return D;},getDepthStyle:function(D){return(this.getAncestor(D).nextSibling)?"ygtvdepthcell":"ygtvblankdepthcell";},getNodeHtml:function(){var E=[];E[E.length]='
';}if(this.hasIcon){E[E.length]='';}E[E.length]='
 
";return E.join("");},getContentHtml:function(){return"";},refresh:function(){this.getChildrenEl().innerHTML=this.completeRender();if(this.hasIcon){var D=this.getToggleEl();if(D){D.className=D.className.replace(/\bygtv[lt][nmp]h*\b/gi,this.getStyle());}}},toString:function(){return this._type+" ("+this.index+")";},_focusHighlightedItems:[],_focusedItem:null,_canHaveFocus:function(){return this.getEl().getElementsByTagName("a").length>0;},_removeFocus:function(){if(this._focusedItem){A.removeListener(this._focusedItem,"blur");this._focusedItem=null;}var D;while((D=this._focusHighlightedItems.shift())){B.removeClass(D,YAHOO.widget.TreeView.FOCUS_CLASS_NAME);}},focus:function(){var F=false,D=this;if(this.tree.currentFocus){this.tree.currentFocus._removeFocus();}var E=function(G){if(G.parent){E(G.parent);G.parent.expand();}};E(this);B.getElementsBy(function(G){return(/ygtv(([tl][pmn]h?)|(content))/).test(G.className);},"td",D.getEl().firstChild,function(H){B.addClass(H,YAHOO.widget.TreeView.FOCUS_CLASS_NAME);if(!F){var G=H.getElementsByTagName("a");if(G.length){G=G[0];G.focus();D._focusedItem=G;A.on(G,"blur",function(){D.tree.fireEvent("focusChanged",{oldNode:D.tree.currentFocus,newNode:null});D.tree.currentFocus=null;D._removeFocus();});F=true;}}D._focusHighlightedItems.push(H);});if(F){this.tree.fireEvent("focusChanged",{oldNode:this.tree.currentFocus,newNode:this});this.tree.currentFocus=this;}else{this.tree.fireEvent("focusChanged",{oldNode:D.tree.currentFocus,newNode:null});this.tree.currentFocus=null;this._removeFocus();}return F;},getNodeCount:function(){for(var D=0,E=0;D":"";return D.join("");},getNodeDefinition:function(){var D=YAHOO.widget.TextNode.superclass.getNodeDefinition.call(this);if(D===false){return false;}D.label=this.label;if(this.labelStyle!="ygtvlabel"){D.style=this.labelStyle;}if(this.title){D.title=this.title;}if(this.href){D.href=this.href;}if(this.target!="_self"){D.target=this.target;}return D;},toString:function(){return YAHOO.widget.TextNode.superclass.toString.call(this)+": "+this.label;},onLabelClick:function(){return false;},refresh:function(){YAHOO.widget.TextNode.superclass.refresh.call(this);var D=this.getLabelEl();D.innerHTML=this.label;if(D.tagName.toUpperCase()=="A"){D.href=this.href;D.target=this.target;}}});})();YAHOO.widget.MenuNode=function(C,B,A){YAHOO.widget.MenuNode.superclass.constructor.call(this,C,B,A);this.multiExpand=false;};YAHOO.extend(YAHOO.widget.MenuNode,YAHOO.widget.TextNode,{_type:"MenuNode"});(function(){var B=YAHOO.util.Dom,C=YAHOO.lang,A=YAHOO.util.Event;YAHOO.widget.HTMLNode=function(G,F,E,D){if(G){this.init(G,F,E);this.initContent(G,D);}};YAHOO.extend(YAHOO.widget.HTMLNode,YAHOO.widget.Node,{contentStyle:"ygtvhtml",html:null,_type:"HTMLNode",initContent:function(E,D){this.setHtml(E);this.contentElId="ygtvcontentel"+this.index;if(!C.isUndefined(D)){this.hasIcon=D;}},setHtml:function(E){this.html=(typeof E==="string")?E:E.html;var D=this.getContentEl();if(D){D.innerHTML=this.html;}},getContentHtml:function(){return this.html;},getNodeDefinition:function(){var D=YAHOO.widget.HTMLNode.superclass.getNodeDefinition.call(this);if(D===false){return false;}D.html=this.html;return D;}});})();(function(){var B=YAHOO.util.Dom,C=YAHOO.lang,A=YAHOO.util.Event,D=YAHOO.widget.Calendar;YAHOO.widget.DateNode=function(G,F,E){YAHOO.widget.DateNode.superclass.constructor.call(this,G,F,E);};YAHOO.extend(YAHOO.widget.DateNode,YAHOO.widget.TextNode,{_type:"DateNode",calendarConfig:null,fillEditorContainer:function(G){var H,F=G.inputContainer;if(C.isUndefined(D)){B.replaceClass(G.editorPanel,"ygtv-edit-DateNode","ygtv-edit-TextNode");YAHOO.widget.DateNode.superclass.fillEditorContainer.call(this,G);return;}if(G.nodeType!=this._type){G.nodeType=this._type;G.saveOnEnter=false;G.node.destroyEditorContents(G);G.inputObject=H=new D(F.appendChild(document.createElement("div")));if(this.calendarConfig){H.cfg.applyConfig(this.calendarConfig,true);H.cfg.fireQueue();}H.selectEvent.subscribe(function(){this.tree._closeEditor(true);},this,true);}else{H=G.inputObject;}G.oldValue=this.label;H.cfg.setProperty("selected",this.label,false);var I=H.cfg.getProperty("DATE_FIELD_DELIMITER");var E=this.label.split(I);H.cfg.setProperty("pagedate",E[H.cfg.getProperty("MDY_MONTH_POSITION")-1]+I+E[H.cfg.getProperty("MDY_YEAR_POSITION")-1]);H.cfg.fireQueue();H.render();H.oDomContainer.focus();},getEditorValue:function(F){if(C.isUndefined(D)){return F.inputElement.value;}else{var H=F.inputObject,G=H.getSelectedDates()[0],E=[];E[H.cfg.getProperty("MDY_DAY_POSITION")-1]=G.getDate();E[H.cfg.getProperty("MDY_MONTH_POSITION")-1]=G.getMonth()+1;E[H.cfg.getProperty("MDY_YEAR_POSITION")-1]=G.getFullYear();return E.join(H.cfg.getProperty("DATE_FIELD_DELIMITER"));}},displayEditedValue:function(G,E){var F=E.node;F.label=G;F.getLabelEl().innerHTML=G;},getNodeDefinition:function(){var E=YAHOO.widget.DateNode.superclass.getNodeDefinition.call(this);if(E===false){return false;}if(this.calendarConfig){E.calendarConfig=this.calendarConfig;}return E;}});})();(function(){var E=YAHOO.util.Dom,F=YAHOO.lang,B=YAHOO.util.Event,D=YAHOO.widget.TreeView,C=D.prototype;D.editorData={active:false,whoHasIt:null,nodeType:null,editorPanel:null,inputContainer:null,buttonsContainer:null,node:null,saveOnEnter:true,oldValue:undefined};C.validator=null;C._initEditor=function(){this.createEvent("editorSaveEvent",this);this.createEvent("editorCancelEvent",this);};C._nodeEditing=function(M){if(M.fillEditorContainer&&M.editable){var I,K,L,J,H=D.editorData;H.active=true;H.whoHasIt=this;if(!H.nodeType){H.editorPanel=I=document.body.appendChild(document.createElement("div"));E.addClass(I,"ygtv-label-editor");L=H.buttonsContainer=I.appendChild(document.createElement("div"));E.addClass(L,"ygtv-button-container");J=L.appendChild(document.createElement("button")); E.addClass(J,"ygtvok");J.innerHTML=" ";J=L.appendChild(document.createElement("button"));E.addClass(J,"ygtvcancel");J.innerHTML=" ";B.on(L,"click",function(O){var P=B.getTarget(O);var N=D.editorData.node;if(E.hasClass(P,"ygtvok")){B.stopEvent(O);this._closeEditor(true);}if(E.hasClass(P,"ygtvcancel")){B.stopEvent(O);this._closeEditor(false);}},this,true);H.inputContainer=I.appendChild(document.createElement("div"));E.addClass(H.inputContainer,"ygtv-input");B.on(I,"keydown",function(P){var O=D.editorData,N=YAHOO.util.KeyListener.KEY;switch(P.keyCode){case N.ENTER:B.stopEvent(P);if(O.saveOnEnter){this._closeEditor(true);}break;case N.ESCAPE:B.stopEvent(P);this._closeEditor(false);break;}},this,true);}else{I=H.editorPanel;}H.node=M;if(H.nodeType){E.removeClass(I,"ygtv-edit-"+H.nodeType);}E.addClass(I," ygtv-edit-"+M._type);K=E.getXY(M.getContentEl());E.setStyle(I,"left",K[0]+"px");E.setStyle(I,"top",K[1]+"px");E.setStyle(I,"display","block");I.focus();M.fillEditorContainer(H);return true;}};C.onEventEditNode=function(H){if(H instanceof YAHOO.widget.Node){H.editNode();}else{if(H.node instanceof YAHOO.widget.Node){H.node.editNode();}}};C._closeEditor=function(J){var H=D.editorData,I=H.node,K=true;if(J){K=H.node.saveEditorValue(H)!==false;}else{this.fireEvent("editorCancelEvent",I);}if(K){E.setStyle(H.editorPanel,"display","none");H.active=false;I.focus();}};C._destroyEditor=function(){var H=D.editorData;if(H&&H.nodeType&&(!H.active||H.whoHasIt===this)){B.removeListener(H.editorPanel,"keydown");B.removeListener(H.buttonContainer,"click");H.node.destroyEditorContents(H);document.body.removeChild(H.editorPanel);H.nodeType=H.editorPanel=H.inputContainer=H.buttonsContainer=H.whoHasIt=H.node=null;H.active=false;}};var G=YAHOO.widget.Node.prototype;G.editable=false;G.editNode=function(){this.tree._nodeEditing(this);};G.fillEditorContainer=null;G.destroyEditorContents=function(H){B.purgeElement(H.inputContainer,true);H.inputContainer.innerHTML="";};G.saveEditorValue=function(H){var J=H.node,K,I=J.tree.validator;K=this.getEditorValue(H);if(F.isFunction(I)){K=I(K,H.oldValue,J);if(F.isUndefined(K)){return false;}}if(this.tree.fireEvent("editorSaveEvent",{newValue:K,oldValue:H.oldValue,node:J})!==false){this.displayEditedValue(K,H);}};G.getEditorValue=function(H){};G.displayEditedValue=function(I,H){};var A=YAHOO.widget.TextNode.prototype;A.fillEditorContainer=function(I){var H;if(I.nodeType!=this._type){I.nodeType=this._type;I.saveOnEnter=true;I.node.destroyEditorContents(I);I.inputElement=H=I.inputContainer.appendChild(document.createElement("input"));}else{H=I.inputElement;}I.oldValue=this.label;H.value=this.label;H.focus();H.select();};A.getEditorValue=function(H){return H.inputElement.value;};A.displayEditedValue=function(J,H){var I=H.node;I.label=J;I.getLabelEl().innerHTML=J;};A.destroyEditorContents=function(H){H.inputContainer.innerHTML="";};})();YAHOO.widget.TVAnim=function(){return{FADE_IN:"TVFadeIn",FADE_OUT:"TVFadeOut",getAnim:function(B,A,C){if(YAHOO.widget[B]){return new YAHOO.widget[B](A,C);}else{return null;}},isValid:function(A){return(YAHOO.widget[A]);}};}();YAHOO.widget.TVFadeIn=function(A,B){this.el=A;this.callback=B;};YAHOO.widget.TVFadeIn.prototype={animate:function(){var D=this;var C=this.el.style;C.opacity=0.1;C.filter="alpha(opacity=10)";C.display="";var B=0.4;var A=new YAHOO.util.Anim(this.el,{opacity:{from:0.1,to:1,unit:""}},B);A.onComplete.subscribe(function(){D.onComplete();});A.animate();},onComplete:function(){this.callback();},toString:function(){return"TVFadeIn";}};YAHOO.widget.TVFadeOut=function(A,B){this.el=A;this.callback=B;};YAHOO.widget.TVFadeOut.prototype={animate:function(){var C=this;var B=0.4;var A=new YAHOO.util.Anim(this.el,{opacity:{from:1,to:0.1,unit:""}},B);A.onComplete.subscribe(function(){C.onComplete();});A.animate();},onComplete:function(){var A=this.el.style;A.display="none";A.opacity=1;A.filter="alpha(opacity=100)";this.callback();},toString:function(){return"TVFadeOut";}};YAHOO.register("treeview",YAHOO.widget.TreeView,{version:"2.8.0r4",build:"2449"});/* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.8.0r4 */ YAHOO.util.Attribute=function(B,A){if(A){this.owner=A;this.configure(B,true);}};YAHOO.util.Attribute.prototype={name:undefined,value:null,owner:null,readOnly:false,writeOnce:false,_initialConfig:null,_written:false,method:null,setter:null,getter:null,validator:null,getValue:function(){var A=this.value;if(this.getter){A=this.getter.call(this.owner,this.name,A);}return A;},setValue:function(F,B){var E,A=this.owner,C=this.name;var D={type:C,prevValue:this.getValue(),newValue:F};if(this.readOnly||(this.writeOnce&&this._written)){return false;}if(this.validator&&!this.validator.call(A,F)){return false;}if(!B){E=A.fireBeforeChangeEvent(D);if(E===false){return false;}}if(this.setter){F=this.setter.call(A,F,this.name);if(F===undefined){}}if(this.method){this.method.call(A,F,this.name);}this.value=F;this._written=true;D.type=C;if(!B){this.owner.fireChangeEvent(D);}return true;},configure:function(B,C){B=B||{};if(C){this._written=false;}this._initialConfig=this._initialConfig||{};for(var A in B){if(B.hasOwnProperty(A)){this[A]=B[A];if(C){this._initialConfig[A]=B[A];}}}},resetValue:function(){return this.setValue(this._initialConfig.value);},resetConfig:function(){this.configure(this._initialConfig,true);},refresh:function(A){this.setValue(this.value,A);}};(function(){var A=YAHOO.util.Lang;YAHOO.util.AttributeProvider=function(){};YAHOO.util.AttributeProvider.prototype={_configs:null,get:function(C){this._configs=this._configs||{};var B=this._configs[C];if(!B||!this._configs.hasOwnProperty(C)){return null;}return B.getValue();},set:function(D,E,B){this._configs=this._configs||{};var C=this._configs[D];if(!C){return false;}return C.setValue(E,B);},getAttributeKeys:function(){this._configs=this._configs;var C=[],B;for(B in this._configs){if(A.hasOwnProperty(this._configs,B)&&!A.isUndefined(this._configs[B])){C[C.length]=B;}}return C;},setAttributes:function(D,B){for(var C in D){if(A.hasOwnProperty(D,C)){this.set(C,D[C],B);}}},resetValue:function(C,B){this._configs=this._configs||{};if(this._configs[C]){this.set(C,this._configs[C]._initialConfig.value,B);return true;}return false;},refresh:function(E,C){this._configs=this._configs||{};var F=this._configs;E=((A.isString(E))?[E]:E)||this.getAttributeKeys();for(var D=0,B=E.length;D0){V.label=Q;}}}function A(P){var O=P.attributes,N=O.srcelement,R=N.nodeName.toUpperCase(),Q=this;if(R==this.NODE_NAME){P.element=N;P.id=N.id;G.getElementsBy(function(S){switch(S.nodeName.toUpperCase()){case"BUTTON":case"A":case"INPUT":H.call(Q,S,O);break;}},"*",N);}else{switch(R){case"BUTTON":case"A":case"INPUT":H.call(this,N,O);break;}}}YAHOO.widget.Button=function(R,O){if(!B&&YAHOO.widget.Overlay){B=YAHOO.widget.Overlay;}if(!J&&YAHOO.widget.Menu){J=YAHOO.widget.Menu;}var Q=YAHOO.widget.Button.superclass.constructor,P,N;if(arguments.length==1&&!I.isString(R)&&!R.nodeName){if(!R.id){R.id=G.generateId();}Q.call(this,(this.createButtonElement(R.type)),R);}else{P={element:null,attributes:(O||{})};if(I.isString(R)){N=G.get(R);if(N){if(!P.attributes.id){P.attributes.id=R;}P.attributes.srcelement=N;A.call(this,P);if(!P.element){P.element=this.createButtonElement(P.attributes.type);}Q.call(this,P.element,P.attributes);}}else{if(R.nodeName){if(!P.attributes.id){if(R.id){P.attributes.id=R.id;}else{P.attributes.id=G.generateId();}}P.attributes.srcelement=R;A.call(this,P);if(!P.element){P.element=this.createButtonElement(P.attributes.type);}Q.call(this,P.element,P.attributes);}}}};YAHOO.extend(YAHOO.widget.Button,YAHOO.util.Element,{_button:null,_menu:null,_hiddenFields:null,_onclickAttributeValue:null,_activationKeyPressed:false,_activationButtonPressed:false,_hasKeyEventHandlers:false,_hasMouseEventHandlers:false,_nOptionRegionX:0,CLASS_NAME_PREFIX:"yui-",NODE_NAME:"SPAN",CHECK_ACTIVATION_KEYS:[32],ACTIVATION_KEYS:[13,32],OPTION_AREA_WIDTH:20,CSS_CLASS_NAME:"button",_setType:function(N){if(N=="split"){this.on("option",this._onOption);}},_setLabel:function(O){this._button.innerHTML=O;var P,N=L.gecko;if(N&&N<1.9&&G.inDocument(this.get("element"))){P=(this.CLASS_NAME_PREFIX+this.CSS_CLASS_NAME);this.removeClass(P);I.later(0,this,this.addClass,P);}},_setTabIndex:function(N){this._button.tabIndex=N;},_setTitle:function(N){if(this.get("type")!="link"){this._button.title=N;}},_setDisabled:function(N){if(this.get("type")!="link"){if(N){if(this._menu){this._menu.hide();}if(this.hasFocus()){this.blur();}this._button.setAttribute("disabled","disabled");this.addStateCSSClasses("disabled");this.removeStateCSSClasses("hover");this.removeStateCSSClasses("active");this.removeStateCSSClasses("focus");}else{this._button.removeAttribute("disabled");this.removeStateCSSClasses("disabled");}}},_setHref:function(N){if(this.get("type")=="link"){this._button.href=N;}},_setTarget:function(N){if(this.get("type")=="link"){this._button.setAttribute("target",N);}},_setChecked:function(N){var O=this.get("type");if(O=="checkbox"||O=="radio"){if(N){this.addStateCSSClasses("checked");}else{this.removeStateCSSClasses("checked");}}},_setMenu:function(U){var P=this.get("lazyloadmenu"),R=this.get("element"),N,W=false,X,O,Q;function V(){X.render(R.parentNode);this.removeListener("appendTo",V);}function T(){X.cfg.queueProperty("container",R.parentNode);this.removeListener("appendTo",T);}function S(){var Y;if(X){G.addClass(X.element,this.get("menuclassname"));G.addClass(X.element,this.CLASS_NAME_PREFIX+this.get("type")+"-button-menu");X.showEvent.subscribe(this._onMenuShow,null,this);X.hideEvent.subscribe(this._onMenuHide,null,this);X.renderEvent.subscribe(this._onMenuRender,null,this);if(J&&X instanceof J){if(P){Y=this.get("container");if(Y){X.cfg.queueProperty("container",Y);}else{this.on("appendTo",T);}}X.cfg.queueProperty("clicktohide",false);X.keyDownEvent.subscribe(this._onMenuKeyDown,this,true);X.subscribe("click",this._onMenuClick,this,true);this.on("selectedMenuItemChange",this._onSelectedMenuItemChange);Q=X.srcElement;if(Q&&Q.nodeName.toUpperCase()=="SELECT"){Q.style.display="none";Q.parentNode.removeChild(Q);}}else{if(B&&X instanceof B){if(!K){K=new YAHOO.widget.OverlayManager();}K.register(X);}}this._menu=X;if(!W&&!P){if(G.inDocument(R)){X.render(R.parentNode);}else{this.on("appendTo",V);}}}}if(B){if(J){N=J.prototype.CSS_CLASS_NAME;}if(U&&J&&(U instanceof J)){X=U;W=true;S.call(this);}else{if(B&&U&&(U instanceof B)){X=U;W=true;X.cfg.queueProperty("visible",false);S.call(this);}else{if(J&&I.isArray(U)){X=new J(G.generateId(),{lazyload:P,itemdata:U});this._menu=X;this.on("appendTo",S);}else{if(I.isString(U)){O=G.get(U);if(O){if(J&&G.hasClass(O,N)||O.nodeName.toUpperCase()=="SELECT"){X=new J(U,{lazyload:P});S.call(this);}else{if(B){X=new B(U,{visible:false});S.call(this);}}}}else{if(U&&U.nodeName){if(J&&G.hasClass(U,N)||U.nodeName.toUpperCase()=="SELECT"){X=new J(U,{lazyload:P});S.call(this);}else{if(B){if(!U.id){G.generateId(U);}X=new B(U,{visible:false});S.call(this);}}}}}}}}},_setOnClick:function(N){if(this._onclickAttributeValue&&(this._onclickAttributeValue!=N)){this.removeListener("click",this._onclickAttributeValue.fn); this._onclickAttributeValue=null;}if(!this._onclickAttributeValue&&I.isObject(N)&&I.isFunction(N.fn)){this.on("click",N.fn,N.obj,N.scope);this._onclickAttributeValue=N;}},_isActivationKey:function(N){var S=this.get("type"),O=(S=="checkbox"||S=="radio")?this.CHECK_ACTIVATION_KEYS:this.ACTIVATION_KEYS,Q=O.length,R=false,P;if(Q>0){P=Q-1;do{if(N==O[P]){R=true;break;}}while(P--);}return R;},_isSplitButtonOptionKey:function(P){var O=(M.getCharCode(P)==40);var N=function(Q){M.preventDefault(Q);this.removeListener("keypress",N);};if(O){if(L.opera){this.on("keypress",N);}M.preventDefault(P);}return O;},_addListenersToForm:function(){var T=this.getForm(),S=YAHOO.widget.Button.onFormKeyPress,R,N,Q,P,O;if(T){M.on(T,"reset",this._onFormReset,null,this);M.on(T,"submit",this._onFormSubmit,null,this);N=this.get("srcelement");if(this.get("type")=="submit"||(N&&N.type=="submit")){Q=M.getListeners(T,"keypress");R=false;if(Q){P=Q.length;if(P>0){O=P-1;do{if(Q[O].fn==S){R=true;break;}}while(O--);}}if(!R){M.on(T,"keypress",S);}}}},_showMenu:function(R){if(YAHOO.widget.MenuManager){YAHOO.widget.MenuManager.hideVisible();}if(K){K.hideAll();}var N=this._menu,Q=this.get("menualignment"),P=this.get("focusmenu"),O;if(this._renderedMenu){N.cfg.setProperty("context",[this.get("element"),Q[0],Q[1]]);N.cfg.setProperty("preventcontextoverlap",true);N.cfg.setProperty("constraintoviewport",true);}else{N.cfg.queueProperty("context",[this.get("element"),Q[0],Q[1]]);N.cfg.queueProperty("preventcontextoverlap",true);N.cfg.queueProperty("constraintoviewport",true);}this.focus();if(J&&N&&(N instanceof J)){O=N.focus;N.focus=function(){};if(this._renderedMenu){N.cfg.setProperty("minscrollheight",this.get("menuminscrollheight"));N.cfg.setProperty("maxheight",this.get("menumaxheight"));}else{N.cfg.queueProperty("minscrollheight",this.get("menuminscrollheight"));N.cfg.queueProperty("maxheight",this.get("menumaxheight"));}N.show();N.focus=O;N.align();if(R.type=="mousedown"){M.stopPropagation(R);}if(P){N.focus();}}else{if(B&&N&&(N instanceof B)){if(!this._renderedMenu){N.render(this.get("element").parentNode);}N.show();N.align();}}},_hideMenu:function(){var N=this._menu;if(N){N.hide();}},_onMouseOver:function(O){var Q=this.get("type"),N,P;if(Q==="split"){N=this.get("element");P=(G.getX(N)+(N.offsetWidth-this.OPTION_AREA_WIDTH));this._nOptionRegionX=P;}if(!this._hasMouseEventHandlers){if(Q==="split"){this.on("mousemove",this._onMouseMove);}this.on("mouseout",this._onMouseOut);this._hasMouseEventHandlers=true;}this.addStateCSSClasses("hover");if(Q==="split"&&(M.getPageX(O)>P)){this.addStateCSSClasses("hoveroption");}if(this._activationButtonPressed){this.addStateCSSClasses("active");}if(this._bOptionPressed){this.addStateCSSClasses("activeoption");}if(this._activationButtonPressed||this._bOptionPressed){M.removeListener(document,"mouseup",this._onDocumentMouseUp);}},_onMouseMove:function(N){var O=this._nOptionRegionX;if(O){if(M.getPageX(N)>O){this.addStateCSSClasses("hoveroption");}else{this.removeStateCSSClasses("hoveroption");}}},_onMouseOut:function(N){var O=this.get("type");this.removeStateCSSClasses("hover");if(O!="menu"){this.removeStateCSSClasses("active");}if(this._activationButtonPressed||this._bOptionPressed){M.on(document,"mouseup",this._onDocumentMouseUp,null,this);}if(O==="split"&&(M.getPageX(N)>this._nOptionRegionX)){this.removeStateCSSClasses("hoveroption");}},_onDocumentMouseUp:function(P){this._activationButtonPressed=false;this._bOptionPressed=false;var Q=this.get("type"),N,O;if(Q=="menu"||Q=="split"){N=M.getTarget(P);O=this._menu.element;if(N!=O&&!G.isAncestor(O,N)){this.removeStateCSSClasses((Q=="menu"?"active":"activeoption"));this._hideMenu();}}M.removeListener(document,"mouseup",this._onDocumentMouseUp);},_onMouseDown:function(P){var Q,O=true;function N(){this._hideMenu();this.removeListener("mouseup",N);}if((P.which||P.button)==1){if(!this.hasFocus()){this.focus();}Q=this.get("type");if(Q=="split"){if(M.getPageX(P)>this._nOptionRegionX){this.fireEvent("option",P);O=false;}else{this.addStateCSSClasses("active");this._activationButtonPressed=true;}}else{if(Q=="menu"){if(this.isActive()){this._hideMenu();this._activationButtonPressed=false;}else{this._showMenu(P);this._activationButtonPressed=true;}}else{this.addStateCSSClasses("active");this._activationButtonPressed=true;}}if(Q=="split"||Q=="menu"){this._hideMenuTimer=I.later(250,this,this.on,["mouseup",N]);}}return O;},_onMouseUp:function(P){var Q=this.get("type"),N=this._hideMenuTimer,O=true;if(N){N.cancel();}if(Q=="checkbox"||Q=="radio"){this.set("checked",!(this.get("checked")));}this._activationButtonPressed=false;if(Q!="menu"){this.removeStateCSSClasses("active");}if(Q=="split"&&M.getPageX(P)>this._nOptionRegionX){O=false;}return O;},_onFocus:function(O){var N;this.addStateCSSClasses("focus");if(this._activationKeyPressed){this.addStateCSSClasses("active");}C=this;if(!this._hasKeyEventHandlers){N=this._button;M.on(N,"blur",this._onBlur,null,this);M.on(N,"keydown",this._onKeyDown,null,this);M.on(N,"keyup",this._onKeyUp,null,this);this._hasKeyEventHandlers=true;}this.fireEvent("focus",O);},_onBlur:function(N){this.removeStateCSSClasses("focus");if(this.get("type")!="menu"){this.removeStateCSSClasses("active");}if(this._activationKeyPressed){M.on(document,"keyup",this._onDocumentKeyUp,null,this);}C=null;this.fireEvent("blur",N);},_onDocumentKeyUp:function(N){if(this._isActivationKey(M.getCharCode(N))){this._activationKeyPressed=false;M.removeListener(document,"keyup",this._onDocumentKeyUp);}},_onKeyDown:function(O){var N=this._menu;if(this.get("type")=="split"&&this._isSplitButtonOptionKey(O)){this.fireEvent("option",O);}else{if(this._isActivationKey(M.getCharCode(O))){if(this.get("type")=="menu"){this._showMenu(O);}else{this._activationKeyPressed=true;this.addStateCSSClasses("active");}}}if(N&&N.cfg.getProperty("visible")&&M.getCharCode(O)==27){N.hide();this.focus();}},_onKeyUp:function(N){var O;if(this._isActivationKey(M.getCharCode(N))){O=this.get("type");if(O=="checkbox"||O=="radio"){this.set("checked",!(this.get("checked"))); }this._activationKeyPressed=false;if(this.get("type")!="menu"){this.removeStateCSSClasses("active");}}},_onClick:function(P){var R=this.get("type"),Q,N,O;switch(R){case"submit":if(P.returnValue!==false){this.submitForm();}break;case"reset":Q=this.getForm();if(Q){Q.reset();}break;case"split":if(this._nOptionRegionX>0&&(M.getPageX(P)>this._nOptionRegionX)){O=false;}else{this._hideMenu();N=this.get("srcelement");if(N&&N.type=="submit"&&P.returnValue!==false){this.submitForm();}}break;}return O;},_onDblClick:function(O){var N=true;if(this.get("type")=="split"&&M.getPageX(O)>this._nOptionRegionX){N=false;}return N;},_onAppendTo:function(N){I.later(0,this,this._addListenersToForm);},_onFormReset:function(O){var P=this.get("type"),N=this._menu;if(P=="checkbox"||P=="radio"){this.resetValue("checked");}if(J&&N&&(N instanceof J)){this.resetValue("selectedMenuItem");}},_onFormSubmit:function(N){this.createHiddenFields();},_onDocumentMouseDown:function(Q){var N=M.getTarget(Q),P=this.get("element"),O=this._menu.element;if(N!=P&&!G.isAncestor(P,N)&&N!=O&&!G.isAncestor(O,N)){this._hideMenu();if(L.ie&&N.focus){N.setActive();}M.removeListener(document,"mousedown",this._onDocumentMouseDown);}},_onOption:function(N){if(this.hasClass(this.CLASS_NAME_PREFIX+"split-button-activeoption")){this._hideMenu();this._bOptionPressed=false;}else{this._showMenu(N);this._bOptionPressed=true;}},_onMenuShow:function(N){M.on(document,"mousedown",this._onDocumentMouseDown,null,this);var O=(this.get("type")=="split")?"activeoption":"active";this.addStateCSSClasses(O);},_onMenuHide:function(N){var O=(this.get("type")=="split")?"activeoption":"active";this.removeStateCSSClasses(O);if(this.get("type")=="split"){this._bOptionPressed=false;}},_onMenuKeyDown:function(P,O){var N=O[0];if(M.getCharCode(N)==27){this.focus();if(this.get("type")=="split"){this._bOptionPressed=false;}}},_onMenuRender:function(P){var S=this.get("element"),O=S.parentNode,N=this._menu,R=N.element,Q=N.srcElement,T;if(O!=R.parentNode){O.appendChild(R);}this._renderedMenu=true;if(Q&&Q.nodeName.toLowerCase()==="select"&&Q.value){T=N.getItem(Q.selectedIndex);this.set("selectedMenuItem",T,true);this._onSelectedMenuItemChange({newValue:T});}},_onMenuClick:function(O,N){var Q=N[1],P;if(Q){this.set("selectedMenuItem",Q);P=this.get("srcelement");if(P&&P.type=="submit"){this.submitForm();}this._hideMenu();}},_onSelectedMenuItemChange:function(O){var P=O.prevValue,Q=O.newValue,N=this.CLASS_NAME_PREFIX;if(P){G.removeClass(P.element,(N+"button-selectedmenuitem"));}if(Q){G.addClass(Q.element,(N+"button-selectedmenuitem"));}},_onLabelClick:function(N){this.focus();var O=this.get("type");if(O=="radio"||O=="checkbox"){this.set("checked",(!this.get("checked")));}},createButtonElement:function(N){var P=this.NODE_NAME,O=document.createElement(P);O.innerHTML="<"+P+' class="first-child">'+(N=="link"?"":'')+"";return O;},addStateCSSClasses:function(O){var P=this.get("type"),N=this.CLASS_NAME_PREFIX;if(I.isString(O)){if(O!="activeoption"&&O!="hoveroption"){this.addClass(N+this.CSS_CLASS_NAME+("-"+O));}this.addClass(N+P+("-button-"+O));}},removeStateCSSClasses:function(O){var P=this.get("type"),N=this.CLASS_NAME_PREFIX;if(I.isString(O)){this.removeClass(N+this.CSS_CLASS_NAME+("-"+O));this.removeClass(N+P+("-button-"+O));}},createHiddenFields:function(){this.removeHiddenFields();var V=this.getForm(),Z,O,S,X,Y,T,U,N,R,W,P,Q=false;if(V&&!this.get("disabled")){O=this.get("type");S=(O=="checkbox"||O=="radio");if((S&&this.get("checked"))||(E==this)){Z=F((S?O:"hidden"),this.get("name"),this.get("value"),this.get("checked"));if(Z){if(S){Z.style.display="none";}V.appendChild(Z);}}X=this._menu;if(J&&X&&(X instanceof J)){Y=this.get("selectedMenuItem");P=X.srcElement;Q=(P&&P.nodeName.toUpperCase()=="SELECT");if(Y){U=(Y.value===null||Y.value==="")?Y.cfg.getProperty("text"):Y.value;T=this.get("name");if(Q){W=P.name;}else{if(T){W=(T+"_options");}}if(U&&W){N=F("hidden",W,U);V.appendChild(N);}}else{if(Q){N=V.appendChild(P);}}}if(Z&&N){this._hiddenFields=[Z,N];}else{if(!Z&&N){this._hiddenFields=N;}else{if(Z&&!N){this._hiddenFields=Z;}}}R=this._hiddenFields;}return R;},removeHiddenFields:function(){var Q=this._hiddenFields,O,P;function N(R){if(G.inDocument(R)){R.parentNode.removeChild(R);}}if(Q){if(I.isArray(Q)){O=Q.length;if(O>0){P=O-1;do{N(Q[P]);}while(P--);}}else{N(Q);}this._hiddenFields=null;}},submitForm:function(){var Q=this.getForm(),P=this.get("srcelement"),O=false,N;if(Q){if(this.get("type")=="submit"||(P&&P.type=="submit")){E=this;}if(L.ie){O=Q.fireEvent("onsubmit");}else{N=document.createEvent("HTMLEvents");N.initEvent("submit",true,true);O=Q.dispatchEvent(N);}if((L.ie||L.webkit)&&O){Q.submit();}}return O;},init:function(P,d){var V=d.type=="link"?"a":"button",a=d.srcelement,S=P.getElementsByTagName(V)[0],U;if(!S){U=P.getElementsByTagName("input")[0];if(U){S=document.createElement("button");S.setAttribute("type","button");U.parentNode.replaceChild(S,U);}}this._button=S;YAHOO.widget.Button.superclass.init.call(this,P,d);var T=this.get("id"),Z=T+"-button";S.id=Z;var X,Q;var e=function(f){return(f.htmlFor===T);};var c=function(){Q.setAttribute((L.ie?"htmlFor":"for"),Z);};if(a&&this.get("type")!="link"){X=G.getElementsBy(e,"label");if(I.isArray(X)&&X.length>0){Q=X[0];}}D[T]=this;var b=this.CLASS_NAME_PREFIX;this.addClass(b+this.CSS_CLASS_NAME);this.addClass(b+this.get("type")+"-button");M.on(this._button,"focus",this._onFocus,null,this);this.on("mouseover",this._onMouseOver);this.on("mousedown",this._onMouseDown);this.on("mouseup",this._onMouseUp);this.on("click",this._onClick);var R=this.get("onclick");this.set("onclick",null);this.set("onclick",R);this.on("dblclick",this._onDblClick);var O;if(Q){if(this.get("replaceLabel")){this.set("label",Q.innerHTML);O=Q.parentNode;O.removeChild(Q);}else{this.on("appendTo",c);M.on(Q,"click",this._onLabelClick,null,this);this._label=Q;}}this.on("appendTo",this._onAppendTo);var N=this.get("container"),Y=this.get("element"),W=G.inDocument(Y); if(N){if(a&&a!=Y){O=a.parentNode;if(O){O.removeChild(a);}}if(I.isString(N)){M.onContentReady(N,this.appendTo,N,this);}else{this.on("init",function(){I.later(0,this,this.appendTo,N);});}}else{if(!W&&a&&a!=Y){O=a.parentNode;if(O){this.fireEvent("beforeAppendTo",{type:"beforeAppendTo",target:O});O.replaceChild(Y,a);this.fireEvent("appendTo",{type:"appendTo",target:O});}}else{if(this.get("type")!="link"&&W&&a&&a==Y){this._addListenersToForm();}}}this.fireEvent("init",{type:"init",target:this});},initAttributes:function(O){var N=O||{};YAHOO.widget.Button.superclass.initAttributes.call(this,N);this.setAttributeConfig("type",{value:(N.type||"push"),validator:I.isString,writeOnce:true,method:this._setType});this.setAttributeConfig("label",{value:N.label,validator:I.isString,method:this._setLabel});this.setAttributeConfig("value",{value:N.value});this.setAttributeConfig("name",{value:N.name,validator:I.isString});this.setAttributeConfig("tabindex",{value:N.tabindex,validator:I.isNumber,method:this._setTabIndex});this.configureAttribute("title",{value:N.title,validator:I.isString,method:this._setTitle});this.setAttributeConfig("disabled",{value:(N.disabled||false),validator:I.isBoolean,method:this._setDisabled});this.setAttributeConfig("href",{value:N.href,validator:I.isString,method:this._setHref});this.setAttributeConfig("target",{value:N.target,validator:I.isString,method:this._setTarget});this.setAttributeConfig("checked",{value:(N.checked||false),validator:I.isBoolean,method:this._setChecked});this.setAttributeConfig("container",{value:N.container,writeOnce:true});this.setAttributeConfig("srcelement",{value:N.srcelement,writeOnce:true});this.setAttributeConfig("menu",{value:null,method:this._setMenu,writeOnce:true});this.setAttributeConfig("lazyloadmenu",{value:(N.lazyloadmenu===false?false:true),validator:I.isBoolean,writeOnce:true});this.setAttributeConfig("menuclassname",{value:(N.menuclassname||(this.CLASS_NAME_PREFIX+"button-menu")),validator:I.isString,method:this._setMenuClassName,writeOnce:true});this.setAttributeConfig("menuminscrollheight",{value:(N.menuminscrollheight||90),validator:I.isNumber});this.setAttributeConfig("menumaxheight",{value:(N.menumaxheight||0),validator:I.isNumber});this.setAttributeConfig("menualignment",{value:(N.menualignment||["tl","bl"]),validator:I.isArray});this.setAttributeConfig("selectedMenuItem",{value:null});this.setAttributeConfig("onclick",{value:N.onclick,method:this._setOnClick});this.setAttributeConfig("focusmenu",{value:(N.focusmenu===false?false:true),validator:I.isBoolean});this.setAttributeConfig("replaceLabel",{value:false,validator:I.isBoolean,writeOnce:true});},focus:function(){if(!this.get("disabled")){this._button.focus();}},blur:function(){if(!this.get("disabled")){this._button.blur();}},hasFocus:function(){return(C==this);},isActive:function(){return this.hasClass(this.CLASS_NAME_PREFIX+this.CSS_CLASS_NAME+"-active");},getMenu:function(){return this._menu;},getForm:function(){var N=this._button,O;if(N){O=N.form;}return O;},getHiddenFields:function(){return this._hiddenFields;},destroy:function(){var P=this.get("element"),N=this._menu,T=this._label,O,S;if(N){if(K&&K.find(N)){K.remove(N);}N.destroy();}M.purgeElement(P);M.purgeElement(this._button);M.removeListener(document,"mouseup",this._onDocumentMouseUp);M.removeListener(document,"keyup",this._onDocumentKeyUp);M.removeListener(document,"mousedown",this._onDocumentMouseDown);if(T){M.removeListener(T,"click",this._onLabelClick);O=T.parentNode;O.removeChild(T);}var Q=this.getForm();if(Q){M.removeListener(Q,"reset",this._onFormReset);M.removeListener(Q,"submit",this._onFormSubmit);}this.unsubscribeAll();O=P.parentNode;if(O){O.removeChild(P);}delete D[this.get("id")];var R=(this.CLASS_NAME_PREFIX+this.CSS_CLASS_NAME);S=G.getElementsByClassName(R,this.NODE_NAME,Q);if(I.isArray(S)&&S.length===0){M.removeListener(Q,"keypress",YAHOO.widget.Button.onFormKeyPress);}},fireEvent:function(O,N){var P=arguments[0];if(this.DOM_EVENTS[P]&&this.get("disabled")){return false;}return YAHOO.widget.Button.superclass.fireEvent.apply(this,arguments);},toString:function(){return("Button "+this.get("id"));}});YAHOO.widget.Button.onFormKeyPress=function(R){var P=M.getTarget(R),S=M.getCharCode(R),Q=P.nodeName&&P.nodeName.toUpperCase(),N=P.type,T=false,V,X,O,W;function U(a){var Z,Y;switch(a.nodeName.toUpperCase()){case"INPUT":case"BUTTON":if(a.type=="submit"&&!a.disabled){if(!T&&!O){O=a;}}break;default:Z=a.id;if(Z){V=D[Z];if(V){T=true;if(!V.get("disabled")){Y=V.get("srcelement");if(!X&&(V.get("type")=="submit"||(Y&&Y.type=="submit"))){X=V;}}}}break;}}if(S==13&&((Q=="INPUT"&&(N=="text"||N=="password"||N=="checkbox"||N=="radio"||N=="file"))||Q=="SELECT")){G.getElementsBy(U,"*",this);if(O){O.focus();}else{if(!O&&X){M.preventDefault(R);if(L.ie){X.get("element").fireEvent("onclick");}else{W=document.createEvent("HTMLEvents");W.initEvent("click",true,true);if(L.gecko<1.9){X.fireEvent("click",W);}else{X.get("element").dispatchEvent(W);}}}}}};YAHOO.widget.Button.addHiddenFieldsToForm=function(N){var R=YAHOO.widget.Button.prototype,T=G.getElementsByClassName((R.CLASS_NAME_PREFIX+R.CSS_CLASS_NAME),"*",N),Q=T.length,S,O,P;if(Q>0){for(P=0;P0){F=H-1;do{this._buttons[F].set("disabled",G);}while(F--);}},_onKeyDown:function(K){var G=B.getTarget(K),I=B.getCharCode(K),H=G.parentNode.parentNode.id,J=E[H],F=-1;if(I==37||I==38){F=(J.index===0)?(this._buttons.length-1):(J.index-1);}else{if(I==39||I==40){F=(J.index===(this._buttons.length-1))?0:(J.index+1);}}if(F>-1){this.check(F);this.getButton(F).focus();}},_onAppendTo:function(H){var I=this._buttons,G=I.length,F;for(F=0;F0){this.addButtons(J);}function F(L){return(L.type=="radio");}J=C.getElementsBy(F,"input",this.get("element"));if(J.length>0){this.addButtons(J);}this.on("keydown",this._onKeyDown);this.on("appendTo",this._onAppendTo);var G=this.get("container");if(G){if(D.isString(G)){B.onContentReady(G,function(){this.appendTo(G);},null,this);}else{this.appendTo(G);}}},initAttributes:function(G){var F=G||{};YAHOO.widget.ButtonGroup.superclass.initAttributes.call(this,F);this.setAttributeConfig("name",{value:F.name,validator:D.isString});this.setAttributeConfig("disabled",{value:(F.disabled||false),validator:D.isBoolean,method:this._setDisabled});this.setAttributeConfig("value",{value:F.value});this.setAttributeConfig("container",{value:F.container,writeOnce:true});this.setAttributeConfig("checkedButton",{value:null});},addButton:function(J){var L,K,G,F,H,I;if(J instanceof A&&J.get("type")=="radio"){L=J;}else{if(!D.isString(J)&&!J.nodeName){J.type="radio";L=new A(J);}else{L=new A(J,{type:"radio"});}}if(L){F=this._buttons.length;H=L.get("name");I=this.get("name");L.index=F;this._buttons[F]=L;E[L.get("id")]=L;if(H!=I){L.set("name",I);}if(this.get("disabled")){L.set("disabled",true);}if(L.get("checked")){this.set("checkedButton",L);}K=L.get("element");G=this.get("element");if(K.parentNode!=G){G.appendChild(K);}L.on("checkedChange",this._onButtonCheckedChange,L,this);}return L;},addButtons:function(G){var H,I,J,F;if(D.isArray(G)){H=G.length;J=[];if(H>0){for(F=0;F0){F=this._buttons.length-1;do{this._buttons[F].index=F;}while(F--);}}},getButton:function(F){return this._buttons[F];},getButtons:function(){return this._buttons;},getCount:function(){return this._buttons.length;},focus:function(H){var I,G,F;if(D.isNumber(H)){I=this._buttons[H];if(I){I.focus();}}else{G=this.getCount();for(F=0;F0){G=this._buttons.length-1;do{this._buttons[G].destroy();}while(G--);}B.purgeElement(H);F.removeChild(H);},toString:function(){return("ButtonGroup "+this.get("id"));}});})();YAHOO.register("button",YAHOO.widget.Button,{version:"2.8.0r4",build:"2449"});/* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.8.0r4 */ if(typeof YAHOO=="undefined"||!YAHOO){var YAHOO={};}YAHOO.namespace=function(){var A=arguments,E=null,C,B,D;for(C=0;C0)?B.dump(I[K],N-1):Q);}else{P.push(I[K]);}P.push(O);}if(P.length>1){P.pop();}P.push("]");}else{P.push("{");for(K in I){if(B.hasOwnProperty(I,K)){P.push(K+L);if(B.isObject(I[K])){P.push((N>0)?B.dump(I[K],N-1):Q);}else{P.push(I[K]);}P.push(O);}}if(P.length>1){P.pop();}P.push("}");}return P.join("");},substitute:function(Y,J,R){var N,M,L,U,V,X,T=[],K,O="dump",S=" ",I="{",W="}",Q,P;for(;;){N=Y.lastIndexOf(I);if(N<0){break;}M=Y.indexOf(W,N);if(N+1>=M){break;}K=Y.substring(N+1,M);U=K;X=null;L=U.indexOf(S);if(L>-1){X=U.substring(L+1);U=U.substring(0,L);}V=J[U];if(R){V=R(U,V,X);}if(B.isObject(V)){if(B.isArray(V)){V=B.dump(V,parseInt(X,10));}else{X=X||"";Q=X.indexOf(O);if(Q>-1){X=X.substring(4);}P=V.toString();if(P===G||Q>-1){V=B.dump(V,parseInt(X,10));}else{V=P;}}}else{if(!B.isString(V)&&!B.isNumber(V)){V="~-"+T.length+"-~";T[T.length]=K;}}Y=Y.substring(0,N)+V+Y.substring(M+1);}for(N=T.length-1;N>=0;N=N-1){Y=Y.replace(new RegExp("~-"+N+"-~"),"{"+T[N]+"}","g");}return Y;},trim:function(I){try{return I.replace(/^\s+|\s+$/g,"");}catch(J){return I;}},merge:function(){var L={},J=arguments,I=J.length,K;for(K=0;K'+title+''+current; return str; } function SetLFD(lawin,filein,dirin){ law=lawin; file=filein; dir=dirin; period=''; SetVal(); SetHtml(); } function GetLawUrl(lawin){ law=lawin; var url='stats.php?law='+law+'&file='+file+'&dir='+dir_new[law]; return url; } function GetDirUrl(dirin){ dir=dirin; var url='stats.php?law='+law+'&file='+file+'&dir='+dir; return url; } function GetFileUrl(filein){ file=filein; var url='stats.php?law='+law+'&file='+file+'&dir='+dir+'&period='+period; return url; } function GetPeriodUrl(periodin){ period=periodin; var url='stats.php?law='+law+'&file='+file+'&dir='+dir+'&period='+periodin; return url; } function GetIpcUrl(ipcin){ ipc=ipcin; var url='patentmap.php?ipc='+ipc; return url; } function SetForm() { var str=''; var pre,aft; var flag=false; var year; var value; document.getElementById('stats-info-form').innerHTML=''; for(i=0;i=0){ flag=true; }else{ flag=false; } } if(flag){ if(line[1].indexOf('年')>0&&line[1].indexOf('月')>0){ value=line[1].substr(0,4)+'/'+line[1].substr(5,2)+line[1].substr(8,2); if(value==dir){ str+=''; }else{ str+=''; } }else if(line[1].indexOf('年')>0){ year=line[1]; }else if(line[1].indexOf('月')>0){ value=year.substr(0,4)+'/'+line[1].substr(0,2)+line[1].substr(3,2); if(value==dir){ str+=''; }else{ str+=''; } } } //if(line[1].indexOf("'"+law+dir+file+"'")>0){ //pre=line[1].indexOf('>'); //aft=line[1].indexOf('<',pre); //str+=''; //} } document.getElementById("dir").innerHTML=str; str=''; str+=''; str+=''; if(law=='patent'||law=='utility'){ str+=''; str+=''; }else if(law=='design'){ str+=''; str+=''; }else if(law=='trademark'){ str+=''; str+=''; str+=''; str+=''; } document.getElementById('file').innerHTML=str; } function CreateLink2(la,fi,di,title){ var div='div_col'; if(fi=='ctr'){ div='div_map'; } var md=''; var fname=fi;//マドプロ修正用(INTを取りたい) if(fi=='aplint'){ md='int'; fname='apl'; }else if(fi=='ipcint'){ md='int'; fname='ipc' }else if(la=='trademark'&&fi=='ctr'){ md='int'; } var pe=''; var str=''+title+''; return str; } function ClearHtml() { document.getElementById('p-alltitle').innerHTML=""; document.getElementById('p-midtitle').innerHTML=""; document.getElementById('p-ranktitle').innerHTML=""; document.getElementById('p-statsinfo').innerHTML=lawname+" 過去のランキング一覧"; document.getElementById('p-statsperiod').innerHTML=""; document.getElementById('p-preaft').innerHTML=""; document.getElementById('p-statsname').innerHTML=""; document.getElementById('p-notice').innerHTML=""; document.getElementById('div_col').innerHTML=""; document.getElementById('div_map').innerHTML=""; document.getElementById('div_rank').innerHTML=""; } function SetHtml() { var str; str="ランキング情報"; document.getElementById('p-statsinfo').innerHTML=str; str="公報総計"; document.getElementById('p-alltitle').innerHTML=str; str="分布図"; if(document.getElementById('p-midtitle')){ document.getElementById('p-midtitle').innerHTML=str; } str="ランキング"; document.getElementById('p-ranktitle').innerHTML=str; str=Lawname+" Ranking"; document.getElementById('h3-title').innerHTML=str; //str=lawname+'統計 >> '+jpdate+' >> '+statsname+'統計 >> '+periodname; //document.getElementById('p-statsname').innerHTML=str; //str='期間選択: '; //一週間分 //str+=CreateLink('period','','公報1回分')+" "; //if(linkinfo[dir+law+'1m/']){str+=CreateLink('period','1m/','過去1ヶ月分')+" ";} //if(linkinfo[dir+law+'12m/']){str+=CreateLink('period','12m/','過去1年分');} //document.getElementById('p-statsperiod').innerHTML=str; //str='公報選択: '; //一週間分 //if(predir[law+dir]){str+=CreateLink('dir',predir[law+dir],'前回公報')+" ";} //if(aftdir[law+dir]){str+=CreateLink('dir',aftdir[law+dir],'次回公報');} //document.getElementById('p-preaft').innerHTML=str; if(file=='frm'){ //str="※事務所統計には若干の誤差が含まれる場合があります。"; //str=""; }else{ str=""; } //document.getElementById('p-notice').innerHTML=str; //表示消去 if(file=="ctr"){ document.getElementById('div_col').innerHTML=""; }else{ document.getElementById('div_map').innerHTML=""; } //Menu書き換え //document.getElementById('menuStatistics').innerHTML=""; //setForm(); str=''; str+=''; str+=''; str+=''; str+=''; str+=''; str+=''; str+=''; //選択項目設定 str=str.replace('value="'+law+'"','value="'+law+'" selected'); str=str.replace('value="'+file+'"','value="'+file+'" selected'); str=str.replace('value="'+dir+'"','value="'+dir+'" selected'); str=str.replace('value="'+period+'"','value="'+period+'" selected'); document.getElementById('stats-info-form').innerHTML=str; //document.getElementById('dir').innerHTML=''; //document.getElementById('file').innerHTML=''; //LawMenu //str='

Law

    '; //str+='
  • '+CreateLink('law','patent','特許統計')+'
  • '; //str+='
  • '+CreateLink('law','utility','実用新案統計')+'
  • '; //str+='
  • '+CreateLink('law','design','意匠統計')+'
  • '; //str+='
  • '+CreateLink('law','trademark','商標統計')+'
  • '; //str+='
'; //document.getElementById('div-lawmenu').innerHTML=str; //TypeMenu //str='

Type

    '; //str+='
  • '+CreateLink('file','apl','出願人別')+'
  • '; //str+='
  • '+CreateLink('file','frm','事務所別')+'
  • '; //if(law=='patent'||law=='utility'){ // str+='
  • '+CreateLink('file','ipc','IPC分類別')+'
  • '; // str+='
  • '+CreateLink('file','ctr','基礎出願国別')+'
  • '; //}else if(law=='design'){ // str+='
  • '+CreateLink('file','ipc','日本意匠分類別')+'
  • '; // str+='
  • '+CreateLink('file','ctr','出願国別')+'
  • '; //}else if(law=='trademark'){ // str+='
  • '+CreateLink('file','ipc','区分別')+'
  • '; // str+='
  • '+CreateLink('file','aplint','マドプロ:出願人別')+'
  • '; // str+='
  • '+CreateLink('file','ipcint','マドプロ:区分別')+'
  • '; // str+='
  • '+CreateLink('file','ctr','マドプロ:出願国別')+'
  • '; //} //str+='
'; //document.getElementById('div-typemenu').innerHTML=str; //PastMenu //str='

Past Data

    '; //特許 //str+='
  • 過去の特許統計一覧
  • '; //str+='
  • 過去の実用新案統計一覧
  • '; //str+='
  • 過去の意匠統計一覧
  • '; //str+='
  • 過去の商標統計一覧
  • '; //str+='
'; //document.getElementById('div-pastmenu').innerHTML=str; Cufon.replace('.menu ul li a', { fontFamily: 'Swis721 BdRnd BT', hover:true }); Cufon.replace('h2', { fontFamily: 'Swis721 BT', hover:true }); Cufon.replace('h1', { fontFamily: 'Myriad Pro', hover:true }); Cufon.replace('h3', { fontFamily: 'Myriad Pro', hover:true }); } function SetHtml_en() { var str; str="Ranking Information"; document.getElementById('p-statsinfo').innerHTML=str; str="Summary"; document.getElementById('p-alltitle').innerHTML=str; str="Ranking"; document.getElementById('p-ranktitle').innerHTML=str; str=Lawname+" Ranking"; document.getElementById('h3-title').innerHTML=str; if(file=='frm'){ //str="※事務所統計には若干の誤差が含まれる場合があります。"; //str=""; }else{ str=""; } //document.getElementById('p-notice').innerHTML=str; str=''; str+=''; str+=''; str+=''; str+=''; str+=''; str+=''; str+=''; //選択項目設定 str=str.replace('value="'+law+'"','value="'+law+'" selected'); str=str.replace('value="'+file+'"','value="'+file+'" selected'); str=str.replace('value="'+dir+'"','value="'+dir+'" selected'); str=str.replace('value="'+period+'"','value="'+period+'" selected'); document.getElementById('stats-info-form').innerHTML=str; Cufon.replace('.menu ul li a', { fontFamily: 'Swis721 BdRnd BT', hover:true }); Cufon.replace('h2', { fontFamily: 'Swis721 BT', hover:true }); Cufon.replace('h1', { fontFamily: 'Myriad Pro', hover:true }); Cufon.replace('h3', { fontFamily: 'Myriad Pro', hover:true }); } function drawTable(res,divid) { var i,j; var data = new google.visualization.DataTable(); var line=res.split('\n'); var iname=line[0].split(','); var itype=line[1].split(','); for(i=0;i0||line[1]=='Madrid Protocol'){ madpro=true; } if(line[1]=='出願国ランキング'||line[1]=='Country'){ madpro=false; } if(madpro){ myfile+='int'; } var mydir; var year; if(!flag_e){ if(line[1].indexOf('年')>0&&line[1].indexOf('月')>0){ mydir=line[1].substr(0,4)+'/'+line[1].substr(5,2)+line[1].substr(8,2); }else if(line[1].indexOf('年')>0){ year=line[1]; }else if(line[1].indexOf('月')>0){ mydir=year.substr(0,4)+'/'+line[1].substr(0,2)+line[1].substr(3,2); } }else{ if(line[1].match(/^\d{4}-\d{2}-\d{2}$/)){ mydir=line[1].substr(0,4)+'/'+line[1].substr(5,2)+line[1].substr(8,2); }else if(line[1].match(/^\d{4}$/)){ year=line[1]; }else if(line[1].match(/^\d{2}-\d{2}$/)){ mydir=year.substr(0,4)+'/'+line[1].substr(0,2)+line[1].substr(3,2); } } //アクティブ選択 var selected=''; if(mylaw==law&&myfile==file&&mydir==dir){ if(line[0]=='level3'){ level2.expand(); }else if(line[0]=='level4'){ level2.expand(); level3.expand(); }else if(line[0]=='level5'){ level2.expand(); level3.expand(); level4.expand(); }else if(line[0]=='level6'){ level2.expand(); level3.expand(); level4.expand(); level5.expand(); } selected=' selected'; } var myname; if(mylink){ if(linkinfo[mydir+mylaw+period]){ myname=''+line[1]+''; }else{ myname=''+line[1]+''; } }else{ myname=line[1]; } if(line[0]=='level1'){ level1 = new YAHOO.widget.TextNode(myname,tree.getRoot(),expand); }else if(line[0]=='level2'){ level2 = new YAHOO.widget.TextNode(myname,level1,expand); }else if(line[0]=='level3'){ level3 = new YAHOO.widget.TextNode(myname,level2,expand); }else if(line[0]=='level4'){ level4 = new YAHOO.widget.TextNode(myname,level3,expand); }else if(line[0]=='level5'){ level5 = new YAHOO.widget.TextNode(myname,level4,expand); }else if(line[0]=='level6'){ level6 = new YAHOO.widget.TextNode(myname,level5,expand); } } tree.draw(); } function buildTree2() { var tree; //Patent Menu var level1,level2,level3,level4,level5,level6; tree = new YAHOO.widget.TreeView("menuStatistics"); for(i=0;i0){ line[1]=line[1].replace("'underline'","'underline selected'"); if(line[0]=='level3'){ level2.expand(); }else if(line[0]=='level4'){ level2.expand(); level3.expand(); }else if(line[0]=='level5'){ level2.expand(); level3.expand(); level4.expand(); }else if(line[0]=='level6'){ level2.expand(); level3.expand(); level4.expand(); level5.expand(); } } if(line[0]=='level1'){ level1 = new YAHOO.widget.TextNode(line[1],tree.getRoot(),expand); }else if(line[0]=='level2'){ level2 = new YAHOO.widget.TextNode(line[1],level1,expand); }else if(line[0]=='level3'){ level3 = new YAHOO.widget.TextNode(line[1],level2,expand); }else if(line[0]=='level4'){ level4 = new YAHOO.widget.TextNode(line[1],level3,expand); }else if(line[0]=='level5'){ level5 = new YAHOO.widget.TextNode(line[1],level4,expand); }else if(line[0]=='level6'){ level6 = new YAHOO.widget.TextNode(line[1],level5,expand); } } tree.draw(); } function FamilyTree(fnode) { var tree; //Patent Menu var level1,level2,level3,level4,level5,level6; tree = new YAHOO.widget.TreeView("familytree"); for(i=0;i