/* xcms: no minify */
/*
 * Sizzle CSS Selector Engine - v1.0
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var p=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,j=0,d=Object.prototype.toString,o=false,i=true;[0,0].sort(function(){i=false;return 0});var b=function(v,e,y,z){y=y||[];e=e||document;var B=e;if(e.nodeType!==1&&e.nodeType!==9){return[]}if(!v||typeof v!=="string"){return y}var w=[],s,D,G,r,u=true,t=b.isXML(e),A=v,C,F,E,x;do{p.exec("");s=p.exec(A);if(s){A=s[3];w.push(s[1]);if(s[2]){r=s[3];break}}}while(s);if(w.length>1&&k.exec(v)){if(w.length===2&&f.relative[w[0]]){D=h(w[0]+w[1],e)}else{D=f.relative[w[0]]?[e]:b(w.shift(),e);while(w.length){v=w.shift();if(f.relative[v]){v+=w.shift()}D=h(v,D)}}}else{if(!z&&w.length>1&&e.nodeType===9&&!t&&f.match.ID.test(w[0])&&!f.match.ID.test(w[w.length-1])){C=b.find(w.shift(),e,t);e=C.expr?b.filter(C.expr,C.set)[0]:C.set[0]}if(e){C=z?{expr:w.pop(),set:a(z)}:b.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&e.parentNode?e.parentNode:e,t);D=C.expr?b.filter(C.expr,C.set):C.set;if(w.length>0){G=a(D)}else{u=false}while(w.length){F=w.pop();E=F;if(!f.relative[F]){F=""}else{E=w.pop()}if(E==null){E=e}f.relative[F](G,E,t)}}else{G=w=[]}}if(!G){G=D}if(!G){b.error(F||v)}if(d.call(G)==="[object Array]"){if(!u){y.push.apply(y,G)}else{if(e&&e.nodeType===1){for(x=0;G[x]!=null;x++){if(G[x]&&(G[x]===true||G[x].nodeType===1&&b.contains(e,G[x]))){y.push(D[x])}}}else{for(x=0;G[x]!=null;x++){if(G[x]&&G[x].nodeType===1){y.push(D[x])}}}}}else{a(G,y)}if(r){b(r,B,y,z);b.uniqueSort(y)}return y};b.uniqueSort=function(r){if(c){o=i;r.sort(c);if(o){for(var e=1;e<r.length;e++){if(r[e]===r[e-1]){r.splice(e--,1)}}}}return r};b.matches=function(e,r){return b(e,null,null,r)};b.find=function(x,e,y){var w;if(!x){return[]}for(var t=0,s=f.order.length;t<s;t++){var v=f.order[t],u;if((u=f.leftMatch[v].exec(x))){var r=u[1];u.splice(1,1);if(r.substr(r.length-1)!=="\\"){u[1]=(u[1]||"").replace(/\\/g,"");w=f.find[v](u,e,y);if(w!=null){x=x.replace(f.match[v],"");break}}}}if(!w){w=e.getElementsByTagName("*")}return{set:w,expr:x}};b.filter=function(B,A,E,u){var s=B,G=[],y=A,w,e,x=A&&A[0]&&b.isXML(A[0]);while(B&&A.length){for(var z in f.filter){if((w=f.leftMatch[z].exec(B))!=null&&w[2]){var r=f.filter[z],F,D,t=w[1];e=false;w.splice(1,1);if(t.substr(t.length-1)==="\\"){continue}if(y===G){G=[]}if(f.preFilter[z]){w=f.preFilter[z](w,y,E,G,u,x);if(!w){e=F=true}else{if(w===true){continue}}}if(w){for(var v=0;(D=y[v])!=null;v++){if(D){F=r(D,w,v,y);var C=u^!!F;if(E&&F!=null){if(C){e=true}else{y[v]=false}}else{if(C){G.push(D);e=true}}}}}if(F!==undefined){if(!E){y=G}B=B.replace(f.match[z],"");if(!e){return[]}break}}}if(B===s){if(e==null){b.error(B)}else{break}}s=B}return y};b.error=function(e){throw"Syntax error, unrecognized expression: "+e};var f=b.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+\-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(e){return e.getAttribute("href")}},relative:{"+":function(w,r){var t=typeof r==="string",v=t&&!/\W/.test(r),x=t&&!v;if(v){r=r.toLowerCase()}for(var s=0,e=w.length,u;s<e;s++){if((u=w[s])){while((u=u.previousSibling)&&u.nodeType!==1){}w[s]=x||u&&u.nodeName.toLowerCase()===r?u||false:u===r}}if(x){b.filter(r,w,true)}},">":function(w,r){var u=typeof r==="string",v,s=0,e=w.length;if(u&&!/\W/.test(r)){r=r.toLowerCase();for(;s<e;s++){v=w[s];if(v){var t=v.parentNode;w[s]=t.nodeName.toLowerCase()===r?t:false}}}else{for(;s<e;s++){v=w[s];if(v){w[s]=u?v.parentNode:v.parentNode===r}}if(u){b.filter(r,w,true)}}},"":function(t,r,v){var s=j++,e=q,u;if(typeof r==="string"&&!/\W/.test(r)){r=r.toLowerCase();u=r;e=n}e("parentNode",r,s,t,u,v)},"~":function(t,r,v){var s=j++,e=q,u;if(typeof r==="string"&&!/\W/.test(r)){r=r.toLowerCase();u=r;e=n}e("previousSibling",r,s,t,u,v)}},find:{ID:function(r,s,t){if(typeof s.getElementById!=="undefined"&&!t){var e=s.getElementById(r[1]);return e?[e]:[]}},NAME:function(s,v){if(typeof v.getElementsByName!=="undefined"){var r=[],u=v.getElementsByName(s[1]);for(var t=0,e=u.length;t<e;t++){if(u[t].getAttribute("name")===s[1]){r.push(u[t])}}return r.length===0?null:r}},TAG:function(e,r){return r.getElementsByTagName(e[1])}},preFilter:{CLASS:function(t,r,s,e,w,x){t=" "+t[1].replace(/\\/g,"")+" ";if(x){return t}for(var u=0,v;(v=r[u])!=null;u++){if(v){if(w^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(t)>=0)){if(!s){e.push(v)}}else{if(s){r[u]=false}}}}return false},ID:function(e){return e[1].replace(/\\/g,"")},TAG:function(r,e){return r[1].toLowerCase()},CHILD:function(e){if(e[1]==="nth"){var r=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(e[2]==="even"&&"2n"||e[2]==="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(r[1]+(r[2]||1))-0;e[3]=r[3]-0}e[0]=j++;return e},ATTR:function(u,r,s,e,v,w){var t=u[1].replace(/\\/g,"");if(!w&&f.attrMap[t]){u[1]=f.attrMap[t]}if(u[2]==="~="){u[4]=" "+u[4]+" "}return u},PSEUDO:function(u,r,s,e,v){if(u[1]==="not"){if((p.exec(u[3])||"").length>1||/^\w/.test(u[3])){u[3]=b(u[3],null,null,r)}else{var t=b.filter(u[3],r,s,true^v);if(!s){e.push.apply(e,t)}return false}}else{if(f.match.POS.test(u[0])||f.match.CHILD.test(u[0])){return true}}return u},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){e.parentNode.selectedIndex;return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(s,r,e){return !!b(e[3],s).length},header:function(e){return(/h\d/i).test(e.nodeName)},text:function(e){return"text"===e.type},radio:function(e){return"radio"===e.type},checkbox:function(e){return"checkbox"===e.type},file:function(e){return"file"===e.type},password:function(e){return"password"===e.type},submit:function(e){return"submit"===e.type},image:function(e){return"image"===e.type},reset:function(e){return"reset"===e.type},button:function(e){return"button"===e.type||e.nodeName.toLowerCase()==="button"},input:function(e){return(/input|select|textarea|button/i).test(e.nodeName)}},setFilters:{first:function(r,e){return e===0},last:function(s,r,e,t){return r===t.length-1},even:function(r,e){return e%2===0},odd:function(r,e){return e%2===1},lt:function(s,r,e){return r<e[3]-0},gt:function(s,r,e){return r>e[3]-0},nth:function(s,r,e){return e[3]-0===r},eq:function(s,r,e){return e[3]-0===r}},filter:{PSEUDO:function(s,x,w,y){var e=x[1],r=f.filters[e];if(r){return r(s,w,x,y)}else{if(e==="contains"){return(s.textContent||s.innerText||b.getText([s])||"").indexOf(x[3])>=0}else{if(e==="not"){var t=x[3];for(var v=0,u=t.length;v<u;v++){if(t[v]===s){return false}}return true}else{b.error("Syntax error, unrecognized expression: "+e)}}}},CHILD:function(e,t){var w=t[1],r=e;switch(w){case"only":case"first":while((r=r.previousSibling)){if(r.nodeType===1){return false}}if(w==="first"){return true}r=e;case"last":while((r=r.nextSibling)){if(r.nodeType===1){return false}}return true;case"nth":var s=t[2],z=t[3];if(s===1&&z===0){return true}var v=t[0],y=e.parentNode;if(y&&(y.sizcache!==v||!e.nodeIndex)){var u=0;for(r=y.firstChild;r;r=r.nextSibling){if(r.nodeType===1){r.nodeIndex=++u}}y.sizcache=v}var x=e.nodeIndex-z;if(s===0){return x===0}else{return(x%s===0&&x/s>=0)}}},ID:function(r,e){return r.nodeType===1&&r.getAttribute("id")===e},TAG:function(r,e){return(e==="*"&&r.nodeType===1)||r.nodeName.toLowerCase()===e},CLASS:function(r,e){return(" "+(r.className||r.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(v,t){var s=t[1],e=f.attrHandle[s]?f.attrHandle[s](v):v[s]!=null?v[s]:v.getAttribute(s),w=e+"",u=t[2],r=t[4];return e==null?u==="!=":u==="="?w===r:u==="*="?w.indexOf(r)>=0:u==="~="?(" "+w+" ").indexOf(r)>=0:!r?w&&e!==false:u==="!="?w!==r:u==="^="?w.indexOf(r)===0:u==="$="?w.substr(w.length-r.length)===r:u==="|="?w===r||w.substr(0,r.length+1)===r+"-":false},POS:function(u,r,s,v){var e=r[2],t=f.setFilters[e];if(t){return t(u,s,r,v)}}}};var k=f.match.POS,g=function(r,e){return"\\"+(e-0+1)};for(var m in f.match){f.match[m]=new RegExp(f.match[m].source+(/(?![^\[]*\])(?![^\(]*\))/.source));f.leftMatch[m]=new RegExp(/(^(?:.|\r|\n)*?)/.source+f.match[m].source.replace(/\\(\d+)/g,g))}var a=function(r,e){r=Array.prototype.slice.call(r,0);if(e){e.push.apply(e,r);return e}return r};try{Array.prototype.slice.call(document.documentElement.childNodes,0)[0].nodeType}catch(l){a=function(u,t){var r=t||[],s=0;if(d.call(u)==="[object Array]"){Array.prototype.push.apply(r,u)}else{if(typeof u.length==="number"){for(var e=u.length;s<e;s++){r.push(u[s])}}else{for(;u[s];s++){r.push(u[s])}}}return r}}var c;if(document.documentElement.compareDocumentPosition){c=function(r,e){if(!r.compareDocumentPosition||!e.compareDocumentPosition){if(r==e){o=true}return r.compareDocumentPosition?-1:1}var s=r.compareDocumentPosition(e)&4?-1:r===e?0:1;if(s===0){o=true}return s}}else{if("sourceIndex" in document.documentElement){c=function(r,e){if(!r.sourceIndex||!e.sourceIndex){if(r==e){o=true}return r.sourceIndex?-1:1}var s=r.sourceIndex-e.sourceIndex;if(s===0){o=true}return s}}else{if(document.createRange){c=function(t,r){if(!t.ownerDocument||!r.ownerDocument){if(t==r){o=true}return t.ownerDocument?-1:1}var s=t.ownerDocument.createRange(),e=r.ownerDocument.createRange();s.setStart(t,0);s.setEnd(t,0);e.setStart(r,0);e.setEnd(r,0);var u=s.compareBoundaryPoints(Range.START_TO_END,e);if(u===0){o=true}return u}}}}b.getText=function(e){var r="",t;for(var s=0;e[s];s++){t=e[s];if(t.nodeType===3||t.nodeType===4){r+=t.nodeValue}else{if(t.nodeType!==8){r+=b.getText(t.childNodes)}}}return r};(function(){var r=document.createElement("div"),s="script"+(new Date()).getTime();r.innerHTML="<a name='"+s+"'/>";var e=document.documentElement;e.insertBefore(r,e.firstChild);if(document.getElementById(s)){f.find.ID=function(u,v,w){if(typeof v.getElementById!=="undefined"&&!w){var t=v.getElementById(u[1]);return t?t.id===u[1]||typeof t.getAttributeNode!=="undefined"&&t.getAttributeNode("id").nodeValue===u[1]?[t]:undefined:[]}};f.filter.ID=function(v,t){var u=typeof v.getAttributeNode!=="undefined"&&v.getAttributeNode("id");return v.nodeType===1&&u&&u.nodeValue===t}}e.removeChild(r);e=r=null})();(function(){var e=document.createElement("div");e.appendChild(document.createComment(""));if(e.getElementsByTagName("*").length>0){f.find.TAG=function(r,v){var u=v.getElementsByTagName(r[1]);if(r[1]==="*"){var t=[];for(var s=0;u[s];s++){if(u[s].nodeType===1){t.push(u[s])}}u=t}return u}}e.innerHTML="<a href='#'></a>";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){f.attrHandle.href=function(r){return r.getAttribute("href",2)}}e=null})();if(document.querySelectorAll){(function(){var e=b,s=document.createElement("div");s.innerHTML="<p class='TEST'></p>";if(s.querySelectorAll&&s.querySelectorAll(".TEST").length===0){return}b=function(w,v,t,u){v=v||document;if(!u&&v.nodeType===9&&!b.isXML(v)){try{return a(v.querySelectorAll(w),t)}catch(x){}}return e(w,v,t,u)};for(var r in e){b[r]=e[r]}s=null})()}(function(){var e=document.createElement("div");e.innerHTML="<div class='test e'></div><div class='test'></div>";if(!e.getElementsByClassName||e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}f.order.splice(1,0,"CLASS");f.find.CLASS=function(r,s,t){if(typeof s.getElementsByClassName!=="undefined"&&!t){return s.getElementsByClassName(r[1])}};e=null})();function n(r,w,v,z,x,y){for(var t=0,s=z.length;t<s;t++){var e=z[t];if(e){e=e[r];var u=false;while(e){if(e.sizcache===v){u=z[e.sizset];break}if(e.nodeType===1&&!y){e.sizcache=v;e.sizset=t}if(e.nodeName.toLowerCase()===w){u=e;break}e=e[r]}z[t]=u}}}function q(r,w,v,z,x,y){for(var t=0,s=z.length;t<s;t++){var e=z[t];if(e){e=e[r];var u=false;while(e){if(e.sizcache===v){u=z[e.sizset];break}if(e.nodeType===1){if(!y){e.sizcache=v;e.sizset=t}if(typeof w!=="string"){if(e===w){u=true;break}}else{if(b.filter(w,[e]).length>0){u=e;break}}}e=e[r]}z[t]=u}}}b.contains=document.compareDocumentPosition?function(r,e){return !!(r.compareDocumentPosition(e)&16)}:function(r,e){return r!==e&&(r.contains?r.contains(e):true)};b.isXML=function(e){var r=(e?e.ownerDocument||e:0).documentElement;return r?r.nodeName!=="HTML":false};var h=function(e,x){var t=[],u="",v,s=x.nodeType?[x]:x;while((v=f.match.PSEUDO.exec(e))){u+=v[0];e=e.replace(f.match.PSEUDO,"")}e=f.relative[e]?e+"*":e;for(var w=0,r=s.length;w<r;w++){b(e,s[w],t)}return b.filter(u,t)};window.Sizzle=b})();

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface ? 1992 Fonderia Caratteri Svizzera Walter Fruttiger A.G. Data ? 1992
 * URW. Portions ? 1992 Microsoft Corp. All rights reserved.
 * 
 * Trademark:
 * Eurostile is a licensed trademark of Fonderia Caratteri Svizzera Walter
 * Fruttiger A.G.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"63,-237r48,36r-9,13r-52,-32","w":180},{"d":"45,-240r0,28r-25,0r0,-28r25,0xm45,-168r0,191v0,33,-17,45,-47,40v1,-7,-4,-20,6,-18v14,-2,16,-9,16,-30r0,-183r25,0","w":66},{"d":"142,-240r0,240r-27,0r0,-220r-61,68r-17,-16r66,-72r39,0"},{"d":"171,-240r0,162r36,0r0,23r-36,0r0,55r-27,0r0,-55r-135,0r0,-32r120,-153r42,0xm144,-78r-1,-145r-111,145r112,0"},{"d":"207,-172v0,43,-6,58,-41,64v47,0,38,60,38,108r-27,0v-1,-46,10,-97,-45,-97r-82,0r0,97r-27,0r0,-240v80,6,184,-28,184,68xm182,-165v11,-77,-74,-45,-132,-52r0,97v55,-5,139,20,132,-45","w":224},{"d":"49,-32r0,32r-27,0r0,-32r27,0xm49,-168r0,32r-27,0r0,-32r27,0","w":70},{"d":"156,-204r0,24r-130,59r130,59r0,24r-156,-72r0,-22","w":155},{"d":"192,-240r0,23r-151,194r155,0r0,23r-188,0r0,-23r151,-194r-146,0r0,-23r179,0","w":204},{"d":"17,-84v0,-70,7,-87,74,-87v67,0,74,16,74,87v0,70,-6,86,-74,86v-67,0,-74,-16,-74,-86xm140,-84v0,-56,2,-66,-49,-66v-51,0,-48,11,-48,66v0,55,-3,66,48,66v51,0,49,-10,49,-66","w":182},{"d":"17,-86v0,-60,11,-85,65,-85v31,0,49,8,55,24r0,-93r25,0r0,240r-25,0v0,-7,3,-17,1,-22v-8,16,-26,24,-54,24v-59,0,-67,-26,-67,-88xm137,-89v0,-46,-6,-61,-49,-61v-42,0,-45,16,-45,63v0,50,1,69,46,69v48,0,48,-18,48,-71","w":183},{"w":90},{"d":"49,-32r0,32r-27,0r0,-32r27,0","w":70},{"d":"166,-82v0,59,-10,82,-64,84v-29,1,-45,-8,-56,-22r0,92r-24,0r0,-240r24,0v0,7,-2,17,0,22v9,-16,27,-25,55,-25v57,1,65,27,65,89xm141,-82v0,-52,-1,-68,-47,-68v-46,0,-47,16,-47,67v0,48,4,65,48,65v44,0,46,-16,46,-64","w":183},{"d":"91,-18v37,0,48,0,48,-33r25,0v1,45,-23,54,-72,53v-67,-1,-75,-17,-75,-88v0,-66,11,-83,71,-85v70,-2,76,23,76,92r-121,0v1,50,2,61,48,61xm139,-99v-2,-38,-4,-53,-48,-51v-43,1,-47,7,-48,51r96,0","w":180},{"d":"192,-240r0,35r-116,205r-32,0r126,-217r-153,0r0,-23r175,0"},{"d":"28,0r0,-148r-26,0r0,-20r26,0v-6,-53,15,-82,69,-73r0,20v-39,-9,-48,14,-44,53r44,0r0,20r-44,0r0,148r-25,0","w":95},{"d":"37,-144r-17,0r-4,-96r25,0","w":56},{"w":90},{"d":"17,-83v0,-64,10,-85,67,-88v29,-1,45,11,55,26r-1,-23r24,0r0,179v-1,52,-20,64,-74,64v-48,0,-64,-10,-65,-55r24,0v1,32,8,31,43,34v52,5,50,-33,47,-75v-6,16,-25,23,-55,23v-56,-1,-65,-25,-65,-85xm137,-88v0,-47,-3,-62,-48,-62v-45,0,-46,15,-46,66v0,51,1,66,46,66v46,0,48,-18,48,-70","w":183},{"d":"-24,-240r20,0r211,312r-20,0","w":232},{"d":"240,-168r-47,168r-36,0r-37,-150r-36,150r-37,0r-46,-168r26,0r39,151r37,-151r36,0r37,151r38,-151r26,0","w":241},{"d":"24,-168r25,0v0,6,-4,15,-2,20v23,-41,109,-30,94,36r-24,0v4,-23,-2,-40,-27,-40v-60,0,-36,95,-41,152r-25,0r0,-168","w":143},{"d":"172,-69v3,-51,-36,-40,-84,-42r0,-23v55,-3,80,9,79,-40v-1,-49,-8,-44,-61,-46v-54,-2,-58,4,-58,54r-26,0v2,-62,14,-78,84,-76v64,1,86,2,87,60v1,42,-8,51,-40,59v36,6,45,14,45,56v0,62,-22,68,-88,69v-76,1,-93,-9,-92,-80r27,0v-1,58,6,58,69,58v48,0,56,-3,58,-49"},{"d":"0,-38r0,-24r130,-59r-130,-59r0,-24r156,72r0,22","w":155},{"d":"6,-181v0,-51,5,-60,53,-60v52,0,52,5,52,60v0,53,1,62,-49,62v-54,0,-56,-6,-56,-62xm96,-160v0,-42,12,-74,-38,-68v-37,4,-37,5,-37,45v0,52,-3,49,47,51v19,0,28,-9,28,-28xm231,-240r-163,240r-16,0r162,-240r17,0xm171,-62v0,-49,5,-59,53,-59v53,0,52,5,52,60v0,53,1,62,-49,62v-54,0,-56,-8,-56,-63xm261,-40v0,-41,12,-73,-37,-68v-38,4,-38,5,-38,45v0,52,-3,49,47,51v19,0,28,-9,28,-28","w":282},{"d":"83,-18v76,7,44,-88,51,-150r25,0r0,168r-25,0v0,-7,3,-17,1,-22v-22,41,-113,32,-113,-34r0,-112r24,0r0,112v1,30,7,35,37,38","w":182},{"d":"83,-20v44,-3,48,-8,48,-55r0,-165r27,0r0,169v-2,57,-16,70,-74,73v-67,3,-80,-29,-74,-89r26,0v1,45,-5,71,47,67","w":180},{"d":"207,-240r-211,312r-20,0r211,-312r20,0","w":232},{"d":"46,-240r0,139r11,0r60,-67r31,0r-72,77r85,91r-33,0r-72,-81r-10,0r0,81r-24,0r0,-240r24,0","w":154},{"d":"111,-242v100,0,102,15,102,119v0,40,-2,66,-5,78r24,16r-11,18r-21,-14v-13,18,-42,27,-89,27v-108,0,-103,-16,-103,-132v0,-98,7,-112,103,-112xm34,-120v0,94,-12,100,76,100v38,0,60,-7,68,-19r-71,-47r12,-18r66,43v2,-9,2,-23,2,-45v0,-105,18,-114,-76,-114v-88,0,-77,6,-77,100","w":235},{"d":"205,-240r-77,116r83,124r-32,0r-73,-110r-75,110r-33,0r86,-124r-79,-116r33,0r68,103r67,-103r32,0","w":209},{"d":"98,-37r0,-71r-71,0r0,-23r71,0r0,-72r25,0r0,72r71,0r0,23r-71,0r0,71r-25,0"},{"d":"8,-120v-3,-86,10,-126,103,-122v100,5,102,15,102,119v0,109,1,125,-102,125v-103,0,-99,-15,-103,-122xm187,-120v3,-70,3,-105,-77,-100v-88,6,-76,6,-76,100v0,94,-12,100,76,100v88,0,73,-5,77,-100"},{"d":"118,-215v-56,-10,-49,44,-23,66r90,76r0,-33r27,0v0,18,1,38,-2,53r42,34r-15,19r-36,-29v-10,21,-36,31,-80,31v-79,0,-98,-3,-100,-76v-1,-47,12,-56,49,-64v-15,-12,-22,-26,-22,-42v1,-49,18,-57,71,-58v57,-1,72,16,70,72r-27,0v0,-41,-1,-50,-44,-49xm46,-73v0,56,10,53,70,53v38,0,59,-9,64,-26r-94,-77v-35,10,-40,8,-40,50","w":252},{"d":"49,-261v14,-3,63,26,76,26v12,0,23,-9,33,-26r15,9v-25,63,-82,30,-126,14v-12,0,-22,10,-32,28r-15,-10v13,-27,30,-41,49,-41","w":172},{"d":"27,-161r167,0r0,22r-167,0r0,-22xm27,-101r167,0r0,22r-167,0r0,-22"},{"d":"53,-84v31,12,20,62,22,102v0,24,11,35,33,34r0,20v-64,12,-58,-54,-57,-113v0,-18,-7,-29,-21,-33r0,-20v54,-15,-23,-163,78,-146r0,20v-66,-4,-4,114,-55,136","w":137},{"d":"134,-85v3,-38,4,-71,-42,-66v-32,3,-47,7,-45,30r-24,0v1,-44,18,-50,65,-50v53,0,72,9,72,60r0,111r-25,0v0,-6,3,-14,1,-18v-9,14,-28,20,-57,20v-42,0,-63,-17,-63,-51v0,-44,17,-53,65,-53v30,0,47,5,53,17xm136,-50v-1,-30,-16,-33,-49,-33v-34,0,-46,1,-46,31v0,31,11,34,43,34v35,0,52,-11,52,-32","w":183},{"d":"37,-144r-17,0r-4,-96r25,0xm93,-144r-18,0r-3,-96r24,0","w":112},{"d":"0,-240r25,0r0,300r-25,0r0,-300","w":24},{"d":"107,-215r0,215r-28,0r0,-215r-78,0r0,-25r183,0r0,25r-77,0","w":185},{"d":"16,-129v0,-101,-2,-113,94,-113v102,0,94,12,94,122v0,107,1,122,-94,122v-99,0,-94,-17,-94,-131xm179,-120v0,-89,13,-100,-69,-100v-81,0,-68,11,-68,100v0,89,-13,100,68,100v82,0,69,-11,69,-100"},{"d":"195,-179v0,39,-10,46,-39,55v34,8,41,14,41,55v0,65,-17,71,-86,71v-73,0,-91,-1,-93,-68v-1,-43,9,-49,42,-59v-33,-8,-39,-17,-39,-56v0,-57,21,-61,84,-61v69,0,88,0,90,63xm169,-180v0,-44,-13,-40,-63,-40v-50,0,-59,-4,-59,43v0,48,14,42,71,42v43,0,51,-3,51,-45xm172,-71v0,-43,-17,-41,-66,-41v-52,0,-58,-2,-62,45v-5,60,48,49,96,45v29,-2,32,-14,32,-49"},{"d":"94,-18v39,0,42,-4,43,-43r25,0v3,44,-20,63,-71,63v-65,0,-74,-17,-74,-87v0,-63,11,-86,71,-86v51,0,70,9,71,58r-25,0v1,-34,-11,-37,-48,-37v-45,0,-43,15,-43,67v0,53,1,65,51,65","w":174},{"d":"50,-32v0,0,5,74,-31,67r0,-13v12,-1,16,-9,15,-22r-11,0r0,-32r27,0","w":71},{"d":"57,-32r0,32r-27,0r0,-32r27,0xm58,-240r-4,174r-23,0r-3,-174r30,0","w":86},{"d":"141,-168v-23,73,-37,170,-70,229v-10,11,-27,16,-47,13r0,-20v30,10,38,-26,45,-54r-9,0r-61,-168r26,0r52,150r38,-150r26,0","w":139},{"d":"12,-174v1,-61,23,-68,89,-68v68,0,84,3,86,67r-27,0v-1,-44,-9,-45,-55,-45v-49,0,-67,-1,-67,41v0,49,11,38,67,44v68,7,87,2,87,67v0,67,-22,68,-95,70v-69,1,-87,-11,-86,-76r27,0v-1,51,7,54,60,54v58,0,64,3,68,-50v4,-52,-49,-35,-93,-41v-41,-5,-61,-24,-61,-63","w":201},{"d":"108,2v-65,0,-91,-3,-90,-63r26,0v-1,43,13,41,60,41v59,0,66,1,66,-58v0,-11,2,-27,-1,-36v-9,14,-33,21,-72,21v-59,-1,-77,-13,-77,-71v0,-68,16,-78,87,-78v72,0,90,10,90,79r0,90v-1,67,-19,75,-89,75xm170,-160v0,-58,-6,-60,-66,-60v-52,0,-58,2,-58,52v0,49,6,52,55,52v55,0,69,4,69,-44"},{"d":"179,-173v3,-44,-15,-44,-58,-44r0,84v66,1,89,6,90,65v1,59,-28,68,-90,68r0,27r-20,0r0,-27v-60,3,-92,-10,-91,-75r26,0v-3,52,13,53,65,53r0,-89v-67,-2,-89,-2,-89,-64v0,-59,24,-64,89,-65r0,-22r20,0r0,22v61,-2,89,10,84,67r-26,0xm38,-179v0,46,19,43,63,46r0,-84v-42,1,-63,-2,-63,38xm185,-68v0,-43,-19,-40,-64,-42r0,88v38,9,64,-8,64,-46"},{"d":"146,-168r-56,168r-36,0r-55,-168r25,0r49,149r46,-149r27,0","w":144},{"d":"138,-107v1,-33,-6,-43,-40,-43v-74,0,-47,87,-52,150r-24,0r0,-168r23,0r0,23v8,-17,26,-26,56,-26v92,0,54,98,62,171r-25,0r0,-107","w":185},{"d":"40,-217r0,82r122,0r0,23r-122,0r0,89r127,0r0,23r-154,0r0,-240r154,0r0,23r-127,0","w":179},{"d":"61,-110v0,-42,7,-60,47,-60v21,0,34,5,39,16r0,-16r18,0r0,90v0,13,5,19,15,19v12,0,17,-21,17,-62v-2,-75,-4,-74,-79,-74v-85,0,-89,3,-89,87v0,90,6,94,96,94v30,0,48,-5,53,-15r12,9v-7,12,-30,18,-68,18v-95,0,-108,-10,-108,-106v0,-92,12,-102,104,-102v77,0,94,7,94,81v0,48,2,79,-32,83v-18,2,-25,-9,-30,-20v-6,14,-20,21,-43,21v-39,-2,-46,-19,-46,-63xm111,-60v40,0,36,-15,36,-60v0,-25,-11,-38,-34,-38v-34,1,-34,11,-34,49v0,36,1,49,32,49","w":226},{"d":"50,-240r0,105r24,0r98,-105r35,0r-110,116r123,124r-37,0r-109,-112r-24,0r0,112r-27,0r0,-240r27,0","w":217},{"d":"286,-240r0,240r-27,0r0,-221r-91,221r-27,0r-91,-218r0,218r-27,0r0,-240r47,0r85,205r84,-205r47,0","w":308},{"d":"43,-32v0,0,5,74,-31,67r0,-13v12,-1,16,-9,15,-22r-12,0r0,-32r28,0xm41,-168r0,32r-27,0r0,-32r27,0","w":64},{"d":"50,-240r0,215r123,0r0,25r-150,0r0,-240r27,0","w":174},{"d":"50,-240r0,240r-27,0r0,-240r27,0","w":73},{"d":"359,-240r-76,240r-41,0r-63,-216r-64,216r-41,0r-73,-240r27,0r66,219r65,-219r40,0r64,219r67,-219r29,0","w":359},{"d":"1,-99r74,0r0,23r-75,0","w":74},{"d":"203,-166v6,88,-75,69,-153,71r0,95r-27,0r0,-240r110,0v55,2,66,17,70,74xm177,-164v13,-79,-69,-46,-127,-53r0,100v56,-5,137,20,127,-47","w":212},{"d":"80,72r-62,0r0,-20r35,0r0,-272r-35,0r0,-20r62,0r0,312","w":99},{"d":"86,-84v-31,-11,-22,-61,-23,-101v0,-24,-10,-36,-33,-35r0,-20v64,-12,60,53,58,113v0,18,7,29,20,33r0,20v-52,17,22,164,-78,146r0,-19v66,4,4,-116,56,-137","w":137},{"d":"109,-20v62,0,74,-3,71,-60r27,0v-1,80,-14,82,-101,82v-92,0,-90,-23,-93,-122v-4,-110,8,-122,113,-122v62,0,78,14,78,75r-27,0v0,-44,-6,-55,-52,-53v-73,3,-84,-4,-84,64v0,67,3,106,9,118v6,12,25,18,59,18","w":214},{"d":"140,-168r-54,79r61,89r-30,0r-44,-68r-45,68r-29,0r61,-88r-55,-80r30,0r38,61r38,-61r29,0","w":145},{"d":"228,-240r0,240r-45,0r-133,-217r0,217r-27,0r0,-240r44,0r134,218r0,-218r27,0","w":250},{"d":"16,-168r121,0r0,24r-100,124r100,0r0,20r-129,0r0,-23r100,-125r-92,0r0,-20","w":145},{"d":"170,-51r-121,0r-19,51r-28,0r88,-240r38,0r89,240r-28,0xm162,-71r-53,-147r-52,147r105,0","w":219},{"d":"27,-132r-27,0r64,-109r33,0r64,109r-27,0r-54,-89","w":160},{"d":"95,-32r0,32r-27,0r0,-32r27,0xm99,-242v54,1,69,12,70,65v0,45,-17,63,-49,72v-19,5,-25,17,-24,36r-27,0v-12,-71,77,-39,74,-106v-1,-42,-5,-44,-48,-45v-46,-1,-52,11,-50,55r-26,0v1,-64,12,-78,80,-77","w":187},{"d":"102,-242v63,0,89,5,88,63r-26,0v3,-36,-10,-41,-49,-41v-53,0,-69,-2,-69,45r0,49v10,-14,33,-22,69,-22v63,1,82,12,82,73v0,68,-17,77,-89,77v-74,0,-89,-11,-90,-84r0,-82v2,-67,16,-78,84,-78xm171,-71v0,-52,-8,-54,-64,-54v-47,0,-64,0,-64,42v0,58,6,63,65,63v53,0,63,-1,63,-51"},{"d":"173,-85v0,-52,-9,-55,-61,-56v-37,0,-56,8,-60,23r-24,0r0,-122r161,0r0,23r-134,0v0,24,-4,51,-1,73v9,-13,30,-20,63,-20v64,1,82,15,82,78v0,75,-11,88,-86,88v-69,0,-91,-7,-90,-71r26,0v1,50,9,49,62,49v61,0,62,-4,62,-65"},{"d":"222,-130v0,91,-3,130,-81,130r-118,0r0,-240r111,0v75,2,88,28,88,110xm196,-117v0,-76,5,-100,-62,-100r-84,0r0,194r78,0v67,-2,68,-20,68,-94","w":235},{"d":"208,-69v0,98,-105,63,-185,69r0,-240v75,8,177,-32,177,64v0,27,-9,43,-30,50v25,6,38,25,38,57xm175,-179v6,-61,-77,-31,-125,-38r0,83v53,-6,134,21,125,-45xm182,-65v-4,-48,-8,-47,-62,-47r-70,0r0,89v53,-7,138,23,132,-42","w":222},{"d":"0,24r180,0r0,23r-180,0r0,-23","w":180},{"d":"46,-127v10,79,-28,183,36,177r0,23v-28,1,-51,-5,-56,-22v-10,-13,-11,-257,0,-270v5,-17,27,-23,56,-22r0,23v-50,4,-30,24,-36,91","w":99},{"d":"204,-240r-90,140r0,100r-27,0r0,-100r-89,-140r32,0r71,112r71,-112r32,0","w":202},{"d":"111,-242v64,1,82,12,82,75v0,65,-18,70,-83,78v-60,7,-63,3,-63,66r145,0r0,23r-172,0v0,-34,-4,-83,14,-95v7,-15,111,-17,124,-31v6,-6,9,-20,9,-44v-1,-45,-10,-49,-55,-50v-59,-2,-68,6,-66,62r-26,0v-2,-70,17,-86,91,-84"},{"d":"17,-84v0,-60,11,-86,66,-87v28,-1,45,10,56,24r-2,-21r25,0r0,240r-25,0r0,-93v-7,16,-26,23,-55,23v-55,-1,-65,-27,-65,-86xm137,-80v0,-55,-1,-70,-50,-70v-43,0,-44,19,-44,68v0,47,2,64,45,64v43,0,49,-15,49,-62","w":183},{"d":"15,-123v0,-45,20,-48,70,-48v48,0,69,13,67,47r-25,0v-1,-30,-10,-26,-44,-26v-32,0,-40,-1,-42,26v-2,34,39,26,70,29v30,2,46,18,46,48v-1,44,-22,49,-71,49v-52,0,-73,-6,-72,-55r26,0v-1,30,8,36,41,35v35,-1,50,0,50,-30v0,-18,-8,-27,-24,-27v-62,-3,-92,3,-92,-48","w":170},{"d":"54,-127v-6,-68,14,-86,-36,-91r0,-23v28,-1,51,5,56,22v10,13,11,257,0,270v-5,17,-27,23,-56,22r0,-23v49,-5,34,-24,35,-91","w":99},{"d":"20,-240r61,0r0,20r-34,0r0,272r34,0r0,20r-61,0r0,-312","w":99},{"d":"194,-92r-3,16r-42,0r-12,76r-19,0r12,-76r-53,0r-12,76r-19,0r12,-76r-41,0r2,-16r42,0r8,-57r-41,0r3,-16r41,0r12,-75r19,0r-12,75r53,0r12,-75r19,0r-12,75r41,0r-2,16r-42,0r-8,57r42,0xm142,-149r-54,0r-8,57r53,0"},{"d":"46,-240r0,28r-24,0r0,-28r24,0xm46,-168r0,168r-24,0r0,-168r24,0","w":67},{"d":"99,-150v-79,-5,-46,87,-53,150r-24,0r0,-240r24,0r1,93v6,-16,24,-24,52,-24v87,0,58,95,63,171r-25,0v-8,-55,25,-146,-38,-150","w":185},{"d":"116,-20v57,0,70,1,70,-52r0,-168r27,0r0,168v-2,68,-21,74,-95,74v-71,0,-95,-9,-95,-74r0,-168r27,0r0,168v2,52,11,52,66,52","w":235},{"d":"50,-217r0,84r117,0r0,23r-117,0r0,110r-27,0r0,-240r147,0r0,23r-120,0","w":175},{"d":"175,-189r-50,19r30,42r-14,10r-30,-43r-32,43r-14,-10r30,-42r-49,-19r6,-17r50,17r0,-51r18,0r0,51r48,-17"},{"d":"122,-20v66,4,65,-17,63,-77r-77,0r0,-22r103,0v0,6,1,15,1,26v-3,90,-8,89,-99,95v-111,7,-100,-55,-100,-156v0,-77,21,-88,102,-88v77,0,97,2,96,72r-26,0v-1,-54,-14,-45,-75,-50v-91,-8,-71,55,-71,134v0,68,12,62,83,66","w":222},{"d":"208,-150v-75,-6,-42,89,-49,150r-25,0r0,-118v0,-22,-12,-32,-37,-32v-69,0,-48,87,-51,150r-24,0r0,-168r24,0r0,26v12,-38,98,-39,107,0v24,-45,118,-40,118,32r0,110r-25,0r0,-112v-1,-31,-8,-35,-38,-38","w":297},{"d":"167,-82v0,61,-12,83,-69,84v-27,1,-42,-9,-53,-23r1,21r-24,0r0,-240r24,0r1,94v6,-16,24,-25,55,-25v56,0,65,27,65,89xm141,-83v0,-51,-1,-67,-45,-67v-43,0,-49,15,-49,62v0,55,0,70,50,70v42,0,44,-18,44,-65","w":184},{"d":"46,-240r0,240r-24,0r0,-240r24,0","w":67},{"d":"179,-240r29,0r-85,240r-39,0r-86,-240r29,0r77,218","w":205},{"d":"1,-99r74,0r0,23r-75,0","w":74},{"d":"217,-240r0,240r-27,0r0,-111r-140,0r0,111r-27,0r0,-240r27,0r0,106r140,0r0,-106r27,0","w":239},{"d":"111,-168r0,20r-65,0r0,103v0,18,8,27,24,27v23,1,26,-18,24,-42r23,0v3,39,-11,62,-47,62v-74,0,-42,-88,-49,-150r-23,0r0,-20r23,0r0,-40r25,0r0,40r65,0","w":117}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+76-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("+_IE!h9=y(QU+,.}qhWi&_&Q)z9EIhQU)zxiy(e^>@,rRW_p&x+]k902YedAuC()-Iy![q7cjHSOP.h^LBGb`JUsf5iv=EztFo:}4QXVIC4`-v=S-_L59W&:2WBsIW5Ekr@Hk,ofIAqhxi@^)W5t[OkXx)C+),QbuCjbAiIX2)JH),x4Cr>F-ifH7CkoxpIUeu@]AAJkdC[JuWEQYtH07PW72v-EeRxc+WPi[)kB(i9ByWC_+PqJ-h5()pufk_WPdpYS]^9f!_.=+,&S+d5B2A>`[rES]^>`!rEf]h5.!hq=y,5^2(&UISo^!p.fypkQ7t=}y(-L-Sosyv=s)SjV0^qtqEfU+A4L2vLU+EfU[z.=IdEvq)@f!p.[]ho`cpe.[te[]^HO!)9[]ho`+dYsydo=I)9=+_5s-zW=y(QU]hHs[teU-(E.+d.h!t&L0zP4!r`b+zPBIEJO(z.q)AEf(z.qcdPL+d>j")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":220,"face":{"font-family":"Eurostile","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 4 2 2 2 5 2 4","ascent":"288","descent":"-72","x-height":"2","bbox":"-24 -262 359 75","underline-thickness":"22.8516","underline-position":"-23.9062","unicode-range":"U+0020-U+007E"}}));

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface ? 1992 Fonderia Caratteri Svizzera Walter Fruttiger A.G. Data ? 1992
 * URW. Portions ? 1992 Microsoft Corp. All rights reserved.
 * 
 * Trademark:
 * Eurostile is a licensed trademark of Fonderia Caratteri Svizzera Walter
 * Fruttiger A.G.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"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},{"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":"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},{"d":"58,-43r0,43r-40,0r0,-43r40,0","w":76},{"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},{"d":"60,-240r0,34r-40,0r0,-34r40,0xm60,-168r0,168r-40,0r0,-168r40,0","w":79},{"d":"14,-168r131,0r0,35r-90,102r90,0r0,31r-138,0r0,-35r90,-102r-83,0r0,-31","w":152},{"d":"156,-217r0,40r-113,55r113,55r0,39r-156,-77r0,-34","w":155},{"d":"255,-168r-37,168r-60,0r-30,-134r-30,134r-60,0r-37,-168r40,0r29,140r32,-140r52,0r33,140r28,-140r40,0","w":255},{"d":"0,-112r80,0r0,38r-80,0r0,-38","w":80},{"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},{"d":"60,-43v2,43,3,93,-44,83r0,-19v15,1,23,-8,19,-21r-15,0r0,-43r40,0","w":80},{"d":"49,-144r-28,0r-5,-96r38,0xm112,-144r-27,0r-6,-96r38,0","w":133},{"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"},{"w":90},{"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":"225,-240r0,240r-46,0r0,-104r-112,0r0,104r-46,0r0,-240r46,0r0,98r112,0r0,-98r46,0","w":245},{"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},{"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},{"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"},{"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":"67,-240r0,98r21,0r80,-98r56,0r-96,117r107,123r-59,0r-88,-104r-21,0r0,104r-46,0r0,-240r46,0","w":232},{"d":"196,-240r-185,312r-30,0r185,-312r30,0","w":218},{"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":"195,-240r0,44r-97,196r-50,0r102,-202r-133,0r0,-38r178,0"},{"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},{"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},{"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},{"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},{"d":"244,-240r0,240r-77,0r-100,-201r-2,0r2,201r-46,0r0,-240r77,0r100,200r2,0r-2,-200r46,0","w":264},{"d":"20,-240r73,0r0,34r-31,0r0,244r31,0r0,34r-73,0r0,-312","w":111},{"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},{"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},{"d":"157,-168r-49,79r55,89r-48,0r-34,-61r-33,61r-49,0r55,-88r-49,-80r48,0r28,53r28,-53r48,0","w":161},{"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":"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},{"d":"42,-124r-42,0r60,-117r52,0r60,117r-42,0r-44,-85","w":171},{"d":"0,-112r80,0r0,38r-80,0r0,-38","w":80},{"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},{"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":"91,72r-73,0r0,-34r31,0r0,-244r-31,0r0,-34r73,0r0,312","w":110},{"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":"57,-240r57,37r-9,17r-63,-27","w":180},{"d":"49,-144r-28,0r-5,-96r38,0","w":69},{"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},{"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"},{"d":"68,-43r0,43r-40,0r0,-43r40,0xm70,-240r-3,160r-39,0r-3,-160r45,0","w":98},{"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},{"d":"160,-168r-48,168r-63,0r-51,-168r43,0r40,140r36,-140r43,0","w":158},{"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":"0,-27r0,-40r113,-55r-113,-55r0,-39r156,77r0,34","w":155},{"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},{"d":"67,-240r0,240r-46,0r0,-240r46,0","w":88},{"d":"166,-46r-103,0r-15,46r-48,0r79,-240r69,0r81,240r-47,0xm156,-80r-42,-125r-41,125r83,0","w":228},{"d":"60,-240r0,137r10,0r46,-65r47,0r-59,79r71,89r-50,0r-55,-75r-10,0r0,75r-40,0r0,-240r40,0","w":172},{"d":"67,-240r0,199r112,0r0,41r-158,0r0,-240r46,0","w":181},{"d":"175,-240r48,0r-77,240r-70,0r-77,-240r47,0r65,201","w":221},{"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":"0,-240r40,0r0,300r-40,0r0,-300","w":40},{"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},{"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},{"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"},{"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},{"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":"58,-43r0,43r-40,0r0,-43r40,0xm58,-168r0,43r-40,0r0,-43r40,0","w":76},{"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},{"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},{"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},{"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},{"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},{"d":"0,19r180,0r0,36r-180,0r0,-36","w":180},{"d":"67,-202r0,65r107,0r0,38r-107,0r0,99r-46,0r0,-240r159,0r0,38r-113,0","w":186},{"d":"117,-199r0,199r-46,0r0,-199r-69,0r0,-41r186,0r0,41r-71,0","w":190},{"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":"358,-240r-64,240r-67,0r-49,-182r-49,182r-67,0r-62,-240r46,0r50,202r2,0r54,-202r54,0r53,202r53,-202r46,0","w":358},{"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},{"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},{"d":"159,-240r0,240r-45,0r0,-200r-63,62r-27,-30r78,-72r57,0","w":226},{"d":"-19,-240r30,0r185,312r-30,0","w":218},{"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},{"d":"177,-185r-44,16r26,38r-19,14r-27,-40r-29,40r-19,-14r28,-38r-45,-17r8,-23r45,16r0,-47r23,0r0,47r45,-16"},{"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},{"d":"60,-240r0,240r-40,0r0,-240r40,0","w":79},{"d":"62,-202r0,62r112,0r0,34r-112,0r0,68r120,0r0,38r-166,0r0,-240r165,0r0,38r-119,0","w":194},{"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},{"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":"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"},{"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},{"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":"198,-240r0,38r-132,164r134,0r0,38r-192,0r0,-39r131,-163r-125,0r0,-38r184,0","w":207},{"w":90},{"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},{"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":"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},{"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},{"d":"220,-240r-89,148r0,92r-46,0r0,-92r-86,-148r53,0r57,102r57,-102r54,0","w":218}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+223-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("&(3!xXYi`zmr&}Nv*X8T9(9mjIY!3XmrjIVT`zJ43d7f>niD3TbNkXV;haRukj)fj}9ajg6B2(ZB2Zb[En6_U!BF>n*ZLjN!-NH%LgGX*8?E*-)B>zJ.$di;>}*dY}ZI*DfmKNYV[zH2d4H7E69T6%)|`88>UX?$JNJodI!Y2dRE-T;FxZdTVoY:L!)Q}oZ8(g9V&k2YLK[JU-6dzj>3`xE*h$GbDa%NX4W;:qfHrFBRTni!Ius?|v7m._WGJTdX>d%Dk4YBx(Ni&}9D&UR;K-)fEo!Dk4)fxo!BkXRNxX*i`}R4Kz9r3D?4xgNB`g2mhuiv`z>W>D?F`niFjDG_L4*u*!Br&-7WKnWr&!BrEINi3U!n*jQBxgNEkX?f$gJNEuJEk4baxjYEkX?f&U[F`U?i3jYi&(RF>I8i`zmrkXbFEuJr>z!N&UNXxu9WLI%7xofq&I%;3!HazIN*j-!BzIN*$U%W&U)G")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"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"}}));

//  dw_event.js version date Apr 2008
//  basic event handling file from dyn-web.com

var dw_Event = {
  
    add: function(obj, etype, fp, cap) {
        cap = cap || false;
        if (obj.addEventListener) obj.addEventListener(etype, fp, cap);
        else if (obj.attachEvent) obj.attachEvent("on" + etype, fp);
    }, 

    remove: function(obj, etype, fp, cap) {
        cap = cap || false;
        if (obj.removeEventListener) obj.removeEventListener(etype, fp, cap);
        else if (obj.detachEvent) obj.detachEvent("on" + etype, fp);
    }, 
    
    DOMit: function(e) { 
        e = e? e: window.event; // e IS passed when using attachEvent though ...
        if (!e.target) e.target = e.srcElement;
        if (!e.preventDefault) e.preventDefault = function () { e.returnValue = false; return false; }
        if (!e.stopPropagation) e.stopPropagation = function () { e.cancelBubble = true; }
        return e;
    },
    
    getTarget: function(e) {
        e = dw_Event.DOMit(e); var tgt = e.target; 
        if (tgt.nodeType != 1) tgt = tgt.parentNode; // safari...
        return tgt;
    }
    
}

// Danny Goodman's version (DHTML def ref)
function addLoadEvent(func) {
    var oldQueue = window.onload? window.onload: function() {};
    window.onload = function() {
        oldQueue();
        func();
    }
}

//AddToInitArray(addLoadEvent);

/*************************************************************************
    This code is from Dynamic Web Coding at dyn-web.com
    Copyright 2001-2008 by Sharon Paine 
    See Terms of Use at www.dyn-web.com/business/terms.php
    regarding conditions under which you may use this code.
    This notice must be retained in the code as is!
    
    version date: Feb 2009 (opera mousewheel)
    printEnabled property added Nov 2008
*************************************************************************/

