﻿/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(r=="9px"){r="2px"}if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if (ai.width=='9px') {ai.width='2px'}if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());

Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica Bold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-17 -291 339 70.873","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"77,-257v3,67,-7,123,-14,180r-26,0v-7,-58,-17,-112,-14,-180r54,0xm22,0r0,-55r56,0r0,55r-56,0","w":100},"\"":{"d":"98,-141r0,-116r38,0r0,116r-38,0xm31,-141r0,-116r38,0r0,116r-38,0","w":166},"#":{"d":"32,0r10,-71r-30,0r0,-33r34,0r7,-44r-30,0r0,-33r34,0r10,-71r35,0r-10,71r35,0r9,-71r35,0r-9,71r26,0r0,33r-31,0r-6,44r26,0r0,33r-31,0r-10,71r-34,0r9,-71r-34,0r-10,71r-35,0xm122,-148r-35,0r-6,44r35,0"},"$":{"d":"89,-221v-25,-2,-42,31,-25,48v5,4,13,8,25,11r0,-59xm111,-36v28,0,51,-34,30,-56v-6,-5,-15,-9,-30,-13r0,69xm201,-69v-2,43,-44,74,-90,75r0,31r-22,0r0,-31v-54,-4,-84,-34,-89,-90r51,0v0,27,15,44,38,48r0,-75v-44,-11,-83,-25,-83,-75v0,-46,37,-75,83,-77r0,-28r22,0r0,28v46,5,79,30,81,77r-52,0v1,-17,-13,-35,-29,-35r0,64v49,11,93,29,90,88"},"%":{"d":"147,-184v0,41,-22,67,-61,67v-40,0,-59,-23,-59,-69v0,-41,22,-71,61,-71v39,0,59,25,59,73xm64,-185v0,24,3,41,23,41v16,0,24,-14,24,-41v0,-30,-8,-45,-23,-45v-16,0,-24,15,-24,45xm91,8r149,-268r31,0r-148,268r-32,0xm333,-64v0,41,-22,69,-61,69v-40,0,-59,-24,-59,-71v0,-41,22,-69,61,-69v39,0,59,24,59,71xm249,-66v0,29,9,44,24,44v16,0,23,-14,23,-43v0,-29,-7,-43,-22,-43v-16,0,-25,13,-25,42","w":360},"&":{"d":"111,-165v16,-10,26,-16,27,-36v0,-12,-12,-27,-24,-25v-32,4,-25,43,-3,61xm60,-71v0,40,58,45,80,11r-44,-53v-24,11,-36,24,-36,42xm112,-260v39,0,71,22,70,62v0,27,-16,48,-46,64r34,40v5,-9,7,-18,9,-30r44,0v-3,25,-11,46,-25,63r53,61r-63,0r-21,-26v-47,54,-155,35,-155,-46v0,-32,19,-57,57,-75v-46,-46,-20,-113,43,-113","w":246},"'":{"d":"31,-141r0,-116r38,0r0,116r-38,0","w":100},"(":{"d":"66,66v-67,-97,-57,-242,0,-329r43,0v-52,98,-52,231,0,329r-43,0","w":106},")":{"d":"40,-263v67,97,58,242,0,329r-43,0v53,-97,53,-231,1,-329r42,0","w":106},"*":{"d":"87,-257r0,45r42,-16r10,28r-43,14r27,35r-24,18r-27,-37r-25,37r-24,-18r27,-35r-42,-14r10,-28r40,16r0,-45r29,0","w":146},"+":{"d":"127,-182r0,72r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0r0,-72r38,0","w":216},",":{"d":"22,0r0,-55r56,0v-1,38,6,75,-16,95v-12,10,-24,18,-40,20r0,-26v14,-1,27,-18,26,-34r-26,0","w":100},"-":{"d":"19,-76r0,-44r108,0r0,44r-108,0","w":146},"\u2010":{"d":"19,-76r0,-44r108,0r0,44r-108,0","w":146},".":{"d":"22,0r0,-55r56,0r0,55r-56,0","w":100},"\/":{"d":"-4,6r100,-269r42,0r-101,269r-41,0","w":133},"0":{"d":"100,-257v69,0,92,54,93,130v0,88,-31,132,-93,132v-61,0,-92,-44,-92,-132v0,-77,23,-130,92,-130xm100,-37v36,0,41,-44,41,-90v0,-59,-13,-88,-41,-88v-27,0,-41,29,-41,88v0,47,5,90,41,90"},"1":{"d":"141,-252r0,252r-51,0r0,-163r-63,0r0,-39v44,1,68,-16,73,-50r41,0"},"2":{"d":"102,-213v-27,0,-40,27,-40,58r-49,0v-2,-59,33,-102,92,-102v48,0,86,33,86,79v0,71,-89,90,-118,134r120,0r0,44r-185,0v-4,-73,71,-104,114,-138v30,-23,20,-75,-20,-75"},"3":{"d":"140,-77v-1,-33,-19,-38,-58,-37r0,-36v29,3,54,-6,54,-31v0,-20,-16,-34,-36,-34v-24,0,-40,19,-39,45r-48,0v1,-50,35,-87,87,-87v43,0,84,29,84,70v0,27,-16,45,-35,52v26,5,44,27,45,57v4,77,-112,108,-163,59v-17,-16,-25,-39,-25,-68r49,0v-7,58,86,68,85,10"},"4":{"d":"112,0r0,-58r-106,0r0,-47r109,-147r46,0r0,152r33,0r0,42r-33,0r0,58r-49,0xm112,-100r-1,-88r-65,88r66,0"},"5":{"d":"143,-86v2,-46,-60,-64,-83,-27r-46,0r25,-139r141,0r0,42r-104,0v-2,19,-9,41,-9,58v48,-46,127,-4,127,66v0,77,-100,118,-159,71v-19,-15,-29,-35,-29,-60r52,0v1,21,19,37,41,38v26,1,43,-25,44,-49"},"6":{"d":"8,-125v0,-70,34,-133,99,-132v45,1,77,28,81,70r-48,0v-4,-16,-15,-32,-34,-32v-32,0,-48,40,-48,78v39,-57,135,-19,135,54v0,50,-37,92,-89,92v-69,0,-96,-55,-96,-130xm141,-83v0,-26,-14,-48,-38,-48v-26,0,-41,22,-41,47v0,24,18,47,41,47v24,0,38,-23,38,-46"},"7":{"d":"186,-208v-44,36,-82,128,-82,208r-55,0v6,-76,34,-143,85,-204r-120,0r0,-48r172,0r0,44"},"8":{"d":"101,-116v-26,0,-45,15,-45,40v0,25,21,43,45,43v24,1,43,-19,43,-43v0,-23,-19,-40,-43,-40xm5,-74v1,-33,20,-55,48,-62v-25,-7,-38,-24,-38,-52v-1,-41,41,-69,85,-69v75,0,120,94,48,121v28,6,46,29,47,62v1,49,-45,79,-94,79v-52,0,-97,-29,-96,-79xm100,-219v-21,1,-38,13,-38,35v0,21,17,34,38,34v21,0,38,-13,38,-34v0,-22,-16,-35,-38,-35"},"9":{"d":"193,-127v0,69,-35,133,-99,132v-45,-1,-78,-27,-82,-70r48,0v5,38,58,43,72,4v5,-13,12,-33,10,-50v-39,57,-134,20,-134,-54v0,-51,36,-92,88,-92v69,0,97,56,97,130xm59,-169v0,26,14,48,38,48v26,0,41,-21,41,-47v0,-24,-18,-47,-41,-47v-23,0,-38,23,-38,46"},":":{"d":"22,0r0,-55r56,0r0,55r-56,0xm78,-183r0,56r-56,0r0,-56r56,0","w":100},";":{"d":"22,0r0,-55r56,0v-1,38,6,75,-16,95v-12,10,-24,18,-40,20r0,-26v14,-1,27,-18,26,-34r-26,0xm78,-183r0,56r-56,0r0,-56r56,0","w":100},"<":{"d":"199,-185r0,41r-132,53r132,52r0,42r-182,-73r0,-42","w":216},"=":{"d":"199,-149r0,39r-182,0r0,-39r182,0xm199,-72r0,39r-182,0r0,-39r182,0","w":216},">":{"d":"17,3r0,-42r132,-52r-132,-53r0,-41r182,73r0,42","w":216},"?":{"d":"102,-221v-26,-1,-38,21,-38,47r-52,0v-1,-51,36,-89,87,-89v50,0,86,26,90,69v5,65,-70,57,-66,117r-48,0v-12,-65,57,-66,57,-112v0,-22,-10,-32,-30,-32xm69,0r0,-55r57,0r0,55r-57,0"},"@":{"d":"149,-168v-39,-4,-67,81,-16,85v39,4,67,-80,16,-85xm68,-110v0,-46,34,-93,79,-92v21,0,35,8,42,25r5,-19r30,0r-25,108v0,6,1,8,5,8v25,0,43,-36,43,-66v0,-55,-42,-88,-98,-88v-59,0,-101,46,-101,106v0,96,122,138,183,76r30,0v-22,33,-58,57,-109,58v-75,1,-139,-60,-139,-135v0,-74,64,-134,137,-134v66,0,125,47,125,110v0,51,-41,102,-85,104v-14,1,-24,-10,-27,-20v-27,44,-95,8,-95,-41","w":288},"A":{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0","w":246},"B":{"d":"81,-114r0,70v43,-1,103,11,103,-34v0,-47,-59,-35,-103,-36xm240,-75v1,48,-41,76,-91,75r-124,0r0,-257v82,3,203,-20,203,64v0,24,-12,42,-35,53v31,9,47,31,47,65xm81,-213r0,60v38,-2,92,11,92,-31v0,-38,-55,-28,-92,-29","w":253},"C":{"d":"14,-127v0,-109,115,-175,200,-112v22,16,34,39,37,68r-55,0v-3,-24,-29,-46,-56,-45v-47,0,-70,39,-70,89v0,49,24,86,70,86v34,-1,55,-24,58,-58r55,0v-4,61,-49,105,-113,105v-76,0,-126,-57,-126,-133","w":266},"D":{"d":"252,-130v0,78,-41,131,-116,130r-111,0r0,-257r111,0v73,0,116,50,116,127xm196,-125v0,-72,-41,-91,-115,-85r0,162r51,0v43,0,64,-32,64,-77","w":266},"E":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0","w":233},"F":{"d":"25,0r0,-257r181,0r0,47r-125,0r0,60r108,0r0,44r-108,0r0,106r-56,0","w":213},"G":{"d":"70,-127v0,49,24,86,70,86v37,0,58,-19,61,-56r-57,0r0,-42r108,0r0,139r-36,0r-5,-29v-67,83,-209,8,-197,-98v-9,-107,113,-175,198,-113v22,16,33,40,36,68r-54,0v-5,-27,-25,-44,-54,-44v-47,0,-70,39,-70,89","w":273},"H":{"d":"25,0r0,-257r56,0r0,99r104,0r0,-99r57,0r0,257r-57,0r0,-111r-104,0r0,111r-56,0","w":266},"I":{"d":"25,0r0,-257r56,0r0,257r-56,0","w":106},"J":{"d":"89,-41v24,-1,30,-15,30,-43r0,-173r56,0r0,176v0,58,-28,87,-85,87v-58,-1,-93,-37,-85,-102r51,0v-2,32,7,57,33,55"},"K":{"d":"25,0r0,-257r56,0r0,107r101,-107r70,0r-100,101r110,156r-71,0r-77,-116r-33,33r0,83r-56,0","w":259},"L":{"d":"25,0r0,-257r56,0r0,209r126,0r0,48r-182,0","w":213},"M":{"d":"25,0r0,-257r79,0r61,177r57,-177r80,0r0,257r-53,0r-1,-182r-63,182r-44,0r-63,-180r0,180r-53,0","w":326},"N":{"d":"25,0r0,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0","w":266},"O":{"d":"140,6v-76,0,-126,-57,-126,-133v0,-78,49,-136,126,-136v77,0,126,58,126,136v0,76,-50,133,-126,133xm140,-216v-47,0,-70,39,-70,89v0,49,24,86,70,86v46,0,70,-37,70,-86v0,-50,-23,-89,-70,-89","w":280},"P":{"d":"230,-175v1,74,-67,91,-149,83r0,92r-56,0r0,-257r116,0v53,-1,88,32,89,82xm175,-175v0,-45,-50,-38,-94,-38r0,77v44,0,94,7,94,-39","w":240},"Q":{"d":"140,-263v116,0,164,151,93,230r32,29r-26,28r-37,-33v-89,46,-188,-18,-188,-118v0,-78,49,-136,126,-136xm70,-127v0,57,38,99,93,82r-24,-22r26,-28r29,27v33,-49,15,-151,-54,-148v-47,2,-70,39,-70,89","w":280},"R":{"d":"190,0v-14,-35,4,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v78,-9,105,111,35,135v43,7,33,85,48,122r-56,0xm81,-213r0,72v43,-2,101,12,101,-36v0,-47,-58,-34,-101,-36","w":259},"S":{"d":"225,-76v0,84,-125,104,-183,60v-22,-17,-33,-39,-33,-69r54,0v0,31,24,47,57,47v26,0,51,-9,50,-32v10,-33,-117,-50,-113,-55v-26,-13,-40,-33,-40,-60v0,-76,113,-98,168,-59v21,15,31,36,31,64r-54,0v-1,-26,-19,-39,-51,-39v-32,0,-54,34,-25,49v8,4,91,24,108,36v20,14,31,33,31,58","w":233},"T":{"d":"82,0r0,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0","w":219},"U":{"d":"133,-41v39,0,53,-15,53,-56r0,-160r57,0r0,160v0,69,-41,103,-110,103v-73,0,-109,-34,-109,-103r0,-160r56,0r0,160v1,37,15,56,53,56","w":266},"V":{"d":"230,-257r-86,257r-63,0r-84,-257r58,0r58,181r58,-181r59,0","w":226},"W":{"d":"339,-257r-69,257r-57,0r-44,-175r-43,175r-57,0r-68,-257r57,0r41,175r45,-175r53,0r44,177r42,-177r56,0","w":339},"X":{"d":"-2,0r90,-135r-83,-122r66,0r50,82r52,-82r62,0r-82,123r89,134r-67,0r-56,-89r-57,89r-64,0","w":240},"Y":{"d":"91,0r0,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0","w":240},"Z":{"d":"8,0r0,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0","w":233},"[":{"d":"24,66r0,-329r96,0r0,40r-44,0r0,248r44,0r0,41r-96,0","w":119},"\\":{"d":"37,-263r101,269r-42,0r-100,-269r41,0","w":133},"]":{"d":"95,-263r0,329r-95,0r0,-41r44,0r0,-248r-44,0r0,-40r95,0","w":119},"^":{"d":"22,-113r62,-139r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"`":{"d":"38,-209r-55,-51r56,0r35,51r-36,0","w":93},"a":{"d":"135,-91v-19,13,-72,4,-72,38v0,16,10,24,31,24v35,1,44,-25,41,-62xm135,-132v0,-19,-11,-26,-33,-25v-21,0,-32,9,-34,28r-51,0v2,-43,39,-63,88,-62v54,0,81,18,81,53v0,43,-6,109,7,138r-52,0v-2,-7,-3,-13,-3,-18v-32,37,-126,31,-126,-33v0,-55,57,-54,105,-62v12,-2,18,-10,18,-19","w":206},"b":{"d":"207,-93v0,54,-27,98,-77,98v-31,1,-49,-12,-62,-29r0,24r-49,0r0,-257r52,0r0,94v12,-18,32,-28,59,-28v50,0,77,44,77,98xm112,-33v29,0,44,-28,44,-60v0,-32,-15,-60,-44,-60v-29,0,-43,28,-43,60v0,32,14,60,43,60","w":219},"c":{"d":"14,-90v0,-84,89,-128,154,-84v18,13,27,30,28,53r-50,0v-3,-21,-16,-32,-38,-32v-29,0,-44,29,-43,61v0,31,13,59,42,59v24,0,37,-13,41,-38r49,0v-5,47,-38,76,-89,76v-55,1,-94,-40,-94,-95","w":206},"d":{"d":"12,-95v0,-82,91,-129,138,-68r0,-94r51,0r0,257r-49,0r0,-24v-11,19,-31,29,-57,29v-52,0,-83,-44,-83,-100xm63,-93v0,32,16,60,45,60v29,0,44,-21,44,-61v0,-33,-14,-59,-44,-59v-31,1,-45,26,-45,60","w":219},"e":{"d":"10,-93v0,-87,116,-134,166,-64v15,21,22,46,20,76r-134,0v-6,55,71,61,86,23r45,0v-14,42,-44,63,-88,63v-58,1,-95,-41,-95,-98xm62,-113r83,0v-4,-55,-83,-50,-83,0","w":206},"f":{"d":"31,-186v-6,-57,30,-77,89,-70r0,39v-24,-7,-43,1,-38,31r35,0r0,34r-35,0r0,152r-51,0r0,-152r-31,0r0,-34r31,0","w":119},"g":{"d":"14,-99v0,-80,95,-125,136,-62r0,-25r48,0r0,174v11,75,-90,102,-150,69v-18,-11,-27,-26,-28,-46r51,0v12,40,86,32,79,-21v-1,-7,2,-18,-1,-24v-11,19,-30,29,-56,29v-52,0,-79,-39,-79,-94xm65,-100v0,30,13,56,41,56v27,1,44,-23,44,-51v0,-38,-15,-58,-44,-58v-27,0,-41,24,-41,53","w":219},"h":{"d":"110,-151v-62,0,-32,95,-39,151r-52,0r0,-257r52,0r1,97v9,-17,29,-31,54,-31v92,0,63,109,68,191r-51,0v-5,-53,20,-151,-33,-151","w":213},"i":{"d":"21,0r0,-186r51,0r0,186r-51,0xm72,-257r0,42r-51,0r0,-42r51,0","w":92},"j":{"d":"75,9v3,51,-33,61,-82,55r0,-42v14,3,31,0,31,-15r0,-193r51,0r0,195xm75,-257r0,42r-51,0r0,-42r51,0","w":100},"k":{"d":"24,0r0,-257r51,0r0,138r65,-67r60,0r-70,68r78,118r-62,0r-51,-83r-20,19r0,64r-51,0","w":206},"l":{"d":"21,0r0,-257r51,0r0,257r-51,0","w":92},"m":{"d":"107,-151v-56,0,-29,96,-35,151r-51,0r0,-186r48,0v1,8,-2,19,1,25v22,-39,94,-41,111,1v29,-53,124,-37,124,35r0,125r-51,0r0,-105v0,-30,-5,-46,-31,-46v-54,0,-28,99,-34,151r-51,0r0,-104v0,-33,-3,-47,-31,-47","w":326},"n":{"d":"110,-151v-62,0,-32,95,-39,151r-52,0r0,-186r49,0v1,8,-2,20,1,26v13,-21,32,-31,57,-31v92,0,63,109,68,191r-51,0v-5,-53,20,-151,-33,-151","w":213},"o":{"d":"110,5v-57,0,-96,-40,-96,-98v0,-58,39,-98,96,-98v57,0,96,40,96,98v0,58,-39,98,-96,98xm65,-93v0,34,14,59,45,60v30,0,45,-20,45,-60v0,-40,-15,-60,-45,-60v-30,0,-45,20,-45,60","w":219},"p":{"d":"209,-91v0,80,-92,131,-138,68r0,89r-52,0r0,-252r49,0v1,7,-2,18,1,24v12,-19,30,-29,55,-29v55,0,85,43,85,100xm69,-93v-1,34,15,59,44,60v30,0,45,-21,45,-60v1,-33,-15,-60,-45,-60v-32,0,-44,26,-44,60","w":219},"q":{"d":"12,-92v0,-56,30,-100,83,-99v27,0,46,10,57,29r0,-24r49,0r0,252r-51,0r-1,-89v-11,19,-31,28,-59,28v-49,0,-78,-42,-78,-97xm108,-153v-30,0,-45,27,-45,60v0,35,12,59,44,60v30,0,45,-25,45,-59v0,-33,-15,-61,-44,-61","w":219},"r":{"d":"68,-152v12,-21,38,-45,71,-37r0,47v-42,-9,-68,11,-68,58r0,84r-52,0r0,-186r49,0r0,34","w":140},"s":{"d":"183,-60v5,66,-96,80,-144,51v-18,-11,-28,-28,-29,-51r49,0v0,21,17,31,39,31v29,0,48,-29,19,-41v-29,-12,-102,-13,-102,-61v0,-40,27,-60,81,-60v51,0,79,19,82,59r-49,0v-1,-17,-13,-25,-35,-25v-35,0,-36,28,-10,36v26,7,108,15,99,61","w":193},"t":{"d":"84,-60v-3,25,19,24,38,20r0,40v-40,7,-89,-1,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0r0,56r38,0r0,34r-38,0r0,92","w":126},"u":{"d":"103,-35v62,2,33,-94,40,-151r51,0r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-32,31,-57,31v-92,0,-63,-109,-68,-191r52,0v6,52,-20,150,32,151","w":213},"v":{"d":"185,-186r-63,186r-56,0r-64,-186r53,0r40,127r40,-127r50,0","w":187},"w":{"d":"291,-186r-59,186r-52,0r-34,-125r-32,125r-53,0r-59,-186r54,0r35,126r31,-126r50,0r32,126r34,-126r53,0","w":293},"x":{"d":"0,0r67,-98r-61,-88r58,0r33,48r32,-48r57,0r-61,87r68,99r-58,0r-39,-59r-39,59r-57,0","w":193},"y":{"d":"189,-186r-78,209v-11,39,-45,47,-95,41r0,-42v42,6,58,-4,47,-34r-65,-174r55,0r42,127r41,-127r53,0","w":186},"z":{"d":"8,0r0,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0","w":186},"{":{"d":"30,-215v0,-42,41,-53,90,-48r0,40v-24,-1,-40,-2,-39,26v1,46,6,94,-36,99v42,2,37,52,36,97v-1,27,15,27,39,26r0,41v-49,5,-90,-5,-90,-49v0,-43,11,-101,-33,-100r0,-31v43,0,33,-58,33,-101","w":119},"|":{"d":"21,6r0,-269r38,0r0,269r-38,0","w":80},"}":{"d":"90,17v0,43,-41,55,-90,49r0,-41v24,1,40,1,39,-26v-2,-46,-4,-94,36,-98v-44,-2,-36,-53,-36,-98v1,-27,-15,-27,-39,-26r0,-40v49,-5,90,5,90,48v0,43,-10,101,33,101r0,31v-44,-1,-33,57,-33,100","w":119},"~":{"d":"69,-122v13,-3,69,26,77,24v10,0,20,-9,31,-26r15,34v-13,18,-22,31,-45,31v-35,0,-88,-55,-108,1r-15,-33v11,-21,26,-31,45,-31","w":216},"\u00a0":{"w":100}}});


Cufon.registerFont({"w":159,"face":{"font-family":"Xima Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 3 0 0 2 0 4","ascent":"284","descent":"-76","x-height":"4","bbox":"-25 -276 275 72","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+00A9"},"glyphs":{" ":{"w":75},"!":{"d":"27,-77r-8,-163r53,0r-8,163r-37,0xm45,4v-14,1,-28,-14,-27,-28v-1,-15,13,-28,27,-28v14,0,30,13,28,28v2,14,-14,30,-28,28","w":90},"\"":{"d":"40,-244v12,0,25,11,24,24v0,4,-5,32,-15,83r-19,0v-9,-51,-14,-79,-14,-83v-1,-13,12,-24,24,-24xm103,-244v12,-1,25,11,24,24v0,4,-5,32,-14,83r-19,0v-9,-51,-14,-79,-14,-83v-1,-13,11,-24,23,-24","w":143,"k":{"A":26,"J":34,"C":2,"G":2,"O":2,"Q":2,"s":12,",":28,".":28}},"#":{"d":"77,0r17,-62r-28,0r-17,62r-33,0r18,-62r-28,0r8,-27r28,0r17,-61r-28,0r7,-28r29,0r17,-62r33,0r-18,62r28,0r18,-62r32,0r-18,62r29,0r-8,28r-28,0r-18,61r30,0r-8,27r-30,0r-17,62r-32,0xm120,-150r-29,0r-17,61r28,0","w":193},"$":{"d":"172,-69v1,40,-26,66,-63,72r0,33r-32,0r0,-32v-29,-2,-52,-13,-69,-31r23,-37v12,13,27,22,46,25r0,-63v-37,-15,-61,-29,-62,-72v-1,-38,28,-64,62,-69r0,-33r32,0r0,33v23,2,42,11,58,26r-22,36v-11,-10,-23,-15,-36,-18r0,56v37,15,62,31,63,74xm104,-90r0,50v25,-9,25,-38,0,-50xm82,-154r0,-46v-24,7,-24,36,0,46","w":181},"%":{"d":"62,-124v-32,0,-54,-27,-54,-60v0,-33,23,-60,54,-60v32,0,54,26,54,60v0,34,-21,60,-54,60xm46,0r128,-240r22,0r-127,240r-23,0xm180,4v-32,0,-54,-27,-54,-59v0,-33,22,-60,54,-60v32,0,54,27,54,60v0,33,-22,59,-54,59xm62,-151v15,0,24,-15,24,-33v0,-18,-9,-33,-24,-33v-16,0,-24,16,-24,33v0,17,9,33,24,33xm180,-22v15,0,24,-16,24,-33v0,-18,-9,-34,-24,-34v-16,0,-24,15,-24,34v0,18,8,33,24,33","w":241},"&":{"d":"153,-193v-2,36,-22,49,-51,67r33,48v7,-14,13,-28,17,-44r34,15v-8,24,-18,44,-28,60r39,47r-50,0r-15,-17v-43,40,-123,21,-123,-47v0,-28,15,-51,45,-70v-31,-49,-12,-109,44,-110v29,0,55,22,55,51xm70,-104v-26,20,-21,73,14,74v9,0,19,-4,28,-13xm87,-154v18,-11,28,-24,28,-37v0,-14,-5,-21,-16,-21v-24,1,-22,36,-12,58","w":198,"k":{"T":17,"Y":23,"V":13,"W":9}},"(":{"d":"64,72v-64,-91,-64,-228,0,-319r29,18v-40,88,-40,196,0,283","w":100,"k":{"j":-30}},")":{"d":"36,72v64,-91,64,-228,0,-319r-29,18v40,88,40,196,0,283","w":100},"*":{"d":"50,-133r1,-40r-33,22r-11,-19r35,-18r-35,-19r11,-18r33,21r-1,-40r22,0r-3,40r34,-21r11,18r-36,19r36,18r-11,19r-34,-22r3,40r-22,0","w":121,"k":{"J":36,"A":24}},"+":{"d":"95,-108r0,63r-30,0r0,-63r-55,0r0,-27r55,0r0,-60r30,0r0,60r54,0r0,27r-54,0"},",":{"d":"45,-52v49,8,32,81,-6,101r-18,-16v15,-8,24,-20,27,-34v-17,5,-30,-7,-30,-23v0,-14,12,-30,27,-28","w":91,"k":{"Y":31,"T":28,"V":26,"W":20,"j":-7,"c":1,"d":1,"e":1,"g":1,"o":1,"q":1,"U":9,"f":6,"t":6,"v":19,"w":13,"y":18,"1":36,"0":8,"6":8,"7":19,"\"":28,"'":28}},"-":{"d":"11,-69r0,-36r76,0r0,36r-76,0","w":97,"k":{"Y":35,"V":15,"W":10,"X":12}},".":{"d":"45,4v-14,0,-28,-14,-27,-28v-1,-13,13,-29,27,-28v14,-2,28,14,28,28v0,14,-13,28,-28,28","w":90,"k":{"Y":31,"T":28,"V":26,"W":20,"j":-7,"c":1,"d":1,"e":1,"g":1,"o":1,"q":1,"U":9,"f":6,"t":6,"v":19,"w":13,"y":18,"1":36,"0":8,"6":8,"7":19,"\"":28,"'":28}},"\/":{"d":"0,7r69,-254r31,0r-69,254r-31,0","w":100},"0":{"d":"97,4v-58,0,-85,-61,-85,-124v0,-64,27,-124,85,-124v58,0,86,61,86,124v0,63,-28,124,-86,124xm134,-120v0,-54,-13,-81,-37,-81v-24,0,-36,27,-36,81v0,54,12,81,36,81v24,0,37,-27,37,-81","w":194,"k":{",":8,".":8}},"1":{"d":"67,0r0,-178r-36,38r-28,-30r70,-70r42,0r0,240r-48,0","w":136},"2":{"d":"172,-171v-4,62,-39,78,-85,129r86,0r0,42r-157,0r0,-39v46,-44,73,-74,86,-87v28,-28,30,-75,-12,-75v-21,0,-38,9,-51,27r-29,-30v37,-62,168,-51,162,33","w":188},"3":{"d":"173,-66v3,82,-133,91,-166,31r29,-30v17,32,86,39,89,-6v2,-28,-35,-33,-61,-29r0,-44v22,3,65,0,58,-27v0,-43,-67,-36,-84,-6r-28,-28v31,-57,159,-54,159,26v0,27,-21,51,-45,55v26,3,48,29,49,58","w":185},"4":{"d":"105,0r0,-51r-97,0r0,-41r84,-148r62,0r0,146r24,0r0,43r-24,0r0,51r-49,0xm105,-191r-54,97r54,0r0,-97","w":185},"5":{"d":"179,-78v7,88,-123,108,-165,45r29,-31v21,34,85,36,87,-12v2,-47,-55,-47,-75,-18r-34,-10r0,-136r144,0r0,42r-96,0r0,62v39,-46,119,-6,110,58","w":190},"6":{"d":"101,4v-62,0,-89,-55,-89,-124v0,-68,33,-124,96,-124v26,0,47,9,62,26r-23,36v-36,-45,-95,-2,-87,57v33,-60,120,-24,120,48v0,46,-34,81,-79,81xm61,-90v-5,63,69,66,70,14v2,-43,-55,-51,-70,-14","w":190},"7":{"d":"35,0r73,-198r-100,0r0,-42r154,0r0,33r-75,207r-52,0","w":169,"k":{",":30,".":30}},"8":{"d":"95,4v-47,0,-84,-22,-83,-66v1,-29,22,-54,46,-62v-29,-10,-43,-29,-43,-57v-1,-41,37,-63,80,-63v43,0,80,24,80,63v0,28,-15,47,-44,57v23,8,47,33,47,62v0,43,-37,66,-83,66xm95,-141v41,-4,42,-61,0,-60v-44,2,-41,55,0,60xm95,-39v33,0,46,-37,21,-55v-21,-23,-55,1,-56,26v-1,18,15,29,35,29","w":189},"9":{"d":"178,-120v0,69,-33,124,-96,124v-26,0,-47,-9,-62,-26r24,-36v35,45,96,0,85,-57v-31,60,-119,24,-119,-47v0,-47,33,-82,79,-82v62,0,89,55,89,124xm59,-164v-3,43,55,51,70,14v5,-64,-68,-65,-70,-14","w":190,"k":{",":8,".":8}},":":{"d":"45,-121v-14,0,-27,-13,-27,-28v0,-15,14,-27,27,-27v15,0,28,13,28,27v0,14,-13,28,-28,28xm45,4v-14,0,-28,-14,-27,-28v-1,-13,13,-29,27,-28v14,-2,28,14,28,28v0,14,-13,28,-28,28","w":88,"k":{"T":17,"Y":20}},";":{"d":"45,-121v-14,0,-27,-13,-27,-28v0,-15,14,-27,27,-27v15,0,28,13,28,27v0,14,-13,28,-28,28xm45,-53v49,7,32,81,-6,101r-18,-16v15,-9,24,-20,27,-34v-17,5,-30,-8,-30,-24v0,-13,13,-29,27,-27","w":90,"k":{"T":17,"Y":20}},"<":{"d":"10,-105r0,-31r139,-61r0,32r-107,45r107,44r0,32"},"=":{"d":"10,-141r0,-27r139,0r0,27r-139,0xm10,-73r0,-27r139,0r0,27r-139,0"},">":{"d":"10,-44r0,-32r108,-44r-108,-45r0,-32r139,61r0,31"},"?":{"d":"135,-189v8,36,-73,69,-45,104r-36,12v-37,-38,26,-81,32,-107v-2,-29,-44,-27,-56,-5r-24,-30v32,-44,130,-38,129,26xm71,4v-14,0,-29,-14,-29,-28v0,-14,15,-30,29,-28v14,-1,28,14,27,28v1,15,-13,28,-27,28","w":141},"@":{"d":"181,3v-71,52,-168,6,-168,-85v0,-74,64,-148,135,-148v55,0,95,42,95,99v0,48,-24,99,-65,100v-21,0,-31,-10,-34,-28v-25,46,-91,32,-91,-25v0,-45,33,-96,75,-95v18,0,29,7,35,23r4,-18r39,0r-20,98v0,11,4,16,12,16v21,-4,31,-41,31,-71v0,-50,-32,-85,-82,-85v-63,0,-120,68,-120,133v0,81,84,122,147,75xm136,-149v-24,-1,-44,33,-43,60v2,40,41,33,55,4r10,-45v-4,-12,-11,-19,-22,-19","w":256},"A":{"d":"149,0r-11,-42r-75,0r-12,42r-52,0r72,-240r58,0r72,240r-52,0xm100,-189r-28,104r56,0","w":200},"B":{"d":"189,-65v0,39,-25,65,-65,65r-103,0r0,-240r100,0v70,-10,86,103,25,116v24,4,43,31,43,59xm69,-143v31,0,66,7,66,-28v0,-34,-35,-26,-66,-27r0,55xm139,-72v0,-35,-37,-29,-70,-29r0,59v0,0,70,7,70,-30","w":201,"k":{"T":3,"V":5,"W":3,"Y":9,"\"":3,"'":3}},"C":{"d":"114,4v-64,0,-102,-55,-102,-124v0,-69,37,-125,102,-124v36,0,63,20,80,58r-40,17v-8,-22,-21,-32,-40,-32v-71,0,-72,162,0,162v19,0,33,-11,41,-34r40,17v-17,40,-44,60,-81,60","w":201,"k":{"V":1,"W":1,"Y":7,"?":2,"f":1,"t":1,"v":1,"w":1,"y":1,"A":1,",":2,".":2}},"D":{"d":"204,-120v0,70,-38,121,-105,120r-78,0r0,-240r78,0v66,-1,105,51,105,120xm154,-120v0,-56,-25,-86,-85,-78r0,156v60,7,85,-22,85,-78","w":215,"k":{"J":7,"T":6,"V":5,"W":5,"Y":11,"?":5,"\"":5,"'":5,"A":8,",":8,".":8,"X":8,"Z":4}},"E":{"d":"21,0r0,-240r138,0r0,42r-90,0r0,55r88,0r0,42r-88,0r0,59r90,0r0,42r-138,0","w":173},"F":{"d":"21,0r0,-240r138,0r0,42r-90,0r0,55r88,0r0,42r-88,0r0,101r-48,0","w":170,"k":{"A":12,",":20,".":20,"J":24,"&":6}},"G":{"d":"114,4v-65,1,-102,-56,-102,-124v0,-68,37,-125,102,-124v37,0,64,18,80,55r-39,18v-35,-65,-100,-14,-94,51v-7,59,46,105,90,67r0,-36r-46,0r0,-43r91,0r0,98v-22,25,-49,38,-82,38","w":212,"k":{"A":1,"T":3,"V":3,"Y":6,"W":2,"X":2,"?":4}},"H":{"d":"150,0r0,-102r-81,0r0,102r-48,0r0,-240r48,0r0,95r81,0r0,-95r48,0r0,240r-48,0","w":219},"I":{"d":"21,0r0,-240r48,0r0,240r-48,0","w":90},"J":{"d":"130,-70v8,70,-82,94,-127,56r17,-38v19,21,61,18,61,-19r0,-169r49,0r0,170","w":150,"k":{"A":7,",":9,".":9,"J":9}},"K":{"d":"142,0r-55,-94r-18,27r0,67r-48,0r0,-240r48,0r0,109r69,-109r56,0r-77,113r82,127r-57,0","w":199,"k":{"Y":2,"C":13,"G":13,"O":13,"Q":13,"a":3,"c":10,"d":10,"e":10,"g":10,"o":10,"q":10,"f":9,"t":13,"u":6,"v":18,"w":14,"x":10,"y":18,"-":14}},"L":{"d":"20,0r0,-240r48,0r0,198r81,0r0,42r-129,0","w":158,"k":{"T":26,"V":26,"Y":37,"W":21,"?":27,"\"":44,"'":44,"&":2,"C":9,"G":9,"O":9,"Q":9,"U":8,"*":48}},"M":{"d":"196,0r0,-162r-54,162r-19,0r-54,-162r0,162r-48,0r0,-240r65,0r46,141r48,-141r64,0r0,240r-48,0","w":265},"N":{"d":"152,0r-83,-147r0,147r-48,0r0,-240r49,0r80,141r0,-141r48,0r0,240r-46,0","w":219},"O":{"d":"113,4v-65,0,-101,-56,-101,-124v0,-68,36,-124,101,-124v64,0,100,56,100,124v0,68,-35,124,-100,124xm113,-39v69,-1,69,-161,0,-162v-70,0,-70,162,0,162","w":225,"k":{"J":7,"T":6,"V":5,"W":5,"Y":11,"?":5,"\"":5,"'":5,"A":8,",":8,".":8,"X":8,"Z":4}},"P":{"d":"185,-163v0,60,-48,84,-116,76r0,87r-48,0r0,-240r89,0v45,0,75,32,75,77xm135,-163v0,-35,-30,-38,-66,-35r0,69v35,2,66,0,66,-34","w":192,"k":{"a":6,"c":6,"d":6,"e":6,"g":6,"o":6,"q":6,"Y":3,"A":19,"J":37,"X":8,"&":9,",":32,".":32,"-":9}},"Q":{"d":"146,-1v-81,24,-134,-39,-134,-119v0,-68,36,-124,101,-124v104,0,129,160,66,222r10,15r-33,20xm113,-201v-70,0,-70,162,0,162v3,0,6,0,9,-1r-23,-37r33,-21r20,32v23,-42,14,-135,-39,-135","w":225,"k":{"J":7,"T":6,"V":5,"W":5,"Y":11,"?":5,"\"":5,"'":5,"A":8,",":8,".":8,"X":8,"Z":4}},"R":{"d":"111,-240v81,-9,99,124,31,145r44,95r-53,0r-37,-87r-27,0r0,87r-48,0r0,-240r90,0xm135,-163v0,-35,-30,-38,-66,-35r0,69v35,2,66,0,66,-34","w":199,"k":{"a":5,"c":9,"d":9,"e":9,"g":9,"o":9,"q":9,"v":1,"w":1,"y":1,"T":4,"V":3,"Y":5,"\"":2,"'":2,"&":3,"s":4,"x":1}},"S":{"d":"116,-139v83,30,63,143,-28,143v-34,0,-62,-10,-82,-31r24,-37v15,17,34,25,58,25v34,0,45,-37,16,-50v-1,-1,-12,-8,-37,-16v-84,-28,-61,-139,26,-139v30,0,54,9,73,27r-23,36v-19,-22,-80,-33,-80,4v0,21,35,32,53,38","w":180,"k":{"t":4,"v":4,"w":2,"y":4,"T":4,"Y":3,"A":2,"J":2,"x":5}},"T":{"d":"62,0r0,-198r-54,0r0,-42r155,0r0,42r-53,0r0,198r-48,0","w":171,"k":{"a":23,"c":27,"d":27,"e":27,"g":27,"o":27,"q":27,"v":9,"w":9,"y":9,"C":6,"G":6,"O":6,"Q":6,"A":17,"J":26,"&":16,",":28,".":28,"-":19,"s":22,"x":12,"S":2,":":17,";":17,"f":7,"m":18,"n":18,"p":18,"r":18,"z":18}},"U":{"d":"110,4v-55,0,-90,-32,-89,-87r0,-157r49,0r0,157v0,30,13,45,40,45v27,0,40,-15,40,-45r0,-157r49,0r0,157v1,55,-34,87,-89,87","w":219,"k":{"A":7,",":9,".":9,"J":9}},"V":{"d":"71,0r-72,-240r52,0r49,183r49,-183r52,0r-72,240r-58,0","w":200,"k":{"u":13,"A":12,",":27,".":27,"&":11,"J":26,"C":5,"G":5,"O":5,"Q":5,"a":17,"c":16,"d":16,"e":16,"g":16,"o":16,"q":16,"f":6,"m":13,"n":13,"p":13,"r":13,"z":13,"s":14,"t":5,"v":4,"w":3,"x":7,"y":3,"-":15}},"W":{"d":"170,0r-31,-159r-32,159r-50,0r-55,-240r52,0r31,166r35,-166r38,0r34,166r32,-166r51,0r-55,240r-50,0","w":277,"k":{"u":8,"A":10,",":20,".":20,"&":8,"J":18,"C":5,"G":5,"O":5,"Q":5,"a":12,"c":12,"d":12,"e":12,"g":12,"o":12,"q":12,"f":5,"m":8,"n":8,"p":8,"r":8,"z":8,"s":10,"t":5,"v":2,"x":7,"y":2,"-":10}},"X":{"d":"146,0r-46,-85r-45,85r-56,0r71,-123r-66,-117r55,0r41,80r41,-80r56,0r-67,117r71,123r-55,0","w":200},"Y":{"d":"73,0r0,-99r-74,-141r53,0r46,96r45,-96r53,0r-74,141r0,99r-49,0","w":194,"k":{"A":17,",":31,".":31,"&":18,"C":11,"G":11,"O":11,"Q":11,"S":5,":":20,";":20}},"Z":{"d":"13,0r0,-40r88,-158r-88,0r0,-42r147,0r0,39r-89,159r91,0r0,42r-149,0","w":174,"k":{"C":4,"G":4,"O":4,"Q":4}},"[":{"d":"15,68r0,-312r66,0r0,29r-35,0r0,255r35,0r0,28r-66,0","w":87,"k":{"j":-30}},"\\":{"d":"0,-247r31,0r69,254r-31,0","w":100},"]":{"d":"6,68r0,-28r35,0r0,-255r-35,0r0,-29r66,0r0,312r-66,0","w":87},"^":{"d":"102,-120r-32,-88r-31,88r-32,0r47,-120r32,0r47,120r-31,0","w":140},"_":{"d":"-1,43r0,-29r154,0r0,29r-154,0","w":151},"a":{"d":"10,-53v-6,-56,74,-75,101,-36v2,-31,-2,-53,-33,-52v-15,0,-30,6,-43,19r-17,-31v36,-40,136,-36,136,36r0,117r-43,0r0,-18v-27,41,-108,20,-101,-35xm54,-53v0,33,46,37,57,12v4,-26,-9,-41,-30,-40v-16,0,-27,12,-27,28","w":173,"k":{"T":26,"?":14,"\"":3,"'":3,"Y":29,"V":18,"W":13}},"b":{"d":"93,-34v44,0,47,-106,0,-106v-13,0,-23,6,-30,20r0,66v7,13,17,20,30,20xm172,-87v10,71,-69,125,-109,65r0,22r-44,0r0,-240r44,0r0,88v39,-60,119,-6,109,65","w":182,"k":{"x":9,"T":27,",":1,".":1,"?":15,"\"":3,"'":3,"Y":33,"V":16,"W":12}},"c":{"d":"146,-19v-46,53,-146,8,-136,-68v-10,-76,87,-121,136,-68r-21,30v-26,-33,-75,-6,-70,38v-5,44,44,71,70,38","w":152,"k":{"T":18,"?":7,"\"":2,"'":2,"Y":18,"V":10,"W":8}},"d":{"d":"10,-87v-9,-71,70,-125,110,-65r0,-88r43,0r0,240r-43,0r0,-22v-40,60,-120,7,-110,-65xm89,-140v-44,0,-47,106,0,106v13,0,24,-6,31,-20r0,-66v-7,-13,-18,-20,-31,-20","w":182},"e":{"d":"155,-22v-49,55,-145,17,-145,-65v0,-50,31,-92,79,-91v54,1,78,46,75,105r-110,0v-1,43,56,56,81,25xm122,-103v4,-35,-41,-54,-60,-27v-5,7,-8,16,-8,27r68,0","w":173,"k":{"T":24,",":1,".":1,"?":12,"\"":2,"'":2,"Y":30,"V":13,"W":12,"*":4}},"f":{"d":"27,-174v-12,-60,52,-88,91,-57r-14,30v-16,-15,-40,-1,-33,27r28,0r0,38r-28,0r0,136r-44,0r0,-136r-22,0r0,-38r22,0","w":103,"k":{"T":-14,",":14,".":14,"&":2,"?":-16,"\"":-15,"'":-15,"Y":-18,"V":-19,"W":-18,"X":-13,"Z":-13,"*":-18,")":-21,"]":-21,"}":-21,"!":-12,"B":-12,"D":-12,"E":-12,"F":-12,"H":-12,"I":-12,"K":-12,"L":-12,"M":-12,"N":-12,"P":-12,"R":-12,"S":-8,"U":-12}},"g":{"d":"163,-6v8,78,-98,98,-145,54r17,-33v23,30,87,25,85,-21r0,-22v-39,60,-120,10,-110,-62v-9,-72,71,-120,110,-62r0,-22r43,0r0,168xm120,-60r0,-60v-19,-35,-71,-24,-65,30v-5,53,45,65,65,30","w":182},"h":{"d":"118,0r0,-115v0,-37,-45,-29,-55,-3r0,118r-44,0r0,-240r44,0r0,89v21,-39,98,-38,98,20r0,131r-43,0","w":180,"k":{"T":26,"?":14,"\"":3,"'":3,"Y":29,"V":18,"W":13}},"i":{"d":"41,-193v-13,0,-26,-13,-26,-26v0,-14,12,-27,26,-27v14,0,26,12,26,27v0,14,-12,26,-26,26xm19,0r0,-174r44,0r0,174r-44,0","w":82},"j":{"d":"41,-193v-13,0,-26,-13,-26,-26v0,-14,12,-27,26,-27v14,0,26,12,26,27v0,14,-12,26,-26,26xm-25,60r10,-33v13,13,34,8,34,-17r0,-184r44,0r0,184v6,55,-51,76,-88,50","w":82},"k":{"d":"118,0r-37,-68r-18,26r0,42r-44,0r0,-240r44,0r0,145r53,-79r51,0r-56,78r57,96r-50,0","w":169,"k":{"Y":19,"T":13,"V":7,"W":7,"c":3,"d":3,"e":3,"g":3,"o":3,"q":3,"-":6}},"l":{"d":"19,0r0,-240r44,0r0,240r-44,0","w":82},"m":{"d":"154,-148v7,-15,29,-30,51,-30v30,0,44,15,44,46r0,132r-43,0r0,-117v-1,-35,-40,-26,-50,-1r0,118r-43,0r0,-117v-1,-35,-40,-26,-50,-1r0,118r-44,0r0,-174r44,0r0,23v14,-29,84,-42,91,3","w":268,"k":{"T":26,"?":14,"\"":3,"'":3,"Y":29,"V":18,"W":13}},"n":{"d":"118,0r0,-114v0,-37,-44,-31,-55,-4r0,118r-44,0r0,-174r44,0r0,23v21,-40,98,-38,98,21r0,130r-43,0","w":180,"k":{"T":26,"?":14,"\"":3,"'":3,"Y":29,"V":18,"W":13}},"o":{"d":"90,4v-49,0,-80,-41,-80,-91v0,-50,31,-91,80,-91v50,0,79,40,79,91v0,51,-29,91,-79,91xm90,-34v24,0,34,-26,34,-53v0,-28,-10,-53,-34,-53v-47,0,-47,106,0,106","w":179,"k":{"x":9,"T":27,",":1,".":1,"?":15,"\"":3,"'":3,"Y":33,"V":16,"W":12}},"p":{"d":"172,-87v10,71,-69,125,-109,65r0,88r-44,0r0,-240r44,0r0,22v39,-60,120,-7,109,65xm63,-54v22,42,69,11,64,-33v6,-46,-43,-73,-64,-33r0,66","w":181,"k":{"x":9,"T":27,",":1,".":1,"?":15,"\"":3,"'":3,"Y":33,"V":16,"W":12}},"q":{"d":"55,-87v-7,46,44,74,64,33r0,-66v-22,-41,-70,-14,-64,33xm119,-22v-39,60,-120,7,-109,-65v-10,-72,69,-125,109,-65r0,-22r43,0r0,240r-43,0r0,-88","w":181},"r":{"d":"19,0r0,-174r44,0r0,24v12,-19,27,-28,47,-28r0,42v-22,-4,-36,4,-47,20r0,116r-44,0","w":115,"k":{"Y":14,"T":9,"V":6,"W":4,"X":6,",":27,".":27}},"s":{"d":"140,-50v2,63,-102,68,-134,29r18,-30v14,14,30,21,48,21v27,0,36,-25,13,-33v-32,-11,-73,-27,-73,-63v0,-59,90,-66,124,-30r-17,30v-13,-18,-60,-30,-66,-1v0,15,33,17,43,24v29,11,44,28,44,53","w":148,"k":{"?":12,"Y":24,"T":18,"V":10,"W":13,"X":2,"\"":6,"'":6}},"t":{"d":"71,4v-64,4,-39,-84,-44,-140r-23,0r0,-38r23,0r0,-47r43,0r0,47r29,0r0,38r-29,0r0,84v-2,19,17,22,26,13r8,33v-7,7,-18,10,-33,10","w":106,"k":{"Y":11,"T":10,"V":7,"W":5}},"u":{"d":"117,0r0,-22v-21,39,-98,36,-98,-21r0,-131r44,0r0,115v0,36,44,30,54,4r0,-119r44,0r0,174r-44,0","w":180,"k":{"?":9,"Y":24,"T":18,"V":13,"W":8}},"v":{"d":"58,0r-59,-174r46,0r36,122r36,-122r46,0r-59,174r-46,0","w":162,"k":{"Y":18,"T":9,"V":4,"W":2,"A":6,"X":10,",":19,".":19}},"w":{"d":"156,0r-31,-118r-32,118r-45,0r-47,-174r45,0r27,118r31,-118r40,0r31,118r28,-118r45,0r-47,174r-45,0","w":249,"k":{"Y":17,"T":9,"V":3,"A":4,"X":11,",":13,".":13}},"x":{"d":"111,0r-32,-58r-31,58r-47,0r51,-89r-49,-85r47,0r29,55r29,-55r47,0r-49,85r52,89r-47,0","w":158,"k":{"T":12,"?":1,"Y":19,"V":7,"W":7,"c":9,"d":9,"e":9,"g":9,"o":9,"q":9}},"y":{"d":"22,30v21,9,34,-8,36,-27r-59,-177r46,0r36,122r36,-122r46,0r-69,204v-9,33,-42,48,-78,38","w":162,"k":{"?":3,"Y":17,"T":9,"V":3,"W":2,"A":6,"X":10,",":18,".":18}},"z":{"d":"13,0r0,-32r65,-104r-65,0r0,-38r121,0r0,31r-67,105r68,0r0,38r-122,0","w":147,"k":{"?":9,"Y":24,"T":18,"V":13,"W":8}},"{":{"d":"35,-88v46,23,-24,135,50,128r0,28v-39,4,-63,-15,-65,-49v-2,-33,13,-92,-19,-95r0,-24v32,-2,17,-62,19,-94v2,-32,26,-55,65,-50r0,29v-68,-13,-6,98,-50,127","w":91,"k":{"j":-30}},"|":{"d":"21,7r0,-254r29,0r0,254r-29,0","w":71},"}":{"d":"71,19v-2,33,-27,54,-65,49r0,-28v69,13,6,-99,50,-128v-27,-13,-16,-69,-16,-106v0,-18,-14,-23,-34,-21r0,-29v38,-5,63,18,65,50v2,32,-13,92,19,94r0,24v-32,3,-17,63,-19,95","w":91},"~":{"d":"158,-237v-4,59,-20,88,-49,88v-24,0,-35,-31,-41,-54v-2,-7,-6,-10,-10,-10v-10,0,-16,21,-19,64r-30,-3v4,-59,21,-88,49,-88v24,0,37,30,41,55v2,7,6,10,10,10v10,0,16,-22,19,-65","w":167},"'":{"d":"40,-244v12,0,25,11,24,24v0,4,-5,32,-15,83r-19,0v-9,-51,-14,-79,-14,-83v-1,-13,12,-24,24,-24","w":79,"k":{"A":26,"J":34,"C":2,"G":2,"O":2,"Q":2,"s":12,",":28,".":28}},"`":{"d":"49,-200r-49,-52r39,0r38,52r-28,0","w":77},"\u02cb":{"d":"49,-200r-49,-52r39,0r38,52r-28,0","w":77},"\u00a9":{"d":"264,-120v0,67,-57,124,-124,124v-67,0,-124,-57,-124,-124v0,-67,57,-124,124,-124v67,0,124,57,124,124xm251,-120v0,-60,-51,-111,-111,-111v-59,0,-111,52,-111,111v0,58,53,111,111,111v59,0,111,-52,111,-111xm83,-121v-5,54,70,87,101,42r11,10v-40,52,-128,15,-128,-52v0,-66,88,-103,128,-51r-11,10v-30,-44,-107,-12,-101,41","w":280},"\u00a0":{"w":75}}});


function openAdobe() {
	window.open('http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash');
}
function createFlash() {

	var spanEle = document.getElementsByTagName("span");
	
	for (var i = 0; i<spanEle.length; i++) {
		
		if (spanEle[i].id.indexOf("flash") != -1) {

		if (spanEle[i].id.indexOf('|') != -1) {
		var flashId = spanEle[i].id.substring(6,spanEle[i].id.indexOf('|'));
		var flashXML = "xmlfile=xml/"+spanEle[i].id.substr(spanEle[i].id.indexOf('|')+1);
		} else {
		var flashId = spanEle[i].id.substr(6);
		var flashXML = "xmlfile=";
		}

		var flashData = "flash/"+flashId+".swf";
		var flashWidth = spanEle[i].style.width.substring(0, spanEle[i].style.width.length-2);
		var flashHeight = spanEle[i].style.height.substring(0, spanEle[i].style.height.length-2);
		var thisContainer = spanEle[i].id;
		var agt = navigator.userAgent.toLowerCase();
			
//alert(flashData);


			if (agt.indexOf("firefox") != -1 || agt.indexOf("netscape") != -1 || agt.indexOf("opera") != -1) {

				var flashObj = document.createElement("object");
				flashObj.id = flashId;
				flashObj.type = "application/x-shockwave-flash";
				flashObj.data = flashData;
				flashObj.width = flashWidth;
				flashObj.height = flashHeight;

				//--
				var param = document.createElement("param");
				param.name = "movie";
				param.value = flashData;
				flashObj.appendChild(param, null);

				var param2 = document.createElement("param");
				param2.name = "wmode";
				param2.value = "transparent";
				flashObj.appendChild(param2, null);

				var param3 = document.createElement("param");
				param3.name = "swliveconnect";
				param3.value = "true";
				flashObj.appendChild(param3, null);

				var param4 = document.createElement("param");
				param4.name = "FlashVars";
				param4.value = flashXML;
				flashObj.appendChild(param4, null);


				//--
				var divObj = document.createElement("span");
				divObj.style.width = flashWidth+"px";
				divObj.style.height = flashHeight+"px";
				divObj.style.backgroundColor = "#fff";
				
				flashObj.appendChild(divObj, null);
				
				var imgObj = document.createElement("img");
				imgObj.style.width = flashWidth+"px";
				imgObj.style.height = flashHeight+"px";
				imgObj.src = "/img/noflash/"+flashId+".jpg";
				
				divObj.appendChild(imgObj);

				var anchorObj = document.createElement("a");
				anchorObj.href = "javascript: //";
				anchorObj.onclick= openAdobe;
				anchorObj.appendChild(imgObj);


				divObj.appendChild(anchorObj);




				document.getElementById(thisContainer).appendChild(flashObj, null);
			} else {


		if (document.getElementById('contentcontainer')) {
			// store content height in case after flash insertion / content height changes
			var conHeight = document.getElementById('contentcontainer').offsetHeight;
		}

				var newHTML = '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="'+flashId+'" width="'+flashWidth+'" height="'+flashHeight+'"><param name="movie" value="'+flashData+'"></param><param name="wmode" value="transparent"></param><param name="menu" value="true"></param><param name="swliveconnect" value="true"></param><param name="flashvars" value="'+flashXML+'"></param><a href="javascript: //" onclick="openAdobe();"><img src="/img/noflash/'+flashId+'.jpg" width="'+flashWidth+'" height="'+flashHeight+'" alt=""></a></object>';

		document.getElementById(thisContainer).innerHTML = newHTML;

		if (document.getElementById('contentcontainer') && document.getElementById('tabcontainer')) {
			// set content height / only if needed / if tabs exists
			document.getElementById('contentcontainer').style.height = conHeight+"px";

		}


			}
		}
	}
}


/*
if (window.attachEvent) { //IE
	window.attachEvent("onload", createFlash);
} else if (window.addEventListener) { // FF
	window.addEventListener("load", createFlash, false);
}
*/

function setTransparent(bool) {

	var spanEle = document.getElementsByTagName("span");
	for (var i = 0; i<spanEle.length; i++) {
		if (spanEle[i].id.indexOf("flash") != -1) {
			var flashId = spanEle[i].id.substr(6);
			if (bool) {
				//document.getElementById(flashId).wMode = "Transparent";
			} else {
				document.getElementById(flashId).wMode = "Window";
			}
		}
	}
}

function findPos(obj, which) {
	var cur = 0;
	if (obj.offsetParent) {
		while (obj.offsetParent) {

			if (which == "X") {
				cur += obj.offsetLeft;
			} else if (which == "Y") {
				cur += obj.offsetTop;

			}

			obj = obj.offsetParent;
		}
	} else {
		if (which == "X" && obj.x) {
			cur += obj.x;
		} else if (which == "Y" && obj.y) {
			cur += obj.y;
		}

	}

	return cur;
}


function mousePos(pos,e) {
	var posX = 0;
	var posY = 0;
	if (!e) var e = window.event;
	if (e.pageX || e.pageY) 	{
		posX = e.pageX;
		posY = e.pageY;
	}
	else if (e.clientX || e.clientY) 	{
		posX = e.clientX + document.body.scrollLeft
			+ document.documentElement.scrollLeft;
		posY = e.clientY + document.body.scrollTop
			+ document.documentElement.scrollTop;
	}
	// posX and posY contain the mouse position relative to the document

	if (pos == "X") {
		return posX;
	} else if (pos == "Y") {
		return posY;
	}

}


function getTxt(id) {
	if (document.getElementById(id)) {
		if (document.getElementById(id).innerText != undefined) {
			return document.getElementById(id).innerText;
		} else if (document.getElementById(id).textContent != undefined){
			return document.getElementById(id).textContent;
		}
	}
}

function setTxt(id,str) {
	if (document.getElementById(id)) {
		if (document.getElementById(id).innerText != undefined) {
			document.getElementById(id).innerText = str;
		} else if (document.getElementById(id).textContent != undefined){
			document.getElementById(id).textContent = str;
		}
	}
}


function setHTML(id,str) {
	if (document.getElementById(id)) {
		if (document.getElementById(id).innerHTML != undefined) {
			document.getElementById(id).innerHTML = str;
		}
	}
}




var getElementsByClassName = function (className, tag, elm){
	if (document.getElementsByClassName) {
		getElementsByClassName = function (className, tag, elm) {
			elm = elm || document;
			var elements = elm.getElementsByClassName(className),
				nodeName = (tag)? new RegExp("\\b" + tag + "\\b", "i") : null,
				returnElements = [],
				current;
			for(var i=0, il=elements.length; i<il; i+=1){
				current = elements[i];
				if(!nodeName || nodeName.test(current.nodeName)) {
					returnElements.push(current);
				}
			}
			return returnElements;
		};
	}
	else if (document.evaluate) {
		getElementsByClassName = function (className, tag, elm) {
			tag = tag || "*";
			elm = elm || document;
			var classes = className.split(" "),
				classesToCheck = "",
				xhtmlNamespace = "http://www.w3.org/1999/xhtml",
				namespaceResolver = (document.documentElement.namespaceURI === xhtmlNamespace)? xhtmlNamespace : null,
				returnElements = [],
				elements,
				node;
			for(var j=0, jl=classes.length; j<jl; j+=1){
				classesToCheck += "[contains(concat(' ', @class, ' '), ' " + classes[j] + " ')]";
			}
			try	{
				elements = document.evaluate(".//" + tag + classesToCheck, elm, namespaceResolver, 0, null);
			}
			catch (e) {
				elements = document.evaluate(".//" + tag + classesToCheck, elm, null, 0, null);
			}
			while ((node = elements.iterateNext())) {
				returnElements.push(node);
			}
			return returnElements;
		};
	}
	else {
		getElementsByClassName = function (className, tag, elm) {
			tag = tag || "*";
			elm = elm || document;
			var classes = className.split(" "),
				classesToCheck = [],
				elements = (tag === "*" && elm.all)? elm.all : elm.getElementsByTagName(tag),
				current,
				returnElements = [],
				match;
			for(var k=0, kl=classes.length; k<kl; k+=1){
				classesToCheck.push(new RegExp("(^|\\s)" + classes[k] + "(\\s|$)"));
			}
			for(var l=0, ll=elements.length; l<ll; l+=1){
				current = elements[l];
				match = false;
				for(var m=0, ml=classesToCheck.length; m<ml; m+=1){
					match = classesToCheck[m].test(current.className);
					if (!match) {
						break;
					}
				}
				if (match) {
					returnElements.push(current);
				}
			}
			return returnElements;
		};
	}
	return getElementsByClassName(className, tag, elm);
};


$(document).ready(function() {
	
	// Expand Panel
	$("#open").click(function(){
		$("div#panel").slideDown("slow");
	
	});	
	
	// Collapse Panel
	$("#close").click(function(){
		$("div#panel").slideUp("slow");	
	});		
	
	// Switch buttons from "Log In | Register" to "Close Panel" on click
	$("#toggle a").click(function () {
		$("#toggle a").toggle();
	});		
		
});

function setSliderTab() {
var pixelWidth = screen.width;
var rightOffset = ( (pixelWidth - 960) / 2 ) - 12;
document.getElementById('signin').style.right = rightOffset+"px";
document.getElementById('signin').style.display = "block";
}

(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);


// CORNERS
	$(function(){	
		$('.rounded').corner();
		$('.rounded2').corner();

			$('.crumbdiv').corner({
			  tl: false,
			  tr: false,
			  bl: { radius: 6 },
			  br: false});

			$('.feedbackdiv').corner({
			  tl: false,
			  tr: { radius: 6 },
			  bl: false,
			  br: { radius: 6 }});


			$('#dnpricecontainer').corner({
			  tl: false,
			  tr: { radius: 6 },
			  bl: false,
			  br: { radius: 6 }});

		//$('.fheadcontainer').corner();
		//$('.fresultscontainer').corner();
		$('#tipcontent').corner();

	});

// MENU
    $(document).ready(function() {

     
 function addMega(){

        $(this).addClass("hovering");
	var headSelector = "#"+this.id+"head";
	//$(headSelector).addClass('navheadright');


	if (this.id == "nav01") {
		$(headSelector).addClass('navheadright');

	} else if (this.id == "nav05") {
		$(headSelector).addClass('navheadright3');


	} else {
		$(headSelector).addClass('navheadright2');
	}


        }

      function removeMega(){
        $(this).removeClass("hovering");
	var headSelector = "#"+this.id+"head";
	//$(headSelector).removeClass('navheadright');


	if (this.id == "nav01") {
		$(headSelector).removeClass('navheadright');

	} else if (this.id == "nav05") {
		$(headSelector).removeClass('navheadright3');

	} else {
		$(headSelector).removeClass('navheadright2');
	}


        }

    var megaConfig = {
         interval: 100,
         sensitivity: 2,
         over: addMega,
         timeout: 100,
         out: removeMega
    };

    $("li.mega").hoverIntent(megaConfig);



$("#tabs li a").click(function(){

	if( typeof(clearAll) != 'undefined' ) {
		clearAll();
	}

	$("#tabs li a").removeClass('tabselect');
	var thisAnchor = this.parentNode.firstChild;
	$(thisAnchor).addClass('tabselect');

	var thisDiv = document.getElementById(thisAnchor.id+"-div");

	clearMainDivs();
	//thisDiv.style.display = "block";
	$(thisDiv).fadeIn(500);

	
});	





/* RSS */

function clearRssDivs() {

var anchorArr = new Array('tabh-1','tabh-2');
for (var i = 0; i < anchorArr.length;i++) {
	document.getElementById(anchorArr[i]).className = "tabh";
}

var divArr = new Array('tabh-1-div','tabh-2-div');
for (var i = 0; i < divArr.length;i++) {
	document.getElementById(divArr[i]).style.display = "none";
}

}



// bind events onload
if (window.attachEvent) { //IE
	window.attachEvent("onload", setWeatherHeight);
	window.attachEvent("onload", setRSSHeight);
	window.attachEvent("onload", setCurrencyHeight);
} else if (window.addEventListener) { // FF
	window.addEventListener("load", setWeatherHeight, false);
	window.addEventListener("load", setRSSHeight, false);
	window.addEventListener("load", setCurrencyHeight, false);
}


function setRSSHeight() {
if (document.getElementById('rssfeedgrid') && document.getElementById('rssfeedmenu') && document.getElementById('rssfeedcontent')) {

var rssFeedMenuHeight = document.getElementById('rssfeedgrid').offsetHeight - 38;
document.getElementById('rssfeedmenu').style.height = rssFeedMenuHeight+"px";
document.getElementById('rssfeedcontent').style.height = (rssFeedMenuHeight - 44) + "px";

}

}


function setWeatherHeight() {
if (document.getElementById('weathergrid') && document.getElementById('weathermenu') && document.getElementById('weathercontent')) {

var weatherMenuHeight = document.getElementById('weathergrid').offsetHeight - 38;
document.getElementById('weathermenu').style.height = weatherMenuHeight+"px";
document.getElementById('weathercontent').style.height = (weatherMenuHeight - 44) + "px";

}
}


function setCurrencyHeight() {
if (document.getElementById('rssfeedgrid') && document.getElementById('currencymenu') && document.getElementById('currencycontent')) {

var currencyMenuHeight = document.getElementById('rssfeedgrid').offsetHeight - 38;
document.getElementById('currencymenu').style.height = currencyMenuHeight+"px";
document.getElementById('currencycontent').style.height = (currencyMenuHeight - 44) + "px";

}
}







var slideRSS = document.getElementById("rssfeedcontent");
var slideWeather = document.getElementById("weathercontent");
var slideCurrency = document.getElementById("currencycontent");


function slideFeedContent(obj,e) {
	var evt = window.event || e;//equalize event object

	var delta = evt.detail ? evt.detail*(-3) : evt.wheelDelta;


	if (delta.toString().indexOf('-') != -1) {
		obj.scrollTop += 15;
	} else {
		obj.scrollTop -= 15;
	}


	feedST = obj.scrollTop;
	
	if (evt.preventDefault) {
		evt.preventDefault();
	} else {
		return false;
	}
	
}

function slideRSSFeed(e) {
	slideFeedContent(slideRSS,e);
}

function slideWeatherFeed(e) {
	slideFeedContent(slideWeather,e);
}

function slideCurrencyFeed(e) {
	slideFeedContent(slideCurrency,e);
}



var mousewheelevt=(/Firefox/i.test(navigator.userAgent))? "DOMMouseScroll" : "mousewheel";

if (slideRSS) {
if (slideRSS.attachEvent) {
	slideRSS.attachEvent("on"+mousewheelevt,slideRSSFeed );
} else if (slideRSS.addEventListener) {
	slideRSS.addEventListener(mousewheelevt,slideRSSFeed,false);
}
}

if (slideWeather) {
if (slideWeather.attachEvent) {
	slideWeather.attachEvent("on"+mousewheelevt,slideWeatherFeed );
} else if (slideWeather.addEventListener) {
	slideWeather.addEventListener(mousewheelevt,slideWeatherFeed,false);
}
}

if (slideCurrency) {
if (slideCurrency.attachEvent) {
	slideCurrency.attachEvent("on"+mousewheelevt,slideCurrencyFeed );
} else if (slideCurrency.addEventListener) {
	slideCurrency.addEventListener(mousewheelevt,slideCurrencyFeed,false);
}
}


/* RSS */



function imgPreloader() {

	var imgArr = new Array();
	imgArr[0] = "/img/dialog_menu.png";

	var imageObj = new Image();

	for (var i = 0; i<imgArr.length; i++) {
		imageObj.src = imgArr[i];
	}

}



if( typeof(createFlash) != 'undefined' ) {
	createFlash();
}


imgPreloader();
    
    });


Cufon.replace('h1', { fontFamily: 'Helvetica Bold', textShadow: '1px 1px #3A3A3A' });
Cufon.replace('h2', { fontFamily: 'Xima Bold' });
Cufon.replace('#tabs', { fontFamily: 'Xima Bold', textShadow: '1px 1px #3A3A3A' });
Cufon.replace('#tabs li .taboff', { fontFamily: 'Xima Bold'});


function clearMainDivs() {
var divArr = new Array('tabs-1-div','tabs-2-div','tabs-3-div','tabs-4-div','tabs-5-div');
for (var i = 0; i < divArr.length;i++) {
	if (document.getElementById(divArr[i])) {
		document.getElementById(divArr[i]).style.display = "none";
	}
}

}


// RSS FEED

var intervalID;
var feedST = 0;
var weatherST = 0;
var currencyST = 0;
function startScroll(prefix,dir) {

clearInterval(intervalID);

if (dir == 'up') {
	intervalID = setInterval("feedScrollUp('"+prefix+"')", 100);
} else if (dir == 'down') {
	intervalID = setInterval("feedScrollDown('"+prefix+"')", 100);
}


}


function clearScroll(prefix,dir) {
clearInterval(intervalID);

if (dir == 'up') {
	document.getElementById(prefix+'up').style.background="url(/img/"+prefix+"control.png) no-repeat 0 0";
} else if (dir == 'down') {
	document.getElementById(prefix+'down').style.background="url(/img/"+prefix+"control.png) no-repeat 0 -32px";
}

}

function feedScrollUp(prefix) {
if (document.getElementById(prefix+'content').scrollTop > 0) {
	document.getElementById(prefix+'up').style.background="url(/img/"+prefix+"control.png) no-repeat 0 -16px";
	document.getElementById(prefix+'content').scrollTop -= 20;
} else {
	document.getElementById(prefix+'up').style.background="url(/img/"+prefix+"control.png) no-repeat 0 0";
}
}

function feedScrollDown(prefix) {

var objHeight = (document.getElementById(prefix+'content').scrollHeight ); // add up/down heights

if (document.getElementById(prefix+'content').scrollTop <= objHeight) {
	document.getElementById(prefix+'down').style.background="url(/img/"+prefix+"control.png) no-repeat 0 -48px";
	document.getElementById(prefix+'content').scrollTop += 20;
} else {
	document.getElementById(prefix+'down').style.background="url(/img/"+prefix+"control.png) no-repeat 0 -32px";
}
}





function showRssFeedMenu() {
document.getElementById('rssfeedmenu').style.display = "";
document.getElementById('rssfeedcontent').scrollTop = feedST;
}

function hideRssFeedMenu(e) {

feedST = document.getElementById('rssfeedcontent').scrollTop;
var trackX = mousePos('X',e) - findPos(document.getElementById('rssfeedheader'), 'X');
var trackY = mousePos('Y',e) - findPos(document.getElementById('rssfeedheader'), 'Y');

if (trackX < 0 || trackX >= 198) {
	document.getElementById('rssfeedmenu').style.display = "none";
}

if (trackY < 0 || trackY >= (document.getElementById('rssfeedgrid').offsetHeight - 4)) {
	document.getElementById('rssfeedmenu').style.display = "none";
}


}










function showWeatherMenu() {
document.getElementById('weathermenu').style.display = "";
document.getElementById('weathercontent').scrollTop = weatherST;
}

function hideWeatherMenu(e) {

weatherST = document.getElementById('weathercontent').scrollTop;
var trackX = mousePos('X',e) - findPos(document.getElementById('weatherheader'), 'X');
var trackY = mousePos('Y',e) - findPos(document.getElementById('weatherheader'), 'Y');

if (trackX < 0 || trackX >= 198) {
	document.getElementById('weathermenu').style.display = "none";
}

if (trackY < 0 || trackY >= (document.getElementById('weathergrid').offsetHeight - 4)) {
	document.getElementById('weathermenu').style.display = "none";
}


}




function showCurrencyMenu() {
document.getElementById('currencymenu').style.display = "";
document.getElementById('currencycontent').scrollTop = currencyST;
}

function hideCurrencyMenu(e) {

currencyST = document.getElementById('currencycontent').scrollTop;
var trackX = mousePos('X',e) - findPos(document.getElementById('currencyheader'), 'X');
var trackY = mousePos('Y',e) - findPos(document.getElementById('currencyheader'), 'Y');

if (trackX < 0 || trackX >= 198) {
	document.getElementById('currencymenu').style.display = "none";
}

if (trackY < 0 || trackY >= (document.getElementById('rssfeedgrid').offsetHeight - 4)) {
	document.getElementById('currencymenu').style.display = "none";
}


}






function showTip(titlestr,str,toggleimg,e) {

	if (titlestr != "" && str != "") {

		//setTxt('tiptitle',titlestr);
		if (toggleimg == 'enabled') {
 			setHTML('tiptitle','<img src=\'/img/yes.png\' width=\'16\' height=\'16\' /> '+titlestr);
		} else if (toggleimg == 'disabled') {
 			setHTML('tiptitle','<img src=\'/img/no.png\' width=\'16\' height=\'16\' /> '+titlestr);
		} else if (toggleimg == '') {
			setHTML('tiptitle',titlestr);
		}

		setHTML('tiptxt',str);

		if (document.getElementById('tipcontainer')) {

			var obj = document.getElementById('tipcontainer');
			var tpointerleft = document.getElementById('tippointerleft');
			var tpointerright = document.getElementById('tippointerright');

			tpointerleft.style.display = "none";
			tpointerright.style.display = "none";

			var pixelMid = (screen.width / 2);

			var xPos = mousePos('X',e);
			var yPos = mousePos('Y',e);


			if (xPos <= pixelMid) {
				tpointerleft.style.display = "";
				obj.style.left = (xPos + 14) +"px";
			} else if (xPos > pixelMid) {
				tpointerright.style.display = "";
				//obj.style.left = (xPos + 14) +"px";

				obj.style.left = ( (xPos - 240) - 14) +"px";
		
			}

			obj.style.top = (yPos) +"px";

			obj.style.display = "";



		}

	}


}


function hideTip() {

	//setTxt('tiptitle','');
	setHTML('tiptitle','');
	setHTML('tiptxt','');

	if (document.getElementById('tipcontainer')) {

		var obj = document.getElementById('tipcontainer');
		var tpointerleft = document.getElementById('tippointerleft');
		var tpointerright = document.getElementById('tippointerright');

		tpointerleft.style.display = "none";
		tpointerright.style.display = "none";
		obj.style.display = "none";

	}

}





// ajax feeds

function pullFeed(url) {
	document.getElementById('rssfeedmenu').style.display = "none";
	showAjaxLoader();
	var theUrl = "/rsslive.php?feedurl="+encodeURIComponent(url);
	loadFeedData(theUrl);
}



function loadFeedData(url) {
//alert(url);
	// branch for native XMLHttpRequest object 
	if (window.XMLHttpRequest) {
		reqdata = new XMLHttpRequest();
		reqdata.onreadystatechange = function() {
		processFeedData();
		}
		reqdata.open("GET", url, true);
		reqdata.send(null);
		// branch for IE/Windows ActiveX version 
	} else if (window.ActiveXObject) {
		reqdata = new ActiveXObject("Microsoft.XMLHTTP");
		if (reqdata) {
			reqdata.onreadystatechange = function() {
			processFeedData();
			}
			reqdata.open("GET", url, true);
			reqdata.send();
		}
	}
}


function processFeedData() {

	if (reqdata.readyState == 4) {

		if (reqdata.status == 200) {
		var returnStr = reqdata.responseText;

		setHTML('rssfeedcontainer','');
		setHTML('rssfeedcontainer',returnStr);
		document.getElementById('rssfeedcontainer').scrollTop = 0;
		document.getElementById('rssfeedcontainer').style.display = "";
		//$('#rssfeedcontainer').fadeIn(3500);
		
		setTxt('rssfeedssubheading',getTxt('rsstitle'));
		Cufon.refresh('h2');
		hideAjaxLoader();


		} else {
			//hideAjaxStatus();
			alert("Oops. There was a problem requesting the feed.\nPlease re-try.");
		}
 		
	}

}


function showAjaxLoader() {
	var obj = document.getElementById('ajaxloader');
	obj.style.top = (document.getElementById('rssfeedgrid').offsetHeight/2)+"px";
	obj.style.left = (document.getElementById('rssfeedcontainer').offsetWidth/2)+"px";
	obj.style.display = "";
}

function hideAjaxLoader() {
	document.getElementById('ajaxloader').style.display = "none";
}


function pullWeather(id) {
	document.getElementById('weathermenu').style.display = "none";
	showWeatherLoader();
	clearWeatherInfo();
	var theUrl = "/weatherlive.php?id="+id;
	loadWeatherData(theUrl);
}

function loadWeatherData(url) {
//alert(url);
	// branch for native XMLHttpRequest object 
	if (window.XMLHttpRequest) {
		reqwdata = new XMLHttpRequest();
		reqwdata.onreadystatechange = function() {
		processWeatherData();
		}
		reqwdata.open("GET", url, true);
		reqwdata.send(null);
		// branch for IE/Windows ActiveX version 
	} else if (window.ActiveXObject) {
		reqwdata = new ActiveXObject("Microsoft.XMLHTTP");
		if (reqwdata) {
			reqwdata.onreadystatechange = function() {
			processWeatherData();
			}
			reqwdata.open("GET", url, true);
			reqwdata.send();
		}
	}
}


function processWeatherData() {

	if (reqwdata.readyState == 4) {

		if (reqwdata.status == 200) {
		var returnStr = reqwdata.responseText;
		var returnArr = returnStr.split("|");

		setTxt('weathersubheading',returnArr[0]);
		Cufon.refresh('h2');
		setHTML('todayday','Today');
		document.getElementById('todayimg').src = returnArr[1];
		setHTML('todaytxt',returnArr[2]);
		setTxt('tomorrowday',returnArr[3]);
		document.getElementById('tomorrowimg').src = returnArr[4];
		setHTML('tomorrowtxt',returnArr[5]);
		setTxt('nextday',returnArr[6]);
		document.getElementById('nextimg').src = returnArr[7];
		setHTML('nexttxt',returnArr[8]);

		hideWeatherLoader();

		} else {
			alert("Oops. There was a problem requesting the weather feed.\nPlease re-try.");
		}
 		
	}

}

function clearWeatherInfo() {
setTxt('weathersubheading','');
setHTML('todayday','');
document.getElementById('todayimg').src = '/img/blank.png';
setHTML('todaytxt','');
setTxt('tomorrowday','');
document.getElementById('tomorrowimg').src = '/img/blank.png';
setHTML('tomorrowtxt','');
setTxt('nextday','');
document.getElementById('nextimg').src = '/img/blank.png';
setHTML('nexttxt','');
}

function showWeatherLoader() {
	var obj = document.getElementById('weatherloader');
	obj.style.top = (document.getElementById('weathergrid').offsetHeight/2)+"px";
	obj.style.left = (document.getElementById('weathercontainer').offsetWidth/2)+"px";
	obj.style.display = "";
}

function hideWeatherLoader() {
	document.getElementById('weatherloader').style.display = "none";
}





function pullCurrency(F) {
	var N = 1;
	var T = "ZAR";

	document.getElementById('currencymenu').style.display = "none";
	showCurrencyLoader();
	var theUrl = "/currencylive.php?N="+N+"&F="+F+"&T="+T;
	loadCurrencyData(theUrl);
}



function loadCurrencyData(url) {
//alert(url);
	// branch for native XMLHttpRequest object 
	if (window.XMLHttpRequest) {
		reqcurr = new XMLHttpRequest();
		reqcurr.onreadystatechange = function() {
		processCurrencyData();
		}
		reqcurr.open("GET", url, true);
		reqcurr.send(null);
		// branch for IE/Windows ActiveX version 
	} else if (window.ActiveXObject) {
		reqcurr = new ActiveXObject("Microsoft.XMLHTTP");
		if (reqcurr) {
			reqcurr.onreadystatechange = function() {
			processCurrencyData();
			}
			reqcurr.open("GET", url, true);
			reqcurr.send();
		}
	}
}


function processCurrencyData() {

	if (reqcurr.readyState == 4) {

		if (reqcurr.status == 200) {
		var returnStr = reqcurr.responseText;


		setHTML('currencyresults','');
		setHTML('currencyresults',returnStr);

		setTxt('currencysubheading',getTxt('currencytitle'));
		Cufon.refresh('h2');

		hideCurrencyLoader();

		} else {
			//hideAjaxStatus();
			alert("Oops. There was a problem requesting the feed.\nPlease re-try.");
		}
 		
	}

}


function showCurrencyLoader() {
	var obj = document.getElementById('currencyloader');
	obj.style.top = (document.getElementById('rssfeedgrid').offsetHeight/2)+"px";
	obj.style.left = (document.getElementById('currencycontainer').offsetWidth/2)+"px";
	obj.style.display = "";
}

function hideCurrencyLoader() {
	document.getElementById('currencyloader').style.display = "none";
}





//- buy pages - internet/hosting

function dirControl(dir, arr) {
	var arr = this[arr];
	var objIndex = "";

	if (dir == "left") {
		var objIndex = returnPanelIndex(arr)-1;
		if (objIndex == -1) {
			objIndex = arr.length-1;
		}

	} else if (dir == "right") {
		var objIndex = returnPanelIndex(arr)+1;
		if (objIndex == arr.length) {
			objIndex = 0;
		}
	}

	var obj = document.getElementById(eval("arr["+objIndex+"]"));
	clearPanels(arr);

	obj.style.display = "";
	//$(obj).fadeIn(500);
}


function returnPanelIndex(arr) {
	for (var i = 0; i<arr.length; i++) {
		if (document.getElementById(arr[i]).style.display != "none") {
			return i;
		}
	}
}


function clearPanels(arr) {
	for (var i = 0; i<arr.length; i++) {
		document.getElementById(arr[i]).style.display = "none";
	}
}



function setDetailTxt(id,str,color) {
	if (document.getElementById(id)) {
		if (document.getElementById(id).innerText != undefined) {
			document.getElementById(id).innerText = str;
			if (color != undefined) {
				document.getElementById(id).style.color = color;
			}
		} else if (document.getElementById(id).textContent != undefined){
			document.getElementById(id).textContent = str;
			if (color != undefined) {
				document.getElementById(id).style.color = color;
			}

		}
	}
}


function gotoRegister() {
	// check for promo, change url

	var url = "https://www.adsl.co.za/client/signup?ServiceTypeId="+servTypeId;
	//alert(url);
	window.location = url;
}



function validateExisting(frm) {
var alertMsg = "Please complete the following:\n";
var l_Msg = alertMsg.length;
var f_Arr = new Array();

// name
if (frm.Name.value=="") {
alertMsg += " - Client Code" + "\n";
f_Arr.push(frm.Name);
}

// password
if (frm.Password.value=="") {
alertMsg += " - Password" + "\n";
f_Arr.push(frm.Password);
}

//alert if fields are empty and cancel form submit
if (alertMsg.length == l_Msg){

		document.getElementById('ServiceTypeId').value = servTypeId;
		return true;
}
else {
alert(alertMsg);
if (f_Arr[0] != undefined) {
f_Arr[0].focus();
}
return false;
   }
}


function showBuyOptions() {
	document.getElementById('detailsplashcontainer').style.display = "none";
	//document.getElementById('buyoptions').style.display = "";
	$('#buyoptions').fadeIn(500);

}

function closeBuyOptions() {
	document.getElementById('buyoptions').style.display = "none";
	//document.getElementById('buyoptions').style.display = "";
	$('#detailsplashcontainer').fadeIn(500);
}


function showMoreInfo() {

var obj = document.getElementById('expander');

if (obj.className.indexOf('plus') != -1) {
	//$(obj).removeClass('expander_plus').addClass('expander_minus');
	//$('#detailinfocontainer').fadeIn(500);
	showDetailLoader();
	getServiceDetails(currentSTId);
} else if (obj.className.indexOf('minus') != -1) {
	$(obj).removeClass('expander_minus').addClass('expander_plus');
	document.getElementById('detailinfocontainer').style.display = "none";
}

}

function closeMoreInfo() {
	$('#expander').removeClass('expander_minus').addClass('expander_plus');
	document.getElementById('detailinfocontainer').style.display = "none";

}


function getServiceDetails(id) {


	if (id.indexOf("|") != -1) {
		var id = id.split("|")[0];
	}

	var theUrl = "/elements/service_"+id+".php?CCM="+new Date().getTime();
	loadServiceDetails(theUrl);
}



function loadServiceDetails(url) {
//alert(url);
	// branch for native XMLHttpRequest object 
	if (window.XMLHttpRequest) {
		reqservdetails = new XMLHttpRequest();
		reqservdetails.onreadystatechange = function() {
		processServDetails();
		}
		reqservdetails.open("GET", url, true);
		reqservdetails.send(null);
		// branch for IE/Windows ActiveX version 
	} else if (window.ActiveXObject) {
		reqservdetails = new ActiveXObject("Microsoft.XMLHTTP");
		if (reqservdetails) {
			reqservdetails.onreadystatechange = function() {
			processServDetails();
			}
			reqservdetails.open("GET", url, true);
			reqservdetails.send();
		}
	}
}


function processServDetails() {
	if (reqservdetails.readyState == 4) {

		if (reqservdetails.status == 200) {
		var returnStr = reqservdetails.responseText;

		setHTML('detailinfocontainer',returnStr);
		//document.getElementById('detailinfocontainer').style.display = "";
		$('#detailinfocontainer').fadeIn(500);

		$('#expander').removeClass('expander_plus').addClass('expander_minus');

		hideDetailLoader();

		} else {
			hideDetailLoader();
			alert("Oops. There was a problem requesting the information.\nPlease re-try.");
		}
 		
	}
}


function showDetailLoader() {
	var obj = document.getElementById('detailloader');
	//obj.style.top = parseInt(findPos(document.getElementById('detail_moreinfo'), 'Y') + 10)+"px";
	obj.style.left = (document.getElementById('detail_moreinfo').offsetWidth/2)+"px";
	obj.style.display = "";
}

function hideDetailLoader() {
	document.getElementById('detailloader').style.display = "none";

}


//----

function validate(frm) {
var alertMsg = "Please complete the following:\n";
var l_Msg = alertMsg.length;
var f_Arr = new Array();

// name
if (frm.Name.value=="") {
alertMsg += " - Client Code" + "\n";
f_Arr.push(frm.Name);
}

// password
if (frm.Password.value=="") {
alertMsg += " - Password" + "\n";
f_Arr.push(frm.Password);
}

//alert if fields are empty and cancel form submit
if (alertMsg.length == l_Msg){
		return true;
}
else {
alert(alertMsg);
if (f_Arr[0] != undefined) {
f_Arr[0].focus();
}
return false;
   }
}


function validateWebmail(frm) {
var alertMsg = "Please complete the following:\n";
var l_Msg = alertMsg.length;
var f_Arr = new Array();

// name
if (frm._user.value=="") {
alertMsg += " - Username" + "\n";
f_Arr.push(frm._user);
}

// password
if (frm._pass.value=="") {
alertMsg += " - Password" + "\n";
f_Arr.push(frm._pass);
}

//alert if fields are empty and cancel form submit
if (alertMsg.length == l_Msg){
		return true;
}
else {
alert(alertMsg);
if (f_Arr[0] != undefined) {
f_Arr[0].focus();
}
return false;
   }
}

function showRSSPage(obj, objVal, len) {

	// clear
	for (var i = 0; i<len; i++) {
		if (document.getElementById('rssdiv'+i)) {
			document.getElementById('rssdiv'+i).style.display = "none";
		}

		if (document.getElementById('rssanchor'+i)) {
			$(document.getElementById('rssanchor'+i)).removeClass('active');
		}

	}

	//set
	//document.getElementById('rssdiv'+objVal).style.display = "";
	$(document.getElementById('rssdiv'+objVal)).fadeIn(500);
	$(obj).addClass('active');

	setTxt('rssnumber',parseInt(objVal)+1);

	//---

	//alert(objVal);

	if (objVal == 0) {
		$(document.getElementById('rssprev')).addClass('previous-off');
			$(document.getElementById('rssnext')).removeClass('next-off').addClass('next');
	} else if (parseInt(objVal)+1 == getTxt('rsspages')) {
		$(document.getElementById('rssnext')).addClass('next-off');
		$(document.getElementById('rssprev')).removeClass('previous-off').addClass('previous');
	} else {
		$(document.getElementById('rssprev')).removeClass('previous-off').addClass('previous');
		$(document.getElementById('rssnext')).removeClass('next-off').addClass('next');
	}


}


function showRSSPageDir(dir) {

	var classObj = getElementsByClassName("active", "a", document.getElementById("pagination-rss"));
	var selIndex = parseInt(classObj[0].id.substr(9));

	if (dir == "previous") {

		var prevIndex = selIndex-1;

		if (selIndex != 0) {
			showRSSPage(document.getElementById('rssanchor'+prevIndex),prevIndex,getTxt('rsspages'));
		}

	} else if (dir == "next") {

		var nextIndex = selIndex+1;

		if (selIndex != (getTxt('rsspages')-1)) {
			showRSSPage(document.getElementById('rssanchor'+nextIndex),nextIndex,getTxt('rsspages'));

		}

	}

}


/*
	Slimbox v2.04 - The ultimate lightweight Lightbox clone for jQuery
	(c) 2007-2010 Christophe Beyls <http://www.digitalia.be>
	MIT-style license.
*/
(function(w){var E=w(window),u,f,F=-1,n,x,D,v,y,L,r,m=!window.XMLHttpRequest,s=[],l=document.documentElement,k={},t=new Image(),J=new Image(),H,a,g,p,I,d,G,c,A,K;w(function(){w("body").append(w([H=w('<div id="lbOverlay" />')[0],a=w('<div id="lbCenter" />')[0],G=w('<div id="lbBottomContainer" />')[0]]).css("display","none"));g=w('<div id="lbImage" />').appendTo(a).append(p=w('<div style="position: relative;" />').append([I=w('<a id="lbPrevLink" href="#" />').click(B)[0],d=w('<a id="lbNextLink" href="#" />').click(e)[0]])[0])[0];c=w('<div id="lbBottom" />').appendTo(G).append([w('<a id="lbCloseLink" href="#" />').add(H).click(C)[0],A=w('<div id="lbCaption" />')[0],K=w('<div id="lbNumber" />')[0],w('<div style="clear: both;" />')[0]])[0]});w.slimbox=function(O,N,M){u=w.extend({loop:false,overlayOpacity:0.8,overlayFadeDuration:400,resizeDuration:400,resizeEasing:"swing",initialWidth:250,initialHeight:250,imageFadeDuration:400,captionAnimationDuration:400,counterText:"Image {x} of {y}",closeKeys:[27,88,67],previousKeys:[37,80],nextKeys:[39,78]},M);if(typeof O=="string"){O=[[O,N]];N=0}y=E.scrollTop()+(E.height()/2);L=u.initialWidth;r=u.initialHeight;w(a).css({top:Math.max(0,y-(r/2)),width:L,height:r,marginLeft:-L/2}).show();v=m||(H.currentStyle&&(H.currentStyle.position!="fixed"));if(v){H.style.position="absolute"}w(H).css("opacity",u.overlayOpacity).fadeIn(u.overlayFadeDuration);z();j(1);f=O;u.loop=u.loop&&(f.length>1);return b(N)};w.fn.slimbox=function(M,P,O){P=P||function(Q){return[Q.href,Q.title]};O=O||function(){return true};var N=this;return N.unbind("click").click(function(){var S=this,U=0,T,Q=0,R;T=w.grep(N,function(W,V){return O.call(S,W,V)});for(R=T.length;Q<R;++Q){if(T[Q]==S){U=Q}T[Q]=P(T[Q],Q)}return w.slimbox(T,U,M)})};function z(){var N=E.scrollLeft(),M=E.width();w([a,G]).css("left",N+(M/2));if(v){w(H).css({left:N,top:E.scrollTop(),width:M,height:E.height()})}}function j(M){if(M){w("object").add(m?"select":"embed").each(function(O,P){s[O]=[P,P.style.visibility];P.style.visibility="hidden"})}else{w.each(s,function(O,P){P[0].style.visibility=P[1]});s=[]}var N=M?"bind":"unbind";E[N]("scroll resize",z);w(document)[N]("keydown",o)}function o(O){var N=O.keyCode,M=w.inArray;return(M(N,u.closeKeys)>=0)?C():(M(N,u.nextKeys)>=0)?e():(M(N,u.previousKeys)>=0)?B():false}function B(){return b(x)}function e(){return b(D)}function b(M){if(M>=0){F=M;n=f[F][0];x=(F||(u.loop?f.length:0))-1;D=((F+1)%f.length)||(u.loop?0:-1);q();a.className="lbLoading";k=new Image();k.onload=i;k.src=n}return false}function i(){a.className="";w(g).css({backgroundImage:"url("+n+")",visibility:"hidden",display:""});w(p).width(k.width);w([p,I,d]).height(k.height);w(A).html(f[F][1]||"");w(K).html((((f.length>1)&&u.counterText)||"").replace(/{x}/,F+1).replace(/{y}/,f.length));if(x>=0){t.src=f[x][0]}if(D>=0){J.src=f[D][0]}L=g.offsetWidth;r=g.offsetHeight;var M=Math.max(0,y-(r/2));if(a.offsetHeight!=r){w(a).animate({height:r,top:M},u.resizeDuration,u.resizeEasing)}if(a.offsetWidth!=L){w(a).animate({width:L,marginLeft:-L/2},u.resizeDuration,u.resizeEasing)}w(a).queue(function(){w(G).css({width:L,top:M+r,marginLeft:-L/2,visibility:"hidden",display:""});w(g).css({display:"none",visibility:"",opacity:""}).fadeIn(u.imageFadeDuration,h)})}function h(){if(x>=0){w(I).show()}if(D>=0){w(d).show()}w(c).css("marginTop",-c.offsetHeight).animate({marginTop:0},u.captionAnimationDuration);G.style.visibility=""}function q(){k.onload=null;k.src=t.src=J.src=n;w([a,g,c]).stop(true);w([I,d,g,G]).hide()}function C(){if(F>=0){q();F=x=D=-1;w(a).hide();w(H).stop().fadeOut(u.overlayFadeDuration,j)}return false}})(jQuery);

// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
if (!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)) {
	jQuery(function($) {
		$("a[rel^='lightbox']").slimbox({/* Put custom options here */}, null, function(el) {
			return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
		});
	});
}

function centerDoc(theURL,winName,features, myWidth, myHeight, isCenter) {

  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;
    var myTop = ( (screen.height-myHeight)/2 ) - 40;
    features+=(features!='')?',':'';
    features+='scrollbars=yes,resizable=no,status=yes,left='+myLeft+',top='+myTop;
  }

newWin= window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
newWin.focus();
}