// JavaScript Document

/*
cbb function by Roger Johansson, http://www.456bereastreet.com/
*/
var cbb = {
	init : function() {
	// Check that the browser supports the DOM methods used
		if (!document.getElementById || !document.createElement || !document.appendChild) return false;
		var oElement, oOuter, oI1, oI2, tempId;
	// Find all elements with a class name of cbb
		var arrElements = document.getElementsByTagName('*');
		var oRegExp = new RegExp("(^|\\s)cbb(\\s|$)");
		for (var i=0; i<arrElements.length; i++) {
	// Save the original outer element for later
			oElement = arrElements[i];
			if (oRegExp.test(oElement.className)) {
	// 	Create a new element and give it the original element's class name(s) while replacing 'cbb' with 'cb'
				oOuter = document.createElement('div');
				oOuter.className = oElement.className.replace(oRegExp, '$1cb$2');
	// Give the new div the original element's id if it has one
				if (oElement.getAttribute("id")) {
					tempId = oElement.id;
					oElement.removeAttribute('id');
					oOuter.setAttribute('id', '');
					oOuter.id = tempId;
				}
	// Change the original element's class name and replace it with the new div
				oElement.className = 'i3';
				oElement.parentNode.replaceChild(oOuter, oElement);
	// Create two new div elements and insert them into the outermost div
				oI1 = document.createElement('div');
				oI1.className = 'i1';
				oOuter.appendChild(oI1);
				oI2 = document.createElement('div');
				oI2.className = 'i2';
				oI1.appendChild(oI2);
	// Insert the original element
				oI2.appendChild(oElement);
	// Insert the top and bottom divs
				cbb.insertTop(oOuter);
				cbb.insertBottom(oOuter);
			}
		}
	},
	insertTop : function(obj) {
		var oOuter, oInner;
	// Create the two div elements needed for the top of the box
		oOuter=document.createElement("div");
		oOuter.className="bt"; // The outer div needs a class name
	    oInner=document.createElement("div");
	    oOuter.appendChild(oInner);
		obj.insertBefore(oOuter,obj.firstChild);
	},
	insertBottom : function(obj) {
		var oOuter, oInner;
	// Create the two div elements needed for the bottom of the box
		oOuter=document.createElement("div");
		oOuter.className="bb"; // The outer div needs a class name
	    oInner=document.createElement("div");
	    oOuter.appendChild(oInner);
		obj.appendChild(oOuter);
	},
	// addEvent function from http://www.quirksmode.org/blog/archives/2005/10/_and_the_winner_1.html
	addEvent : function(obj, type, fn) {
		if (obj.addEventListener)
			obj.addEventListener(type, fn, false);
		else if (obj.attachEvent) {
			obj["e"+type+fn] = fn;
			obj[type+fn] = function() { obj["e"+type+fn]( window.event ); }
			obj.attachEvent("on"+type, obj[type+fn]);
		}
	}
};

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(d){var c=document.createElement("style"),b,a;c.type="text/css";c.media=d;b=F("head")[0];b.insertBefore(c,b.firstChild);a=!!(c.sheet||c.styleSheet);b.removeChild(c);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var c=!M.recognizesMedia("all"),b=false;var a=[],e=function(){c=true;for(var h;h=a.shift();h()){}};var f=F("link"),g={stylesheet:1};function d(){var j,h,k;for(h=0;k=f[h];++h){if(k.disabled||!g[k.rel.toLowerCase()]||!M.recognizesMedia(k.media||"screen")){continue}j=k.sheet||k.styleSheet;if(!j||j.disabled){return false}}return true}W.ready(function(){if(!b){b=M.getStyle(document.body).isUsable()}if(c||(b&&d())){e()}else{setTimeout(arguments.callee,10)}});return function(h){if(c){h()}else{a.push(h)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:middle;}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>').replace(/;/g,"!important;"));function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());

/*Eurostile */

Cufon.registerFont({"w":225,"face":{"font-family":"Eurostile","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 2 2 2 5 2 4","ascent":"288","descent":"-72","x-height":"2","bbox":"-19 -267 358 75","underline-thickness":"26.3672","underline-position":"-23.7305","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90},"A":{"d":"166,-46r-103,0r-15,46r-48,0r79,-240r69,0r81,240r-47,0xm156,-80r-42,-125r-41,125r83,0","w":228},"B":{"d":"216,-66v0,97,-114,58,-195,66r0,-240v78,8,190,-32,190,63v0,31,-14,47,-36,54v27,4,41,23,41,57xm67,-139v40,-5,105,18,97,-34v3,-42,-59,-26,-97,-29r0,63xm170,-73v8,-53,-60,-26,-103,-33r0,68v40,-7,110,19,103,-35","w":228},"C":{"d":"115,-37v46,1,58,-7,54,-49r46,0v0,77,-16,90,-99,88v-112,-2,-104,-23,-104,-147v0,-87,25,-97,115,-97v70,0,85,15,86,82r-46,0v0,-39,-8,-43,-49,-43v-63,0,-60,6,-60,72v0,81,-12,90,57,94","w":222},"D":{"d":"230,-141v0,105,2,141,-90,141r-119,0r0,-240r118,0v71,1,91,28,91,99xm183,-120v0,-61,3,-82,-49,-82r-67,0r0,164r64,0v54,-2,52,-21,52,-82","w":241},"E":{"d":"62,-202r0,62r112,0r0,34r-112,0r0,68r120,0r0,38r-166,0r0,-240r165,0r0,38r-119,0","w":194},"F":{"d":"67,-202r0,65r107,0r0,38r-107,0r0,99r-46,0r0,-240r159,0r0,38r-113,0","w":186},"G":{"d":"118,-37v52,1,58,-8,58,-57r-61,0r0,-34r106,0r1,48v-3,78,-22,82,-107,82v-85,0,-102,-17,-103,-102v-1,-116,5,-142,108,-142v79,0,97,3,101,74r-46,0v-3,-38,-13,-30,-56,-35v-76,-8,-60,48,-60,111v0,50,8,53,59,55","w":232},"H":{"d":"225,-240r0,240r-46,0r0,-104r-112,0r0,104r-46,0r0,-240r46,0r0,98r112,0r0,-98r46,0","w":245},"I":{"d":"67,-240r0,240r-46,0r0,-240r46,0","w":88},"J":{"d":"88,-37v30,-1,31,-9,31,-43r0,-160r46,0r0,166v-1,64,-14,74,-78,76v-75,3,-79,-23,-79,-96r44,0v0,32,-3,60,36,57","w":185},"K":{"d":"67,-240r0,98r21,0r80,-98r56,0r-96,117r107,123r-59,0r-88,-104r-21,0r0,104r-46,0r0,-240r46,0","w":232},"L":{"d":"67,-240r0,199r112,0r0,41r-158,0r0,-240r46,0","w":181},"M":{"d":"302,-240r0,240r-46,0r3,-202v-10,15,-18,52,-24,67r-53,135r-41,0r-77,-201r3,201r-46,0r0,-240r74,0r65,178r66,-178r76,0","w":322},"N":{"d":"244,-240r0,240r-77,0r-100,-201r-2,0r2,201r-46,0r0,-240r77,0r100,200r2,0r-2,-200r46,0","w":264},"O":{"d":"10,-112v0,-112,4,-130,111,-130v94,0,103,21,103,119v0,109,-7,125,-111,125v-93,0,-103,-19,-103,-114xm178,-121v0,-75,9,-82,-61,-82v-75,0,-61,9,-61,93v0,67,-4,73,62,73v67,0,60,-11,60,-84","w":233},"P":{"d":"212,-158v7,92,-63,79,-145,80r0,78r-46,0r0,-240r109,0v66,2,77,17,82,82xm166,-157v11,-64,-51,-40,-99,-45r0,86v46,-4,109,17,99,-41","w":220},"Q":{"d":"117,-242v98,0,107,18,107,119v0,36,-2,61,-5,74r25,17r-19,27r-23,-16v-15,15,-43,23,-85,23v-96,0,-107,-16,-107,-114v0,-110,2,-130,107,-130xm56,-110v0,71,-3,71,68,73v17,0,30,-4,39,-11r-55,-37r19,-28r49,34v4,-25,2,-45,2,-72v0,-48,-10,-52,-61,-52v-75,0,-61,9,-61,93","w":240},"R":{"d":"217,-169v0,50,-11,57,-43,70v47,0,40,52,40,99r-45,0v1,-40,5,-81,-37,-81r-65,0r0,81r-46,0r0,-240v84,7,196,-30,196,71xm171,-161v9,-61,-58,-36,-104,-41r0,83v47,-4,112,17,104,-42","w":232},"S":{"d":"107,-242v68,0,93,9,92,72r-44,0v-4,-30,-7,-36,-44,-35v-38,1,-53,-1,-53,31v0,42,13,28,62,34v65,8,85,5,85,66v0,73,-21,76,-100,76v-74,0,-94,-9,-94,-78r45,0v1,43,8,42,56,42v37,0,48,0,48,-37v0,-37,-30,-29,-59,-32v-68,-8,-89,-4,-89,-69v0,-64,25,-70,95,-70","w":215},"T":{"d":"117,-199r0,199r-46,0r0,-199r-69,0r0,-41r186,0r0,41r-71,0","w":190},"U":{"d":"121,-37v45,0,54,0,54,-42r0,-161r46,0r0,160v-2,72,-22,82,-98,82v-80,0,-102,-6,-102,-80r0,-162r46,0r0,162v1,41,10,41,54,41","w":241},"V":{"d":"175,-240r48,0r-77,240r-70,0r-77,-240r47,0r65,201","w":221},"W":{"d":"358,-240r-64,240r-67,0r-49,-182r-49,182r-67,0r-62,-240r46,0r50,202r2,0r54,-202r54,0r53,202r53,-202r46,0","w":358},"X":{"d":"223,-240r-72,116r77,124r-53,0r-61,-104v-18,35,-41,70,-60,104r-55,0r79,-124r-73,-116r54,0r56,95r54,-95r54,0","w":226},"Y":{"d":"220,-240r-89,148r0,92r-46,0r0,-92r-86,-148r53,0r57,102r57,-102r54,0","w":218},"Z":{"d":"198,-240r0,38r-132,164r134,0r0,38r-192,0r0,-39r131,-163r-125,0r0,-38r184,0","w":207},"a":{"d":"127,-83v0,-35,5,-60,-35,-60v-21,0,-30,8,-30,24r-41,0v2,-46,17,-51,69,-51v56,0,77,7,78,60r0,110r-41,0v0,-7,3,-18,1,-23v-17,41,-126,32,-114,-27v0,-35,20,-52,62,-52v28,0,45,6,51,19xm54,-52v1,25,9,26,37,27v24,0,37,-8,37,-25v0,-17,-13,-25,-39,-25v-23,0,-35,7,-35,23","w":187},"b":{"d":"177,-87v0,64,-7,87,-66,89v-27,1,-43,-12,-53,-29r2,27r-40,0r0,-240r40,0r1,96v7,-18,25,-26,53,-26v54,2,63,25,63,83xm136,-85v0,-39,-1,-52,-36,-53v-26,0,-39,16,-39,48v0,45,-2,60,37,60v37,0,38,-13,38,-55","w":190},"c":{"d":"94,-30v29,0,32,-4,33,-34r40,0v2,50,-17,66,-75,66v-68,0,-78,-16,-78,-86v0,-67,12,-86,76,-86v55,0,73,9,75,61r-40,0v0,-20,-11,-29,-34,-29v-39,1,-37,12,-37,55v0,43,0,53,40,53","w":176},"d":{"d":"14,-90v0,-56,11,-78,63,-80v28,-1,43,11,52,26r0,-96r40,0r0,240r-39,0v0,-8,3,-20,1,-27v-8,20,-25,29,-51,29v-62,-2,-66,-24,-66,-92xm129,-88v0,-40,-3,-50,-38,-50v-36,0,-36,12,-36,51v0,43,-2,57,36,57v39,0,38,-14,38,-58","w":189},"e":{"d":"93,-28v28,-1,33,-1,35,-26r41,0v2,40,-22,56,-74,56v-71,0,-81,-15,-81,-89v0,-66,15,-81,79,-83v68,-2,76,25,76,93r-114,0v-3,33,3,51,38,49xm128,-101v12,-45,-42,-45,-66,-32v-5,5,-7,16,-7,32r73,0","w":182},"f":{"d":"28,-168v-5,-60,18,-79,81,-74r0,32v-30,-9,-46,8,-41,42r42,0r0,31r-42,0r0,137r-40,0r0,-137r-24,0r0,-31r24,0","w":112},"g":{"d":"14,-86v0,-59,10,-82,64,-84v28,-1,44,12,54,30r-2,-28r40,0r0,171v-1,58,-18,72,-78,72v-54,0,-71,-7,-72,-58r39,0v1,25,7,24,33,26v41,3,41,-34,37,-69v-7,18,-23,27,-49,27v-57,-2,-66,-24,-66,-87xm129,-86v0,-41,-2,-52,-38,-52v-37,0,-37,12,-37,52v0,42,-1,55,37,55v37,0,38,-14,38,-55","w":189},"h":{"d":"60,-240r1,100v16,-48,111,-38,111,26r0,114r-41,0r0,-109v0,-20,-10,-29,-30,-29v-61,-2,-36,84,-41,138r-40,0r0,-240r40,0","w":191},"i":{"d":"60,-240r0,34r-40,0r0,-34r40,0xm60,-168r0,168r-40,0r0,-168r40,0","w":79},"j":{"d":"60,-240r0,34r-41,0r0,-34r41,0xm59,-168r0,175v1,39,-22,57,-58,49r0,-28v14,1,18,-6,18,-24r0,-172r40,0","w":79},"k":{"d":"60,-240r0,137r10,0r46,-65r47,0r-59,79r71,89r-50,0r-55,-75r-10,0r0,75r-40,0r0,-240r40,0","w":172},"l":{"d":"60,-240r0,240r-40,0r0,-240r40,0","w":79},"m":{"d":"126,-104v0,-28,-3,-34,-29,-34v-58,-1,-31,86,-37,138r-40,0r0,-168r40,0v1,8,-3,20,0,26v10,-39,99,-36,103,3v16,-51,110,-39,110,28r0,111r-40,0v-6,-48,21,-136,-30,-138v-57,-2,-31,87,-37,138r-40,0r0,-104","w":294},"n":{"d":"20,-168r40,0v0,9,-3,21,-1,28v16,-48,112,-39,112,26r0,114r-40,0r-1,-119v-2,-13,-11,-19,-29,-19v-64,-3,-35,84,-41,138r-40,0r0,-168","w":190},"o":{"d":"14,-85v0,-70,10,-85,80,-85v66,0,79,13,79,81v0,71,-8,91,-77,91v-72,0,-82,-13,-82,-87xm132,-88v0,-40,-1,-50,-39,-50v-38,0,-39,10,-39,51v0,46,-2,57,40,57v41,0,38,-14,38,-58","w":186},"p":{"d":"179,-86v0,63,-9,85,-65,88v-27,1,-42,-10,-52,-26r0,96r-42,0r0,-240r41,0v0,8,-3,19,-1,25v10,-18,28,-27,54,-27v55,1,65,25,65,84xm138,-84v0,-42,-2,-54,-39,-54v-36,0,-37,14,-37,54v0,39,3,54,38,54v37,0,38,-14,38,-54","w":192},"q":{"d":"14,-87v0,-59,9,-81,64,-83v26,-1,42,11,53,27r-1,-25r40,0r0,240r-40,0r-1,-97v-7,18,-24,27,-51,27v-57,0,-64,-26,-64,-89xm130,-81v0,-42,0,-57,-39,-57v-34,0,-37,14,-37,51v0,44,-1,57,38,57v35,0,38,-13,38,-51","w":190},"r":{"d":"21,-168r40,0v0,7,-3,18,-1,24v25,-48,103,-30,89,41r-38,0v3,-20,-3,-37,-20,-36v-49,2,-24,91,-30,139r-40,0r0,-168","w":151},"s":{"d":"13,-121v0,-45,23,-49,76,-49v49,0,70,4,71,48r-39,0v-4,-20,-7,-21,-35,-21v-31,0,-39,22,-26,37v14,5,88,4,93,15v9,6,13,20,13,39v-1,48,-27,54,-79,54v-53,0,-75,-6,-75,-55r42,0v-5,20,5,28,33,28v25,0,39,-7,39,-22v0,-14,-8,-21,-24,-21v-62,-3,-89,0,-89,-53","w":178},"t":{"d":"128,-168r0,31r-64,0r0,84v0,16,5,23,17,23v15,1,21,-14,20,-35r34,0v2,45,-8,67,-58,67v-73,0,-51,-76,-54,-139r-21,0r0,-31r21,0r0,-38r41,0r0,38r64,0","w":137},"u":{"d":"59,-65v1,27,4,34,31,35v57,2,35,-85,39,-138r40,0r0,168r-40,0v0,-9,3,-22,1,-29v-8,21,-26,31,-54,31v-81,0,-52,-99,-57,-170r40,0r0,103","w":190},"v":{"d":"160,-168r-48,168r-63,0r-51,-168r43,0r40,140r36,-140r43,0","w":158},"w":{"d":"255,-168r-37,168r-60,0r-30,-134r-30,134r-60,0r-37,-168r40,0r29,140r32,-140r52,0r33,140r28,-140r40,0","w":255},"x":{"d":"157,-168r-49,79r55,89r-48,0r-34,-61r-33,61r-49,0r55,-88r-49,-80r48,0r28,53r28,-53r48,0","w":161},"y":{"d":"158,-168r-44,179v-11,48,-26,68,-81,63r0,-30v26,5,34,-11,41,-44r-21,0r-55,-168r43,0r43,143r32,-143r42,0","w":156},"z":{"d":"14,-168r131,0r0,35r-90,102r90,0r0,31r-138,0r0,-35r90,-102r-83,0r0,-31","w":152},"1":{"d":"159,-240r0,240r-45,0r0,-200r-63,62r-27,-30r78,-72r57,0","w":226},"2":{"d":"112,-242v68,1,90,12,90,76v0,67,-18,65,-80,80v-48,12,-56,0,-56,50r136,0r0,36r-181,0v1,-34,-4,-86,13,-99v6,-14,102,-26,115,-36v5,-4,8,-15,8,-32v-2,-37,-6,-36,-45,-38v-45,-2,-46,9,-46,50r-45,0v0,-70,18,-88,91,-87"},"3":{"d":"159,-73v3,-40,-29,-31,-66,-32r0,-35v43,-3,64,7,63,-31v-1,-36,-7,-33,-47,-34v-39,-1,-45,4,-44,42r-44,0v-1,-67,18,-79,88,-79v63,1,90,7,92,63v1,34,-15,50,-40,57v29,3,43,20,43,52v-1,63,-26,71,-94,72v-72,1,-95,-14,-93,-83r44,0v1,41,5,47,51,46v41,-1,44,0,47,-38"},"4":{"d":"184,-240r0,153r28,0r0,35r-28,0r0,52r-45,0r0,-52r-130,0r0,-51r105,-137r70,0xm139,-87v-2,-38,4,-84,-2,-118r-90,118r92,0"},"5":{"d":"160,-85v0,-38,-5,-43,-45,-43v-28,0,-44,6,-47,17r-41,0r0,-129r168,0r0,36r-126,0v1,19,-3,41,0,58v9,-12,27,-19,55,-19v65,1,81,19,81,83v0,70,-21,84,-92,84v-67,0,-89,-8,-91,-71r44,0v3,34,8,34,47,34v47,0,47,-2,47,-50"},"6":{"d":"116,-242v63,0,87,11,87,69r-45,0v0,-29,-9,-28,-40,-32v-64,-8,-53,34,-52,82v8,-15,28,-23,59,-23v61,0,80,12,80,69v0,66,-19,79,-88,79v-94,0,-98,-16,-98,-112v0,-114,-8,-132,97,-132xm160,-73v0,-36,-7,-37,-46,-37v-37,0,-50,0,-50,32v0,42,6,44,49,44v40,0,47,-1,47,-39","w":226},"7":{"d":"195,-240r0,44r-97,196r-50,0r102,-202r-133,0r0,-38r178,0"},"8":{"d":"111,-242v67,0,89,4,92,64v1,31,-15,47,-39,55v28,5,42,24,42,57v-1,62,-27,68,-94,68v-67,0,-92,-6,-94,-68v-1,-35,16,-51,42,-58v-30,-9,-39,-16,-39,-54v0,-57,26,-64,90,-64xm158,-176v0,-32,-10,-29,-47,-29v-37,0,-45,-2,-45,31v0,37,8,33,50,33v35,0,42,0,42,-35xm161,-72v0,-34,-10,-33,-50,-33v-41,0,-48,-2,-48,35v0,38,7,35,51,35v39,0,47,1,47,-37","w":226},"9":{"d":"107,2v-64,0,-92,-9,-90,-70r44,0v2,36,9,29,47,34v61,7,50,-34,49,-83v-8,16,-26,23,-55,23v-63,-2,-83,-9,-83,-68v0,-67,18,-80,86,-80v99,0,99,15,99,119v0,109,5,125,-97,125xm159,-166v0,-41,-9,-39,-52,-39v-37,0,-43,1,-43,37v0,38,7,38,46,38v41,0,49,0,49,-36","w":226},"0":{"d":"16,-120v0,-106,-2,-122,97,-122v99,0,97,17,97,122v0,105,3,122,-97,122v-99,0,-97,-16,-97,-122xm165,-121v0,-74,10,-77,-56,-82v-67,-5,-48,52,-48,112v0,49,3,54,52,54v61,0,52,-13,52,-84"},"$":{"d":"127,-242v61,1,84,11,84,70r-42,0v2,-25,-14,-33,-42,-32r0,63v62,3,91,8,91,68v0,60,-29,73,-91,73r0,28r-29,0r0,-28v-63,2,-94,-17,-89,-78r42,0v-1,36,10,42,47,41r0,-68v-64,-1,-87,-11,-87,-70v0,-57,24,-66,87,-67r0,-25r29,0r0,25xm98,-204v-27,-1,-44,8,-44,30v0,24,19,31,44,32r0,-62xm127,-37v43,9,61,-37,38,-61v-6,-4,-19,-6,-38,-6r0,67","w":226},".":{"d":"58,-43r0,43r-40,0r0,-43r40,0","w":76},":":{"d":"58,-43r0,43r-40,0r0,-43r40,0xm58,-168r0,43r-40,0r0,-43r40,0","w":76},",":{"d":"60,-43v2,43,3,93,-44,83r0,-19v15,1,23,-8,19,-21r-15,0r0,-43r40,0","w":80},";":{"d":"56,-43v2,43,3,93,-44,83r0,-19v15,0,20,-7,19,-21r-16,0r0,-43r41,0xm55,-168r0,43r-40,0r0,-43r40,0","w":75},"!":{"d":"68,-43r0,43r-40,0r0,-43r40,0xm70,-240r-3,160r-39,0r-3,-160r45,0","w":98},"?":{"d":"106,-43r0,43r-41,0r0,-43r41,0xm100,-242v56,1,74,12,74,65v0,45,-8,49,-42,65v-19,9,-27,16,-26,35r-41,0v-13,-72,72,-40,72,-99v0,-30,-8,-31,-40,-32v-34,-1,-41,8,-40,40r-39,0v-1,-62,17,-75,82,-74","w":190},"\/":{"d":"196,-240r-185,312r-30,0r185,-312r30,0","w":218},"-":{"d":"0,-112r80,0r0,38r-80,0r0,-38","w":80},"\u00ad":{"d":"0,-112r80,0r0,38r-80,0r0,-38","w":80},"(":{"d":"63,-123v9,70,-25,163,31,158r0,38v-36,0,-58,-8,-65,-23v-14,-14,-15,-255,0,-268v7,-15,29,-22,65,-22r0,37v-44,3,-26,22,-31,80","w":111},")":{"d":"18,-203r0,-37v36,0,58,7,65,22v14,14,15,255,0,268v-7,15,-29,23,-65,23r0,-38v54,-5,31,-93,31,-158v0,-34,8,-83,-31,-80","w":111},"[":{"d":"20,-240r73,0r0,34r-31,0r0,244r31,0r0,34r-73,0r0,-312","w":111},"]":{"d":"91,72r-73,0r0,-34r31,0r0,-244r-31,0r0,-34r73,0r0,312","w":110},"&":{"d":"157,-164v0,-31,-1,-39,-35,-39v-42,0,-40,36,-16,57r73,62v2,-12,3,-19,0,-32r39,0v-1,22,0,41,-5,61r35,29r-22,27r-29,-25v-11,17,-35,26,-74,26v-79,0,-104,-5,-104,-77v0,-36,16,-57,46,-61v-13,-11,-20,-26,-20,-43v1,-50,23,-57,75,-59v61,-1,79,15,77,74r-40,0xm62,-75v1,41,9,43,51,43v35,0,40,1,55,-17r-79,-66v-18,3,-27,16,-27,40","w":249},"*":{"d":"177,-185r-44,16r26,38r-19,14r-27,-40r-29,40r-19,-14r28,-38r-45,-17r8,-23r45,16r0,-47r23,0r0,47r45,-16"},"'":{"d":"49,-144r-28,0r-5,-96r38,0","w":69},"\"":{"d":"49,-144r-28,0r-5,-96r38,0xm112,-144r-27,0r-6,-96r38,0","w":133},"@":{"d":"70,-114v0,-46,3,-62,45,-64v20,-1,30,9,37,18r0,-17r28,0r1,83v0,11,5,16,14,16v12,0,18,-18,18,-56v0,-73,-4,-69,-79,-69v-87,0,-96,-2,-96,83v0,87,2,95,87,95v39,0,61,-5,65,-14r21,10v-8,17,-39,26,-91,26v-90,0,-103,-18,-103,-110v0,-102,14,-112,116,-112v86,0,101,5,101,90v0,51,0,79,-42,79v-23,0,-35,-6,-37,-20v-4,14,-18,21,-40,21v-38,0,-45,-17,-45,-59xm125,-77v30,0,26,-10,27,-46v0,-22,-9,-33,-28,-33v-25,1,-26,9,-26,36v0,34,-2,43,27,43","w":251},"#":{"d":"203,-97r-4,28r-39,0r-11,69r-31,0r11,-69r-48,0r-11,69r-30,0r10,-69r-39,0r5,-28r39,0r7,-46r-39,0r5,-29r39,0r11,-68r30,0r-11,68r48,0r11,-68r31,0r-11,68r39,0r-5,29r-38,0r-8,46r39,0xm141,-143r-48,0r-8,46r48,0"},"+":{"d":"92,-31r0,-70r-68,0r0,-38r68,0r0,-70r41,0r0,70r69,0r0,38r-69,0r0,70r-41,0","w":226},"=":{"d":"24,-173r178,0r0,38r-178,0r0,-38xm24,-103r178,0r0,36r-178,0r0,-36","w":226},"{":{"d":"59,-84v48,11,-11,127,55,125r0,31v-45,4,-71,-6,-71,-53v0,-33,9,-82,-20,-87r0,-32v48,-13,-13,-147,64,-140r27,0r0,31v-64,-8,-6,106,-55,125","w":137},"}":{"d":"23,41v69,10,4,-102,56,-125v-48,-10,11,-128,-55,-125r0,-31v45,-4,70,6,70,53v0,33,-10,82,20,87r0,32v-48,13,13,147,-63,140r-28,0r0,-31","w":137},"%":{"d":"8,-180v0,-51,3,-61,52,-61v49,0,51,7,51,59v0,53,0,63,-49,63v-50,0,-54,-10,-54,-61xm87,-164v0,-31,10,-60,-27,-56v-29,3,-28,2,-28,33v0,45,-8,45,31,47v16,0,24,-8,24,-24xm231,-240r-152,240r-23,0r151,-240r24,0xm175,-60v0,-51,3,-61,52,-61v49,0,51,7,51,59v0,53,0,63,-49,63v-50,0,-54,-10,-54,-61xm254,-44v-2,-31,9,-60,-28,-56v-29,3,-27,2,-27,33v0,45,-9,45,31,47v16,0,24,-8,24,-24","w":287},"\\":{"d":"-19,-240r30,0r185,312r-30,0","w":218},"`":{"d":"57,-240r57,37r-9,17r-63,-27","w":180},"<":{"d":"156,-217r0,40r-113,55r113,55r0,39r-156,-77r0,-34","w":155},">":{"d":"0,-27r0,-40r113,-55r-113,-55r0,-39r156,77r0,34","w":155},"^":{"d":"42,-124r-42,0r60,-117r52,0r60,117r-42,0r-44,-85","w":171},"|":{"d":"0,-240r40,0r0,300r-40,0r0,-300","w":40},"_":{"d":"0,19r180,0r0,36r-180,0r0,-36","w":180},"~":{"d":"53,-266v12,-2,59,20,71,19v10,0,19,-7,27,-20r24,14v-24,53,-60,50,-108,29v-22,-10,-33,-2,-45,20r-22,-15v12,-25,30,-49,53,-47","w":174},"\u00a0":{"w":90}}});

/* 
  ------------------------------------------------
  PVII Equal CSS Columns scripts -Version 2
  Copyright (c) 2005 Project Seven Development
  www.projectseven.com
  Version: 2.1.0
  ------------------------------------------------
*/
function P7_colH2(){ //v2.1.0 by PVII-www.projectseven.com
 var i,oh,h=0,tg,el,np,dA=document.p7eqc,an=document.p7eqa;if(dA&&dA.length){
 for(i=1;i<dA.length;i+=2){dA[i+1].style.paddingBottom='';}for(i=1;i<dA.length;i+=2){
 oh=dA[i].offsetHeight;h=(oh>h)?oh:h;}for(i=1;i<dA.length;i+=2){oh=dA[i].offsetHeight;
 if(oh<h){np=h-oh;if(!an&&dA[0]==1){P7_eqA2(dA[i+1].id,0,np);}else{
 dA[i+1].style.paddingBottom=np+"px";}}}document.p7eqa=1;
 document.p7eqth=document.body.offsetHeight;
 document.p7eqtw=document.body.offsetWidth;}
}
function P7_eqT2(){ //v2.1.0 by PVII-www.projectseven.com
 if(document.p7eqth!=document.body.offsetHeight||document.p7eqtw!=document.body.offsetWidth){P7_colH2();}
}
function P7_equalCols2(){ //v2.1.0 by PVII-www.projectseven.com
 var c,e,el;if(document.getElementById){document.p7eqc=new Array();
 document.p7eqc[0]=arguments[0];for(i=1;i<arguments.length;i+=2){el=null;
 c=document.getElementById(arguments[i]);if(c){e=c.getElementsByTagName(arguments[i+1]);
 if(e){el=e[e.length-1];if(!el.id){el.id="p7eq"+i;}}}if(c&&el){
 document.p7eqc[document.p7eqc.length]=c;document.p7eqc[document.p7eqc.length]=el}}
 setInterval("P7_eqT2()",10);}
}
function P7_eqA2(el,p,pt){ //v2.1.0 by PVII-www.projectseven.com
 var sp=10,inc=20,g=document.getElementById(el);np=(p>=pt)?pt:p;
 g.style.paddingBottom=np+"px";if(np<pt){np+=inc;
 setTimeout("P7_eqA2('"+el+"',"+np+","+pt+")",sp);}
}

/**
* hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+
* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
* 
* @param  f  onMouseOver function || An object with configuration options
* @param  g  onMouseOut function  || Nothing (use configuration options object)
* @author    Brian Cherne <brian@cherne.net>
*/
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);


/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){
	$.fn.superfish = function(op){

		var sf = $.fn.superfish,
			c = sf.c,
			$arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
			over = function(){
				var $$ = $(this), menu = getMenu($$);
				clearTimeout(menu.sfTimer);
				$$.showSuperfishUl().siblings().hideSuperfishUl();
			},
			out = function(){
				var $$ = $(this), menu = getMenu($$), o = sf.op;
				clearTimeout(menu.sfTimer);
				menu.sfTimer=setTimeout(function(){
					o.retainPath=($.inArray($$[0],o.$path)>-1);
					$$.hideSuperfishUl();
					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
				},o.delay);	
			},
			getMenu = function($menu){
				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
				sf.op = sf.o[menu.serial];
				return menu;
			},
			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
			
		return this.each(function() {
			var s = this.serial = sf.o.length;
			var o = $.extend({},sf.defaults,op);
			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
				$(this).addClass([o.hoverClass,c.bcClass].join(' '))
					.filter('li:has(ul)').removeClass(o.pathClass);
			});
			sf.o[s] = sf.op = o;
			
			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
				if (o.autoArrows) addArrow( $('>a:first-child',this) );
			})
			.not('.'+c.bcClass)
				.hideSuperfishUl();
			
			var $a = $('a',this);
			$a.each(function(i){
				var $li = $a.eq(i).parents('li');
				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
			});
			o.onInit.call(this);
			
		}).each(function() {
			var menuClasses = [c.menuClass];
			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
			$(this).addClass(menuClasses.join(' '));
		});
	};

	var sf = $.fn.superfish;
	sf.o = [];
	sf.op = {};
	sf.IE7fix = function(){
		var o = sf.op;
		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
			this.toggleClass(sf.c.shadowClass+'-off');
		};
	sf.c = {
		bcClass     : 'sf-breadcrumb',
		menuClass   : 'sf-js-enabled',
		anchorClass : 'sf-with-ul',
		arrowClass  : 'sf-sub-indicator',
		shadowClass : 'sf-shadow'
	};
	sf.defaults = {
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 800,
		animation	: {opacity:'show'},
		speed		: 'normal',
		autoArrows	: true,
		dropShadows : true,
		disableHI	: false,		// true disables hoverIntent detection
		onInit		: function(){}, // callback functions
		onBeforeShow: function(){},
		onShow		: function(){},
		onHide		: function(){}
	};
	$.fn.extend({
		hideSuperfishUl : function(){
			var o = sf.op,
				not = (o.retainPath===true) ? o.$path : '';
			o.retainPath = false;
			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
					.find('>ul').hide().css('visibility','hidden');
			o.onHide.call($ul);
			return this;
		},
		showSuperfishUl : function(){
			var o = sf.op,
				sh = sf.c.shadowClass+'-off',
				$ul = this.addClass(o.hoverClass)
					.find('>ul:hidden').css('visibility','visible');
			sf.IE7fix.call($ul);
			o.onBeforeShow.call($ul);
			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
			return this;
		}
	});

})(jQuery);