// horizId only needed for horizontal scrolling
function dw_scrollObj(wndoId, lyrId, horizId) {
    var wn = document.getElementById(wndoId);
    this.id = wndoId; dw_scrollObj.col[this.id] = this;
    this.animString = "dw_scrollObj.col." + this.id;
    this.load(lyrId, horizId);
    
    if (wn.addEventListener) {
        wn.addEventListener('DOMMouseScroll', dw_scrollObj.doOnMouseWheel, false);
    } 
    wn.onmousewheel = dw_scrollObj.doOnMouseWheel;
}

// If set true, position scrolling content div's absolute in style sheet (see documentation)
// set false in download file with position absolute set in .load method due to support issues 
// (Too many people remove the specification and then complain that the code doesn't work!)
dw_scrollObj.printEnabled = false;

dw_scrollObj.defaultSpeed = dw_scrollObj.prototype.speed = 100; // default for mouseover or mousedown scrolling
dw_scrollObj.defaultSlideDur = dw_scrollObj.prototype.slideDur = 500; // default duration of glide onclick

dw_scrollObj.isSupported = function () {
    if ( document.getElementById && document.getElementsByTagName 
         && document.addEventListener || document.attachEvent ) {
        return true;
    }
    return false;
}

dw_scrollObj.col = {}; // collect instances

