
/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - cufon-yui.js - */
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()},whiteSpace:(function(){var Z={inline:1,"inline-block":1,"run-in":1};return function(c,a,b){if(Z[a.get("display")]){return c}if(!b.previousSibling){c=c.replace(/^\s+/,"")}if(!b.nextSibling){c=c.replace(/\s+$/,"")}return c}})()};M.ready=(function(){var b=!M.recognizesMedia("all"),a=false;var Z=[],d=function(){b=true;for(var g;g=Z.shift();g()){}};var e=F("link"),f={stylesheet:1};function c(){var h,g,j;for(g=0;j=e[g];++g){if(j.disabled||!f[j.rel.toLowerCase()]||!M.recognizesMedia(j.media||"screen")){continue}h=j.sheet||j.styleSheet;if(!h||h.disabled){return false}}return true}V.ready(function(){if(!a){a=M.getStyle(document.body).isUsable()}if(b||(a&&c())){d()}else{setTimeout(arguments.callee,10)}});return function(g){if(b){g()}else{Z.push(g)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.isUsable=function(){return !!Z}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=M.whiteSpace(c.data,Z,c);if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(t,W,o,R,a,u){var I=(W===null);var Y=t.viewBox;var J=o.getSize("fontSize",t.baseSize);var m=o.get("letterSpacing");m=(m=="normal")?0:J.convertFrom(parseInt(m,10));var Z=0,n=0,k=0,T=0;var X=R.textShadow,h=[];if(X){for(var s=X.length;s--;){var c=X[s];var f=J.convertFrom(parseFloat(c.offX));var e=J.convertFrom(parseFloat(c.offY));h[s]=[f,e];if(e<Z){Z=e}if(f>n){n=f}if(e>k){k=e}if(f<T){T=f}}}var z=Cufon.CSS.textTransform(I?a.alt:W,o).split("");var G=0,U=null;for(var s=0,p=z.length;s<p;++s){var S=t.glyphs[z[s]]||t.missingGlyph;if(!S){continue}G+=U=Number(S.w||t.w)+m}if(U===null){return null}n+=(Y.width-U);T+=Y.minX;var Q,K;if(I){Q=a;K=a.firstChild}else{Q=document.createElement("span");Q.className="cufon cufon-canvas";Q.alt=W;K=document.createElement("canvas");Q.appendChild(K);if(R.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(W));Q.appendChild(q)}}var AA=Q.style;var d=K.style;var H=J.convert(Y.height);var w=Math.ceil(H);var j=w/H;K.width=Math.ceil(J.convert(G*j+n-T));K.height=Math.ceil(J.convert(Y.height-Z+k));Z+=Y.minY;d.top=Math.round(J.convert(Z-t.ascent))+"px";d.left=Math.round(J.convert(T))+"px";var P=Math.ceil(J.convert(G*j))+"px";if(A){AA.width=P;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=P;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),b=H/Y.height;v.scale(b,b*j);v.translate(-T,-Z);v.lineWidth=t.face["underline-thickness"];v.save();function L(i,g){v.strokeStyle=g;v.beginPath();v.moveTo(0,i);v.lineTo(G,i);v.stroke()}var M=R.enableTextDecoration?Cufon.CSS.textDecoration(u,o):{};if(M.underline){L(-t.face["underline-position"],M.underline)}if(M.overline){L(t.ascent,M.overline)}function r(){v.scale(j,1);for(var x=0,g=z.length;x<g;++x){var y=t.glyphs[z[x]]||t.missingGlyph;if(!y){continue}if(y.d){v.beginPath();if(y.code){C(y.code,v)}else{y.code=D("m"+y.d,v)}v.fill()}v.translate(Number(y.w||t.w)+m,0)}v.restore()}if(X){for(var s=X.length;s--;){var c=X[s];v.save();v.fillStyle=c.color;v.translate.apply(v,h[s]);r()}}var O=R.textGradient;if(O){var V=O.stops,N=v.createLinearGradient(0,Y.minY,0,Y.maxY);for(var s=0,p=V.length;s<p;++s){N.addColorStop.apply(N,V[s])}v.fillStyle=N}else{v.fillStyle=o.get("color")}r();if(M["line-through"]){L(-t.descent,M["line-through"])}return Q}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(v,Y,q,V,c,w,o){var I=(Y===null);if(I){Y=c.alt}var a=v.viewBox;var J=q.computedFontSize||(q.computedFontSize=new Cufon.CSS.Size(C(w,q.get("fontSize"))+"px",v.baseSize));var n=q.computedLSpacing;if(n==undefined){n=q.get("letterSpacing");q.computedLSpacing=n=(n=="normal")?0:~~J.convertFrom(A(w,n))}var S,K;if(I){S=c;K=c.firstChild}else{S=document.createElement("span");S.className="cufon cufon-vml";S.alt=Y;K=document.createElement("span");K.className="cufon-vml-canvas";S.appendChild(K);if(V.printable){var t=document.createElement("span");t.className="cufon-alt";t.appendChild(document.createTextNode(Y));S.appendChild(t)}if(!o){S.appendChild(document.createElement("cvml:shape"))}}var AB=S.style;var f=K.style;var G=J.convert(a.height),y=Math.ceil(G);var m=y/G;var j=a.minX,h=a.minY;f.height=y;f.top=Math.round(J.convert(h-v.ascent));f.left=Math.round(J.convert(j));AB.height=J.convert(v.height)+"px";var N=V.enableTextDecoration?Cufon.CSS.textDecoration(w,q):{};var X=q.get("color");var z=Cufon.CSS.textTransform(Y,q).split("");var F=0,g=0,O=null;var W,Q,Z=V.textShadow;for(var u=0,s=0,r=z.length;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(W){F+=O=~~(W.w||v.w)+n}}if(O===null){return null}var R=-j+F+(a.width-O);var AA=J.convert(R*m),p=Math.round(AA);var e=R+","+a.height,H;var b="r"+e+"ns";var P=V.textGradient&&D(V.textGradient);for(u=0;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(!W){continue}if(I){Q=K.childNodes[s];if(Q.firstChild){Q.removeChild(Q.firstChild)}}else{Q=document.createElement("cvml:shape");K.appendChild(Q)}Q.stroked="f";Q.coordsize=e;Q.coordorigin=H=(j-g)+","+h;Q.path=(W.d?"m"+W.d+"xe":"")+"m"+H+b;Q.fillcolor=X;if(P){Q.appendChild(P.cloneNode(false))}var x=Q.style;x.width=p;x.height=y;if(Z){var M=Z[0],L=Z[1];var U=Cufon.CSS.color(M.color),T;var d=document.createElement("cvml:shadow");d.on="t";d.color=U.color;d.offset=M.offX+","+M.offY;if(L){T=Cufon.CSS.color(L.color);d.type="double";d.color2=T.color;d.offset2=L.offX+","+L.offY}d.opacity=U.opacity||(T&&T.opacity)||1;Q.appendChild(d)}g+=~~(W.w||v.w)+n;++s}AB.width=Math.max(Math.ceil(J.convert(F*m)),0);return S}})());