/*
 * Supersubs v0.2b - jQuery plugin
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 *
 * This plugin automatically adjusts submenu widths of suckerfish-style menus to that of
 * their longest list item children. If you use this, please expect bugs and report them
 * to the jQuery Google Group with the word 'Superfish' in the subject line.
 *
 */

;(function($){ // $ will refer to jQuery within this closure

	$.fn.supersubs = function(options){
		var opts = $.extend({}, $.fn.supersubs.defaults, options);
		// return original object to support chaining
		return this.each(function() {
			// cache selections
			var $$ = $(this);
			// support metadata
			var o = $.meta ? $.extend({}, opts, $$.data()) : opts;
			// get the font size of menu.
			// .css('fontSize') returns various results cross-browser, so measure an em dash instead
			var fontsize = $('<li id="menu-fontsize">&#8212;</li>').css({
				'padding' : 0,
				'position' : 'absolute',
				'top' : '-999em',
				'width' : 'auto'
			}).appendTo($$).width(); //clientWidth is faster, but was incorrect here
			// remove em dash
			$('#menu-fontsize').remove();
			// cache all ul elements
			$ULs = $$.find('ul');
			// loop through each ul in menu
			$ULs.each(function(i) {	
				// cache this ul
				var $ul = $ULs.eq(i);
				// get all (li) children of this ul
				var $LIs = $ul.children();
				// get all anchor grand-children
				var $As = $LIs.children('a');
				// force content to one line and save current float property
				var liFloat = $LIs.css('white-space','nowrap').css('float');
				// remove width restrictions and floats so elements remain vertically stacked
				var emWidth = $ul.add($LIs).add($As).css({
					'float' : 'none',
					'width'	: 'auto'
				})
				// this ul will now be shrink-wrapped to longest li due to position:absolute
				// so save its width as ems. Clientwidth is 2 times faster than .width() - thanks Dan Switzer
				.end().end()[0].clientWidth / fontsize;
				// add more width to ensure lines don't turn over at certain sizes in various browsers
				emWidth += o.extraWidth;
				// restrict to at least minWidth and at most maxWidth
				if (emWidth > o.maxWidth)		{ emWidth = o.maxWidth; }
				else if (emWidth < o.minWidth)	{ emWidth = o.minWidth; }
				emWidth += 'em';
				// set ul to width in ems
				$ul.css('width',emWidth);
				// restore li floats to avoid IE bugs
				// set li width to full width of this ul
				// revert white-space to normal
				$LIs.css({
					'float' : liFloat,
					'width' : '100%',
					'white-space' : 'normal'
				})
				// update offset position of descendant ul to reflect new width of parent
				.each(function(){
					var $childUl = $('>ul',this);
					var offsetDirection = $childUl.css('left')!==undefined ? 'left' : 'right';
					$childUl.css(offsetDirection,emWidth);
				});
			});
			
		});
	};
	// expose defaults
	$.fn.supersubs.defaults = {
		minWidth		: 9,		// requires em unit.
		maxWidth		: 25,		// requires em unit.
		extraWidth		: 0			// extra width can ensure lines don't sometimes turn over due to slight browser differences in how they round-off values
	};
	
})(jQuery); // plugin code ends

//popup for download

function popupform(myform, windowname)
{
if (! window.focus)return true;
window.open('', windowname, 'height=625,width=730,scrollbars=yes');
myform.target=windowname;
return true;
}

window.onload=function(){
P7_equalCols2(0,'left','p','right','p');
 }

cbb.addEvent(window, 'load', cbb.init);

Cufon.replace('h1');

   $(document).ready(function() { 
         $("ul.sf-menu").supersubs({ 
            minWidth:    6, 
            maxWidth:    16,
            extraWidth:  1
        }).superfish({ 
            delay:       1000, 
            dropShadows: true,
            autoArrows: false
        }); 
    }); 