// custom events 
dw_scrollObj.prototype.on_load = function() {} // when dw_scrollObj initialized or new layer loaded
dw_scrollObj.prototype.on_scroll = function() {}
dw_scrollObj.prototype.on_scroll_start = function () {}
dw_scrollObj.prototype.on_scroll_stop = function() {} // when scrolling has ceased (mouseout/up)
dw_scrollObj.prototype.on_scroll_end = function () {}
dw_scrollObj.prototype.on_update = function() {} // called in updateDims
dw_scrollObj.prototype.on_glidescroll = function() {}
dw_scrollObj.prototype.on_glidescroll_start = function() {}
dw_scrollObj.prototype.on_glidescroll_stop = function() {} // destination (to/by) reached
dw_scrollObj.prototype.on_glidescroll_end = function() {} // reached end

dw_scrollObj.prototype.load = function(lyrId, horizId) {
    var wndo, lyr;
    if (this.lyrId) { // layer currently loaded?
        lyr = document.getElementById(this.lyrId);
        lyr.style.visibility = "hidden";
    }
    this.lyr = lyr = document.getElementById(lyrId); // hold this.lyr?
    if ( !dw_scrollObj.printEnabled ) {
        this.lyr.style.position = 'absolute'; 
    }
    this.lyrId = lyrId; // hold id of currently visible layer
    this.horizId = horizId || null; // hold horizId for update fn
    wndo = document.getElementById(this.id);
    this.y = 0; this.x = 0; this.shiftTo(0,0);
    this.getDims(wndo, lyr); 
    lyr.style.visibility = "visible";
    this.ready = true; this.on_load(); 
}