/* - AvantGarde_Md_BT_400.font.js - */
Cufon.registerFont({"w":205,"face":{"font-family":"AvantGarde Md BT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 2 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-11 -291 342 85","underline-thickness":"25.1367","underline-position":"-18.8086","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":103},"!":{"d":"35,-63r0,-193r34,0r0,193r-34,0xm35,0r0,-41r34,0r0,41r-34,0","w":104},"\"":{"d":"92,-252r0,97r-24,0r0,-97r24,0xm40,-252r0,97r-24,0r0,-97r24,0","w":107},"#":{"d":"170,-151r-45,0r-17,47r46,0xm162,-256r-28,80r45,0r29,-80r29,0r-29,80r53,0r-9,25r-53,0r-16,46r56,0r-9,26r-56,0r-29,80r-29,0r29,-80r-46,0r-28,80r-29,0r28,-80r-55,0r10,-26r54,0r16,-46r-58,0r9,-25r59,0r28,-80r29,0","w":276},"$":{"d":"123,-148v71,14,63,139,-6,146r0,45r-31,0r0,-44v-37,-4,-62,-34,-62,-75r32,0v2,26,14,43,43,42v24,0,41,-17,40,-41v-1,-66,-112,-28,-108,-109v2,-38,21,-64,55,-70r0,-37r31,0r0,37v30,5,50,31,52,64r-34,0v-1,-20,-15,-33,-35,-33v-28,0,-44,34,-28,56v6,8,37,16,51,19"},"%":{"d":"77,-233v-19,0,-35,16,-35,35v0,19,16,35,35,35v19,0,35,-16,35,-35v0,-19,-16,-35,-35,-35xm77,-135v-37,0,-63,-25,-63,-63v0,-38,26,-63,63,-63v37,0,63,24,63,63v0,40,-26,63,-63,63xm214,-261r25,0r-137,266r-25,0xm238,-92v-19,0,-35,14,-35,34v0,19,16,35,35,35v20,0,34,-16,34,-35v0,-20,-14,-34,-34,-34xm238,5v-37,0,-63,-25,-63,-63v0,-38,26,-63,63,-63v38,0,63,24,63,63v0,39,-26,63,-63,63","w":315},"&":{"d":"103,-226v-22,-2,-35,28,-21,46v3,5,9,11,18,18v31,-8,42,-61,3,-64xm95,-122v-43,12,-50,91,3,91v26,0,39,-19,50,-41xm163,-199v-1,29,-18,45,-40,57r39,37r25,-63r37,0r-35,87r60,54r-22,26r-52,-47v-17,30,-38,52,-77,53v-40,1,-77,-36,-75,-76v2,-38,21,-55,48,-74v-48,-27,-31,-114,33,-114v31,0,60,29,59,60","w":249},"'":{"d":"40,-252r0,97r-24,0r0,-97r24,0","w":55},"(":{"d":"58,-148v0,67,-17,161,33,181r0,42v-48,-19,-69,-46,-69,-109v0,-65,-11,-145,17,-186v11,-18,28,-31,52,-41r0,43v-26,14,-33,30,-33,70","w":100},")":{"d":"9,-261v44,18,69,49,69,107v0,65,10,148,-16,189v-10,17,-28,30,-53,40r0,-42v50,-21,33,-114,33,-181v0,-40,-7,-56,-33,-70r0,-43","w":100},"*":{"d":"90,-164r-31,44r-24,-16r34,-43r-50,-14r9,-28r48,17r0,-52r27,0r0,52r49,-17r9,28r-50,14r34,43r-24,16","w":180},"+":{"d":"162,-215r0,95r93,0r0,25r-93,0r0,95r-25,0r0,-95r-92,0r0,-25r92,0r0,-95r25,0","w":299},",":{"d":"34,21v11,-2,12,-10,12,-23r-12,0r0,-41r35,0v1,42,3,80,-35,86r0,-22","w":103},"-":{"d":"103,-80r-87,0r0,-33r87,0r0,33","w":119},".":{"d":"69,0r-35,0r0,-43r35,0r0,43","w":103},"\/":{"d":"16,33r-26,0r84,-294r26,0","w":100},"0":{"d":"103,5v-55,0,-88,-32,-88,-95r0,-76v-1,-63,32,-95,88,-95v55,0,87,32,87,94r0,78v2,63,-32,94,-87,94xm152,-85v-2,-61,16,-145,-49,-140v-32,2,-49,15,-49,54r0,91v-2,36,19,50,48,50v34,0,51,-19,50,-55"},"1":{"d":"125,0r-37,0r0,-226r-45,0r0,-30r82,0r0,256"},"2":{"d":"105,-261v55,0,101,62,71,115v-24,42,-74,75,-108,110r116,0r0,36r-162,0r0,-36v37,-42,112,-89,126,-144v1,-26,-21,-46,-46,-46v-31,0,-46,21,-45,54r-35,0v-2,-52,33,-89,83,-89"},"3":{"d":"184,-81v0,74,-93,114,-143,64v-14,-15,-22,-35,-23,-61r35,0v0,26,19,48,46,48v27,0,51,-21,50,-49v0,-36,-25,-53,-65,-50r0,-35v26,4,47,-7,47,-31v0,-18,-13,-32,-29,-32v-20,0,-30,12,-32,32r-33,0v0,-39,28,-66,66,-66v58,0,88,84,39,111v26,11,42,34,42,69"},"4":{"d":"164,0r-36,0r0,-45r-113,0r0,-32r113,-179r36,0r0,179r26,0r0,32r-26,0r0,45xm128,-77r0,-126r-76,126r76,0"},"5":{"d":"192,-86v0,75,-99,121,-154,69v-15,-15,-23,-35,-24,-61r36,0v3,26,22,47,51,47v30,1,54,-25,54,-56v0,-53,-76,-71,-98,-31r-32,-7r24,-131r119,0r0,36r-92,0r-13,60v51,-43,129,8,129,74"},"6":{"d":"102,5v-52,0,-88,-36,-88,-87v0,-51,67,-129,94,-174r41,0r-58,87v53,-18,104,31,101,82v-3,54,-34,92,-90,92xm103,-140v-29,0,-54,25,-54,52v0,30,23,57,53,57v31,0,53,-24,53,-55v0,-31,-22,-54,-52,-54"},"7":{"d":"85,0r-39,0r97,-221r-108,0r0,-35r144,0r0,39"},"8":{"d":"103,-123v-27,0,-46,20,-45,46v0,25,19,47,44,47v26,0,45,-21,45,-47v0,-27,-17,-46,-44,-46xm103,-227v-18,0,-33,15,-32,34v0,21,12,35,32,35v21,0,32,-14,32,-35v0,-19,-13,-34,-32,-34xm102,5v-76,7,-109,-118,-41,-147v-50,-29,-21,-125,41,-119v62,-7,95,89,42,119v67,26,38,157,-42,147"},"9":{"d":"103,-116v30,0,54,-24,54,-52v0,-30,-24,-57,-53,-57v-32,0,-55,22,-54,55v0,31,22,54,53,54xm103,-261v52,0,89,36,89,87v0,52,-66,129,-94,174r-42,0r58,-87v-51,21,-102,-30,-100,-81v3,-56,35,-93,89,-93"},":":{"d":"70,-142r-36,0r0,-43r36,0r0,43xm70,0r-36,0r0,-43r36,0r0,43","w":104},";":{"d":"70,-142r-35,0r0,-43r35,0r0,43xm35,21v10,-2,13,-10,12,-23r-12,0r0,-41r35,0v1,42,3,80,-35,86r0,-22","w":104},"<":{"d":"253,-177r-170,70r170,69r0,27r-207,-85r0,-23r207,-85r0,27","w":299},"=":{"d":"255,-85r0,25r-210,0r0,-25r210,0xm255,-155r0,25r-210,0r0,-25r210,0","w":299},">":{"d":"253,-119r0,23r-207,85r0,-27r171,-69r-171,-70r0,-27","w":299},"?":{"d":"61,0r0,-41r35,0r0,41r-35,0xm80,-261v75,0,101,91,44,139v-19,16,-25,27,-27,55r-36,0v-4,-54,54,-78,59,-118v3,-25,-19,-42,-42,-42v-26,0,-38,20,-40,45r-34,0v-1,-44,33,-79,76,-79","w":174},"@":{"d":"99,-79v-10,-69,87,-134,127,-71r10,-20r23,0r-27,111v-1,12,6,16,17,17v43,-7,66,-45,67,-92v2,-63,-54,-104,-121,-102v-93,3,-145,55,-151,145v-8,125,165,150,246,89r10,14v-31,23,-67,40,-117,40v-97,0,-164,-48,-164,-144v0,-105,72,-166,177,-166v82,0,146,41,146,121v0,66,-35,113,-99,116v-23,1,-37,-8,-36,-31v-19,48,-116,39,-108,-27xm127,-78v0,38,40,48,64,26v18,-17,21,-46,29,-73v-3,-18,-15,-33,-35,-32v-35,0,-58,39,-58,79","w":360},"A":{"d":"143,-111r-36,-97r-37,97r73,0xm57,-75r-29,75r-39,0r100,-256r36,0r100,256r-41,0r-28,-75r-99,0","w":216},"B":{"d":"124,-186v0,-34,-30,-36,-65,-35r0,72v38,1,65,-2,65,-37xm138,-74v0,-40,-36,-47,-79,-44r0,83v41,1,79,2,79,-39xm174,-78v0,77,-69,83,-152,78r0,-256v72,-3,139,0,139,70v0,24,-12,38,-27,48v23,7,40,29,40,60","w":185},"C":{"d":"141,-32v32,1,55,-14,69,-32r45,0v-20,40,-58,69,-114,69v-80,0,-128,-53,-130,-135v-3,-101,109,-164,199,-112v20,12,35,30,45,52r-43,0v-16,-20,-38,-34,-71,-34v-56,0,-92,40,-92,95v0,57,35,94,92,97","w":270},"D":{"d":"194,-127v0,-73,-55,-102,-137,-94r0,187v81,8,137,-19,137,-93xm232,-127v-4,81,-49,128,-140,127r-71,0r0,-256r82,0v75,-1,133,54,129,129","w":243},"E":{"d":"155,0r-133,0r0,-256r133,0r0,34r-96,0r0,77r96,0r0,33r-96,0r0,77r96,0r0,35","w":178},"F":{"d":"22,0r0,-256r126,0r0,34r-90,0r0,77r90,0r0,33r-90,0r0,112r-36,0","w":171},"G":{"d":"49,-129v-4,76,79,123,143,82v16,-10,27,-26,37,-46r-116,0r0,-36r158,0v0,76,-55,137,-130,134v-80,-3,-125,-53,-130,-135v-9,-133,197,-179,245,-61r-46,0v-14,-20,-37,-33,-69,-33v-56,0,-89,40,-92,95","w":283},"H":{"d":"59,0r-37,0r0,-256r37,0r0,109r105,0r0,-109r37,0r0,256r-37,0r0,-111r-105,0r0,111","w":223},"I":{"d":"59,0r-37,0r0,-256r37,0r0,256","w":81},"J":{"d":"67,-30v35,-2,35,-20,35,-63r0,-163r37,0v-9,103,37,261,-72,261v-39,0,-66,-23,-66,-63r36,0v3,17,12,28,30,28","w":159},"K":{"d":"61,-127r96,-129r45,0r-99,127r97,129r-47,0xm59,0r-37,0r0,-256r37,0r0,256","w":196},"L":{"d":"143,0r-121,0r0,-256r37,0r0,221r84,0r0,35","w":150},"M":{"d":"58,0r-36,0r0,-256r55,0r75,198r74,-198r54,0r0,256r-35,0r3,-222r-83,222r-27,0r-83,-222","w":303},"N":{"d":"59,0r-37,0r0,-256r38,0r126,194r-2,-194r37,0r0,256r-36,0r-128,-200","w":243},"O":{"d":"141,-224v-56,0,-92,40,-92,95v0,57,35,95,92,97v52,2,95,-45,93,-98v-2,-56,-38,-94,-93,-94xm141,5v-80,0,-130,-53,-130,-135v0,-77,51,-131,130,-131v80,0,131,53,131,131v0,83,-51,135,-131,135","w":283},"P":{"d":"140,-179v0,-41,-37,-45,-81,-43r0,85v43,1,81,1,81,-42xm178,-181v0,60,-51,84,-119,78r0,103r-37,0r0,-256v82,-4,157,0,156,75","w":185},"Q":{"d":"53,-101v56,-24,121,7,154,41v17,-20,27,-37,27,-70v0,-57,-38,-94,-93,-94v-64,0,-103,56,-88,123xm66,-73v18,31,69,53,113,33v-26,-24,-67,-45,-113,-33xm275,2v-26,0,-43,-8,-63,-18v-19,13,-42,21,-71,21v-80,0,-130,-54,-130,-135v0,-77,51,-131,130,-131v81,0,128,53,131,135v0,39,-13,64,-32,86v11,4,20,7,35,6r0,36","w":283},"R":{"d":"155,-173v1,-47,-44,-50,-96,-48r0,98v51,2,95,-5,96,-50xm191,-173v0,42,-32,73,-73,75r73,98r-47,0r-85,-119r0,119r-37,0r0,-256v87,-4,169,-1,169,83","w":203},"S":{"d":"108,-148v81,20,60,153,-25,153v-45,0,-74,-33,-74,-79r33,0v2,24,15,44,40,44v37,0,55,-45,34,-71v-16,-19,-72,-24,-87,-47v-30,-45,1,-113,58,-113v39,0,66,29,67,68r-34,0v-1,-18,-15,-34,-34,-34v-29,0,-44,35,-28,58v5,8,35,17,50,21","w":171},"T":{"d":"88,0r-37,0r0,-221r-48,0r0,-35r133,0r0,35r-48,0r0,221","w":138},"U":{"d":"103,5v-59,-3,-83,-31,-83,-99r0,-162r37,0r0,163v0,43,8,62,46,62v36,0,43,-21,43,-62r0,-163r37,0v-7,107,34,266,-80,261","w":203},"V":{"d":"113,0r-22,0r-99,-256r40,0r70,191r70,-191r39,0","w":204},"W":{"d":"-5,-256r37,0r56,197r50,-197r28,0r49,197r56,-197r37,0r-77,256r-33,0r-46,-191r-47,191r-33,0","w":303},"X":{"d":"105,-100r-63,100r-43,0r85,-129r-83,-127r43,0r61,99r61,-99r44,0r-83,127r85,129r-44,0","w":210},"Y":{"d":"107,-92r0,92r-37,0r0,-94r-79,-162r42,0r56,123r56,-123r41,0","w":177},"Z":{"d":"164,0r-157,0r0,-36r112,-184r-105,0r0,-36r148,0r0,32r-116,189r118,0r0,35","w":171},"[":{"d":"90,44r0,29r-68,0r0,-329r68,0r0,28r-34,0r0,272r34,0","w":100},"\\":{"d":"84,33r-84,-294r26,0r84,294r-26,0","w":100},"]":{"d":"78,73r-68,0r0,-29r34,0r0,-272r-34,0r0,-28r68,0r0,329","w":100},"^":{"d":"196,-256r90,98r-32,0r-74,-74r-75,74r-31,0r89,-98r33,0","w":360},"_":{"d":"180,60r0,25r-180,0r0,-25r180,0","w":180},"`":{"d":"115,-218r-21,0r-50,-61r35,0","w":180},"a":{"d":"113,-165v-35,0,-66,30,-66,67v0,38,30,69,67,69v33,0,65,-33,65,-66v0,-36,-31,-71,-66,-70xm110,-198v30,0,51,12,67,28r0,-23r35,0r0,193r-35,0r0,-24v-54,62,-174,13,-166,-74v5,-60,38,-99,99,-100","w":231},"b":{"d":"118,-165v-35,0,-65,33,-65,70v0,33,32,66,65,66v38,0,67,-32,67,-69v0,-35,-31,-68,-67,-67xm221,-98v7,86,-112,136,-166,74r0,24r-35,0r0,-256r34,0r0,86v18,-17,37,-28,68,-28v61,2,94,41,99,100","w":231},"c":{"d":"46,-97v0,70,98,92,120,31r38,0v-14,42,-43,71,-94,71v-63,0,-97,-42,-100,-102v-4,-82,92,-130,159,-84v17,11,28,30,35,52r-38,0v-11,-21,-28,-35,-58,-36v-34,0,-62,32,-62,68","w":218},"d":{"d":"113,-165v-35,0,-66,30,-66,67v0,38,30,69,67,69v33,0,65,-33,65,-66v0,-36,-31,-71,-66,-70xm110,-198v30,0,51,12,67,28r0,-86r35,0r0,256r-35,0r0,-24v-54,62,-174,13,-166,-74v5,-60,38,-99,99,-100","w":231},"e":{"d":"171,-115v-6,-43,-63,-66,-100,-37v-12,9,-19,21,-24,37r124,0xm109,-199v64,0,102,43,100,115r-163,0v4,56,95,74,118,23r39,0v-15,38,-45,66,-93,66v-62,0,-100,-42,-100,-102v0,-60,39,-102,99,-102","w":218},"f":{"d":"95,-227v-24,-1,-32,10,-32,34r32,0r0,30r-30,0r0,163r-35,0r0,-163r-23,0r0,-30r22,0v-1,-45,21,-66,66,-66r0,32","w":100},"g":{"d":"212,-32v15,116,-156,146,-189,47r37,0v26,49,127,28,117,-39v-54,62,-174,13,-166,-74v5,-60,38,-99,99,-100v30,0,51,12,67,28r0,-23r35,0r0,161xm113,-165v-35,0,-66,30,-66,67v0,38,30,69,67,69v33,0,65,-33,65,-66v0,-36,-31,-71,-66,-70","w":231},"h":{"d":"104,-163v-69,0,-45,96,-49,163r-34,0r0,-256r34,0r0,85v11,-17,29,-26,54,-26v48,0,74,35,74,86r0,111r-35,0v-5,-63,21,-163,-44,-163","w":203},"i":{"d":"55,-216r-34,0r0,-40r34,0r0,40xm21,0r0,-193r34,0r0,193r-34,0","w":75},"j":{"d":"-1,28v25,2,24,-13,24,-38r0,-183r34,0r0,195v1,43,-15,64,-58,60r0,-34xm57,-216r-34,0r0,-40r34,0r0,40","w":79},"k":{"d":"21,0r0,-256r34,0r0,152r69,-89r41,0r-71,91r84,102r-45,0r-78,-98r0,98r-34,0","w":171},"l":{"d":"21,0r0,-256r34,0r0,256r-34,0","w":75},"m":{"d":"216,-165v-66,-2,-37,103,-43,165r-33,0v-5,-62,21,-165,-42,-165v-65,0,-38,102,-44,165r-33,0r0,-193r31,0r0,22v21,-36,94,-33,108,8v28,-60,132,-34,132,45r0,118r-35,0v-6,-62,22,-163,-41,-165","w":312},"n":{"d":"105,-163v-70,0,-45,97,-50,163r-34,0r0,-193r33,0r0,22v13,-16,29,-25,54,-26v52,0,79,34,79,87r0,110r-35,0v-5,-64,21,-163,-47,-163","w":206},"o":{"d":"109,-165v-36,0,-64,31,-64,68v0,37,28,68,65,68v34,0,63,-31,63,-68v0,-38,-28,-68,-64,-68xm110,5v-63,0,-101,-42,-101,-102v0,-61,40,-103,99,-103v61,0,101,42,101,101v0,60,-39,104,-99,104","w":218},"p":{"d":"118,-165v-34,0,-65,33,-65,67v0,35,30,69,65,69v37,0,67,-31,67,-66v0,-37,-29,-70,-67,-70xm221,-96v0,90,-110,131,-167,73r0,86r-34,0r0,-256r35,0r0,23v55,-61,166,-12,166,74","w":231},"q":{"d":"179,-98v0,-34,-31,-67,-65,-67v-38,0,-67,32,-67,70v0,35,30,66,66,66v37,0,66,-33,66,-69xm11,-96v-7,-85,111,-136,166,-74r0,-23r35,0r0,256r-35,0r0,-86v-16,16,-37,28,-67,28v-62,-2,-94,-40,-99,-101","w":231},"r":{"d":"99,-160v-66,1,-37,98,-43,160r-35,0r0,-193r33,0r0,22v10,-17,23,-24,45,-26r0,37","w":104},"s":{"d":"90,-113v65,17,46,118,-21,118v-39,0,-61,-29,-62,-68r33,0v-6,40,57,49,58,9v-8,-48,-82,-29,-82,-89v0,-48,63,-76,96,-42v10,10,15,23,16,41r-34,0v-1,-13,-9,-25,-23,-23v-32,5,-28,39,6,49","w":140},"t":{"d":"32,0r0,-162r-27,0r0,-31r27,0r0,-63r35,0r0,63r27,0r0,31r-27,0r0,162r-35,0","w":98},"u":{"d":"99,-30v68,0,44,-96,48,-163r35,0r0,193r-34,0r0,-22v-12,16,-27,26,-52,26v-50,1,-76,-34,-76,-86r0,-111r34,0v5,63,-21,162,45,163","w":203},"v":{"d":"100,0r-26,0r-73,-193r37,0r51,141r52,-141r37,0","w":178},"w":{"d":"128,-131r-39,131r-20,0r-67,-193r37,0r40,127r39,-127r21,0r39,127r40,-127r37,0r-67,193r-20,0","w":256},"x":{"d":"126,0r-44,-73r-47,73r-39,0r66,-100r-58,-93r39,0r40,66r41,-66r41,0r-62,91r62,102r-39,0","w":164},"y":{"d":"1,-193r37,0r53,144r56,-144r38,0r-104,256r-37,0r27,-68","w":184},"z":{"d":"137,0r-133,0r0,-28r93,-134r-82,0r0,-31r117,0r0,35r-87,125r92,0r0,33","w":145},"{":{"d":"79,-153v-4,-68,0,-117,73,-107r0,27v-84,-18,-3,132,-78,140v42,5,36,52,36,100v0,34,9,40,42,40r0,26v-52,1,-75,-8,-73,-63v2,-48,4,-101,-49,-90r0,-27v34,4,51,-10,49,-46","w":180},"|":{"d":"103,-275r0,360r-26,0r0,-360r26,0","w":180},"}":{"d":"28,-260v49,-1,76,9,73,63v-3,48,-5,101,50,90r0,27v-53,-10,-52,39,-50,90v4,55,-21,64,-73,63r0,-26v85,17,4,-132,78,-140v-41,-6,-35,-53,-35,-100v0,-34,-9,-41,-43,-40r0,-27","w":180},"~":{"d":"269,-108v-33,27,-76,31,-122,12v-51,-21,-79,-8,-116,17r0,-28v21,-12,40,-24,68,-25v33,-1,73,24,102,24v30,-1,46,-13,68,-27r0,27","w":299},"\u00a0":{"w":103}}});