dw_scrollObj.prototype.shiftTo = function(x, y) {
    if (this.lyr) {
        this.lyr.style.left = (this.x = x) + "px"; 
        this.lyr.style.top = (this.y = y) + "px";
    }
}

dw_scrollObj.prototype.getX = function() { return this.x; }
dw_scrollObj.prototype.getY = function() { return this.y; }

dw_scrollObj.prototype.getDims = function(wndo, lyr) { 
    this.wd = this.horizId? document.getElementById( this.horizId ).offsetWidth: lyr.offsetWidth;
    this.maxX = (this.wd - wndo.offsetWidth > 0)? this.wd - wndo.offsetWidth: 0;
    this.maxY = (lyr.offsetHeight - wndo.offsetHeight > 0)? lyr.offsetHeight - wndo.offsetHeight: 0;
}

dw_scrollObj.prototype.updateDims = function() {
    var wndo = document.getElementById(this.id);
    var lyr = document.getElementById( this.lyrId );
    this.getDims(wndo, lyr);
    this.on_update();
}

// for mouseover/mousedown scrolling
dw_scrollObj.prototype.initScrollVals = function(deg, speed) {
    if (!this.ready) return; 
    if (this.timerId) {
        clearInterval(this.timerId); this.timerId = 0;
    }
    this.speed = speed || dw_scrollObj.defaultSpeed;
    this.fx = (deg == 0)? -1: (deg == 180)? 1: 0;
    this.fy = (deg == 90)? 1: (deg == 270)? -1: 0;
    this.endX = (deg == 90 || deg == 270)? this.x: (deg == 0)? -this.maxX: 0; 
    this.endY = (deg == 0 || deg == 180)? this.y: (deg == 90)? 0: -this.maxY;
    this.lyr = document.getElementById(this.lyrId);
    this.lastTime = new Date().getTime();
    this.on_scroll_start(this.x, this.y);  
    this.timerId = setInterval(this.animString + ".scroll()", 10);    
}

dw_scrollObj.prototype.scroll = function() {
    var now = new Date().getTime();
    var d = (now - this.lastTime)/1000 * this.speed;
    if (d > 0) { 
        var x = this.x + Math.round(this.fx * d); var y = this.y + Math.round(this.fy * d);
        if ( ( this.fx == -1 && x > -this.maxX ) || ( this.fx == 1 && x < 0 ) || 
                ( this.fy == -1 && y > -this.maxY ) || ( this.fy == 1 && y < 0 ) ) 
       {
            this.lastTime = now;
            this.shiftTo(x, y);
            this.on_scroll(x, y);
        } else {
            clearInterval(this.timerId); this.timerId = 0;
            this.shiftTo(this.endX, this.endY);
            this.on_scroll(this.endX, this.endY);
            this.on_scroll_end(this.endX, this.endY);
        }
    }
}

// when scrolling has ceased (mouseout/up)
dw_scrollObj.prototype.ceaseScroll = function() {
    if (!this.ready) return;
    if (this.timerId) {
        clearInterval(this.timerId); this.timerId = 0; 
    }
    this.on_scroll_stop(this.x, this.y); 
}

// glide onclick scrolling
var xi = null;
dw_scrollObj.prototype.initScrollByVals = function(dx, dy, dur) {
    if ( !this.ready || this.sliding ) return;
    this.startX = this.x; this.startY = this.y;
    this.destX = this.destY = this.distX = this.distY = 0;
    if (dy < 0) {
        this.distY = (this.startY + dy >= -this.maxY)? dy: -(this.startY  + this.maxY);
    } else if (dy > 0) {
        this.distY = (this.startY + dy <= 0)? dy: -this.startY;
    }
    if (dx < 0) {
        this.distX = (this.startX + dx >= -this.maxX)? dx: -(this.startX + this.maxX);
	    progressCurrent++;
    } else if (dx > 0) {
        this.distX = (this.startX + dx <= 0)? dx: -this.startX;
	    if (progressCurrent>1) progressCurrent--;
    }
    this.destX = this.startX + this.distX; this.destY = this.startY + this.distY;
    this.glideScrollPrep(this.destX, this.destY, dur);
    
	document.getElementById("bpage").innerText = progressCurrent+"/"+progressTotal;
	document.getElementById("bar_inner").style.width = "100%";
	clearInterval(xi);
	if (!xUserStop) {
		progressSecs = 0;
		updateprogress();
		xi = setInterval(updateprogress, 1000);
	}
}
function updateprogress() {
try {
	var p = parseInt(((xDelay-progressSecs)/xDelay)*100);
	document.getElementById("bar_inner").style.width = p+"%";
	progressSecs++;
} catch(e){}
}
	