/* - front.js - */
Cufon.replace('.box h3');
Cufon.replace('#content h1');

/* Expand list items. */
function expand(iItemId) {
    var oItem = document.getElementById('listItem_' + iItemId);
    if (oItem.style.height == '' || oItem.style.height == '15px') {
        oItem.style.height = "100%";
    } else {
        oItem.style.height = "15px";
    }
}

/* Show add popup. */
function showAddPopup() {

    // Hide scrollbar to prevent scrolling.
    document.body.style.overflow = "hidden";

    // Display overlay.
    document.getElementById('overlay').style.top = getScrollY() + 'px';
    document.getElementById('overlay').style.display = 'block';

    // Display popup.
    document.getElementById('popupFrameAdd').style.top = (getScrollY() + (getHeight() / 2)) + 'px';
    document.getElementById('popupFrameAdd').style.display = 'block';

}

function closeAddPopup() {

    // Hide popup.
    document.getElementById('popupFrameAdd').style.display = 'none';

    // Hide overlay.
    document.getElementById('overlay').style.display = 'none';

    // Display scrollbar to enable scrolling.
    document.body.style.overflow = "auto";

}

// Get scroll position.
function getScrollY() {
  var scrOfY = 0;
  if( typeof( window.pageYOffset ) == 'number' ) {
    //Netscape compliant
    scrOfY = window.pageYOffset;
  } else if( document.body && ( document.body.scrollLeft || document.body.scrollTop ) ) {
    //DOM compliant
    scrOfY = document.body.scrollTop;
  } else if( document.documentElement && ( document.documentElement.scrollLeft || document.documentElement.scrollTop ) ) {
    //IE6 standards compliant mode
    scrOfY = document.documentElement.scrollTop;
  }
  return scrOfY;
}