dw_scrollObj.prototype.initScrollToVals = function(destX, destY, dur) {
    if ( !this.ready || this.sliding ) return;
    this.startX = this.x; this.startY = this.y;
    this.destX = -Math.max( Math.min(destX, this.maxX), 0);
    this.destY = -Math.max( Math.min(destY, this.maxY), 0);
    this.distY = this.destY - this.startY;
    this.distX = this.destX - this.startX;
    this.glideScrollPrep(this.destX, this.destY, dur);
}

dw_scrollObj.prototype.glideScrollPrep = function(destX, destY, dur) {
    this.slideDur = (typeof dur == 'number')? dur: dw_scrollObj.defaultSlideDur;
    this.per = Math.PI/(2 * this.slideDur); this.sliding = true;
    this.lyr = document.getElementById(this.lyrId); 
    this.startTime = new Date().getTime();
    this.timerId = setInterval(this.animString + ".doGlideScroll()",10);
    this.on_glidescroll_start(this.startX, this.startY);
}

dw_scrollObj.prototype.doGlideScroll = function() {
    var elapsed = new Date().getTime() - this.startTime;
    if (elapsed < this.slideDur) {
        var x = this.startX + Math.round( this.distX * Math.sin(this.per*elapsed) );
        var y = this.startY + Math.round( this.distY * Math.sin(this.per*elapsed) );
        this.shiftTo(x, y); 
        this.on_glidescroll(x, y);
    } else {	// if time's up
        clearInterval(this.timerId); this.timerId = 0; this.sliding = false;
        this.shiftTo(this.destX, this.destY);
        this.on_glidescroll(this.destX, this.destY);
        this.on_glidescroll_stop(this.destX, this.destY);
        // end of axis reached ? 
        if ( this.distX && (this.destX == 0 || this.destX == -this.maxX) 
          || this.distY && (this.destY == 0 || this.destY == -this.maxY) ) { 
            this.on_glidescroll_end(this.destX, this.destY);
        } 
    }
}

//  resource: http://adomas.org/javascript-mouse-wheel/
dw_scrollObj.handleMouseWheel = function(id, delta) {
    var wndo = dw_scrollObj.col[id];
    var x = wndo.x;
    var y = wndo.y;
    wndo.on_scroll_start(x,y);
    var ny;
    ny = 12  * delta + y
    ny = (ny < 0 && ny >= -wndo.maxY)? ny: (ny < -wndo.maxY)? -wndo.maxY: 0;
    wndo.shiftTo(x, ny);
    wndo.on_scroll(x, ny);
}

dw_scrollObj.doOnMouseWheel = function(e) {
    var delta = 0;
    if (!e) e = window.event;
    if (e.wheelDelta) { /* IE/Opera. */
        delta = e.wheelDelta/120;
        //if (window.opera) delta = -delta; // not needed as of v 9.2
    } else if (e.detail) { // Mozilla 
        delta = -e.detail/3;
    }
    if (delta) { // > 0 up, < 0 down
        dw_scrollObj.handleMouseWheel(this.id, delta);
    }
    if (e.preventDefault) e.preventDefault();
    e.returnValue = false;
}

dw_scrollObj.GeckoTableBugFix = function() {} // no longer need old bug fix


// Get position of el within layer (oCont) sOff: 'left' or 'top'
// Assumes el is within oCont
function dw_getLayerOffset(el, oCont, sOff) {
    var off = "offset" + sOff.charAt(0).toUpperCase() + sOff.slice(1);
    var val = el[off];
    while ( (el = el.offsetParent) != oCont ) 
        val += el[off];
    var clientOff = off.replace("offset", "client");
    if ( el[clientOff] ) val += el[clientOff];
    return val;
}


//AddToInitArray(function() {
//  dw_scrollObj(wndoId, lyrId, horizId); 
//});

/*************************************************************************
    This code is from Dynamic Web Coding at dyn-web.com
    Copyright 2008 by Sharon Paine 
    See Terms of Use at www.dyn-web.com/business/terms.php
    regarding conditions under which you may use this code.
    This notice must be retained in the code as is!

    unobtrusive event handling for use with dw_scroll.js
    version date: Nov 2008
*************************************************************************/

/////////////////////////////////////////////////////////////////////
// two ways to add style sheet for capable browsers

// Nov 2008 revision adds screen as option
// (may want printed copy to appear as on screen?)
dw_writeStyleSheet = function(file, screen) {
    var css = '<link rel="stylesheet" href="' + file + '"';
    if (screen !== false) {
        css += ' media="screen"';
    }
    document.write(css + ' />');
}

// slower, may flash unstyled ?
function dw_addLinkCSS(file, screen) {
    if ( !document.createElement ) return;
    var el = document.createElement("link");
    el.setAttribute("rel", "stylesheet");
    el.setAttribute("type", "text/css");
    if (screen !== false) {
        el.setAttribute("media", "screen");
    }
    el.setAttribute("href", file);
    document.getElementsByTagName('head')[0].appendChild(el);
}
/////////////////////////////////////////////////////////////////////

// Example class names: load_wn_lyr1, load_wn_lyr2_t2
dw_scrollObj.prototype.setUpLoadLinks = function(controlsId) {
    var wndoId = this.id; 
    var el = document.getElementById(controlsId); 
    var links = el.getElementsByTagName('a');
    var cls, parts;
    for (var i=0; links[i]; i++) {
        cls = dw_scrollObj.get_DelimitedClass( links[i].className );
        parts = cls.split('_');
        if ( parts[0] == 'load' && parts[1] == wndoId && parts.length > 2 ) {
            // no checks on lyrId, horizId
            var lyrId = parts[2]; var horizId = parts[3]? parts[3]: null;
            dw_Event.add( links[i], 'click', function (wndoId, lyrId, horizId) {
                return function (e) {
                    dw_scrollObj.col[wndoId].load(lyrId, horizId);
                    if (e && e.preventDefault) e.preventDefault();
                    return false;
                }
            }(wndoId, lyrId, horizId) ); // see Crockford js good parts pg 39
        }
    }
}

dw_scrollObj.prototype.setUpScrollControls = function(controlsId, autoHide, axis) {
    var wndoId = this.Id;
wndoId="wn"
     var el = document.getElementById(controlsId); 
    if ( autoHide && axis == 'v' || axis == 'h' ) {
        dw_scrollObj.handleControlVis(controlsId, wndoId, axis);
        dw_Scrollbar_Co.addEvent( this, 'on_load', function() { dw_scrollObj.handleControlVis(controlsId, wndoId, axis); } );
        dw_Scrollbar_Co.addEvent( this, 'on_update', function() { dw_scrollObj.handleControlVis(controlsId, wndoId, axis); } );
    }
    
    var links = el.getElementsByTagName('a'), cls, eType;
    for (var i=0; links[i]; i++) { 
        cls = dw_scrollObj.get_DelimitedClass( links[i].className );
        eType = dw_scrollObj.getEv_FnType( cls.slice(0, cls.indexOf('_') ) );
        switch ( eType ) {
            case 'mouseover' :
            case 'mousedown' :
                dw_scrollObj.handleMouseOverDownLinks(links[i], wndoId, cls);
                break;
            case 'scrollToId': 
                dw_scrollObj.handleScrollToId(links[i], wndoId, cls);
                break;
            case 'scrollTo' :
            case 'scrollBy':
            case 'click': 
                dw_scrollObj.handleClick(links[i], wndoId, cls) ;
                break;
        }
    }
}

dw_scrollObj.handleMouseOverDownLinks = function (linkEl, wndoId, cls) {
    var parts = cls.split('_'); var eType = parts[0];
    var re = /^(mouseover|mousedown)_(up|down|left|right)(_[\d]+)?$/;
                
    if ( re.test(cls) ) { 
        var eAlt = (eType == 'mouseover')? 'mouseout': 'mouseup';
        var dir = parts[1];  var speed = parts[2] || null; 
        var deg = (dir == 'up')? 90: (dir == 'down')? 270: (dir == 'left')? 180: 0;
        dw_Event.add(linkEl, eType, function (e) { dw_scrollObj.col[wndoId].initScrollVals(deg, speed); } );
        dw_Event.add(linkEl, eAlt, function (e) { dw_scrollObj.col[wndoId].ceaseScroll(); } );
            
        if ( eType == 'mouseover') {
            dw_Event.add( linkEl, 'mousedown', function (e) { dw_scrollObj.col[wndoId].speed *= 3; } );
            dw_Event.add( linkEl, 'mouseup', function (e) { 
                dw_scrollObj.col[wndoId].speed = dw_scrollObj.prototype.speed; } ); 
        }
        dw_Event.add( linkEl, 'click', function(e) { if (e && e.preventDefault) e.preventDefault(); return false; } );
    }
}

// scrollToId_smile, scrollToId_smile_100, scrollToId_smile_lyr1_100    
dw_scrollObj.handleScrollToId = function (linkEl, wndoId, cls) {
    var parts = cls.split('_'); var id = parts[1], lyrId, dur;
    if ( parts[2] ) {
        if ( isNaN( parseInt(parts[2]) ) ) { 
            lyrId = parts[2];
            dur = ( parts[3] && !isNaN( parseInt(parts[3]) ) )? parseInt(parts[3]): null;
        } else {
            dur = parseInt( parts[2] );
        }
    }
    dw_Event.add( linkEl, 'click', function (e) {
            dw_scrollObj.scrollToId(wndoId, id, lyrId, dur);
            if (e && e.preventDefault) e.preventDefault();
            return false;
        } );
}

// doesn't checks if lyrId in wndo, el in lyrId
dw_scrollObj.scrollToId = function(wndoId, id, lyrId, dur) {
    var wndo = dw_scrollObj.col[wndoId];
    var el = document.getElementById(id);
    if (el) {
        if ( lyrId ) {
            if ( document.getElementById(lyrId) && wndo.lyrId != lyrId ) {
                wndo.load(lyrId);
            }
        }
        var lyr = document.getElementById(wndo.lyrId);
        var x = dw_getLayerOffset(el, lyr, 'left');
        var y = dw_getLayerOffset(el, lyr, 'top');
        wndo.initScrollToVals(x, y, dur);
    }
}