function getHeight() {
  myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myHeight = window.innerHeight;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myHeight = document.body.clientHeight;
  }
    return myHeight;
}

/* - ufo.js - */
// http://www.polarconservation.org/portal_javascripts/ufo.js?original=1
var UFO={req:["movie","width","height","majorversion","build"],opt:["play","loop","menu","quality","scale","salign","wmode","bgcolor","base","flashvars","devicefont","allowscriptaccess","seamlesstabbing","allowfullscreen","allownetworking"],optAtt:["id","name","align"],optExc:["swliveconnect"],ximovie:"ufo.swf",xiwidth:"215",xiheight:"138",ua:navigator.userAgent.toLowerCase(),pluginType:"",fv:[0,0],foList:[],create: function(FO,id){if(!UFO.uaHas("w3cdom")||UFO.uaHas("ieMac")) return;UFO.getFlashVersion();UFO.foList[id]=UFO.updateFO(FO);UFO.createCSS("#"+id,"visibility:hidden;");UFO.domLoad(id)},updateFO: function(FO){if(typeof FO.xi!="undefined"&&FO.xi=="true"){if(typeof FO.ximovie=="undefined") FO.ximovie=UFO.ximovie;if(typeof FO.xiwidth=="undefined") FO.xiwidth=UFO.xiwidth;if(typeof FO.xiheight=="undefined") FO.xiheight=UFO.xiheight}
FO.mainCalled=false;return FO},domLoad: function(id){var _t=setInterval(function(){if((document.getElementsByTagName("body")[0]!=null||document.body!=null)&&document.getElementById(id)!=null){UFO.main(id);clearInterval(_t)}},250);if(typeof document.addEventListener!="undefined"){document.addEventListener("DOMContentLoaded", function(){UFO.main(id);clearInterval(_t)},null)}},main: function(id){var _fo=UFO.foList[id];if(_fo.mainCalled) return;UFO.foList[id].mainCalled=true;document.getElementById(id).style.visibility="hidden";if(UFO.hasRequired(id)){if(UFO.hasFlashVersion(parseInt(_fo.majorversion,10),parseInt(_fo.build,10))){if(typeof _fo.setcontainercss!="undefined"&&_fo.setcontainercss=="true") UFO.setContainerCSS(id);UFO.writeSWF(id)}
else if(_fo.xi=="true"&&UFO.hasFlashVersion(6,65)){UFO.createDialog(id)}}
document.getElementById(id).style.visibility="visible"},createCSS: function(selector,declaration){var _h=document.getElementsByTagName("head")[0];var _s=UFO.createElement("style");if(!UFO.uaHas("ieWin")) _s.appendChild(document.createTextNode(selector+" {"+declaration+"}"));_s.setAttribute("type","text/css");_s.setAttribute("media","screen");_h.appendChild(_s);if(UFO.uaHas("ieWin")&&document.styleSheets&&document.styleSheets.length>0){var _ls=document.styleSheets[document.styleSheets.length-1];if(typeof _ls.addRule=="object") _ls.addRule(selector,declaration)}},setContainerCSS: function(id){var _fo=UFO.foList[id];var _w=/%/.test(_fo.width)?"":"px";var _h=/%/.test(_fo.height)?"":"px";UFO.createCSS("#"+id,"width:"+_fo.width+_w+"; height:"+_fo.height+_h+";");if(_fo.width=="100%"){UFO.createCSS("body","margin-left:0; margin-right:0; padding-left:0; padding-right:0;")}
if(_fo.height=="100%"){UFO.createCSS("html","height:100%; overflow:hidden;");UFO.createCSS("body","margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0; height:100%;")}},createElement: function(el){return(UFO.uaHas("xml")&&typeof document.createElementNS!="undefined")?document.createElementNS("http://www.w3.org/1999/xhtml",el):document.createElement(el)},createObjParam: function(el,aName,aValue){var _p=UFO.createElement("param");_p.setAttribute("name",aName);_p.setAttribute("value",aValue);el.appendChild(_p)},uaHas: function(ft){var _u=UFO.ua;switch(ft){case "w3cdom":return(typeof document.getElementById!="undefined"&&typeof document.getElementsByTagName!="undefined"&&(typeof document.createElement!="undefined"||typeof document.createElementNS!="undefined"));case "xml":var _m=document.getElementsByTagName("meta");var _l=_m.length;for(var i=0;i<_l;i++){if (/content-type/i.test(_m[i].getAttribute("http-equiv"))&&/xml/i.test(_m[i].getAttribute("content"))) return true}
return false;case "ieMac":return/msie/.test(_u) && !/opera/.test(_u) && /mac/.test(_u);case "ieWin":return/msie/.test(_u) && !/opera/.test(_u) && /win/.test(_u);case "gecko":return/gecko/.test(_u) && !/applewebkit/.test(_u);case "opera":return/opera/.test(_u);case "safari":return/applewebkit/.test(_u);default:return false}},getFlashVersion: function(){if(UFO.fv[0]!=0) return;if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){UFO.pluginType="npapi";var _d=navigator.plugins["Shockwave Flash"].description;if(typeof _d!="undefined"){_d=_d.replace(/^.*\s+(\S+\s+\S+$)/,"$1");var _m=parseInt(_d.replace(/^(.*)\..*$/,"$1"),10);var _r=/r/.test(_d) ? parseInt(_d.replace(/^.*r(.*)$/,"$1"),10):0;UFO.fv=[_m,_r]}}
else if(window.ActiveXObject){UFO.pluginType="ax";try{var _a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}
catch(e){try{var _a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");UFO.fv=[6,0];_a.AllowScriptAccess="always"}
catch(e){if(UFO.fv[0]==6) return}
try{var _a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}
catch(e){}}
if(typeof _a=="object"){var _d=_a.GetVariable("$version");if(typeof _d!="undefined"){_d=_d.replace(/^\S+\s+(.*)$/,"$1").split(",");UFO.fv=[parseInt(_d[0],10),parseInt(_d[2],10)]}}}},hasRequired: function(id){var _l=UFO.req.length;for(var i=0;i<_l;i++){if(typeof UFO.foList[id][UFO.req[i]]=="undefined") return false}
return true},hasFlashVersion: function(major,release){return(UFO.fv[0]>major||(UFO.fv[0]==major&&UFO.fv[1]>=release))?true:false},writeSWF: function(id){var _fo=UFO.foList[id];var _e=document.getElementById(id);if(UFO.pluginType=="npapi"){if(UFO.uaHas("gecko")||UFO.uaHas("xml")){while(_e.hasChildNodes()){_e.removeChild(_e.firstChild)}
var _obj=UFO.createElement("object");_obj.setAttribute("type","application/x-shockwave-flash");_obj.setAttribute("data",_fo.movie);_obj.setAttribute("width",_fo.width);_obj.setAttribute("height",_fo.height);var _l=UFO.optAtt.length;for(var i=0;i<_l;i++){if(typeof _fo[UFO.optAtt[i]]!="undefined") _obj.setAttribute(UFO.optAtt[i],_fo[UFO.optAtt[i]])}
var _o=UFO.opt.concat(UFO.optExc);var _l=_o.length;for(var i=0;i<_l;i++){if(typeof _fo[_o[i]]!="undefined") UFO.createObjParam(_obj,_o[i],_fo[_o[i]])}
_e.appendChild(_obj)}
else{var _emb="";var _o=UFO.opt.concat(UFO.optAtt).concat(UFO.optExc);var _l=_o.length;for(var i=0;i<_l;i++){if(typeof _fo[_o[i]]!="undefined") _emb+=' '+_o[i]+'="'+_fo[_o[i]]+'"'}
_e.innerHTML='<embed type="application/x-shockwave-flash" src="'+_fo.movie+'" width="'+_fo.width+'" height="'+_fo.height+'" pluginspage="http://www.macromedia.com/go/getflashplayer"'+_emb+'></embed>'}}
else if(UFO.pluginType=="ax"){var _objAtt="";var _l=UFO.optAtt.length;for(var i=0;i<_l;i++){if(typeof _fo[UFO.optAtt[i]]!="undefined") _objAtt+=' '+UFO.optAtt[i]+'="'+_fo[UFO.optAtt[i]]+'"'}
var _objPar="";var _l=UFO.opt.length;for(var i=0;i<_l;i++){if(typeof _fo[UFO.opt[i]]!="undefined") _objPar+='<param name="'+UFO.opt[i]+'" value="'+_fo[UFO.opt[i]]+'" />'}
var _p=window.location.protocol=="https:"?"https:":"http:";_e.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+_objAtt+' width="'+_fo.width+'" height="'+_fo.height+'" codebase="'+_p+'//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+_fo.majorversion+',0,'+_fo.build+',0"><param name="movie" value="'+_fo.movie+'" />'+_objPar+'</object>'}},createDialog: function(id){var _fo=UFO.foList[id];UFO.createCSS("html","height:100%; overflow:hidden;");UFO.createCSS("body","height:100%; overflow:hidden;");UFO.createCSS("#xi-con","position:absolute; left:0; top:0; z-index:1000; width:100%; height:100%; background-color:#fff; filter:alpha(opacity:75); opacity:0.75;");UFO.createCSS("#xi-dia","position:absolute; left:50%; top:50%; margin-left: -"+Math.round(parseInt(_fo.xiwidth,10)/ 2) + "px; margin-top: -" + Math.round(parseInt(_fo.xiheight, 10) / 2)+"px; width:"+_fo.xiwidth+"px; height:"+_fo.xiheight+"px;");var _b=document.getElementsByTagName("body")[0];var _c=UFO.createElement("div");_c.setAttribute("id","xi-con");var _d=UFO.createElement("div");_d.setAttribute("id","xi-dia");_c.appendChild(_d);_b.appendChild(_c);var _mmu=window.location;if(UFO.uaHas("xml")&&UFO.uaHas("safari")){var _mmd=document.getElementsByTagName("title")[0].firstChild.nodeValue=document.getElementsByTagName("title")[0].firstChild.nodeValue.slice(0,47)+" - Flash Player Installation"}
else{var _mmd=document.title=document.title.slice(0,47)+" - Flash Player Installation"}
var _mmp=UFO.pluginType=="ax"?"ActiveX":"PlugIn";var _uc=typeof _fo.xiurlcancel!="undefined"?"&xiUrlCancel="+_fo.xiurlcancel:"";var _uf=typeof _fo.xiurlfailed!="undefined"?"&xiUrlFailed="+_fo.xiurlfailed:"";UFO.foList["xi-dia"]={movie:_fo.ximovie,width:_fo.xiwidth,height:_fo.xiheight,majorversion:"6",build:"65",flashvars:"MMredirectURL="+_mmu+"&MMplayerType="+_mmp+"&MMdoctitle="+_mmd+_uc+_uf};UFO.writeSWF("xi-dia")},expressInstallCallback: function(){var _b=document.getElementsByTagName("body")[0];var _c=document.getElementById("xi-con");_b.removeChild(_c);UFO.createCSS("body","height:auto; overflow:auto;");UFO.createCSS("html","height:auto; overflow:auto;")},cleanupIELeaks: function(){var _o=document.getElementsByTagName("object");var _l=_o.length
for(var i=0;i<_l;i++){_o[i].style.display="none";for(var x in _o[i]){if(typeof _o[i][x]=="function"){_o[i][x]=null}}}}};if(typeof window.attachEvent!="undefined"&&UFO.uaHas("ieWin")){window.attachEvent("onunload",UFO.cleanupIELeaks)}