dw_scrollObj.handleClick = function (linkEl, wndoId, cls) {
    var wndo = dw_scrollObj.col[wndoId];
    var parts = cls.split('_'); var eType = parts[0]; 
    var dur_re = /^([\d]+)$/; var fn, re, x, y, dur;
    
    switch (eType) {
        case 'scrollTo' :
            fn = 'scrollTo';  re = /^(null|end|[\d]+)$/;
            x = re.test( parts[1] )? parts[1]: '';
            y = re.test( parts[2] )? parts[2]: '';
            dur = ( parts[3] && dur_re.test(parts[3]) )? parts[3]: null;
            break;
        case 'scrollBy': // scrollBy_m30_m40, scrollBy_null_m100, scrollBy_100_null
            fn = 'scrollBy';  re = /^(([m]?[\d]+)|null)$/;
            x = re.test( parts[1] )? parts[1]: '';
            y = re.test( parts[2] )? parts[2]: '';
            
            // negate numbers (m not - but vice versa) 
            if ( !isNaN( parseInt(x) ) ) {
                x = -parseInt(x);
            } else if ( typeof x == 'string' ) {
                x = x.indexOf('m') !=-1 ? x.replace('m', ''): x;
            }
            if ( !isNaN( parseInt(y) ) ) {
                y = -parseInt(y);
            } else if ( typeof y == 'string' ) {
                y = y.indexOf('m') !=-1 ? y.replace('m', ''): y;
            }
            
            dur = ( parts[3] && dur_re.test(parts[3]) )? parts[3]: null;
            break;
        
        case 'click': 
            var o = dw_scrollObj.getClickParts(cls);
            fn = o.fn; x = o.x; y = o.y; dur = o.dur;
            break;
    }
    if ( x !== '' && y !== '' ) {
        if (x == 'end') { x = wndo.maxX; }
        if (y == 'end') { y = wndo.maxY; }
        if (x === 'null' || x === null) { x = wndo.x; }
        if (y === 'null' || y === null) { y = wndo.y; }
        
        x = parseInt(x); y = parseInt(y);  
        dur = !isNaN( parseInt(dur) )? parseInt(dur): null;
        
        if (fn == 'scrollBy') {
            dw_Event.add( linkEl, 'click', function (e) {
                    dw_scrollObj.col[wndoId].initScrollByVals(x, y, dur);
                    if (e && e.preventDefault) e.preventDefault();
                    xUserStop = 1;
					clearInterval(xIntId);
					clearInterval(xi);
                    return false;
                } );
        } else if (fn == 'scrollTo') {
            dw_Event.add( linkEl, 'click', function (e) {
                    dw_scrollObj.col[wndoId].initScrollToVals(x, y, dur);
                    if (e && e.preventDefault) e.preventDefault();
                    xUserStop = 1;
					clearInterval(xIntId);
					clearInterval(xi);
                    return false;
                } );
        }
    }
}

// get info from className (e.g., click_down_by_100)
dw_scrollObj.getClickParts = function(cls) {
    var parts = cls.split('_');
    var re = /^(up|down|left|right)$/;
    var dir, fn = '', dur, ar, val, x = '', y = '';
    
    if ( parts.length >= 4 ) {
        ar = parts[1].match(re);
        dir = ar? ar[1]: null;
            
        re = /^(to|by)$/; 
        ar = parts[2].match(re);
        if (ar) {
            fn = (ar[0] == 'to')? 'scrollTo': 'scrollBy';
        } 
    
        val = parts[3]; // value on x or y axis
        re = /^([\d]+)$/;
        dur = ( parts[4] && re.test(parts[4]) )? parts[4]: null;
    
        switch (fn) {
            case 'scrollBy' :
                if ( !re.test( val ) ) {
                    x = ''; y = ''; break;
                }
                switch (dir) { // 0 for unspecified axis 
                    case 'up' : x = 0; y = val; break;
                    case 'down' : x = 0; y = -val; break;
                    case 'left' : x = val; y = 0; break;
                    case 'right' : x = -val; y = 0;
                 }
                break;
            case 'scrollTo' :
                re = /^(end|[\d]+)$/;
                if ( !re.test( val ) ) {
                    x = ''; y = ''; break;
                }
                switch (dir) { // null for unspecified axis 
                    case 'up' : x = null; y = val; break;
                    case 'down' : x = null; y = (val == 'end')? val: -val; break;
                    case 'left' : x = val; y = null; break;
                    case 'right' : x = (val == 'end')? val: -val; y = null;
                 } 
                break;
         }
    }
    return { fn: fn, x: x, y: y, dur: dur }
}

dw_scrollObj.getEv_FnType = function(str) {
    var re = /^(mouseover|mousedown|scrollBy|scrollTo|scrollToId|click)$/;
    if (re.test(str) ) {
        return str;
    }
    return '';
}

// return class name with underscores in it 
dw_scrollObj.get_DelimitedClass = function(cls) {
    if ( cls.indexOf('_') == -1 ) {
        return '';
    }
    var whitespace = /\s+/;
    if ( !whitespace.test(cls) ) {
        return cls;
    } else {
        var classes = cls.split(whitespace); 
        for(var i = 0; classes[i]; i++) { 
            if ( classes[i].indexOf('_') != -1 ) {
                return classes[i];
            }
        }
    }
}

dw_scrollObj.handleControlVis = function(controlsId, wndoId, axis) {
    var wndo = dw_scrollObj.col[wndoId];
    var el = document.getElementById(controlsId);
    if ( ( axis == 'v' && wndo.maxY > 0 ) || ( axis == 'h' && wndo.maxX > 0 ) ) {
        el.style.visibility = 'visible';
    } else {
        el.style.visibility = 'hidden';
    }
}

function init_dw_Scroll() {
    if (!document.getElementById("wn")) return;
    var wndo = new dw_scrollObj('wn', 'lyr1', 't1');
    wndo.setUpScrollControls('scrollLinks');
    
    // code for hiding scroll arrows
    wndo.on_scroll = wndo.on_glidescroll = function () {
        // set id's to match your doc's (images or containing elements)
        var el = document.getElementById('slide_right');
        if (wndo.x == -wndo.maxX) {
            //el.style.visibility = 'hidden';
	    el.style.top = "-1000px";
        } else {
            //el.style.visibility = 'visible';
	    el.style.top = "138px";
        }
	  // id for up arrow
        el = document.getElementById('slide_left');
        if (wndo.x == 0) {
            //el.style.visibility = 'hidden';
        } else {
            //el.style.visibility = 'visible';
        }
    }
    wndo.on_scroll(); // invoke immediately 
}
AddToInitArray(init_dw_Scroll);

var xIntId = null;
var xUserStop = 0;
var xOffset = -644;
var xDelay = 15;
AddToInitArray(function() {
    if (!document.getElementById("wn")) return;
	dw_scrollObj.col['wn'].initScrollByVals(0, 0, 200);
	xIntId = setInterval(function() {
		dw_scrollObj.col['wn'].initScrollByVals(xOffset, 0, 200);
	}, xDelay*1000);
});
dw_scrollObj.prototype.on_glidescroll_end = function() {
	if (!xUserStop) {
		clearInterval(xIntId);
		xOffset = 0-xOffset;
		xIntId = setInterval(function() {
			dw_scrollObj.col['wn'].initScrollByVals(xOffset, 0, 200);
		}, xDelay*1000);
	}
}

function curve() {
	var c = [120,60,40,24,20,16,10,4,0,0,0,0,4,4,10,14,22,36,50,70,84];
	var p = document.getElementById("wn").getElementsByTagName("P");
	for (var i = 0; i < p.length; i++) {
		for (var j = c.length-1; j >= 0; j--) {
			var img = document.createElement("IMG");
			img.src = "/gfx/trans.gif";
			img.width = c[j];
			img.className = "right";
			//alert(p[i].parentNode.tagName);
			p[i].insertBefore(img, p[i].firstChild);

			img = document.createElement("IMG");
			img.src = "/gfx/trans.gif";
			img.width = c[j];
			img.className = "left";
			p[i].insertBefore(img, p[i].firstChild);
		}
	}
}
	
/*
 * site-supply stuff...
 *
 */
function onclickBewerkWebsite() {
	var value = document.getElementById("websitebewerken").value;
	if (value != "naam website...") {
		window.open("http://www.site-supply.nl/edit/"+value);
	}
	return false;
}
function onkeyBewerkWebsite(e) {
	return ifEnter(e, onclickBewerkWebsite);
}

function onclickNieuwsbrief() {
	var value = document.getElementById("nlemail").value;
	if (value != "e-mailadres...") {
		location.href = "/cgi/register.cgi?site=site-supply;task=send;email="+encodeURIComponent(value)+";format=html";
	}
	return false;
}
function onkeyNieuwsbrief(e) {
	return ifEnter(e, onclickNieuwsbrief);
}

function ifEnter(e, func) {
	var keycode;
	if (window.event) {
		keycode = window.event.keyCode;
	} else {
		if (e) {
			keycode = e.which;
		} else {
			return true;
		}
	}
	if (keycode == 13) {
		func();
		return false;
	}
	return true;
}

if (!inCMS()) {
  Cufon.replace([
  	'#tekst h1', 
  	//'#tekst h2', 
  	//'#tekst h3',
  	'#menu a',
  	//'#left li.first',
  	//'#left .sb-title',
  	//'#right .sb-title',
  	//'#left li.title',
  	//'#block1 .title',
  	//'#block1 li',
  	//'#block2 .title',
  	''
  ], {
    hover: true
  });
} else {
	//
}

AddToInitArray(function() {
	var nlemail = document.getElementById("nlemail");
	if (nlemail) {
		xcmsAddEventListener(nlemail, "focus", function() {
			if (nlemail.value == nlemail.title) {
				nlemail.value = '';
			}
			nlemail.className = 'wbfocus';
		});
		xcmsAddEventListener(nlemail, "blur", function() {
			if (nlemail.value =='') {
				nlemail.value = nlemail.title;
			}
			nlemail.className = 'wbblur';		
		});
	}
});

var progressTotal = 0;
var progressCurrent = 1;
var progressSecs = 0;
function initprogress() {
	var td = document.getElementById("t1").getElementsByTagName("TD");
	progressTotal = td.length;
	document.getElementById("bpage").innerText = progressCurrent+"/"+progressTotal;
}
