var sIFR=new function(){var O=this;var E={ACTIVE:"sIFR-active",REPLACED:"sIFR-replaced",IGNORE:"sIFR-ignore",ALTERNATE:"sIFR-alternate",CLASS:"sIFR-class",LAYOUT:"sIFR-layout",FLASH:"sIFR-flash",FIX_FOCUS:"sIFR-fixfocus",DUMMY:"sIFR-dummy"};E.IGNORE_CLASSES=[E.REPLACED,E.IGNORE,E.ALTERNATE];this.MIN_FONT_SIZE=6;this.MAX_FONT_SIZE=126;this.FLASH_PADDING_BOTTOM=5;this.VERSION="436";this.isActive=false;this.isEnabled=true;this.fixHover=true;this.autoInitialize=true;this.setPrefetchCookie=true;this.cookiePath="/";this.domains=[];this.forceWidth=true;this.fitExactly=false;this.forceTextTransform=true;this.useDomLoaded=true;this.useStyleCheck=false;this.hasFlashClassSet=false;this.repaintOnResize=true;this.replacements=[];var L=0;var R=false;function Y(){}function D(c){function d(e){return e.toLocaleUpperCase()}this.normalize=function(e){return e.replace(/\n|\r|\xA0/g,D.SINGLE_WHITESPACE).replace(/\s+/g,D.SINGLE_WHITESPACE)};this.textTransform=function(e,f){switch(e){case"uppercase":return f.toLocaleUpperCase();case"lowercase":return f.toLocaleLowerCase();case"capitalize":return f.replace(/^\w|\s\w/g,d)}return f};this.toHexString=function(e){if(e.charAt(0)!="#"||e.length!=4&&e.length!=7){return e}e=e.substring(1);return"0x"+(e.length==3?e.replace(/(.)(.)(.)/,"$1$1$2$2$3$3"):e)};this.toJson=function(g,f){var e="";switch(typeof(g)){case"string":e='"'+f(g)+'"';break;case"number":case"boolean":e=g.toString();break;case"object":e=[];for(var h in g){if(g[h]==Object.prototype[h]){continue}e.push('"'+h+'":'+this.toJson(g[h]))}e="{"+e.join(",")+"}";break}return e};this.convertCssArg=function(e){if(!e){return{}}if(typeof(e)=="object"){if(e.constructor==Array){e=e.join("")}else{return e}}var l={};var m=e.split("}");for(var h=0;h<m.length;h++){var k=m[h].match(/([^\s{]+)\s*\{(.+)\s*;?\s*/);if(!k||k.length!=3){continue}if(!l[k[1]]){l[k[1]]={}}var g=k[2].split(";");for(var f=0;f<g.length;f++){var n=g[f].match(/\s*([^:\s]+)\s*\:\s*([^;]+)/);if(!n||n.length!=3){continue}l[k[1]][n[1]]=n[2].replace(/\s+$/,"")}}return l};this.extractFromCss=function(g,f,i,e){var h=null;if(g&&g[f]&&g[f][i]){h=g[f][i];if(e){delete g[f][i]}}return h};this.cssToString=function(f){var g=[];for(var e in f){var j=f[e];if(j==Object.prototype[e]){continue}g.push(e,"{");for(var i in j){if(j[i]==Object.prototype[i]){continue}var h=j[i];if(D.UNIT_REMOVAL_PROPERTIES[i]){h=parseInt(h,10)}g.push(i,":",h,";")}g.push("}")}return g.join("")};this.escape=function(e){return escape(e).replace(/\+/g,"%2B")};this.encodeVars=function(e){return e.join("&").replace(/%/g,"%25")};this.copyProperties=function(g,f){for(var e in g){if(f[e]===undefined){f[e]=g[e]}}return f};this.domain=function(){var f="";try{f=document.domain}catch(g){}return f};this.domainMatches=function(h,g){if(g=="*"||g==h){return true}var f=g.lastIndexOf("*");if(f>-1){g=g.substr(f+1);var e=h.lastIndexOf(g);if(e>-1&&(e+g.length)==h.length){return true}}return false};this.uriEncode=function(e){return encodeURI(decodeURIComponent(e))};this.delay=function(f,h,g){var e=Array.prototype.slice.call(arguments,3);setTimeout(function(){h.apply(g,e)},f)}}D.UNIT_REMOVAL_PROPERTIES={leading:true,"margin-left":true,"margin-right":true,"text-indent":true};D.SINGLE_WHITESPACE=" ";function U(e){var d=this;function c(g,j,h){var k=d.getStyleAsInt(g,j,e.ua.ie);if(k==0){k=g[h];for(var f=3;f<arguments.length;f++){k-=d.getStyleAsInt(g,arguments[f],true)}}return k}this.getBody=function(){return document.getElementsByTagName("body")[0]||null};this.querySelectorAll=function(f){return window.parseSelector(f)};this.addClass=function(f,g){if(g){g.className=((g.className||"")==""?"":g.className+" ")+f}};this.removeClass=function(f,g){if(g){g.className=g.className.replace(new RegExp("(^|\\s)"+f+"(\\s|$)"),"").replace(/^\s+|(\s)\s+/g,"$1")}};this.hasClass=function(f,g){return new RegExp("(^|\\s)"+f+"(\\s|$)").test(g.className)};this.hasOneOfClassses=function(h,g){for(var f=0;f<h.length;f++){if(this.hasClass(h[f],g)){return true}}return false};this.ancestorHasClass=function(g,f){g=g.parentNode;while(g&&g.nodeType==1){if(this.hasClass(f,g)){return true}g=g.parentNode}return false};this.create=function(f,g){var h=document.createElementNS?document.createElementNS(U.XHTML_NS,f):document.createElement(f);if(g){h.className=g}return h};this.getComputedStyle=function(h,i){var f;if(document.defaultView&&document.defaultView.getComputedStyle){var g=document.defaultView.getComputedStyle(h,null);f=g?g[i]:null}else{if(h.currentStyle){f=h.currentStyle[i]}}return f||""};this.getStyleAsInt=function(g,i,f){var h=this.getComputedStyle(g,i);if(f&&!/px$/.test(h)){return 0}return parseInt(h)||0};this.getWidthFromStyle=function(f){return c(f,"width","offsetWidth","paddingRight","paddingLeft","borderRightWidth","borderLeftWidth")};this.getHeightFromStyle=function(f){return c(f,"height","offsetHeight","paddingTop","paddingBottom","borderTopWidth","borderBottomWidth")};this.getDimensions=function(j){var h=j.offsetWidth;var f=j.offsetHeight;if(h==0||f==0){for(var g=0;g<j.childNodes.length;g++){var k=j.childNodes[g];if(k.nodeType!=1){continue}h=Math.max(h,k.offsetWidth);f=Math.max(f,k.offsetHeight)}}return{width:h,height:f}};this.getViewport=function(){return{width:window.innerWidth||document.documentElement.clientWidth||this.getBody().clientWidth,height:window.innerHeight||document.documentElement.clientHeight||this.getBody().clientHeight}};this.blurElement=function(g){try{g.blur();return}catch(h){}var f=this.create("input");f.style.width="0px";f.style.height="0px";g.parentNode.appendChild(f);f.focus();f.blur();f.parentNode.removeChild(f)}}U.XHTML_NS="http://www.w3.org/1999/xhtml";function H(r){var g=navigator.userAgent.toLowerCase();var q=(navigator.product||"").toLowerCase();var h=navigator.platform.toLowerCase();this.parseVersion=H.parseVersion;this.macintosh=/^mac/.test(h);this.windows=/^win/.test(h);this.linux=/^linux/.test(h);this.quicktime=false;this.opera=/opera/.test(g);this.konqueror=/konqueror/.test(g);this.ie=false
/*@cc_on||true@*/
;this.ieSupported=this.ie&&!/ppc|smartphone|iemobile|msie\s5\.5/.test(g)
/*@cc_on&&@_jscript_version>=5.5@*/
;this.ieWin=this.ie&&this.windows
/*@cc_on&&@_jscript_version>=5.1@*/
;this.windows=this.windows&&(!this.ie||this.ieWin);this.ieMac=this.ie&&this.macintosh
/*@cc_on&&@_jscript_version<5.1@*/
;this.macintosh=this.macintosh&&(!this.ie||this.ieMac);this.safari=/safari/.test(g);this.webkit=!this.konqueror&&/applewebkit/.test(g);this.khtml=this.webkit||this.konqueror;this.gecko=!this.khtml&&q=="gecko";this.ieVersion=this.ie&&/.*msie\s(\d\.\d)/.exec(g)?this.parseVersion(RegExp.$1):"0";this.operaVersion=this.opera&&/.*opera(\s|\/)(\d+\.\d+)/.exec(g)?this.parseVersion(RegExp.$2):"0";this.webkitVersion=this.webkit&&/.*applewebkit\/(\d+).*/.exec(g)?this.parseVersion(RegExp.$1):"0";this.geckoVersion=this.gecko&&/.*rv:\s*([^\)]+)\)\s+gecko/.exec(g)?this.parseVersion(RegExp.$1):"0";this.konquerorVersion=this.konqueror&&/.*konqueror\/([\d\.]+).*/.exec(g)?this.parseVersion(RegExp.$1):"0";this.flashVersion=0;if(this.ieWin){var l;var o=false;try{l=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")}catch(m){try{l=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");this.flashVersion=this.parseVersion("6");l.AllowScriptAccess="always"}catch(m){o=this.flashVersion==this.parseVersion("6")}if(!o){try{l=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(m){}}}if(!o&&l){this.flashVersion=this.parseVersion((l.GetVariable("$version")||"").replace(/^\D+(\d+)\D+(\d+)\D+(\d+).*/g,"$1.$2.$3"))}}else{if(navigator.plugins&&navigator.plugins["Shockwave Flash"]){var n=navigator.plugins["Shockwave Flash"].description.replace(/^.*\s+(\S+\s+\S+$)/,"$1");var p=n.replace(/^\D*(\d+\.\d+).*$/,"$1");if(/r/.test(n)){p+=n.replace(/^.*r(\d*).*$/,".$1")}else{if(/d/.test(n)){p+=".0"}}this.flashVersion=this.parseVersion(p);var j=false;for(var k=0,c=this.flashVersion>=H.MIN_FLASH_VERSION;c&&k<navigator.mimeTypes.length;k++){var f=navigator.mimeTypes[k];if(f.type!="application/x-shockwave-flash"){continue}if(f.enabledPlugin){j=true;if(f.enabledPlugin.description.toLowerCase().indexOf("quicktime")>-1){c=false;this.quicktime=true}}}if(this.quicktime||!j){this.flashVersion=this.parseVersion("0")}}}this.flash=this.flashVersion>=H.MIN_FLASH_VERSION;this.transparencySupport=this.macintosh||this.windows||this.linux&&(this.flashVersion>=this.parseVersion("10")&&(this.gecko&&this.geckoVersion>=this.parseVersion("1.9")||this.opera));this.computedStyleSupport=this.ie||!!document.defaultView.getComputedStyle;this.fixFocus=this.gecko&&this.windows;this.nativeDomLoaded=this.gecko||this.webkit&&this.webkitVersion>=this.parseVersion("525")||this.konqueror&&this.konquerorMajor>this.parseVersion("03")||this.opera;this.mustCheckStyle=this.khtml||this.opera;this.forcePageLoad=this.webkit&&this.webkitVersion<this.parseVersion("523");this.properDocument=typeof(document.location)=="object";this.supported=this.flash&&this.properDocument&&(!this.ie||this.ieSupported)&&this.computedStyleSupport&&(!this.opera||this.operaVersion>=this.parseVersion("9.61"))&&(!this.webkit||this.webkitVersion>=this.parseVersion("412"))&&(!this.gecko||this.geckoVersion>=this.parseVersion("1.8.0.12"))&&(!this.konqueror)}H.parseVersion=function(c){return c.replace(/(^|\D)(\d+)(?=\D|$)/g,function(f,e,g){f=e;for(var d=4-g.length;d>=0;d--){f+="0"}return f+g})};H.MIN_FLASH_VERSION=H.parseVersion("8");function F(c){this.fix=c.ua.ieWin&&window.location.hash!="";var d;this.cache=function(){d=document.title};function e(){document.title=d}this.restore=function(){if(this.fix){setTimeout(e,0)}}}function S(l){var e=null;function c(){try{if(l.ua.ie||document.readyState!="loaded"&&document.readyState!="complete"){document.documentElement.doScroll("left")}}catch(n){return setTimeout(c,10)}i()}function i(){if(l.useStyleCheck){h()}else{if(!l.ua.mustCheckStyle){d(null,true)}}}function h(){e=l.dom.create("div",E.DUMMY);l.dom.getBody().appendChild(e);m()}function m(){if(l.dom.getComputedStyle(e,"marginLeft")=="42px"){g()}else{setTimeout(m,10)}}function g(){if(e&&e.parentNode){e.parentNode.removeChild(e)}e=null;d(null,true)}function d(n,o){l.initialize(o);if(n&&n.type=="load"){if(document.removeEventListener){document.removeEventListener("DOMContentLoaded",d,false)}if(window.removeEventListener){window.removeEventListener("load",d,false)}}}function j(){l.prepareClearReferences();if(document.readyState=="interactive"){document.attachEvent("onstop",f);setTimeout(function(){document.detachEvent("onstop",f)},0)}}function f(){document.detachEvent("onstop",f);k()}function k(){l.clearReferences()}this.attach=function(){if(window.addEventListener){window.addEventListener("load",d,false)}else{window.attachEvent("onload",d)}if(!l.useDomLoaded||l.ua.forcePageLoad||l.ua.ie&&window.top!=window){return}if(l.ua.nativeDomLoaded){document.addEventListener("DOMContentLoaded",i,false)}else{if(l.ua.ie||l.ua.khtml){c()}}};this.attachUnload=function(){if(!l.ua.ie){return}window.attachEvent("onbeforeunload",j);window.attachEvent("onunload",k)}}var Q="sifrFetch";function N(c){var e=false;this.fetchMovies=function(f){if(c.setPrefetchCookie&&new RegExp(";?"+Q+"=true;?").test(document.cookie)){return}try{e=true;d(f)}catch(g){}if(c.setPrefetchCookie){document.cookie=Q+"=true;path="+c.cookiePath}};this.clear=function(){if(!e){return}try{var f=document.getElementsByTagName("script");for(var g=f.length-1;g>=0;g--){var h=f[g];if(h.type=="sifr/prefetch"){h.parentNode.removeChild(h)}}}catch(j){}};function d(f){for(var g=0;g<f.length;g++){document.write('<script defer type="sifr/prefetch" src="'+f[g].src+'"><\/script>')}}}function b(e){var g=e.ua.ie;var f=g&&e.ua.flashVersion<e.ua.parseVersion("9.0.115");var d={};var c={};this.fixFlash=f;this.register=function(h){if(!g){return}var i=h.getAttribute("id");this.cleanup(i,false);c[i]=h;delete d[i];if(f){window[i]=h}};this.reset=function(){if(!g){return false}for(var j=0;j<e.replacements.length;j++){var h=e.replacements[j];var k=c[h.id];if(!d[h.id]&&(!k.parentNode||k.parentNode.nodeType==11)){h.resetMovie();d[h.id]=true}}return true};this.cleanup=function(l,h){var i=c[l];if(!i){return}for(var k in i){if(typeof(i[k])=="function"){i[k]=null}}c[l]=null;if(f){window[l]=null}if(i.parentNode){if(h&&i.parentNode.nodeType==1){var j=document.createElement("div");j.style.width=i.offsetWidth+"px";j.style.height=i.offsetHeight+"px";i.parentNode.replaceChild(j,i)}else{i.parentNode.removeChild(i)}}};this.prepareClearReferences=function(){if(!f){return}__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){}};this.clearReferences=function(){if(f){var j=document.getElementsByTagName("object");for(var h=j.length-1;h>=0;h--){c[j[h].getAttribute("id")]=j[h]}}for(var k in c){if(Object.prototype[k]!=c[k]){this.cleanup(k,true)}}}}function K(d,g,f,c,e){this.sIFR=d;this.id=g;this.vars=f;this.movie=null;this.__forceWidth=c;this.__events=e;this.__resizing=0}K.prototype={getFlashElement:function(){return document.getElementById(this.id)},getAlternate:function(){return document.getElementById(this.id+"_alternate")},getAncestor:function(){var c=this.getFlashElement().parentNode;return !this.sIFR.dom.hasClass(E.FIX_FOCUS,c)?c:c.parentNode},available:function(){var c=this.getFlashElement();return c&&c.parentNode},call:function(c){var d=this.getFlashElement();if(!d[c]){return false}return Function.prototype.apply.call(d[c],d,Array.prototype.slice.call(arguments,1))},attempt:function(){if(!this.available()){return false}try{this.call.apply(this,arguments)}catch(c){if(this.sIFR.debug){throw c}return false}return true},updateVars:function(c,e){for(var d=0;d<this.vars.length;d++){if(this.vars[d].split("=")[0]==c){this.vars[d]=c+"="+e;break}}var f=this.sIFR.util.encodeVars(this.vars);this.movie.injectVars(this.getFlashElement(),f);this.movie.injectVars(this.movie.html,f)},storeSize:function(c,d){this.movie.setSize(c,d);this.updateVars(c,d)},fireEvent:function(c){if(this.available()&&this.__events[c]){this.sIFR.util.delay(0,this.__events[c],this,this)}},resizeFlashElement:function(c,d,e){if(!this.available()){return}this.__resizing++;var f=this.getFlashElement();f.setAttribute("height",c);this.getAncestor().style.minHeight="";this.updateVars("renderheight",c);this.storeSize("height",c);if(d!==null){f.setAttribute("width",d);this.movie.setSize("width",d)}if(this.__events.onReplacement){this.sIFR.util.delay(0,this.__events.onReplacement,this,this);delete this.__events.onReplacement}if(e){this.sIFR.util.delay(0,function(){this.attempt("scaleMovie");this.__resizing--},this)}else{this.__resizing--}},blurFlashElement:function(){if(this.available()){this.sIFR.dom.blurElement(this.getFlashElement())}},resetMovie:function(){this.sIFR.util.delay(0,this.movie.reset,this.movie,this.getFlashElement(),this.getAlternate())},resizeAfterScale:function(){if(this.available()&&this.__resizing==0){this.sIFR.util.delay(0,this.resize,this)}},resize:function(){if(!this.available()){return}this.__resizing++;var g=this.getFlashElement();var f=g.offsetWidth;if(f==0){return}var e=g.getAttribute("width");var l=g.getAttribute("height");var m=this.getAncestor();var o=this.sIFR.dom.getHeightFromStyle(m);g.style.width="1px";g.style.height="1px";m.style.minHeight=o+"px";var c=this.getAlternate().childNodes;var n=[];for(var k=0;k<c.length;k++){var h=c[k].cloneNode(true);n.push(h);m.appendChild(h)}var d=this.sIFR.dom.getWidthFromStyle(m);for(var k=0;k<n.length;k++){m.removeChild(n[k])}g.style.width=g.style.height=m.style.minHeight="";g.setAttribute("width",this.__forceWidth?d:e);g.setAttribute("height",l);if(sIFR.ua.ie){g.style.display="none";var j=g.offsetHeight;g.style.display=""}if(d!=f){if(this.__forceWidth){this.storeSize("width",d)}this.attempt("resize",d)}this.__resizing--},replaceText:function(g,j){var d=this.sIFR.util.escape(g);if(!this.attempt("replaceText",d)){return false}this.updateVars("content",d);var f=this.getAlternate();if(j){while(f.firstChild){f.removeChild(f.firstChild)}for(var c=0;c<j.length;c++){f.appendChild(j[c])}}else{try{f.innerHTML=g}catch(h){}}return true},changeCSS:function(c){c=this.sIFR.util.escape(this.sIFR.util.cssToString(this.sIFR.util.convertCssArg(c)));this.updateVars("css",c);return this.attempt("changeCSS",c)},remove:function(){if(this.movie&&this.available()){this.movie.remove(this.getFlashElement(),this.id)}}};var X=new function(){this.create=function(p,n,j,i,f,e,g,o,l,h,m){var k=p.ua.ie?d:c;return new k(p,n,j,i,f,e,g,o,["flashvars",l,"wmode",h,"bgcolor",m,"allowScriptAccess","always","quality","best"])};function c(s,q,l,h,f,e,g,r,n){var m=s.dom.create("object",E.FLASH);var p=["type","application/x-shockwave-flash","id",f,"name",f,"data",e,"width",g,"height",r];for(var o=0;o<p.length;o+=2){m.setAttribute(p[o],p[o+1])}var j=m;if(h){j=W.create("div",E.FIX_FOCUS);j.appendChild(m)}for(var o=0;o<n.length;o+=2){if(n[o]=="name"){continue}var k=W.create("param");k.setAttribute("name",n[o]);k.setAttribute("value",n[o+1]);m.appendChild(k)}l.style.minHeight=r+"px";while(l.firstChild){l.removeChild(l.firstChild)}l.appendChild(j);this.html=j.cloneNode(true)}c.prototype={reset:function(e,f){e.parentNode.replaceChild(this.html.cloneNode(true),e)},remove:function(e,f){e.parentNode.removeChild(e)},setSize:function(e,f){this.html.setAttribute(e,f)},injectVars:function(e,g){var h=e.getElementsByTagName("param");for(var f=0;f<h.length;f++){if(h[f].getAttribute("name")=="flashvars"){h[f].setAttribute("value",g);break}}}};function d(p,n,j,h,f,e,g,o,k){this.dom=p.dom;this.broken=n;this.html='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="'+f+'" width="'+g+'" height="'+o+'" class="'+E.FLASH+'"><param name="movie" value="'+e+'"></param></object>';var m="";for(var l=0;l<k.length;l+=2){m+='<param name="'+k[l]+'" value="'+k[l+1]+'"></param>'}this.html=this.html.replace(/(<\/object>)/,m+"$1");j.style.minHeight=o+"px";j.innerHTML=this.html;this.broken.register(j.firstChild)}d.prototype={reset:function(f,g){g=g.cloneNode(true);var e=f.parentNode;e.innerHTML=this.html;this.broken.register(e.firstChild);e.appendChild(g)},remove:function(e,f){this.broken.cleanup(f)},setSize:function(e,f){this.html=this.html.replace(e=="height"?/(height)="\d+"/:/(width)="\d+"/,'$1="'+f+'"')},injectVars:function(e,f){if(e!=this.html){return}this.html=this.html.replace(/(flashvars(=|\"\svalue=)\")[^\"]+/,"$1"+f)}}};this.errors=new Y(O);var A=this.util=new D(O);var W=this.dom=new U(O);var T=this.ua=new H(O);var G={fragmentIdentifier:new F(O),pageLoad:new S(O),prefetch:new N(O),brokenFlashIE:new b(O)};this.__resetBrokenMovies=G.brokenFlashIE.reset;var J={kwargs:[],replaceAll:function(d){for(var c=0;c<this.kwargs.length;c++){O.replace(this.kwargs[c])}if(!d){this.kwargs=[]}}};this.activate=function(){if(!T.supported||!this.isEnabled||this.isActive||!C()||a()){return}G.prefetch.fetchMovies(arguments);this.isActive=true;this.setFlashClass();G.fragmentIdentifier.cache();G.pageLoad.attachUnload();if(!this.autoInitialize){return}G.pageLoad.attach()};this.setFlashClass=function(){if(this.hasFlashClassSet){return}W.addClass(E.ACTIVE,W.getBody()||document.documentElement);this.hasFlashClassSet=true};this.removeFlashClass=function(){if(!this.hasFlashClassSet){return}W.removeClass(E.ACTIVE,W.getBody());W.removeClass(E.ACTIVE,document.documentElement);this.hasFlashClassSet=false};this.initialize=function(c){if(!this.isActive||!this.isEnabled){return}if(R){if(!c){J.replaceAll(false)}return}R=true;J.replaceAll(c);if(O.repaintOnResize){if(window.addEventListener){window.addEventListener("resize",Z,false)}else{window.attachEvent("onresize",Z)}}G.prefetch.clear()};this.replace=function(x,u){if(!T.supported){return}if(u){x=A.copyProperties(x,u)}if(!R){return J.kwargs.push(x)}if(this.onReplacementStart){this.onReplacementStart(x)}var AM=x.elements||W.querySelectorAll(x.selector);if(AM.length==0){return}var w=M(x.src);var AR=A.convertCssArg(x.css);var v=B(x.filters);var AN=x.forceSingleLine===true;var AS=x.preventWrap===true&&!AN;var q=AN||(x.fitExactly==null?this.fitExactly:x.fitExactly)===true;var AD=q||(x.forceWidth==null?this.forceWidth:x.forceWidth)===true;var s=x.ratios||[];var AE=x.pixelFont===true;var r=parseInt(x.tuneHeight)||0;var z=!!x.onRelease||!!x.onRollOver||!!x.onRollOut;if(q){A.extractFromCss(AR,".sIFR-root","text-align",true)}var t=A.extractFromCss(AR,".sIFR-root","font-size",true)||"0";var e=A.extractFromCss(AR,".sIFR-root","background-color",true)||"#FFFFFF";var o=A.extractFromCss(AR,".sIFR-root","kerning",true)||"";var AW=A.extractFromCss(AR,".sIFR-root","opacity",true)||"100";var k=A.extractFromCss(AR,".sIFR-root","cursor",true)||"default";var AP=parseInt(A.extractFromCss(AR,".sIFR-root","leading"))||0;var AJ=x.gridFitType||(A.extractFromCss(AR,".sIFR-root","text-align")=="right")?"subpixel":"pixel";var h=this.forceTextTransform===false?"none":A.extractFromCss(AR,".sIFR-root","text-transform",true)||"none";t=/^\d+(px)?$/.test(t)?parseInt(t):0;AW=parseFloat(AW)<1?100*parseFloat(AW):AW;var AC=x.modifyCss?"":A.cssToString(AR);var AG=x.wmode||"";if(!AG){if(x.transparent){AG="transparent"}else{if(x.opaque){AG="opaque"}}}if(AG=="transparent"){if(!T.transparencySupport){AG="opaque"}else{e="transparent"}}else{if(e=="transparent"){e="#FFFFFF"}}for(var AV=0;AV<AM.length;AV++){var AF=AM[AV];if(W.hasOneOfClassses(E.IGNORE_CLASSES,AF)||W.ancestorHasClass(AF,E.ALTERNATE)){continue}var AO=W.getDimensions(AF);var f=AO.height;var c=AO.width;var AA=W.getComputedStyle(AF,"display");if(!f||!c||!AA||AA=="none"){continue}c=W.getWidthFromStyle(AF);var n,AH;if(!t){var AL=I(AF);n=Math.min(this.MAX_FONT_SIZE,Math.max(this.MIN_FONT_SIZE,AL.fontSize));if(AE){n=Math.max(8,8*Math.round(n/8))}AH=AL.lines}else{n=t;AH=1}var d=W.create("span",E.ALTERNATE);var AX=AF.cloneNode(true);AF.parentNode.appendChild(AX);for(var AU=0,AT=AX.childNodes.length;AU<AT;AU++){var m=AX.childNodes[AU];if(!/^(style|script)$/i.test(m.nodeName)){d.appendChild(m.cloneNode(true))}}if(x.modifyContent){x.modifyContent(AX,x.selector)}if(x.modifyCss){AC=x.modifyCss(AR,AX,x.selector)}var p=P(AX,h,x.uriEncode);AX.parentNode.removeChild(AX);if(x.modifyContentString){p.text=x.modifyContentString(p.text,x.selector)}if(p.text==""){continue}var AK=Math.round(AH*V(n,s)*n)+this.FLASH_PADDING_BOTTOM+r;if(AH>1&&AP){AK+=Math.round((AH-1)*AP)}var AB=AD?c:"100%";var AI="sIFR_replacement_"+L++;var AQ=["id="+AI,"content="+A.escape(p.text),"width="+c,"renderheight="+AK,"link="+A.escape(p.primaryLink.href||""),"target="+A.escape(p.primaryLink.target||""),"size="+n,"css="+A.escape(AC),"cursor="+k,"tunewidth="+(x.tuneWidth||0),"tuneheight="+r,"offsetleft="+(x.offsetLeft||""),"offsettop="+(x.offsetTop||""),"fitexactly="+q,"preventwrap="+AS,"forcesingleline="+AN,"antialiastype="+(x.antiAliasType||""),"thickness="+(x.thickness||""),"sharpness="+(x.sharpness||""),"kerning="+o,"gridfittype="+AJ,"flashfilters="+v,"opacity="+AW,"blendmode="+(x.blendMode||""),"selectable="+(x.selectable==null||AG!=""&&!sIFR.ua.macintosh&&sIFR.ua.gecko&&sIFR.ua.geckoVersion>=sIFR.ua.parseVersion("1.9")?"true":x.selectable===true),"fixhover="+(this.fixHover===true),"events="+z,"delayrun="+G.brokenFlashIE.fixFlash,"version="+this.VERSION];var y=A.encodeVars(AQ);var g=new K(O,AI,AQ,AD,{onReplacement:x.onReplacement,onRollOver:x.onRollOver,onRollOut:x.onRollOut,onRelease:x.onRelease});g.movie=X.create(sIFR,G.brokenFlashIE,AF,T.fixFocus&&x.fixFocus,AI,w,AB,AK,y,AG,e);this.replacements.push(g);this.replacements[AI]=g;if(x.selector){if(!this.replacements[x.selector]){this.replacements[x.selector]=[g]}else{this.replacements[x.selector].push(g)}}d.setAttribute("id",AI+"_alternate");AF.appendChild(d);W.addClass(E.REPLACED,AF)}G.fragmentIdentifier.restore()};this.getReplacementByFlashElement=function(d){for(var c=0;c<O.replacements.length;c++){if(O.replacements[c].id==d.getAttribute("id")){return O.replacements[c]}}};this.redraw=function(){for(var c=0;c<O.replacements.length;c++){O.replacements[c].resetMovie()}};this.prepareClearReferences=function(){G.brokenFlashIE.prepareClearReferences()};this.clearReferences=function(){G.brokenFlashIE.clearReferences();G=null;J=null;delete O.replacements};function C(){if(O.domains.length==0){return true}var d=A.domain();for(var c=0;c<O.domains.length;c++){if(A.domainMatches(d,O.domains[c])){return true}}return false}function a(){if(document.location.protocol=="file:"){if(O.debug){O.errors.fire("isFile")}return true}return false}function M(c){if(T.ie&&c.charAt(0)=="/"){c=window.location.toString().replace(/([^:]+)(:\/?\/?)([^\/]+).*/,"$1$2$3")+c}return c}function V(d,e){for(var c=0;c<e.length;c+=2){if(d<=e[c]){return e[c+1]}}return e[e.length-1]||1}function B(g){var e=[];for(var d in g){if(g[d]==Object.prototype[d]){continue}var c=g[d];d=[d.replace(/filter/i,"")+"Filter"];for(var f in c){if(c[f]==Object.prototype[f]){continue}d.push(f+":"+A.escape(A.toJson(c[f],A.toHexString)))}e.push(d.join(","))}return A.escape(e.join(";"))}function Z(d){var e=Z.viewport;var c=W.getViewport();if(e&&c.width==e.width&&c.height==e.height){return}Z.viewport=c;if(O.replacements.length==0){return}if(Z.timer){clearTimeout(Z.timer)}Z.timer=setTimeout(function(){delete Z.timer;for(var f=0;f<O.replacements.length;f++){O.replacements[f].resize()}},200)}function I(f){var g=W.getComputedStyle(f,"fontSize");var d=g.indexOf("px")==-1;var e=f.innerHTML;if(d){f.innerHTML="X"}f.style.paddingTop=f.style.paddingBottom=f.style.borderTopWidth=f.style.borderBottomWidth="0px";f.style.lineHeight="2em";f.style.display="block";g=d?f.offsetHeight/2:parseInt(g,10);if(d){f.innerHTML=e}var c=Math.round(f.offsetHeight/(2*g));f.style.paddingTop=f.style.paddingBottom=f.style.borderTopWidth=f.style.borderBottomWidth=f.style.lineHeight=f.style.display="";if(isNaN(c)||!isFinite(c)||c==0){c=1}return{fontSize:g,lines:c}}function P(c,g,s){s=s||A.uriEncode;var q=[],m=[];var k=null;var e=c.childNodes;var o=false,p=false;var j=0;while(j<e.length){var f=e[j];if(f.nodeType==3){var t=A.textTransform(g,A.normalize(f.nodeValue)).replace(/</g,"&lt;");if(o&&p){t=t.replace(/^\s+/,"")}m.push(t);o=/\s$/.test(t);p=false}if(f.nodeType==1&&!/^(style|script)$/i.test(f.nodeName)){var h=[];var r=f.nodeName.toLowerCase();var n=f.className||"";if(/\s+/.test(n)){if(n.indexOf(E.CLASS)>-1){n=n.match("(\\s|^)"+E.CLASS+"-([^\\s$]*)(\\s|$)")[2]}else{n=n.match(/^([^\s]+)/)[1]}}if(n!=""){h.push('class="'+n+'"')}if(r=="a"){var d=s(f.getAttribute("href")||"");var l=f.getAttribute("target")||"";h.push('href="'+d+'"','target="'+l+'"');if(!k){k={href:d,target:l}}}m.push("<"+r+(h.length>0?" ":"")+h.join(" ")+">");p=true;if(f.hasChildNodes()){q.push(j);j=0;e=f.childNodes;continue}else{if(!/^(br|img)$/i.test(f.nodeName)){m.push("</",f.nodeName.toLowerCase(),">")}}}if(q.length>0&&!f.nextSibling){do{j=q.pop();e=f.parentNode.parentNode.childNodes;f=e[j];if(f){m.push("</",f.nodeName.toLowerCase(),">")}}while(j==e.length-1&&q.length>0)}j++}return{text:m.join("").replace(/^\s+|\s+$|\s*(<br>)\s*/g,"$1"),primaryLink:k||{}}}};var parseSelector=(function(){var B=/\s*,\s*/;var A=/\s*([\s>+~(),]|^|$)\s*/g;var L=/([\s>+~,]|[^(]\+|^)([#.:@])/g;var F=/(^|\))[^\s>+~]/g;var M=/(\)|^)/;var K=/[\s#.:>+~()@]|[^\s#.:>+~()@]+/g;function H(R,P){P=P||document.documentElement;var S=R.split(B),X=[];for(var U=0;U<S.length;U++){var N=[P],W=G(S[U]);for(var T=0;T<W.length;){var Q=W[T++],O=W[T++],V="";if(W[T]=="("){while(W[T++]!=")"&&T<W.length){V+=W[T]}V=V.slice(0,-1)}N=I(N,Q,O,V)}X=X.concat(N)}return X}function G(N){var O=N.replace(A,"$1").replace(L,"$1*$2").replace(F,D);return O.match(K)||[]}function D(N){return N.replace(M,"$1 ")}function I(N,P,Q,O){return(H.selectors[P])?H.selectors[P](N,Q,O):[]}var E={toArray:function(O){var N=[];for(var P=0;P<O.length;P++){N.push(O[P])}return N}};var C={isTag:function(O,N){return(N=="*")||(N.toLowerCase()==O.nodeName.toLowerCase())},previousSiblingElement:function(N){do{N=N.previousSibling}while(N&&N.nodeType!=1);return N},nextSiblingElement:function(N){do{N=N.nextSibling}while(N&&N.nodeType!=1);return N},hasClass:function(N,O){return(O.className||"").match("(^|\\s)"+N+"(\\s|$)")},getByTag:function(N,O){return O.getElementsByTagName(N)}};var J={"#":function(N,P){for(var O=0;O<N.length;O++){if(N[O].getAttribute("id")==P){return[N[O]]}}return[]}," ":function(O,Q){var N=[];for(var P=0;P<O.length;P++){N=N.concat(E.toArray(C.getByTag(Q,O[P])))}return N},">":function(O,R){var N=[];for(var Q=0,S;Q<O.length;Q++){S=O[Q];for(var P=0,T;P<S.childNodes.length;P++){T=S.childNodes[P];if(T.nodeType==1&&C.isTag(T,R)){N.push(T)}}}return N},".":function(O,Q){var N=[];for(var P=0,R;P<O.length;P++){R=O[P];if(C.hasClass([Q],R)){N.push(R)}}return N},":":function(N,P,O){return(H.pseudoClasses[P])?H.pseudoClasses[P](N,O):[]}};H.selectors=J;H.pseudoClasses={};H.util=E;H.dom=C;return H})();var dinMedium={src:"../swf/dinMedium.swf"};var dinBold={src:"../swf/dinBold.swf"};var is_chrome=/chrome/.test(navigator.userAgent.toLowerCase());if(!is_chrome){sIFR.activate(dinMedium)}sIFR.replace(dinMedium,{selector:"h1",ratios:[8,1.42,9,1.33,12,1.35,15,1.3,19,1.28,27,1.27,28,1.25,32,1.26,33,1.24,34,1.25,48,1.24,52,1.23,53,1.24,73,1.23,76,1.22,77,1.23,81,1.22,82,1.23,1.22],css:".sIFR-root { color:#646464; text-transform : uppercase;  }",wmode:"transparent",fitExactly:true,offsetTop:-4,tuneHeight:-10});sIFR.replace(dinMedium,{selector:"#countrySelect li .countryItem",ratios:[8,1.42,9,1.33,12,1.35,15,1.3,19,1.28,27,1.27,28,1.25,32,1.26,33,1.24,34,1.25,48,1.24,52,1.23,53,1.24,73,1.23,76,1.22,77,1.23,81,1.22,82,1.23,1.22],css:[".sIFR-root { color:#646464; font-size:14px; text-transform : uppercase; text-align:center;    }","a:link { color: #646464; text-decoration:none; }","a:hover { color: #28aaaa; text-decoration:none; }"],wmode:"transparent",forceSingleLine:true});sIFR.replace(dinMedium,{selector:"#countrySelect li .countryItemActive",ratios:[8,1.42,9,1.33,12,1.35,15,1.3,19,1.28,27,1.27,28,1.25,32,1.26,33,1.24,34,1.25,48,1.24,52,1.23,53,1.24,73,1.23,76,1.22,77,1.23,81,1.22,82,1.23,1.22],css:[".sIFR-root { color:#FFFFFF; font-size:14px; text-transform : uppercase; text-align:center;    }","a:link { color: #FFFFFF; text-decoration:none; }","a:hover { color: #FFFFFF; text-decoration:none; }"],wmode:"transparent",forceSingleLine:true});sIFR.replace(dinBold,{selector:".productListHeader",ratios:[8,1.42,9,1.33,12,1.35,15,1.3,19,1.28,27,1.27,28,1.25,32,1.26,33,1.24,34,1.25,48,1.24,52,1.23,53,1.24,73,1.23,76,1.22,77,1.23,81,1.22,82,1.23,1.22],css:".sIFR-root { color: #646464; text-transform : uppercase;  }",wmode:"transparent",forceSingleLine:true,offsetTop:1,tuneHeight:-2});sIFR.replace(dinMedium,{selector:".orderStep .orderStepText",ratios:[8,1.42,9,1.33,12,1.35,15,1.3,19,1.28,27,1.27,28,1.25,32,1.26,33,1.24,34,1.25,48,1.24,52,1.23,53,1.24,73,1.23,76,1.22,77,1.23,81,1.22,82,1.23,1.22],css:[".sIFR-root { color:#646464; text-transform : uppercase;  }",".orderStepTextSmall { font-size : 14px;  }"],wmode:"transparent",forceSingleLine:true,offsetTop:-2,tuneHeight:-7});sIFR.replace(dinMedium,{selector:".orderStepActive .orderStepText",ratios:[8,1.42,9,1.33,12,1.35,15,1.3,19,1.28,27,1.27,28,1.25,32,1.26,33,1.24,34,1.25,48,1.24,52,1.23,53,1.24,73,1.23,76,1.22,77,1.23,81,1.22,82,1.23,1.22],css:[".sIFR-root { color:#FFFFFF; text-transform : uppercase;  }",".orderStepTextSmall { font-size : 14px;  }"],wmode:"transparent",forceSingleLine:true,offsetTop:-2,tuneHeight:-7});(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.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\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.1",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m<n.length;m++){if(j.options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDocumentPosition?k.compareDocumentPosition(j)&16:k!==j&&k.contains(j)},hasScroll:function(m,k){if(c(m).css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m[j]>0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(c.curCSS(this,"position",1))&&(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return !!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return !(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return !this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);(function(a){a.widget("ui.accordion",{_init:function(){var d=this.options,b=this;this.running=0;if(d.collapsible==a.ui.accordion.defaults.collapsible&&d.alwaysOpen!=a.ui.accordion.defaults.alwaysOpen){d.collapsible=!d.alwaysOpen}if(d.navigation){var c=this.element.find("a").filter(d.navigationFilter);if(c.length){if(c.filter(d.header).length){this.active=c}else{this.active=c.parent().parent().prev();c.addClass("ui-accordion-content-active")}}}this.element.addClass("ui-accordion ui-widget ui-helper-reset");if(this.element[0].nodeName=="UL"){this.element.children("li").addClass("ui-accordion-li-fix")}this.headers=this.element.find(d.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){a(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){a(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){a(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){a(this).removeClass("ui-state-focus")});this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");this.active=this._findActive(this.active||d.active).toggleClass("ui-state-default").toggleClass("ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");this.active.next().addClass("ui-accordion-content-active");a("<span/>").addClass("ui-icon "+d.icons.header).prependTo(this.headers);this.active.find(".ui-icon").toggleClass(d.icons.header).toggleClass(d.icons.headerSelected);if(a.browser.msie){this.element.find("a").css("zoom","1")}this.resize();this.element.attr("role","tablist");this.headers.attr("role","tab").bind("keydown",function(e){return b._keydown(e)}).next().attr("role","tabpanel");this.headers.not(this.active||"").attr("aria-expanded","false").attr("tabIndex","-1").next().hide();if(!this.active.length){this.headers.eq(0).attr("tabIndex","0")}else{this.active.attr("aria-expanded","true").attr("tabIndex","0")}if(!a.browser.safari){this.headers.find("a").attr("tabIndex","-1")}if(d.event){this.headers.bind((d.event)+".accordion",function(e){return b._clickHandler.call(b,e,this)})}},destroy:function(){var c=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role").unbind(".accordion").removeData("accordion");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabindex");this.headers.find("a").removeAttr("tabindex");this.headers.children(".ui-icon").remove();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active");if(c.autoHeight||c.fillHeight){b.css("height","")}},_setData:function(b,c){if(b=="alwaysOpen"){b="collapsible";c=!c}a.widget.prototype._setData.apply(this,arguments)},_keydown:function(e){var g=this.options,f=a.ui.keyCode;if(g.disabled||e.altKey||e.ctrlKey){return}var d=this.headers.length;var b=this.headers.index(e.target);var c=false;switch(e.keyCode){case f.RIGHT:case f.DOWN:c=this.headers[(b+1)%d];break;case f.LEFT:case f.UP:c=this.headers[(b-1+d)%d];break;case f.SPACE:case f.ENTER:return this._clickHandler({target:e.target},e.target)}if(c){a(e.target).attr("tabIndex","-1");a(c).attr("tabIndex","0");c.focus();return false}return true},resize:function(){var e=this.options,d;if(e.fillSpace){if(a.browser.msie){var b=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}d=this.element.parent().height();if(a.browser.msie){this.element.parent().css("overflow",b)}this.headers.each(function(){d-=a(this).outerHeight()});var c=0;this.headers.next().each(function(){c=Math.max(c,a(this).innerHeight()-a(this).height())}).height(Math.max(0,d-c)).css("overflow","auto")}else{if(e.autoHeight){d=0;this.headers.next().each(function(){d=Math.max(d,a(this).outerHeight())}).height(d)}}},activate:function(b){var c=this._findActive(b)[0];this._clickHandler({target:c},c)},_findActive:function(b){return b?typeof b=="number"?this.headers.filter(":eq("+b+")"):this.headers.not(this.headers.not(b)):b===false?a([]):this.headers.filter(":eq(0)")},_clickHandler:function(b,f){var d=this.options;if(d.disabled){return false}if(!b.target&&d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var h=this.active.next(),e={options:d,newHeader:a([]),oldHeader:d.active,newContent:a([]),oldContent:h},c=(this.active=a([]));this._toggle(c,h,e);return false}var g=a(b.currentTarget||f);var i=g[0]==this.active[0];if(this.running||(!d.collapsible&&i)){return false}this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");if(!i){g.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").find(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);g.next().addClass("ui-accordion-content-active")}var c=g.next(),h=this.active.next(),e={options:d,newHeader:i&&d.collapsible?a([]):g,oldHeader:this.active,newContent:i&&d.collapsible?a([]):c.find("> *"),oldContent:h.find("> *")},j=this.headers.index(this.active[0])>this.headers.index(g[0]);this.active=i?a([]):g;this._toggle(c,h,e,i,j);return false},_toggle:function(b,i,g,j,k){var d=this.options,m=this;this.toShow=b;this.toHide=i;this.data=g;var c=function(){if(!m){return}return m._completed.apply(m,arguments)};this._trigger("changestart",null,this.data);this.running=i.size()===0?b.size():i.size();if(d.animated){var f={};if(d.collapsible&&j){f={toShow:a([]),toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}else{f={toShow:b,toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}if(!d.proxied){d.proxied=d.animated}if(!d.proxiedDuration){d.proxiedDuration=d.duration}d.animated=a.isFunction(d.proxied)?d.proxied(f):d.proxied;d.duration=a.isFunction(d.proxiedDuration)?d.proxiedDuration(f):d.proxiedDuration;var l=a.ui.accordion.animations,e=d.duration,h=d.animated;if(!l[h]){l[h]=function(n){this.slide(n,{easing:h,duration:e||700})}}l[h](f)}else{if(d.collapsible&&j){b.toggle()}else{i.hide();b.show()}c(true)}i.prev().attr("aria-expanded","false").attr("tabIndex","-1").blur();b.prev().attr("aria-expanded","true").attr("tabIndex","0").focus()},_completed:function(b){var c=this.options;this.running=b?0:--this.running;if(this.running){return}if(c.clearStyle){this.toShow.add(this.toHide).css({height:"",overflow:""})}this._trigger("change",null,this.data)}});a.extend(a.ui.accordion,{version:"1.7.1",defaults:{active:null,alwaysOpen:true,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()==location.href.toLowerCase()}},animations:{slide:function(j,h){j=a.extend({easing:"swing",duration:300},j,h);if(!j.toHide.size()){j.toShow.animate({height:"show"},j);return}if(!j.toShow.size()){j.toHide.animate({height:"hide"},j);return}var c=j.toShow.css("overflow"),g,d={},f={},e=["height","paddingTop","paddingBottom"],b;var i=j.toShow;b=i[0].style.width;i.width(parseInt(i.parent().width(),10)-parseInt(i.css("paddingLeft"),10)-parseInt(i.css("paddingRight"),10)-(parseInt(i.css("borderLeftWidth"),10)||0)-(parseInt(i.css("borderRightWidth"),10)||0));a.each(e,function(k,m){f[m]="hide";var l=(""+a.css(j.toShow[0],m)).match(/^([\d+-.]+)(.*)$/);d[m]={value:l[1],unit:l[2]||"px"}});j.toShow.css({height:0,overflow:"hidden"}).show();j.toHide.filter(":hidden").each(j.complete).end().filter(":visible").animate(f,{step:function(k,l){if(l.prop=="height"){g=(l.now-l.start)/(l.end-l.start)}j.toShow[0].style[l.prop]=(g*d[l.prop].value)+d[l.prop].unit},duration:j.duration,easing:j.easing,complete:function(){if(!j.autoHeight){j.toShow.css("height","")}j.toShow.css("width",b);j.toShow.css({overflow:c});j.complete()}})},bounceslide:function(b){this.slide(b,{easing:b.down?"easeOutBounce":"swing",duration:b.down?1000:200})},easeslide:function(b){this.slide(b,{easing:"easeinout",duration:700})}}})})(jQuery);(function(a){a.widget("ui.tabs",{_init:function(){if(this.options.deselectable!==undefined){this.options.collapsible=this.options.deselectable}this._tabify(true)},_setData:function(b,c){if(b=="selected"){if(this.options.collapsible&&c==this.options.selected){return}this.select(c)}else{this.options[b]=c;if(b=="deselectable"){this.options.collapsible=c}this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+a.data(b)},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+a.data(this.list[0]));return a.cookie.apply(null,[b].concat(a.makeArray(arguments)))},_ui:function(c,b){return{tab:c,panel:b,index:this.anchors.index(c)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b=a(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(n){this.list=this.element.children("ul:first");this.lis=a("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return a("a",this)[0]});this.panels=a([]);var p=this,d=this.options;var c=/^#.+/;this.anchors.each(function(r,o){var q=a(o).attr("href");var s=q.split("#")[0],u;if(s&&(s===location.toString().split("#")[0]||(u=a("base")[0])&&s===u.href)){q=o.hash;o.href=q}if(c.test(q)){p.panels=p.panels.add(p._sanitizeSelector(q))}else{if(q!="#"){a.data(o,"href.tabs",q);a.data(o,"load.tabs",q.replace(/#.*$/,""));var w=p._tabId(o);o.href="#"+w;var v=a("#"+w);if(!v.length){v=a(d.panelTemplate).attr("id",w).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(p.panels[r-1]||p.list);v.data("destroy.tabs",true)}p.panels=p.panels.add(v)}else{d.disabled.push(r)}}});if(n){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(d.selected===undefined){if(location.hash){this.anchors.each(function(q,o){if(o.hash==location.hash){d.selected=q;return false}})}if(typeof d.selected!="number"&&d.cookie){d.selected=parseInt(p._cookie(),10)}if(typeof d.selected!="number"&&this.lis.filter(".ui-tabs-selected").length){d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}d.selected=d.selected||0}else{if(d.selected===null){d.selected=-1}}d.selected=((d.selected>=0&&this.anchors[d.selected])||d.selected<0)?d.selected:0;d.disabled=a.unique(d.disabled.concat(a.map(this.lis.filter(".ui-state-disabled"),function(q,o){return p.lis.index(q)}))).sort();if(a.inArray(d.selected,d.disabled)!=-1){d.disabled.splice(a.inArray(d.selected,d.disabled),1)}this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(d.selected>=0&&this.anchors.length){this.panels.eq(d.selected).removeClass("ui-tabs-hide");this.lis.eq(d.selected).addClass("ui-tabs-selected ui-state-active");p.element.queue("tabs",function(){p._trigger("show",null,p._ui(p.anchors[d.selected],p.panels[d.selected]))});this.load(d.selected)}a(window).bind("unload",function(){p.lis.add(p.anchors).unbind(".tabs");p.lis=p.anchors=p.panels=null})}else{d.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}this.element[d.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");if(d.cookie){this._cookie(d.selected,d.cookie)}for(var g=0,m;(m=this.lis[g]);g++){a(m)[a.inArray(g,d.disabled)!=-1&&!a(m).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled")}if(d.cache===false){this.anchors.removeData("cache.tabs")}this.lis.add(this.anchors).unbind(".tabs");if(d.event!="mouseover"){var f=function(o,i){if(i.is(":not(.ui-state-disabled)")){i.addClass("ui-state-"+o)}};var j=function(o,i){i.removeClass("ui-state-"+o)};this.lis.bind("mouseover.tabs",function(){f("hover",a(this))});this.lis.bind("mouseout.tabs",function(){j("hover",a(this))});this.anchors.bind("focus.tabs",function(){f("focus",a(this).closest("li"))});this.anchors.bind("blur.tabs",function(){j("focus",a(this).closest("li"))})}var b,h;if(d.fx){if(a.isArray(d.fx)){b=d.fx[0];h=d.fx[1]}else{b=h=d.fx}}function e(i,o){i.css({display:""});if(a.browser.msie&&o.opacity){i[0].style.removeAttribute("filter")}}var k=h?function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.hide().removeClass("ui-tabs-hide").animate(h,h.duration||"normal",function(){e(o,h);p._trigger("show",null,p._ui(i,o[0]))})}:function(i,o){a(i).closest("li").removeClass("ui-state-default").addClass("ui-tabs-selected ui-state-active");o.removeClass("ui-tabs-hide");p._trigger("show",null,p._ui(i,o[0]))};var l=b?function(o,i){i.animate(b,b.duration||"normal",function(){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");e(i,b);p.element.dequeue("tabs")})}:function(o,i,q){p.lis.removeClass("ui-tabs-selected ui-state-active").addClass("ui-state-default");i.addClass("ui-tabs-hide");p.element.dequeue("tabs")};this.anchors.bind(d.event+".tabs",function(){var o=this,r=a(this).closest("li"),i=p.panels.filter(":not(.ui-tabs-hide)"),q=a(p._sanitizeSelector(this.hash));if((r.hasClass("ui-tabs-selected")&&!d.collapsible)||r.hasClass("ui-state-disabled")||r.hasClass("ui-state-processing")||p._trigger("select",null,p._ui(this,q[0]))===false){this.blur();return false}d.selected=p.anchors.index(this);p.abort();if(d.collapsible){if(r.hasClass("ui-tabs-selected")){d.selected=-1;if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){l(o,i)}).dequeue("tabs");this.blur();return false}else{if(!i.length){if(d.cookie){p._cookie(d.selected,d.cookie)}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this));this.blur();return false}}}if(d.cookie){p._cookie(d.selected,d.cookie)}if(q.length){if(i.length){p.element.queue("tabs",function(){l(o,i)})}p.element.queue("tabs",function(){k(o,q)});p.load(p.anchors.index(this))}else{throw"jQuery UI Tabs: Mismatching fragment identifier."}if(a.browser.msie){this.blur()}});this.anchors.bind("click.tabs",function(){return false})},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var c=a.data(this,"href.tabs");if(c){this.href=c}var d=a(this).unbind(".tabs");a.each(["href","load","cache"],function(e,f){d.removeData(f+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){if(a.data(this,"destroy.tabs")){a(this).remove()}else{a(this).removeClass(["ui-state-default","ui-corner-top","ui-tabs-selected","ui-state-active","ui-state-hover","ui-state-focus","ui-state-disabled","ui-tabs-panel","ui-widget-content","ui-corner-bottom","ui-tabs-hide"].join(" "))}});if(b.cookie){this._cookie(null,b.cookie)}},add:function(e,d,c){if(c===undefined){c=this.anchors.length}var b=this,g=this.options,i=a(g.tabTemplate.replace(/#\{href\}/g,e).replace(/#\{label\}/g,d)),h=!e.indexOf("#")?e.replace("#",""):this._tabId(a("a",i)[0]);i.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var f=a("#"+h);if(!f.length){f=a(g.panelTemplate).attr("id",h).data("destroy.tabs",true)}f.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(c>=this.lis.length){i.appendTo(this.list);f.appendTo(this.list[0].parentNode)}else{i.insertBefore(this.lis[c]);f.insertBefore(this.panels[c])}g.disabled=a.map(g.disabled,function(k,j){return k>=c?++k:k});this._tabify();if(this.anchors.length==1){i.addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){b._trigger("show",null,b._ui(b.anchors[0],b.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[c],this.panels[c]))},remove:function(b){var d=this.options,e=this.lis.eq(b).remove(),c=this.panels.eq(b).remove();if(e.hasClass("ui-tabs-selected")&&this.anchors.length>1){this.select(b+(b+1<this.anchors.length?1:-1))}d.disabled=a.map(a.grep(d.disabled,function(g,f){return g!=b}),function(g,f){return g>=b?--g:g});this._tabify();this._trigger("remove",null,this._ui(e.find("a")[0],c[0]))},enable:function(b){var c=this.options;if(a.inArray(b,c.disabled)==-1){return}this.lis.eq(b).removeClass("ui-state-disabled");c.disabled=a.grep(c.disabled,function(e,d){return e!=b});this._trigger("enable",null,this._ui(this.anchors[b],this.panels[b]))},disable:function(c){var b=this,d=this.options;if(c!=d.selected){this.lis.eq(c).addClass("ui-state-disabled");d.disabled.push(c);d.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[c],this.panels[c]))}},select:function(b){if(typeof b=="string"){b=this.anchors.index(this.anchors.filter("[href$="+b+"]"))}else{if(b===null){b=-1}}if(b==-1&&this.options.collapsible){b=this.options.selected}this.anchors.eq(b).trigger(this.options.event+".tabs")},load:function(e){var c=this,g=this.options,b=this.anchors.eq(e)[0],d=a.data(b,"load.tabs");this.abort();if(!d||this.element.queue("tabs").length!==0&&a.data(b,"cache.tabs")){this.element.dequeue("tabs");return}this.lis.eq(e).addClass("ui-state-processing");if(g.spinner){var f=a("span",b);f.data("label.tabs",f.html()).html(g.spinner)}this.xhr=a.ajax(a.extend({},g.ajaxOptions,{url:d,success:function(i,h){a(c._sanitizeSelector(b.hash)).html(i);c._cleanup();if(g.cache){a.data(b,"cache.tabs",true)}c._trigger("load",null,c._ui(c.anchors[e],c.panels[e]));try{g.ajaxOptions.success(i,h)}catch(j){}c.element.dequeue("tabs")}}))},abort:function(){this.element.queue([]);this.panels.stop(false,true);if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup()},url:function(c,b){this.anchors.eq(c).removeData("cache.tabs").data("load.tabs",b)},length:function(){return this.anchors.length}});a.extend(a.ui.tabs,{version:"1.7.1",getter:"length",defaults:{ajaxOptions:null,cache:false,cookie:null,collapsible:false,disabled:[],event:"click",fx:null,idPrefix:"ui-tabs-",panelTemplate:"<div></div>",spinner:"<em>Loading&#8230;</em>",tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>'}});a.extend(a.ui.tabs.prototype,{rotation:null,rotate:function(d,f){var b=this,g=this.options;var c=b._rotate||(b._rotate=function(h){clearTimeout(b.rotation);b.rotation=setTimeout(function(){var i=g.selected;b.select(++i<b.anchors.length?i:0)},d);if(h){h.stopPropagation()}});var e=b._unrotate||(b._unrotate=!f?function(h){if(h.clientX){b.rotate(null)}}:function(h){t=g.selected;c()});if(d){this.element.bind("tabsshow",c);this.anchors.bind(g.event+".tabs",e);c()}else{clearTimeout(b.rotation);this.element.unbind("tabsshow",c);this.anchors.unbind(g.event+".tabs",e);delete this._rotate;delete this._unrotate}}})})(jQuery);jQuery.effects||(function(d){d.effects={version:"1.7.1",save:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.data("ec.storage."+h[f],g[0].style[h[f]])}}},restore:function(g,h){for(var f=0;f<h.length;f++){if(h[f]!==null){g.css(h[f],g.data("ec.storage."+h[f]))}}},setMode:function(f,g){if(g=="toggle"){g=f.is(":hidden")?"show":"hide"}return g},getBaseline:function(g,h){var i,f;switch(g[0]){case"top":i=0;break;case"middle":i=0.5;break;case"bottom":i=1;break;default:i=g[0]/h.height}switch(g[1]){case"left":f=0;break;case"center":f=0.5;break;case"right":f=1;break;default:f=g[1]/h.width}return{x:f,y:i}},createWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent()}var g={width:f.outerWidth(true),height:f.outerHeight(true),"float":f.css("float")};f.wrap('<div class="ui-effects-wrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');var j=f.parent();if(f.css("position")=="static"){j.css({position:"relative"});f.css({position:"relative"})}else{var i=f.css("top");if(isNaN(parseInt(i,10))){i="auto"}var h=f.css("left");if(isNaN(parseInt(h,10))){h="auto"}j.css({position:f.css("position"),top:i,left:h,zIndex:f.css("z-index")}).show();f.css({position:"relative",top:0,left:0})}j.css(g);return j},removeWrapper:function(f){if(f.parent().is(".ui-effects-wrapper")){return f.parent().replaceWith(f)}return f},setTransition:function(g,i,f,h){h=h||{};d.each(i,function(k,j){unit=g.cssUnit(j);if(unit[0]>0){h[j]=unit[0]*f+unit[1]}});return h},animateClass:function(h,i,k,j){var f=(typeof k=="function"?k:(j?j:null));var g=(typeof k=="string"?k:null);return this.each(function(){var q={};var o=d(this);var p=o.attr("style")||"";if(typeof p=="object"){p=p.cssText}if(h.toggle){o.hasClass(h.toggle)?h.remove=h.toggle:h.add=h.toggle}var l=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.addClass(h.add)}if(h.remove){o.removeClass(h.remove)}var m=d.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(h.add){o.removeClass(h.add)}if(h.remove){o.addClass(h.remove)}for(var r in m){if(typeof m[r]!="function"&&m[r]&&r.indexOf("Moz")==-1&&r.indexOf("length")==-1&&m[r]!=l[r]&&(r.match(/color/i)||(!r.match(/color/i)&&!isNaN(parseInt(m[r],10))))&&(l.position!="static"||(l.position=="static"&&!r.match(/left|top|bottom|right/)))){q[r]=m[r]}}o.animate(q,i,g,function(){if(typeof d(this).attr("style")=="object"){d(this).attr("style")["cssText"]="";d(this).attr("style")["cssText"]=p}else{d(this).attr("style",p)}if(h.add){d(this).addClass(h.add)}if(h.remove){d(this).removeClass(h.remove)}if(f){f.apply(this,arguments)}})})}};function c(g,f){var i=g[1]&&g[1].constructor==Object?g[1]:{};if(f){i.mode=f}var h=g[1]&&g[1].constructor!=Object?g[1]:(i.duration?i.duration:g[2]);h=d.fx.off?0:typeof h==="number"?h:d.fx.speeds[h]||d.fx.speeds._default;var j=i.callback||(d.isFunction(g[1])&&g[1])||(d.isFunction(g[2])&&g[2])||(d.isFunction(g[3])&&g[3]);return[g[0],i,h,j]}d.fn.extend({_show:d.fn.show,_hide:d.fn.hide,__toggle:d.fn.toggle,_addClass:d.fn.addClass,_removeClass:d.fn.removeClass,_toggleClass:d.fn.toggleClass,effect:function(g,f,h,i){return d.effects[g]?d.effects[g].call(this,{method:g,options:f||{},duration:h,callback:i}):null},show:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._show.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"show"))}},hide:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))){return this._hide.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"hide"))}},toggle:function(){if(!arguments[0]||(arguments[0].constructor==Number||(/(slow|normal|fast)/).test(arguments[0]))||(arguments[0].constructor==Function)){return this.__toggle.apply(this,arguments)}else{return this.effect.apply(this,c(arguments,"toggle"))}},addClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{add:g},f,i,h]):this._addClass(g)},removeClass:function(g,f,i,h){return f?d.effects.animateClass.apply(this,[{remove:g},f,i,h]):this._removeClass(g)},toggleClass:function(g,f,i,h){return((typeof f!=="boolean")&&f)?d.effects.animateClass.apply(this,[{toggle:g},f,i,h]):this._toggleClass(g,f)},morph:function(f,h,g,j,i){return d.effects.animateClass.apply(this,[{add:h,remove:f},g,j,i])},switchClass:function(){return this.morph.apply(this,arguments)},cssUnit:function(f){var g=this.css(f),h=[];d.each(["em","px","%","pt"],function(j,k){if(g.indexOf(k)>0){h=[parseFloat(g),k]}});return h}});d.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(g,f){d.fx.step[f]=function(h){if(h.state==0){h.start=e(h.elem,f);h.end=b(h.end)}h.elem.style[f]="rgb("+[Math.max(Math.min(parseInt((h.pos*(h.end[0]-h.start[0]))+h.start[0],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[1]-h.start[1]))+h.start[1],10),255),0),Math.max(Math.min(parseInt((h.pos*(h.end[2]-h.start[2]))+h.start[2],10),255),0)].join(",")+")"}});function b(g){var f;if(g&&g.constructor==Array&&g.length==3){return g}if(f=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(g)){return[parseInt(f[1],10),parseInt(f[2],10),parseInt(f[3],10)]}if(f=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(g)){return[parseFloat(f[1])*2.55,parseFloat(f[2])*2.55,parseFloat(f[3])*2.55]}if(f=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(g)){return[parseInt(f[1],16),parseInt(f[2],16),parseInt(f[3],16)]}if(f=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(g)){return[parseInt(f[1]+f[1],16),parseInt(f[2]+f[2],16),parseInt(f[3]+f[3],16)]}if(f=/rgba\(0, 0, 0, 0\)/.exec(g)){return a.transparent}return a[d.trim(g).toLowerCase()]}function e(h,f){var g;do{g=d.curCSS(h,f);if(g!=""&&g!="transparent"||d.nodeName(h,"body")){break}f="backgroundColor"}while(h=h.parentNode);return b(g)}var a={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]};d.easing.jswing=d.easing.swing;d.extend(d.easing,{def:"easeOutQuad",swing:function(g,h,f,j,i){return d.easing[d.easing.def](g,h,f,j,i)},easeInQuad:function(g,h,f,j,i){return j*(h/=i)*h+f},easeOutQuad:function(g,h,f,j,i){return -j*(h/=i)*(h-2)+f},easeInOutQuad:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h+f}return -j/2*((--h)*(h-2)-1)+f},easeInCubic:function(g,h,f,j,i){return j*(h/=i)*h*h+f},easeOutCubic:function(g,h,f,j,i){return j*((h=h/i-1)*h*h+1)+f},easeInOutCubic:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h+f}return j/2*((h-=2)*h*h+2)+f},easeInQuart:function(g,h,f,j,i){return j*(h/=i)*h*h*h+f},easeOutQuart:function(g,h,f,j,i){return -j*((h=h/i-1)*h*h*h-1)+f},easeInOutQuart:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h+f}return -j/2*((h-=2)*h*h*h-2)+f},easeInQuint:function(g,h,f,j,i){return j*(h/=i)*h*h*h*h+f},easeOutQuint:function(g,h,f,j,i){return j*((h=h/i-1)*h*h*h*h+1)+f},easeInOutQuint:function(g,h,f,j,i){if((h/=i/2)<1){return j/2*h*h*h*h*h+f}return j/2*((h-=2)*h*h*h*h+2)+f},easeInSine:function(g,h,f,j,i){return -j*Math.cos(h/i*(Math.PI/2))+j+f},easeOutSine:function(g,h,f,j,i){return j*Math.sin(h/i*(Math.PI/2))+f},easeInOutSine:function(g,h,f,j,i){return -j/2*(Math.cos(Math.PI*h/i)-1)+f},easeInExpo:function(g,h,f,j,i){return(h==0)?f:j*Math.pow(2,10*(h/i-1))+f},easeOutExpo:function(g,h,f,j,i){return(h==i)?f+j:j*(-Math.pow(2,-10*h/i)+1)+f},easeInOutExpo:function(g,h,f,j,i){if(h==0){return f}if(h==i){return f+j}if((h/=i/2)<1){return j/2*Math.pow(2,10*(h-1))+f}return j/2*(-Math.pow(2,-10*--h)+2)+f},easeInCirc:function(g,h,f,j,i){return -j*(Math.sqrt(1-(h/=i)*h)-1)+f},easeOutCirc:function(g,h,f,j,i){return j*Math.sqrt(1-(h=h/i-1)*h)+f},easeInOutCirc:function(g,h,f,j,i){if((h/=i/2)<1){return -j/2*(Math.sqrt(1-h*h)-1)+f}return j/2*(Math.sqrt(1-(h-=2)*h)+1)+f},easeInElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return -(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f},easeOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l)==1){return f+m}if(!k){k=l*0.3}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}return h*Math.pow(2,-10*i)*Math.sin((i*l-j)*(2*Math.PI)/k)+m+f},easeInOutElastic:function(g,i,f,m,l){var j=1.70158;var k=0;var h=m;if(i==0){return f}if((i/=l/2)==2){return f+m}if(!k){k=l*(0.3*1.5)}if(h<Math.abs(m)){h=m;var j=k/4}else{var j=k/(2*Math.PI)*Math.asin(m/h)}if(i<1){return -0.5*(h*Math.pow(2,10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k))+f}return h*Math.pow(2,-10*(i-=1))*Math.sin((i*l-j)*(2*Math.PI)/k)*0.5+m+f},easeInBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*(h/=j)*h*((i+1)*h-i)+f},easeOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}return k*((h=h/j-1)*h*((i+1)*h+i)+1)+f},easeInOutBack:function(g,h,f,k,j,i){if(i==undefined){i=1.70158}if((h/=j/2)<1){return k/2*(h*h*(((i*=(1.525))+1)*h-i))+f}return k/2*((h-=2)*h*(((i*=(1.525))+1)*h+i)+2)+f},easeInBounce:function(g,h,f,j,i){return j-d.easing.easeOutBounce(g,i-h,0,j,i)+f},easeOutBounce:function(g,h,f,j,i){if((h/=i)<(1/2.75)){return j*(7.5625*h*h)+f}else{if(h<(2/2.75)){return j*(7.5625*(h-=(1.5/2.75))*h+0.75)+f}else{if(h<(2.5/2.75)){return j*(7.5625*(h-=(2.25/2.75))*h+0.9375)+f}else{return j*(7.5625*(h-=(2.625/2.75))*h+0.984375)+f}}}},easeInOutBounce:function(g,h,f,j,i){if(h<i/2){return d.easing.easeInBounce(g,h*2,0,j,i)*0.5+f}return d.easing.easeOutBounce(g,h*2-i,0,j,i)*0.5+j*0.5+f}})})(jQuery);(function(a){a.effects.blind=function(b){return this.queue(function(){var d=a(this),c=["position","top","left"];var h=a.effects.setMode(d,b.options.mode||"hide");var g=b.options.direction||"vertical";a.effects.save(d,c);d.show();var j=a.effects.createWrapper(d).css({overflow:"hidden"});var e=(g=="vertical")?"height":"width";var i=(g=="vertical")?j.height():j.width();if(h=="show"){j.css(e,0)}var f={};f[e]=h=="show"?i:0;j.animate(f,b.duration,b.options.easing,function(){if(h=="hide"){d.hide()}a.effects.restore(d,c);a.effects.removeWrapper(d);if(b.callback){b.callback.apply(d[0],arguments)}d.dequeue()})})}})(jQuery);(function(a){a.effects.bounce=function(b){return this.queue(function(){var e=a(this),l=["position","top","left"];var k=a.effects.setMode(e,b.options.mode||"effect");var n=b.options.direction||"up";var c=b.options.distance||20;var d=b.options.times||5;var g=b.duration||250;if(/show|hide/.test(k)){l.push("opacity")}a.effects.save(e,l);e.show();a.effects.createWrapper(e);var f=(n=="up"||n=="down")?"top":"left";var p=(n=="up"||n=="left")?"pos":"neg";var c=b.options.distance||(f=="top"?e.outerHeight({margin:true})/3:e.outerWidth({margin:true})/3);if(k=="show"){e.css("opacity",0).css(f,p=="pos"?-c:c)}if(k=="hide"){c=c/(d*2)}if(k!="hide"){d--}if(k=="show"){var h={opacity:1};h[f]=(p=="pos"?"+=":"-=")+c;e.animate(h,g/2,b.options.easing);c=c/2;d--}for(var j=0;j<d;j++){var o={},m={};o[f]=(p=="pos"?"-=":"+=")+c;m[f]=(p=="pos"?"+=":"-=")+c;e.animate(o,g/2,b.options.easing).animate(m,g/2,b.options.easing);c=(k=="hide")?c*2:c/2}if(k=="hide"){var h={opacity:0};h[f]=(p=="pos"?"-=":"+=")+c;e.animate(h,g/2,b.options.easing,function(){e.hide();a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}})}else{var o={},m={};o[f]=(p=="pos"?"-=":"+=")+c;m[f]=(p=="pos"?"+=":"-=")+c;e.animate(o,g/2,b.options.easing).animate(m,g/2,b.options.easing,function(){a.effects.restore(e,l);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}})}e.queue("fx",function(){e.dequeue()});e.dequeue()})}})(jQuery);(function(a){a.effects.clip=function(b){return this.queue(function(){var f=a(this),j=["position","top","left","height","width"];var i=a.effects.setMode(f,b.options.mode||"hide");var k=b.options.direction||"vertical";a.effects.save(f,j);f.show();var c=a.effects.createWrapper(f).css({overflow:"hidden"});var e=f[0].tagName=="IMG"?c:f;var g={size:(k=="vertical")?"height":"width",position:(k=="vertical")?"top":"left"};var d=(k=="vertical")?e.height():e.width();if(i=="show"){e.css(g.size,0);e.css(g.position,d/2)}var h={};h[g.size]=i=="show"?d:0;h[g.position]=i=="show"?0:d/2;e.animate(h,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){f.hide()}a.effects.restore(f,j);a.effects.removeWrapper(f);if(b.callback){b.callback.apply(f[0],arguments)}f.dequeue()}})})}})(jQuery);(function(a){a.effects.drop=function(b){return this.queue(function(){var e=a(this),d=["position","top","left","opacity"];var i=a.effects.setMode(e,b.options.mode||"hide");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e);var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true})/2:e.outerWidth({margin:true})/2);if(i=="show"){e.css("opacity",0).css(f,c=="pos"?-j:j)}var g={opacity:i=="show"?1:0};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);(function(a){a.effects.fold=function(b){return this.queue(function(){var e=a(this),k=["position","top","left"];var h=a.effects.setMode(e,b.options.mode||"hide");var o=b.options.size||15;var n=!(!b.options.horizFirst);var g=b.duration?b.duration/2:a.fx.speeds._default/2;a.effects.save(e,k);e.show();var d=a.effects.createWrapper(e).css({overflow:"hidden"});var i=((h=="show")!=n);var f=i?["width","height"]:["height","width"];var c=i?[d.width(),d.height()]:[d.height(),d.width()];var j=/([0-9]+)%/.exec(o);if(j){o=parseInt(j[1],10)/100*c[h=="hide"?0:1]}if(h=="show"){d.css(n?{height:0,width:o}:{height:o,width:0})}var m={},l={};m[f[0]]=h=="show"?c[0]:o;l[f[1]]=h=="show"?c[1]:0;d.animate(m,g,b.options.easing).animate(l,g,b.options.easing,function(){if(h=="hide"){e.hide()}a.effects.restore(e,k);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(e[0],arguments)}e.dequeue()})})}})(jQuery);(function(a){a.effects.pulsate=function(b){return this.queue(function(){var d=a(this);var g=a.effects.setMode(d,b.options.mode||"show");var f=b.options.times||5;var e=b.duration?b.duration/2:a.fx.speeds._default/2;if(g=="hide"){f--}if(d.is(":hidden")){d.css("opacity",0);d.show();d.animate({opacity:1},e,b.options.easing);f=f-2}for(var c=0;c<f;c++){d.animate({opacity:0},e,b.options.easing).animate({opacity:1},e,b.options.easing)}if(g=="hide"){d.animate({opacity:0},e,b.options.easing,function(){d.hide();if(b.callback){b.callback.apply(this,arguments)}})}else{d.animate({opacity:0},e,b.options.easing).animate({opacity:1},e,b.options.easing,function(){if(b.callback){b.callback.apply(this,arguments)}})}d.queue("fx",function(){d.dequeue()});d.dequeue()})}})(jQuery);(function(a){a.effects.slide=function(b){return this.queue(function(){var e=a(this),d=["position","top","left"];var i=a.effects.setMode(e,b.options.mode||"show");var h=b.options.direction||"left";a.effects.save(e,d);e.show();a.effects.createWrapper(e).css({overflow:"hidden"});var f=(h=="up"||h=="down")?"top":"left";var c=(h=="up"||h=="left")?"pos":"neg";var j=b.options.distance||(f=="top"?e.outerHeight({margin:true}):e.outerWidth({margin:true}));if(i=="show"){e.css(f,c=="pos"?-j:j)}var g={};g[f]=(i=="show"?(c=="pos"?"+=":"-="):(c=="pos"?"-=":"+="))+j;e.animate(g,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){if(i=="hide"){e.hide()}a.effects.restore(e,d);a.effects.removeWrapper(e);if(b.callback){b.callback.apply(this,arguments)}e.dequeue()}})})}})(jQuery);(function(a){a.effects.transfer=function(b){return this.queue(function(){var f=a(this),h=a(b.options.to),e=h.offset(),g={top:e.top,left:e.left,height:h.innerHeight(),width:h.innerWidth()},d=f.offset(),c=a('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(b.options.className).css({top:d.top,left:d.left,height:f.innerHeight(),width:f.innerWidth(),position:"absolute"}).animate(g,b.duration,b.options.easing,function(){c.remove();(b.callback&&b.callback.apply(f[0],arguments));f.dequeue()})})}})(jQuery);(function($){var ver="2.63";if($.support==undefined){$.support={opacity:!($.browser.msie)}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "))}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length==0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2)});return this}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this}return this.each(function(){options=handleArguments(this,options,arg2);if(options===false){return}if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=options.slideExpr?$(options.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return}var opts=buildOptions($cont,$slides,els,options,o);if(opts===false){return}if(opts.timeout||opts.continuous){this.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev)},opts.continuous?10:opts.timeout+(opts.delay||0))}})};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0}if(options===undefined||options===null){options={}}if(options.constructor==String){switch(options){case"stop":cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout)}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;if(arg2===true){options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0}go(options.elements,options,1,1)}return false;default:options={fx:options}}}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(this.cycleTimeout);cont.cycleTimeout=0}if(typeof arg2=="string"){options.oneTimeFx=arg2}go(options.elements,options,1,num>=options.currSlide);return false}}return options}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter")}catch(smother){}}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts)})}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.rev)})}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides)}if($cont.css("position")=="static"){$cont.css("position","relative")}if(opts.width){$cont.width(opts.width)}if(opts.height&&opts.height!="auto"){$cont.height(opts.height)}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide)}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i)}opts.randomMap.sort(function(a,b){return Math.random()-0.5});opts.randomIndex=0;opts.startingSlide=opts.randomMap[0]}else{if(opts.startingSlide>=els.length){opts.startingSlide=0}}opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css("z-index",z)});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width)}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height)}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var i=0;i<els.length;i++){var $e=$(els[i]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth}if(!h){h=e.offsetHeight}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"})}}if(opts.pause){$cont.hover(function(){this.cyclePause++},function(){this.cyclePause--})}if(supportMultiTransitions(opts)===false){return false}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts)}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false}}}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingOp=($.browser.opera&&this.cycleW==42&&this.cycleH==19&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options)},opts.requeueTimeout);requeue=true;return false}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(requeue){return false}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst)}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed)}if(!opts.sync){opts.speed=opts.speed/2}while((opts.timeout-opts.speed)<250){opts.timeout+=opts.speed}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing}if(!opts.speedIn){opts.speedIn=opts.speed}if(!opts.speedOut){opts.speedOut=opts.speed}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0}opts.nextSlide=opts.randomMap[opts.randomIndex]}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true])}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true])}if(opts.next){$(opts.next).click(function(){return advance(opts,opts.rev?-1:1)})}if(opts.prev){$(opts.prev).click(function(){return advance(opts,opts.rev?1:-1)})}if(opts.pager){buildPager(els,opts)}exposeAddSlide(opts,els);return opts}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this)});$.each(opts.after,function(){opts.original.after.push(this)})}function supportMultiTransitions(opts){var txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(var i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];var tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){var tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p)}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(var i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0])}log("randomized fx sequence: ",opts.fxs)}return true}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s)}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s)}if(opts.fit&&opts.width){$s.width(opts.width)}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height)}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts)}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s)}else{$s.hide()}}}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this)});$.each(opts.original.after,function(){opts.after.push(this)});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts)}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){$(els).stop(true,true);opts.busy=false}if(opts.busy){return}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return}if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts)}return}if(manual||!p.cyclePause){var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0}fx=opts.fxs[opts.lastFx];opts.currFx=fx}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return}o.apply(next,[curr,next,opts,fwd])})}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return}o.apply(next,[curr,next,opts,fwd])})};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd)}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after)}else{$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent)}}}opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0}opts.nextSlide=opts.randomMap[opts.randomIndex]}else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1}if(opts.pager){$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide)}}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(curr,next,opts,fwd)}else{if(opts.continuous&&p.cyclePause){ms=10}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev)},ms)}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).find("a").removeClass("activeSlide").filter("a:eq("+currSlide+")").addClass("activeSlide")};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);if(t!==false){return t}}return opts.timeout}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1)};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1)};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1}}opts.nextSlide=opts.randomMap[opts.randomIndex]}else{if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0}opts.nextSlide=opts.randomMap[opts.randomIndex]}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false}opts.nextSlide=els.length-1}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false}opts.nextSlide=0}}}}if($.isFunction(opts.prevNextClick)){opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide])}go(els,opts,1,val>=0);return false}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts)});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide)}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a=($.isFunction(opts.pagerAnchorBuilder))?opts.pagerAnchorBuilder(i,el):'<a href="#">'+(i+1)+"</a>";if(!a){return}var $a=$(a);if($a.parents("body").length==0){$a.appendTo($p)}$a.bind(opts.pagerEvent,function(){opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0}if($.isFunction(opts.pagerClick)){opts.pagerClick(opts.nextSlide,els[opts.nextSlide])}go(els,opts,1,opts.currSlide<i);return false});if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++},function(){opts.$cont[0].cyclePause--})}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l}else{hops=c<l?l-c:l+opts.slideCount-c}return hops};function clearTypeFix($slides){function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2])}if(v&&v!="transparent"){return v}}return"#ffffff"}$slides.each(function(){$(this).css("background-color",getBg(this))})}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1))};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride}else{speedIn=speedOut=1}easeIn=easeOut=null}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb)};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter)}if(!opts.sync){fn()}});if(opts.sync){fn()}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0}}};$.fn.cycle.ver=function(){return ver};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250}})(jQuery);(function($){$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h}};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h}};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w}};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w}};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0}};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0}};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0}};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0}};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true)});opts.speed=opts.speed/2;opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(var i=0;i<$slides.length;i++){opts.els.push($slides[i])}for(var i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift())}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop())}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count)}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count)}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb()}})})};opts.cssBefore={display:"block",opacity:1,top:0,left:0}};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0}};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0}};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0}};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0}};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2}});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0}};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH}});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0}};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w}};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h}};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w}};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0}});opts.cssBefore={width:0,top:0}};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0}});opts.cssBefore={height:0,left:0}};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0}});opts.cssBefore={top:0,width:0}};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0}});opts.cssBefore={left:0,height:0}};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w}else{if(d=="up"){opts.cssBefore.top=h}else{if(d=="down"){opts.cssBefore.top=-h}else{opts.cssBefore.left=w}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0}};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w}else{if(d=="up"){opts.animOut.top=-h}else{if(d=="down"){opts.animOut.top=h}else{opts.animOut.left=-w}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0}};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0}}else{opts.animOut.opacity=0}});opts.cssBefore={left:0,top:0};opts.animIn={left:0}};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)"}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)"}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)"}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)"}else{if(/zoom/.test(opts.clip)){var t=parseInt(h/2);var l=parseInt(w/2);clip="rect("+t+"px "+l+"px "+t+"px "+l+"px)"}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none")})()});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0}}})(jQuery);jQuery.fn.equalHeights=function(){var maxHeight=0;this.each(function(){if(this.offsetHeight>maxHeight){maxHeight=this.offsetHeight}});this.each(function(){$(this).height(maxHeight+"px");if(this.offsetHeight>maxHeight){$(this).height((maxHeight-(this.offsetHeight-maxHeight))+"px")}})};$(document).ready(function(){$("#slideshow").cycle({fx:"fade",speed:2000,timeout:7000});$("#leftMenu").accordion({header:"h1",event:"mouseover",autoHeight:false,navigation:true}).removeClass("ui-widget");$("#leftMenu h1").removeClass("ui-corner-all ui-corner-top");$("#leftMenu div").removeClass("ui-widget-content ui-corner-bottom");$("#tabbed1").tabs({selected:-1}).removeClass("ui-corner-top ui-widget ui-widget-content ui-corner-all");$("#tabbed1 ul").removeClass("ui-widget-header ui-corner-all");$("#tabbed1 li").removeClass("ui-corner-top");$("#tabbed1 div").removeClass("ui-widget-content ui-corner-bottom");$("#tabbed1 li a").click(function(){$("#tabbed1 #tabs-intro").remove()});$("#tabbed2").tabs().removeClass("ui-corner-top ui-widget ui-widget-content ui-corner-all");$("#tabbed2 ul").removeClass("ui-widget-header ui-corner-all");$("#tabbed2 li").removeClass("ui-corner-top");$("#tabbed2 div").removeClass("ui-widget-content ui-corner-bottom");$("#productCarrousel").cycle({fx:"scrollHorz",speed:500,timeout:7000,pager:"#productCarrouselNavigator",pause:true,pauseOnPagerHover:true,containerResize:false,pagerAnchorBuilder:function(idx,slide){return'<li><a href="#">&nbsp;</a></li>'}});$(".productContainer .showHideAssessment").click(function(){if($(this).prev().height()==100){var endHeight=$(this).prev().children("div.assessmentText").height()+10;$(this).prev().animate({height:endHeight},500);$(this).addClass("hide")}else{$(this).prev().animate({height:100},500);$(this).removeClass("hide")}});$(".productInfosContainer,.productPicture,.productExtra,.productPrice,.productFlavours,.productBuy").equalHeights();$("#ie6warning .closeWarning").click(function(){$("#ie6warning").remove()});$("#securityCodeHowTo a").hover(function(){$("#showCard").stop().animate({opacity:1,width:277,height:185},200)},function(){$("#showCard").stop().animate({opacity:0,width:0,height:0},500)})});jQuery.cookie=function(name,value,options){if(typeof value!="undefined"){options=options||{};if(value===null){value="";options.expires=-1}var expires="";if(options.expires&&(typeof options.expires=="number"||options.expires.toUTCString)){var date;if(typeof options.expires=="number"){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000))}else{date=options.expires}expires="; expires="+date.toUTCString()}var path=options.path?"; path="+(options.path):"";var domain=options.domain?"; domain="+(options.domain):"";var secure=options.secure?"; secure":"";document.cookie=[name,"=",encodeURIComponent(value),expires,path,domain,secure].join("")}else{var cookieValue=null;if(document.cookie&&document.cookie!=""){var cookies=document.cookie.split(";");for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(cookie.substring(0,name.length+1)==(name+"=")){cookieValue=decodeURIComponent(cookie.substring(name.length+1));break}}}return cookieValue}};if(_typeface_js&&_typeface_js.loadFace){_typeface_js.loadFace({glyphs:{S:{x_min:41.671875,x_max:747,ha:819,o:"m 747 282 q 720 160 747 214 q 647 68 694 105 q 534 11 599 30 q 391 -8 469 -8 q 195 21 279 -8 q 41 122 112 50 l 141 221 q 256 147 195 167 q 394 127 317 127 q 544 166 491 127 q 598 278 598 206 q 559 381 598 346 q 517 407 539 399 q 451 422 495 415 l 334 439 q 147 518 214 456 q 75 707 75 586 q 97 825 75 772 q 163 917 120 878 q 267 977 205 956 q 405 998 329 998 q 576 971 503 998 q 712 885 648 945 l 616 790 q 516 851 570 835 q 401 867 463 867 q 267 823 313 867 q 221 712 221 779 q 230 662 221 685 q 258 621 239 639 q 369 575 297 586 l 481 558 q 592 530 551 547 q 666 485 634 512 q 726 397 706 449 q 747 282 747 346 "},"¦":{x_min:164,x_max:305.671875,ha:478,o:"m 164 -103 l 164 383 l 305 383 l 305 -103 l 164 -103 m 164 606 l 164 1092 l 305 1092 l 305 606 l 164 606 "},"/":{x_min:0,x_max:531.9375,ha:528,o:"m 136 -103 l 0 -103 l 395 1092 l 531 1092 l 136 -103 "},y:{x_min:11.546875,x_max:644.875,ha:650,o:"m 333 -139 q 282 -227 314 -195 q 215 -267 253 -256 q 137 -279 178 -279 l 81 -279 l 81 -151 l 117 -151 q 182 -135 161 -151 q 218 -75 203 -119 l 257 33 l 11 705 l 161 705 l 329 208 l 493 705 l 644 705 l 333 -139 "},"≈":{x_min:59.71875,x_max:737.5,ha:797,o:"m 737 247 q 681 195 706 216 q 631 162 655 175 q 584 144 608 150 q 533 139 561 139 q 456 151 493 139 q 377 184 420 163 q 322 208 348 199 q 268 218 297 218 q 240 215 254 218 q 213 207 227 213 q 184 188 200 201 q 148 157 168 176 l 59 245 q 115 297 90 276 q 165 330 141 317 q 213 348 190 342 q 265 354 237 354 q 340 341 305 354 q 419 308 376 329 q 475 284 448 293 q 530 275 501 275 q 584 286 559 275 q 648 335 609 297 l 737 247 m 737 528 q 681 476 706 497 q 631 443 655 455 q 584 425 608 430 q 531 421 559 421 q 455 432 491 421 q 376 465 419 444 q 321 489 347 480 q 266 499 295 499 q 239 496 252 499 q 213 488 226 494 q 184 470 200 482 q 148 439 168 458 l 59 528 q 115 579 90 558 q 165 612 141 600 q 212 630 188 625 q 263 635 236 635 q 339 623 304 635 q 418 590 375 611 q 473 566 447 575 q 529 557 500 557 q 583 567 558 557 q 647 616 608 577 l 737 528 "},"Ž":{x_min:67,x_max:700,ha:767,o:"m 67 0 l 67 129 l 523 855 l 86 855 l 86 990 l 700 990 l 700 867 l 240 135 l 700 135 l 700 0 l 67 0 m 449 1085 l 330 1085 l 151 1309 l 269 1309 l 390 1174 l 511 1309 l 629 1309 l 449 1085 "},"Á":{x_min:11.109375,x_max:856.953125,ha:868,o:"m 437 766 l 283 327 l 587 327 l 437 766 m 697 0 l 629 199 l 238 199 l 170 0 l 11 0 l 373 989 l 494 989 l 856 0 l 697 0 m 465 1086 l 358 1086 l 462 1311 l 619 1311 l 465 1086 "},g:{x_min:79,x_max:649.671875,ha:762,o:"m 508 366 q 504 447 508 407 q 484 518 500 486 q 441 568 469 549 q 365 587 413 587 q 288 568 317 587 q 244 518 259 549 q 225 447 230 486 q 220 366 220 407 q 225 284 220 324 q 244 213 230 245 q 288 163 259 182 q 365 145 317 145 q 441 163 413 145 q 484 213 469 182 q 504 284 500 245 q 508 366 508 324 m 649 4 q 628 -115 649 -60 q 569 -208 608 -169 q 474 -270 530 -248 q 348 -293 419 -293 q 211 -272 267 -293 q 99 -199 155 -251 l 190 -109 q 256 -156 223 -141 q 342 -172 290 -172 q 419 -157 387 -172 q 470 -117 451 -142 q 499 -60 490 -92 q 508 7 508 -28 l 508 97 q 424 34 469 51 q 326 17 380 17 q 230 33 273 17 q 158 79 187 50 q 92 203 106 131 q 79 365 79 275 q 92 528 79 456 q 158 652 106 600 q 327 713 219 713 q 428 696 384 713 q 512 630 472 678 l 512 705 l 649 705 l 649 4 "},"²":{x_min:62,x_max:423,ha:486,o:"m 62 396 l 62 492 l 285 750 q 309 786 302 770 q 316 822 316 801 q 297 878 316 857 q 242 899 278 899 q 191 883 214 899 q 169 823 169 867 l 62 823 q 113 949 62 903 q 242 995 164 995 q 372 949 321 995 q 423 822 423 903 q 406 751 423 779 q 359 686 389 722 l 191 492 l 423 492 l 423 396 l 62 396 "},"–":{x_min:71,x_max:670,ha:741,o:"m 71 320 l 71 452 l 670 452 l 670 320 l 71 320 "},"ë":{x_min:76,x_max:673,ha:748,o:"m 531 411 q 527 462 531 442 q 513 506 524 482 q 460 570 496 546 q 374 595 424 595 q 287 570 324 595 q 234 506 251 546 q 219 462 223 482 q 216 411 216 442 l 531 411 m 216 312 q 261 166 216 219 q 395 114 307 114 q 491 131 454 114 q 566 186 528 148 l 656 101 q 602 54 630 75 q 543 19 574 33 q 475 -1 512 5 q 392 -8 438 -8 q 268 10 325 -8 q 168 71 210 29 q 100 183 125 114 q 76 353 76 253 q 157 619 76 525 q 374 713 238 713 q 500 688 445 713 q 594 618 556 663 q 652 511 632 574 q 673 374 673 449 l 673 312 l 216 312 m 165 840 l 165 990 l 293 990 l 293 840 l 165 840 m 465 840 l 465 990 l 593 990 l 593 840 l 465 840 "},"ƒ":{x_min:29.5,x_max:535,ha:577,o:"m 452 876 q 390 854 412 876 q 361 793 368 832 l 316 543 l 457 543 l 457 435 l 297 435 l 171 -284 l 29 -284 l 155 435 l 42 435 l 42 543 l 175 543 l 221 800 q 245 873 227 838 q 291 936 262 909 q 358 980 319 963 q 447 997 397 997 l 535 997 l 535 876 l 452 876 "},"Î":{x_min:-40.453125,x_max:437.328125,ha:408,o:"m 129 0 l 129 990 l 279 990 l 279 0 l 129 0 m 319 1085 l 198 1220 l 77 1085 l -40 1085 l 138 1309 l 258 1309 l 437 1085 l 319 1085 "},e:{x_min:76,x_max:673,ha:748,o:"m 531 411 q 527 462 531 442 q 513 506 524 482 q 460 570 496 546 q 374 595 424 595 q 287 570 324 595 q 234 506 250 546 q 219 462 222 482 q 216 411 216 442 l 531 411 m 216 312 q 261 166 216 219 q 395 114 307 114 q 491 131 454 114 q 566 186 528 148 l 656 101 q 602 54 629 75 q 543 19 574 33 q 475 -1 511 5 q 392 -8 438 -8 q 268 10 325 -8 q 168 71 210 29 q 100 183 125 114 q 76 353 76 253 q 157 619 76 525 q 374 713 238 713 q 500 688 445 713 q 594 618 556 663 q 652 511 632 574 q 673 374 673 449 l 673 312 l 216 312 "},"Ã":{x_min:11.109375,x_max:856.953125,ha:868,o:"m 437 766 l 283 327 l 587 327 l 437 766 m 697 0 l 629 199 l 238 199 l 170 0 l 11 0 l 373 989 l 494 989 l 856 0 l 697 0 m 663 1180 q 584 1118 616 1133 q 519 1104 551 1104 q 465 1112 488 1104 q 415 1135 443 1120 q 377 1154 395 1146 q 337 1162 358 1162 q 302 1155 319 1162 q 256 1120 286 1149 l 190 1186 q 269 1247 237 1232 q 334 1262 301 1262 q 388 1253 365 1262 q 438 1229 411 1245 q 477 1209 459 1216 q 515 1203 494 1203 q 550 1210 531 1203 q 597 1245 569 1218 l 663 1180 "},J:{x_min:17.5625,x_max:587,ha:702,o:"m 587 313 q 561 176 587 236 q 490 75 535 115 q 385 13 445 35 q 257 -8 325 -8 q 125 14 181 -8 q 17 88 68 36 l 117 186 q 173 143 143 160 q 257 127 203 127 q 389 177 341 127 q 437 324 437 227 l 437 990 l 587 990 l 587 313 "},"»":{x_min:100,x_max:771.828125,ha:822,o:"m 100 58 l 100 229 l 249 378 l 100 525 l 100 696 l 420 378 l 100 58 m 451 58 l 451 229 l 599 378 l 451 525 l 451 696 l 771 378 l 451 58 "},"∆":{x_min:6.9375,x_max:851.390625,ha:860,o:"m 431 765 l 206 128 l 655 128 l 431 765 m 6 0 l 369 989 l 490 989 l 851 0 l 6 0 "},"©":{x_min:96,x_max:1101,ha:1197,o:"m 788 289 q 706 235 748 253 q 606 217 665 217 q 504 236 551 217 q 426 292 458 255 q 376 379 394 328 q 358 495 358 431 q 376 610 358 558 q 426 697 394 661 q 504 753 458 734 q 606 773 551 773 q 706 754 665 773 q 788 700 748 736 l 725 635 q 668 673 693 663 q 606 684 643 684 q 492 630 527 684 q 457 495 457 577 q 492 359 457 413 q 606 306 527 306 q 668 316 643 306 q 725 354 693 326 l 788 289 m 1000 495 q 968 655 1000 581 q 883 785 937 729 q 755 871 829 840 q 598 903 681 903 q 441 871 515 903 q 313 785 367 840 q 228 655 259 729 q 197 495 197 581 q 228 334 197 408 q 313 204 259 260 q 441 118 367 149 q 598 87 515 87 q 755 118 681 87 q 883 204 829 149 q 968 334 937 260 q 1000 495 1000 408 m 1101 495 q 1061 299 1101 390 q 953 139 1021 207 q 794 31 885 71 q 598 -8 702 -8 q 402 31 494 -8 q 243 139 311 71 q 135 299 175 207 q 96 495 96 390 q 135 690 96 599 q 243 850 175 782 q 402 958 311 918 q 598 998 494 998 q 794 958 702 998 q 953 850 885 918 q 1061 690 1021 782 q 1101 495 1101 599 "},"˘":{x_min:121,x_max:572,ha:694,o:"m 572 1022 q 509 868 572 917 q 347 820 447 820 q 184 868 247 820 q 121 1022 121 917 l 220 1022 q 262 948 227 973 q 348 923 297 923 q 434 948 399 923 q 476 1022 469 973 l 572 1022 "},"≥":{x_min:212,x_max:1165,ha:1426,o:"m 1037 -59 l 1037 617 l 307 -114 l 212 -19 l 943 712 l 267 712 l 395 838 l 1165 838 l 1165 68 l 1037 -59 "},"ò":{x_min:79,x_max:666.671875,ha:746,o:"m 525 353 q 516 463 525 411 q 476 546 508 514 q 372 587 436 587 q 269 546 309 587 q 229 463 237 514 q 220 353 220 411 q 229 243 220 295 q 269 160 237 192 q 372 118 311 118 q 476 160 434 118 q 516 243 508 192 q 525 353 525 295 m 666 353 q 649 195 666 263 q 583 75 633 128 q 496 15 548 39 q 372 -8 444 -8 q 248 15 299 -8 q 162 75 197 39 q 95 195 112 128 q 79 353 79 263 q 95 509 79 442 q 162 630 112 577 q 248 689 197 666 q 372 713 299 713 q 496 689 444 713 q 583 630 548 666 q 649 509 633 577 q 666 353 666 442 m 327 833 l 173 1058 l 330 1058 l 434 833 l 327 833 "},"^":{x_min:93.0625,x_max:698.609375,ha:793,o:"m 551 557 l 395 844 l 240 557 l 93 557 l 331 999 l 461 999 l 698 557 l 551 557 "},"«":{x_min:51.5625,x_max:722,ha:822,o:"m 51 378 l 371 696 l 371 525 l 222 378 l 371 229 l 371 58 l 51 378 m 402 378 l 722 696 l 722 525 l 572 378 l 722 229 l 722 58 l 402 378 "},D:{x_min:129,x_max:831,ha:925,o:"m 682 501 q 675 675 682 604 q 629 788 668 745 q 461 855 568 855 l 279 855 l 279 135 l 461 135 q 629 201 568 135 q 675 321 668 244 q 682 501 682 399 m 831 501 q 831 392 831 447 q 822 284 831 337 q 793 182 814 230 q 732 93 772 133 q 619 22 685 45 q 476 0 554 0 l 129 0 l 129 990 l 476 990 q 619 967 554 990 q 732 896 685 944 q 793 809 772 856 q 822 712 814 763 q 831 609 831 661 q 831 501 831 556 "},"∙":{x_min:108,x_max:277,ha:385,o:"m 108 302 l 108 472 l 277 472 l 277 302 l 108 302 "},"ł":{x_min:46.046875,x_max:409,ha:453,o:"m 321 0 q 234 15 271 0 q 173 58 197 31 q 139 120 150 84 q 128 194 128 155 l 128 446 l 46 396 l 46 517 l 128 567 l 128 990 l 269 990 l 269 653 l 366 713 l 366 593 l 269 532 l 269 203 q 286 141 269 162 q 346 121 303 121 l 409 121 l 409 0 l 321 0 "},"ÿ":{x_min:11.546875,x_max:645.15625,ha:651,o:"m 333 -139 q 282 -227 314 -195 q 215 -267 253 -256 q 137 -279 178 -279 l 81 -279 l 81 -151 l 117 -151 q 182 -135 161 -151 q 218 -75 203 -119 l 257 33 l 11 705 l 161 705 l 329 208 l 493 705 l 645 705 l 333 -139 m 113 840 l 113 990 l 241 990 l 241 840 l 113 840 m 413 840 l 413 990 l 541 990 l 541 840 l 413 840 "},"Ł":{x_min:53.171875,x_max:774,ha:816,o:"m 149 0 l 149 369 l 53 308 l 53 437 l 149 497 l 149 989 l 299 989 l 299 592 l 494 715 l 494 589 l 299 465 l 299 135 l 774 135 l 774 0 l 149 0 "},"í":{x_min:92.5625,x_max:353.671875,ha:366,o:"m 112 0 l 112 705 l 253 705 l 253 0 l 112 0 m 199 833 l 92 833 l 196 1058 l 353 1058 l 199 833 "},"ˆ":{x_min:108.328125,x_max:586.109375,ha:694,o:"m 468 833 l 347 967 l 226 833 l 108 833 l 287 1057 l 406 1057 l 586 833 l 468 833 "},w:{x_min:11.109375,x_max:1020.828125,ha:1032,o:"m 801 0 l 680 0 l 515 492 l 351 0 l 229 0 l 11 705 l 161 705 l 297 208 l 461 705 l 570 705 l 733 208 l 869 705 l 1020 705 l 801 0 "},"$":{x_min:41.671875,x_max:772,ha:844,o:"m 623 278 q 584 380 623 346 q 526 412 556 405 q 460 423 495 418 l 460 129 q 580 174 537 136 q 623 278 623 212 m 371 864 q 259 815 297 857 q 221 712 221 774 q 230 662 221 685 q 258 621 239 639 q 309 590 280 601 q 371 575 339 579 l 371 864 m 772 282 q 750 169 772 219 q 689 83 728 119 q 594 24 649 47 q 472 -4 538 2 l 472 -158 l 358 -158 l 358 -7 q 183 23 258 -7 q 41 122 108 54 l 141 221 q 248 149 191 171 q 371 128 304 128 l 371 435 l 334 439 q 227 468 274 446 q 148 518 179 490 q 75 707 75 587 q 149 904 75 827 q 358 995 223 982 l 358 1120 l 472 1120 l 472 994 q 617 966 555 994 q 737 885 680 939 l 641 790 q 558 844 604 825 q 460 863 512 863 l 460 565 l 506 558 q 617 530 576 547 q 691 485 659 512 q 751 397 731 448 q 772 282 772 346 "},"∫":{x_min:67,x_max:535,ha:602,o:"m 473 879 q 374 776 374 879 l 374 -55 q 312 -221 374 -161 q 146 -281 250 -281 l 67 -281 l 67 -160 l 128 -160 q 227 -57 227 -160 l 227 774 q 289 940 227 880 q 455 1000 351 1000 l 535 1000 l 535 879 l 473 879 "},"\\":{x_min:0,x_max:527.78125,ha:528,o:"m 391 -103 l 0 1081 l 136 1081 l 527 -103 l 391 -103 "},"Ì":{x_min:38.71875,x_max:299.828125,ha:408,o:"m 129 0 l 129 990 l 279 990 l 279 0 l 129 0 m 192 1085 l 38 1311 l 195 1311 l 299 1085 l 192 1085 "},"µ":{x_min:106,x_max:676.671875,ha:791,o:"m 537 0 l 537 70 q 453 11 501 30 q 351 -8 404 -8 q 247 26 289 -8 l 247 -285 l 106 -285 l 106 705 l 247 705 l 247 275 q 289 155 247 193 q 390 118 330 118 q 492 155 450 118 q 535 275 535 193 l 535 705 l 676 705 l 676 0 l 537 0 "},"Ç":{x_min:94,x_max:800.5625,ha:871,o:"m 800 296 q 756 165 788 222 q 678 70 725 108 q 573 12 632 32 q 447 -8 514 -8 q 304 19 369 -8 q 187 97 238 46 q 131 174 151 133 q 103 261 112 214 q 94 366 94 308 q 94 495 94 424 q 94 623 94 565 q 103 728 94 681 q 131 815 112 775 q 187 892 151 856 q 304 970 238 943 q 447 998 369 998 q 679 920 584 998 q 800 694 774 842 l 647 694 q 580 815 629 768 q 446 863 530 863 q 363 847 401 863 q 299 803 326 831 q 269 760 281 783 q 251 703 257 738 q 245 619 245 669 q 245 495 245 569 q 245 370 245 420 q 251 286 245 320 q 269 229 257 251 q 299 186 281 206 q 363 142 326 158 q 446 127 401 127 q 580 174 530 127 q 649 296 631 221 l 800 296 m 447 -293 l 307 -293 l 404 -89 l 518 -89 l 447 -293 "},"’":{x_min:108,x_max:264,ha:372,o:"m 108 717 l 108 990 l 264 990 l 264 844 l 108 717 "},"-":{x_min:93,x_max:499,ha:592,o:"m 93 320 l 93 452 l 499 452 l 499 320 l 93 320 "},Q:{x_min:94,x_max:836.71875,ha:896,o:"m 651 495 q 651 619 651 569 q 644 702 651 668 q 626 759 638 736 q 596 801 614 782 q 531 846 569 829 q 447 863 492 863 q 364 846 402 863 q 298 801 325 829 q 268 759 280 782 q 250 702 256 736 q 244 619 244 668 q 244 495 244 569 q 244 370 244 420 q 250 287 244 321 q 268 230 256 253 q 298 188 280 207 q 363 143 325 160 q 447 127 402 127 q 549 158 504 127 l 445 263 l 528 346 l 624 250 q 646 343 642 288 q 651 495 651 399 m 753 -44 l 655 54 q 559 8 612 24 q 447 -8 506 -8 q 303 19 368 -8 q 187 97 238 46 q 131 174 151 133 q 103 261 112 214 q 94 366 94 308 q 94 495 94 424 q 94 623 94 565 q 103 728 94 681 q 131 815 112 775 q 187 892 151 856 q 303 970 238 943 q 448 998 368 998 q 592 970 527 998 q 710 892 658 943 q 765 816 746 856 q 793 728 785 775 q 802 623 802 681 q 802 495 802 565 q 802 380 802 432 q 795 285 802 328 q 777 205 789 242 q 739 135 764 168 l 836 39 l 753 -44 "},M:{x_min:129,x_max:1001,ha:1129,o:"m 851 0 l 851 661 l 623 179 l 512 179 l 279 661 l 279 0 l 129 0 l 129 990 l 279 990 l 567 373 l 851 990 l 1001 990 l 1001 0 l 851 0 "},C:{x_min:94,x_max:800.5625,ha:871,o:"m 800 296 q 756 165 788 222 q 678 70 725 108 q 573 12 632 32 q 447 -8 514 -8 q 304 19 369 -8 q 187 97 238 46 q 131 174 151 133 q 103 261 112 214 q 94 366 94 308 q 94 495 94 424 q 94 623 94 565 q 103 728 94 681 q 131 815 112 775 q 187 892 151 856 q 304 970 238 943 q 447 998 369 998 q 679 920 584 998 q 800 694 774 842 l 647 694 q 580 815 629 768 q 446 863 530 863 q 363 847 401 863 q 299 803 326 831 q 269 760 281 783 q 251 703 257 738 q 245 619 245 669 q 245 495 245 569 q 245 370 245 420 q 251 286 245 320 q 269 229 257 251 q 299 186 281 206 q 363 142 326 158 q 446 127 401 127 q 580 174 530 127 q 649 296 631 221 l 800 296 "},"œ":{x_min:79,x_max:1120.671875,ha:1197,o:"m 525 353 q 516 463 525 411 q 476 546 508 514 q 372 587 436 587 q 269 546 309 587 q 229 463 237 514 q 220 353 220 411 q 229 243 220 295 q 269 160 237 192 q 372 118 311 118 q 476 160 434 118 q 516 243 508 192 q 525 353 525 295 m 979 411 q 976 462 979 442 q 962 506 973 483 q 908 570 945 546 q 822 595 872 595 q 736 570 772 595 q 683 506 700 546 q 668 462 672 483 q 663 411 663 442 l 979 411 m 664 312 q 709 166 664 219 q 843 114 755 114 q 939 131 902 114 q 1013 186 976 149 l 1104 101 q 1050 54 1077 75 q 992 19 1023 33 q 924 -1 960 5 q 841 -8 887 -8 q 701 18 763 -8 q 598 102 638 44 q 506 21 565 51 q 372 -8 448 -8 q 248 15 299 -8 q 162 75 197 39 q 95 195 112 128 q 79 353 79 263 q 95 509 79 442 q 162 630 112 577 q 248 689 197 666 q 372 713 299 713 q 508 683 449 713 q 599 600 566 653 q 822 713 673 713 q 948 688 893 713 q 1042 618 1004 663 q 1100 511 1080 574 q 1120 374 1120 449 l 1120 312 l 664 312 "},"!":{x_min:176,x_max:332,ha:461,o:"m 176 0 l 176 152 l 332 152 l 332 0 l 176 0 m 324 295 l 183 295 l 183 990 l 324 990 l 324 295 "},"ç":{x_min:76,x_max:621.828125,ha:677,o:"m 621 92 q 517 15 571 39 q 389 -8 463 -8 q 273 11 330 -8 q 173 74 217 30 q 103 185 130 117 q 76 353 76 254 q 103 520 76 452 q 173 632 130 589 q 273 694 217 675 q 389 713 330 713 q 517 690 463 713 q 621 614 571 667 l 524 520 q 461 571 491 556 q 389 587 431 587 q 259 524 306 587 q 226 455 235 495 q 217 353 217 415 q 226 250 217 290 q 259 181 235 210 q 389 118 306 118 q 461 133 431 118 q 524 185 491 149 l 621 92 m 371 -293 l 231 -293 l 328 -89 l 442 -89 l 371 -293 "},"È":{x_min:129,x_max:760.9375,ha:837,o:"m 129 0 l 129 990 l 760 990 l 760 855 l 279 855 l 279 565 l 690 565 l 690 432 l 279 432 l 279 135 l 760 135 l 760 0 l 129 0 m 397 1085 l 242 1311 l 399 1311 l 504 1085 l 397 1085 "},"ﬁ":{x_min:51,x_max:701,ha:809,o:"m 273 584 l 273 0 l 131 0 l 131 584 l 51 584 l 51 692 l 131 692 l 131 800 q 143 873 131 838 q 178 936 154 909 q 238 980 202 963 q 324 997 274 997 l 412 997 l 412 876 l 349 876 q 291 854 309 876 q 273 793 273 832 l 273 692 l 412 692 l 412 584 l 273 584 m 554 0 l 554 692 l 695 692 l 695 0 l 554 0 m 550 867 l 550 994 l 701 994 l 701 867 l 550 867 "},"{":{x_min:62,x_max:502,ha:565,o:"m 403 -103 q 314 -91 350 -103 q 254 -55 278 -79 q 216 6 227 -27 q 205 90 205 40 l 205 322 q 180 405 205 380 q 152 424 168 416 q 113 432 136 432 l 62 432 l 62 557 l 113 557 q 152 564 136 557 q 180 583 168 572 q 205 666 205 608 l 205 899 q 216 983 205 949 q 254 1045 227 1017 q 314 1080 278 1068 q 403 1092 350 1092 l 502 1092 l 502 966 l 447 966 q 396 961 414 966 q 367 946 378 957 q 351 914 356 935 q 346 857 346 893 l 346 633 q 338 576 346 600 q 317 537 330 552 q 288 511 305 522 q 255 494 271 501 q 288 477 271 487 q 317 451 305 466 q 338 412 330 436 q 346 355 346 388 l 346 131 q 351 74 346 95 q 367 42 356 54 q 396 27 378 31 q 447 23 414 23 l 502 23 l 502 -103 l 403 -103 "},X:{x_min:13.890625,x_max:788.890625,ha:803,o:"m 615 0 l 400 379 l 186 0 l 13 0 l 319 507 l 33 990 l 205 990 l 400 635 l 595 990 l 768 990 l 481 507 l 788 0 l 615 0 "},"ô":{x_min:79,x_max:666.671875,ha:746,o:"m 525 353 q 516 463 525 411 q 476 546 508 514 q 372 587 436 587 q 269 546 309 587 q 229 463 237 514 q 220 353 220 411 q 229 243 220 295 q 269 160 237 192 q 372 118 311 118 q 476 160 434 118 q 516 243 508 192 q 525 353 525 295 m 666 353 q 649 195 666 263 q 583 75 633 128 q 496 15 548 39 q 372 -8 444 -8 q 248 15 299 -8 q 162 75 197 39 q 95 195 112 128 q 79 353 79 263 q 95 509 79 442 q 162 630 112 577 q 248 689 197 666 q 372 713 299 713 q 496 689 444 713 q 583 630 548 666 q 649 509 633 577 q 666 353 666 442 m 493 833 l 372 967 l 251 833 l 133 833 l 312 1056 l 431 1056 l 611 833 l 493 833 "},"¼":{x_min:55.171875,x_max:1066,ha:1122,o:"m 176 396 l 176 869 l 55 764 l 55 885 l 176 989 l 283 989 l 283 396 l 176 396 m 362 0 l 249 0 l 714 990 l 827 990 l 362 0 m 1011 85 l 1011 0 l 908 0 l 908 85 l 666 85 l 666 184 l 870 594 l 985 594 l 781 184 l 908 184 l 908 299 l 1011 299 l 1011 184 l 1066 184 l 1066 85 l 1011 85 "},"#":{x_min:94,x_max:865,ha:933,o:"m 399 592 l 371 420 l 562 420 l 588 592 l 399 592 m 737 592 l 709 420 l 819 420 l 819 289 l 688 289 l 642 0 l 495 0 l 541 289 l 351 289 l 306 0 l 158 0 l 203 289 l 94 289 l 94 420 l 224 420 l 252 592 l 140 592 l 140 723 l 271 723 l 314 995 l 463 995 l 420 723 l 609 723 l 652 995 l 799 995 l 756 723 l 865 723 l 865 592 l 737 592 "},"Ê":{x_min:129,x_max:760.9375,ha:837,o:"m 129 0 l 129 990 l 760 990 l 760 855 l 279 855 l 279 565 l 690 565 l 690 432 l 279 432 l 279 135 l 760 135 l 760 0 l 129 0 m 552 1085 l 431 1220 l 310 1085 l 192 1085 l 372 1309 l 491 1309 l 670 1085 l 552 1085 "},")":{x_min:80.78125,x_max:322,ha:440,o:"m 322 162 q 316 80 322 120 q 288 1 310 40 q 239 -66 268 -36 q 178 -130 211 -97 l 80 -33 q 123 10 105 -8 q 157 58 141 29 q 178 170 178 98 l 178 818 q 157 931 178 892 q 123 979 141 960 q 80 1022 105 997 l 178 1120 q 239 1056 211 1086 q 288 988 268 1025 q 316 908 310 949 q 322 826 322 868 l 322 162 "},"Å":{x_min:11.171875,x_max:856.78125,ha:868,o:"m 437 766 l 283 327 l 587 327 l 437 766 m 697 0 l 629 199 l 238 199 l 170 0 l 11 0 l 373 989 l 494 989 l 856 0 l 697 0 m 519 1216 q 492 1278 519 1252 q 430 1304 466 1304 q 368 1278 394 1304 q 342 1216 342 1252 q 368 1154 342 1180 q 430 1129 394 1129 q 492 1154 466 1129 q 519 1216 519 1180 m 604 1216 q 590 1149 604 1180 q 552 1094 576 1117 q 497 1056 529 1070 q 430 1043 466 1043 q 363 1056 394 1043 q 308 1094 331 1070 q 270 1149 284 1117 q 257 1216 257 1180 q 270 1283 257 1252 q 308 1338 284 1315 q 363 1376 331 1362 q 430 1390 394 1390 q 497 1376 466 1390 q 552 1338 529 1362 q 590 1283 576 1315 q 604 1216 604 1252 "},"Δ":{x_min:6.9375,x_max:851.390625,ha:860,o:"m 431 765 l 206 128 l 655 128 l 431 765 m 6 0 l 369 989 l 490 989 l 851 0 l 6 0 "},"ø":{x_min:79,x_max:666.671875,ha:746,o:"m 525 353 q 521 434 525 395 q 504 504 518 472 l 290 143 q 372 118 326 118 q 476 160 434 118 q 516 243 508 192 q 525 353 525 295 m 455 563 q 372 587 419 587 q 269 546 309 587 q 229 463 237 514 q 220 353 220 411 q 224 272 220 311 q 241 201 227 233 l 455 563 m 666 353 q 649 195 666 263 q 583 75 633 128 q 496 15 548 39 q 372 -8 444 -8 q 292 1 327 -8 q 227 26 256 11 l 176 -61 l 80 -61 l 160 76 q 94 197 110 129 q 79 353 79 264 q 95 509 79 442 q 162 630 112 577 q 248 689 197 666 q 372 713 299 713 q 452 703 416 713 q 518 678 488 694 l 569 766 l 665 766 l 583 630 q 650 509 633 577 q 666 353 666 442 "},"â":{x_min:60,x_max:631,ha:737,o:"m 489 312 l 324 312 q 229 285 261 312 q 198 210 198 259 q 229 135 198 161 q 327 110 260 110 q 399 116 367 110 q 458 150 431 122 q 489 254 489 181 l 489 312 m 492 0 l 492 64 q 411 8 453 25 q 304 -8 369 -8 q 192 7 237 -8 q 115 55 147 23 q 60 207 60 114 q 120 353 60 296 q 303 411 181 411 l 489 411 l 489 460 q 453 559 489 527 q 335 592 418 592 q 243 576 277 592 q 181 524 210 561 l 87 611 q 195 691 137 669 q 340 713 253 713 q 631 471 631 713 l 631 0 l 492 0 m 478 833 l 357 967 l 236 833 l 118 833 l 297 1056 l 417 1056 l 596 833 l 478 833 "},"}":{x_min:62,x_max:503,ha:566,o:"m 452 432 q 412 424 429 432 q 384 405 395 416 q 359 322 359 380 l 359 90 q 348 6 359 40 q 309 -55 337 -27 q 249 -91 285 -79 q 160 -103 213 -103 l 62 -103 l 62 23 l 116 23 q 167 27 149 23 q 197 42 185 31 q 213 74 208 54 q 218 131 218 95 l 218 355 q 226 412 218 388 q 247 451 234 436 q 277 477 261 466 q 311 494 294 487 q 277 511 294 501 q 247 537 261 522 q 226 576 234 552 q 218 633 218 600 l 218 857 q 213 914 218 893 q 197 946 208 935 q 167 961 185 957 q 116 966 149 966 l 62 966 l 62 1092 l 160 1092 q 249 1080 213 1092 q 309 1045 285 1068 q 348 983 337 1017 q 359 899 359 949 l 359 666 q 384 583 359 608 q 412 564 395 572 q 452 557 429 557 l 503 557 l 503 432 l 452 432 "},"‰":{x_min:81,x_max:1581,ha:1662,o:"m 1474 316 q 1452 389 1474 363 q 1386 416 1430 416 q 1320 390 1342 416 q 1299 316 1299 364 l 1299 184 q 1320 110 1299 136 q 1386 85 1342 85 q 1452 111 1430 85 q 1474 184 1474 137 l 1474 316 m 1581 180 q 1565 100 1581 135 q 1524 40 1550 65 q 1462 3 1497 16 q 1386 -10 1426 -10 q 1310 3 1346 -10 q 1248 40 1275 16 q 1207 100 1222 65 q 1192 180 1192 135 l 1192 320 q 1207 400 1192 365 q 1248 460 1222 435 q 1310 497 1275 484 q 1386 511 1346 511 q 1462 497 1426 511 q 1524 460 1497 484 q 1565 400 1550 435 q 1581 320 1581 365 l 1581 180 m 363 804 q 341 877 363 851 q 275 904 319 904 q 209 878 231 904 q 188 804 188 852 l 188 672 q 275 574 188 574 q 341 599 319 574 q 363 672 363 625 l 363 804 m 982 316 q 960 389 982 363 q 894 416 938 416 q 828 390 850 416 q 807 316 807 364 l 807 184 q 828 110 807 136 q 894 85 850 85 q 960 111 938 85 q 982 184 982 137 l 982 316 m 470 668 q 454 588 470 623 q 413 528 439 552 q 351 491 386 504 q 275 479 315 479 q 199 491 235 479 q 137 528 164 504 q 96 588 111 552 q 81 668 81 623 l 81 808 q 96 888 81 853 q 137 948 111 923 q 199 985 164 972 q 275 999 235 999 q 351 985 315 999 q 413 948 386 972 q 454 888 439 923 q 470 808 470 853 l 470 668 m 408 0 l 294 0 l 761 989 l 873 989 l 408 0 m 1089 180 q 1073 100 1089 135 q 1032 40 1058 65 q 970 3 1005 16 q 894 -10 934 -10 q 818 3 854 -10 q 756 40 783 16 q 715 100 730 65 q 700 180 700 135 l 700 320 q 715 400 700 365 q 756 460 730 435 q 818 497 783 484 q 894 511 854 511 q 970 497 934 511 q 1032 460 1005 484 q 1073 400 1058 435 q 1089 320 1089 365 l 1089 180 "},"Ä":{x_min:11.4375,x_max:857.515625,ha:869,o:"m 437 766 l 283 327 l 587 327 l 437 766 m 697 0 l 629 199 l 239 199 l 171 0 l 11 0 l 374 989 l 494 989 l 857 0 l 697 0 m 217 1093 l 217 1243 l 345 1243 l 345 1093 l 217 1093 m 517 1093 l 517 1243 l 645 1243 l 645 1093 l 517 1093 "},"¸":{x_min:231.9375,x_max:443.0625,ha:694,o:"m 372 -293 l 231 -293 l 329 -89 l 443 -89 l 372 -293 "},a:{x_min:60,x_max:631,ha:737,o:"m 489 312 l 324 312 q 229 285 261 312 q 198 210 198 259 q 229 135 198 161 q 327 110 260 110 q 399 116 367 110 q 458 150 431 122 q 489 254 489 181 l 489 312 m 492 0 l 492 64 q 411 8 453 25 q 304 -8 369 -8 q 192 7 237 -8 q 115 55 147 23 q 60 207 60 114 q 120 353 60 296 q 303 411 181 411 l 489 411 l 489 460 q 453 559 489 527 q 335 592 418 592 q 243 576 277 592 q 181 524 210 561 l 87 611 q 195 691 137 669 q 340 713 253 713 q 631 471 631 713 l 631 0 l 492 0 "},"—":{x_min:93,x_max:1257,ha:1350,o:"m 93 321 l 93 456 l 1257 456 l 1257 321 l 93 321 "},"=":{x_min:71,x_max:670,ha:741,o:"m 71 185 l 71 317 l 670 317 l 670 185 l 71 185 m 71 455 l 71 587 l 670 587 l 670 455 l 71 455 "},N:{x_min:129,x_max:873,ha:1002,o:"m 735 0 l 279 696 l 279 0 l 129 0 l 129 990 l 266 990 l 723 294 l 723 990 l 873 990 l 873 0 l 735 0 "},"˚":{x_min:174,x_max:521,ha:695,o:"m 436 974 q 409 1036 436 1010 q 347 1062 383 1062 q 285 1036 311 1062 q 259 974 259 1010 q 285 912 259 938 q 347 887 311 887 q 409 912 383 887 q 436 974 436 938 m 521 974 q 507 907 521 938 q 469 852 493 875 q 414 814 446 828 q 347 801 383 801 q 280 814 311 801 q 225 852 248 828 q 187 907 201 875 q 174 974 174 938 q 187 1041 174 1010 q 225 1096 201 1073 q 280 1134 248 1120 q 347 1148 311 1148 q 414 1134 383 1148 q 469 1096 446 1120 q 507 1041 493 1073 q 521 974 521 1010 "},"ú":{x_min:106,x_max:676.671875,ha:789,o:"m 537 0 l 537 71 q 452 11 501 30 q 350 -8 403 -8 q 252 8 296 -8 q 176 55 208 25 q 121 145 136 96 q 106 254 106 194 l 106 705 l 247 705 l 247 275 q 288 156 247 193 q 389 118 329 118 q 491 156 448 118 q 535 275 535 194 l 535 705 l 676 705 l 676 0 l 537 0 m 425 833 l 318 833 l 422 1058 l 579 1058 l 425 833 "},"⁄":{x_min:-152.78125,x_max:426.390625,ha:274,o:"m -38 0 l -152 0 l 312 990 l 426 990 l -38 0 "},"2":{x_min:87,x_max:662,ha:740,o:"m 87 0 l 87 126 l 467 589 q 507 654 495 624 q 520 721 520 684 q 482 829 520 788 q 375 871 445 871 q 321 863 348 871 q 275 836 295 854 q 242 789 255 818 q 230 719 230 760 l 88 719 q 109 833 88 781 q 169 921 131 885 q 260 977 207 957 q 375 998 313 998 q 492 978 439 998 q 582 922 545 959 q 641 835 620 886 q 662 720 662 784 q 655 660 662 686 q 638 609 649 634 q 609 559 627 584 q 568 506 592 534 l 259 126 l 662 126 l 662 0 l 87 0 "},"ü":{x_min:106,x_max:676.671875,ha:789,o:"m 537 0 l 537 71 q 452 11 501 30 q 350 -8 403 -8 q 252 8 296 -8 q 177 55 208 25 q 121 145 136 96 q 106 254 106 194 l 106 705 l 247 705 l 247 275 q 288 156 247 193 q 389 118 329 118 q 491 156 448 118 q 535 275 535 194 l 535 705 l 676 705 l 676 0 l 537 0 m 177 840 l 177 990 l 305 990 l 305 840 l 177 840 m 477 840 l 477 990 l 605 990 l 605 840 l 477 840 "},"¯":{x_min:132,x_max:563,ha:695,o:"m 132 865 l 132 966 l 563 966 l 563 865 l 132 865 "},Z:{x_min:67,x_max:700,ha:767,o:"m 67 0 l 67 129 l 523 855 l 86 855 l 86 990 l 700 990 l 700 867 l 240 135 l 700 135 l 700 0 l 67 0 "},u:{x_min:106,x_max:676.671875,ha:789,o:"m 537 0 l 537 71 q 452 11 501 30 q 350 -8 403 -8 q 252 8 296 -8 q 176 55 208 25 q 121 145 136 96 q 106 254 106 194 l 106 705 l 247 705 l 247 275 q 288 156 247 193 q 389 118 329 118 q 491 156 448 118 q 535 275 535 194 l 535 705 l 676 705 l 676 0 l 537 0 "},"˜":{x_min:108.328125,x_max:581.9375,ha:694,o:"m 581 927 q 502 865 534 880 q 437 851 469 851 q 384 859 406 851 q 333 882 361 867 q 295 901 313 893 q 255 909 276 909 q 220 902 237 909 q 175 867 204 896 l 108 933 q 187 994 155 980 q 252 1009 219 1009 q 306 1000 283 1009 q 356 976 329 992 q 395 956 377 963 q 433 950 412 950 q 468 957 450 950 q 515 992 487 965 l 581 927 "},"Ó":{x_min:94,x_max:802,ha:898,o:"m 651 495 q 651 619 651 569 q 644 702 651 668 q 626 759 638 736 q 596 801 614 782 q 531 846 569 829 q 447 863 492 863 q 364 846 402 863 q 298 801 325 829 q 268 759 280 782 q 250 702 256 736 q 244 619 244 668 q 244 495 244 569 q 244 370 244 420 q 250 287 244 321 q 268 230 256 253 q 298 188 280 207 q 364 143 325 160 q 447 127 402 127 q 531 143 492 127 q 596 188 569 160 q 626 230 614 207 q 644 287 638 253 q 651 370 651 321 q 651 495 651 420 m 802 495 q 802 366 802 424 q 793 261 802 308 q 765 174 785 214 q 710 97 746 133 q 592 19 658 46 q 448 -8 527 -8 q 303 19 368 -8 q 187 97 238 46 q 131 174 151 133 q 103 261 112 214 q 94 366 94 308 q 94 495 94 424 q 94 623 94 565 q 103 728 94 681 q 131 815 112 775 q 187 892 151 856 q 303 970 238 943 q 448 998 368 998 q 592 970 527 998 q 710 892 658 943 q 765 815 746 856 q 793 728 785 775 q 802 623 802 681 q 802 495 802 565 m 482 1086 l 375 1086 l 480 1310 l 637 1310 l 482 1086 "},k:{x_min:112,x_max:730.0625,ha:761,o:"m 555 0 l 357 325 l 253 207 l 253 0 l 112 0 l 112 990 l 253 990 l 253 379 l 527 705 l 699 705 l 455 428 l 730 0 l 555 0 "},"ˇ":{x_min:108.328125,x_max:586.109375,ha:694,o:"m 406 833 l 287 833 l 108 1057 l 226 1057 l 347 922 l 468 1057 l 586 1057 l 406 833 "},"Ù":{x_min:114,x_max:824,ha:938,o:"m 824 333 q 796 194 824 257 q 721 86 769 131 q 608 17 673 42 q 468 -8 543 -8 q 327 17 393 -8 q 215 86 262 42 q 141 194 168 131 q 114 333 114 257 l 114 990 l 264 990 l 264 341 q 319 183 264 240 q 468 127 375 127 q 617 183 561 127 q 674 341 674 240 l 674 990 l 824 990 l 824 333 m 434 1086 l 280 1311 l 437 1311 l 541 1086 l 434 1086 "},"Ÿ":{x_min:7.046875,x_max:748.9375,ha:756,o:"m 453 406 l 453 0 l 303 0 l 303 406 l 7 989 l 170 989 l 378 554 l 585 989 l 748 989 l 453 406 m 164 1092 l 164 1242 l 292 1242 l 292 1092 l 164 1092 m 464 1092 l 464 1242 l 592 1242 l 592 1092 l 464 1092 "},"¢":{x_min:76,x_max:636.828125,ha:691,o:"m 343 734 q 262 679 295 724 q 228 610 239 649 q 217 508 217 571 q 228 408 217 447 q 260 337 238 368 q 343 283 294 293 l 343 734 m 636 255 q 546 184 592 208 q 441 152 500 159 l 441 0 l 330 0 l 330 154 q 228 191 274 164 q 147 263 181 218 q 94 369 113 308 q 76 508 76 431 q 94 647 76 586 q 147 754 113 709 q 228 826 181 799 q 330 863 274 853 l 330 990 l 441 990 l 441 864 q 546 833 500 857 q 636 761 592 809 l 542 670 q 489 716 514 700 q 429 736 463 731 l 429 280 q 489 301 463 286 q 542 347 514 317 l 636 255 "},"Ω":{x_min:93,x_max:804,ha:898,o:"m 516 0 l 516 120 q 572 155 548 135 q 617 203 597 174 q 635 244 628 220 q 646 301 642 267 q 651 380 651 334 q 651 487 651 426 q 651 613 651 562 q 644 698 651 664 q 626 757 638 733 q 595 800 613 780 q 530 845 567 828 q 448 863 492 863 q 367 845 404 863 q 303 800 330 828 q 271 757 284 780 q 252 698 259 733 q 246 613 246 664 q 246 487 246 562 q 246 380 246 426 q 250 301 246 334 q 261 244 254 267 q 279 203 268 220 q 324 155 299 174 q 381 120 348 135 l 381 0 l 93 0 l 93 133 l 190 133 q 152 174 166 153 q 127 217 138 195 q 97 345 97 273 q 97 494 97 416 q 97 623 97 565 q 106 728 97 680 q 134 815 115 775 q 189 892 153 856 q 305 970 240 943 q 448 998 369 998 q 592 970 527 998 q 708 892 657 943 q 764 815 744 856 q 791 728 783 775 q 800 623 800 680 q 800 494 800 565 q 800 345 800 416 q 770 217 800 273 q 744 174 759 195 q 706 133 730 153 l 804 133 l 804 0 l 516 0 "},"ß":{x_min:112,x_max:695,ha:784,o:"m 695 211 q 680 120 695 161 q 638 54 665 80 q 571 13 608 26 q 479 0 533 0 l 406 0 l 406 121 l 450 121 q 492 126 476 121 q 522 144 507 132 q 552 223 552 168 l 552 440 q 526 513 552 490 q 454 540 500 540 l 406 540 l 406 653 l 449 653 q 522 679 493 653 q 552 757 552 705 q 542 803 552 782 q 517 840 532 825 q 404 874 482 874 q 288 831 321 874 q 255 716 255 789 l 255 0 l 112 0 l 112 725 q 133 845 112 794 q 194 930 155 896 q 289 982 234 965 q 409 999 343 999 q 521 985 470 999 q 612 942 573 971 q 672 867 650 912 q 694 761 694 822 q 669 661 694 698 q 607 599 645 623 q 673 541 652 576 q 695 440 695 506 l 695 211 "},"é":{x_min:76,x_max:673,ha:748,o:"m 531 411 q 527 462 531 442 q 513 506 524 482 q 460 570 496 546 q 374 595 424 595 q 287 570 324 595 q 234 506 250 546 q 219 462 222 482 q 216 411 216 442 l 531 411 m 216 312 q 261 166 216 219 q 395 114 307 114 q 491 131 454 114 q 566 186 528 148 l 656 101 q 602 54 629 75 q 543 19 574 33 q 475 -1 511 5 q 392 -8 438 -8 q 268 10 325 -8 q 168 71 210 29 q 100 183 125 114 q 76 353 76 253 q 157 619 76 525 q 374 713 238 713 q 500 688 445 713 q 594 618 556 663 q 652 511 632 574 q 673 374 673 449 l 673 312 l 216 312 m 413 833 l 306 833 l 410 1058 l 567 1058 l 413 833 "},s:{x_min:44.265625,x_max:633,ha:693,o:"m 633 215 q 610 118 633 160 q 549 48 588 76 q 456 6 510 21 q 340 -8 402 -8 q 180 12 253 -8 q 44 93 106 32 l 137 186 q 233 127 180 142 q 339 113 287 113 q 449 136 405 113 q 494 210 494 160 q 472 268 494 247 q 399 290 450 290 l 287 303 q 133 358 187 311 q 79 497 79 404 q 99 589 79 549 q 156 656 120 629 q 240 698 192 683 q 344 713 288 713 q 489 694 423 713 q 605 633 556 676 l 516 543 q 437 583 482 571 q 342 595 392 595 q 246 569 278 595 q 215 504 215 544 q 235 451 215 472 q 312 424 255 429 l 423 414 q 578 358 523 405 q 633 215 633 310 "},B:{x_min:129,x_max:828,ha:921,o:"m 678 286 q 636 394 678 352 q 515 436 594 436 l 279 436 l 279 135 l 515 135 q 636 177 594 135 q 678 286 678 219 m 662 713 q 617 818 662 782 q 501 855 573 855 l 279 855 l 279 571 l 501 571 q 617 607 573 571 q 662 713 662 643 m 828 279 q 805 159 828 211 q 743 71 783 106 q 649 18 704 36 q 529 0 594 0 l 129 0 l 129 990 l 513 990 q 732 917 652 990 q 812 718 812 845 q 800 644 812 678 q 771 582 789 609 q 728 536 752 555 q 679 508 704 518 q 734 477 708 497 q 782 429 761 456 q 815 363 802 401 q 828 279 828 326 "},"…":{x_min:108,x_max:1007,ha:1115,o:"m 108 0 l 108 163 l 271 163 l 271 0 l 108 0 m 476 0 l 476 163 l 639 163 l 639 0 l 476 0 m 844 0 l 844 163 l 1007 163 l 1007 0 l 844 0 "},"?":{x_min:99,x_max:653,ha:710,o:"m 305 0 l 305 152 l 462 152 l 462 0 l 305 0 m 653 732 q 633 641 653 682 q 586 561 614 600 l 479 411 q 461 374 468 396 q 454 336 454 353 l 454 294 l 313 294 l 313 343 q 324 416 313 386 q 360 480 335 447 l 468 626 q 499 677 488 651 q 511 732 511 703 q 473 831 511 790 q 375 871 436 871 q 275 829 310 871 q 240 731 240 788 l 99 731 q 119 838 99 789 q 178 923 140 888 q 266 978 215 959 q 375 998 317 998 q 482 979 432 998 q 571 927 533 961 q 630 842 608 892 q 653 732 653 793 "},H:{x_min:129,x_max:830,ha:959,o:"m 680 0 l 680 432 l 279 432 l 279 0 l 129 0 l 129 990 l 279 990 l 279 567 l 680 567 l 680 990 l 830 990 l 830 0 l 680 0 "},"î":{x_min:-57.4375,x_max:420.328125,ha:366,o:"m 112 0 l 112 705 l 253 705 l 253 0 l 112 0 m 302 833 l 181 967 l 60 833 l -57 833 l 121 1056 l 241 1056 l 420 833 l 302 833 "},c:{x_min:76,x_max:621.828125,ha:673,o:"m 621 92 q 517 15 571 39 q 389 -8 463 -8 q 273 11 330 -8 q 173 74 217 30 q 103 185 130 117 q 76 353 76 254 q 103 520 76 452 q 173 632 130 589 q 273 694 217 675 q 389 713 330 713 q 517 690 463 713 q 621 614 571 667 l 524 520 q 461 571 491 556 q 389 587 431 587 q 259 524 306 587 q 226 455 235 495 q 217 353 217 415 q 226 250 217 290 q 259 181 235 210 q 389 118 306 118 q 461 133 431 118 q 524 185 491 149 l 621 92 "},"¶":{x_min:52.5625,x_max:755.671875,ha:885,o:"m 614 -284 l 614 855 l 463 855 l 463 -284 l 322 -284 l 322 440 q 215 463 265 440 q 130 522 166 485 q 73 609 94 560 q 52 713 52 659 q 74 826 52 775 q 137 913 97 877 q 235 969 177 949 q 365 990 294 990 l 755 990 l 755 -284 l 614 -284 "},"−":{x_min:71,x_max:670,ha:741,o:"m 71 320 l 71 452 l 670 452 l 670 320 l 71 320 "},"≠":{x_min:71,x_max:722,ha:793,o:"m 301 185 l 158 18 l 71 89 l 155 185 l 71 185 l 71 317 l 262 317 l 384 455 l 71 455 l 71 587 l 490 587 l 634 753 l 722 682 l 637 587 l 722 587 l 722 455 l 530 455 l 408 317 l 722 317 l 722 185 l 301 185 "},"•":{x_min:129,x_max:582,ha:711,o:"m 582 464 q 563 376 582 417 q 515 304 545 335 q 443 256 484 274 q 355 238 402 238 q 267 256 308 238 q 195 304 226 274 q 147 376 165 335 q 129 464 129 417 q 147 552 129 511 q 195 624 165 593 q 267 672 226 654 q 355 691 308 691 q 443 672 402 691 q 515 624 484 654 q 563 552 545 593 q 582 464 582 511 "},"¥":{x_min:6.65625,x_max:746.9375,ha:755,o:"m 544 587 l 665 587 l 665 479 l 489 479 l 453 407 l 453 335 l 665 335 l 665 227 l 453 227 l 453 0 l 303 0 l 303 227 l 90 227 l 90 335 l 303 335 l 303 407 l 266 479 l 90 479 l 90 587 l 211 587 l 6 990 l 170 990 l 379 553 l 584 990 l 746 990 l 544 587 "},"(":{x_min:119,x_max:359.28125,ha:440,o:"m 263 -130 q 200 -66 230 -97 q 150 1 171 -36 q 123 80 128 40 q 119 162 119 120 l 119 826 q 123 908 119 868 q 150 988 128 949 q 200 1056 171 1025 q 263 1120 230 1086 l 359 1024 q 315 980 334 999 q 281 932 296 961 q 260 818 260 893 l 260 170 q 281 56 260 97 q 315 9 296 27 q 359 -34 334 -9 l 263 -130 "},U:{x_min:114,x_max:824,ha:938,o:"m 824 333 q 796 194 824 257 q 721 86 769 131 q 608 17 673 42 q 468 -8 543 -8 q 327 17 393 -8 q 215 86 262 42 q 141 194 168 131 q 114 333 114 257 l 114 990 l 264 990 l 264 341 q 319 183 264 240 q 468 127 375 127 q 617 183 561 127 q 674 341 674 240 l 674 990 l 824 990 l 824 333 "},"◊":{x_min:84.71875,x_max:808.328125,ha:892,o:"m 445 768 l 243 480 l 445 191 l 648 480 l 445 768 m 445 -26 l 84 480 l 445 988 l 808 480 l 445 -26 "},"Ñ":{x_min:129,x_max:873,ha:1001,o:"m 735 0 l 279 696 l 279 0 l 129 0 l 129 990 l 266 990 l 723 294 l 723 990 l 873 990 l 873 0 l 735 0 m 735 1179 q 655 1117 688 1132 q 591 1103 623 1103 q 537 1111 560 1103 q 487 1135 514 1119 q 448 1154 467 1146 q 409 1162 430 1162 q 374 1155 391 1162 q 328 1119 358 1149 l 262 1185 q 341 1247 309 1232 q 406 1262 373 1262 q 460 1253 437 1262 q 510 1228 482 1245 q 548 1208 531 1215 q 587 1202 566 1202 q 622 1209 603 1202 q 668 1245 641 1217 l 735 1179 "},F:{x_min:129,x_max:760.9375,ha:812,o:"m 279 854 l 279 553 l 690 553 l 690 418 l 279 418 l 279 0 l 129 0 l 129 989 l 760 989 l 760 854 l 279 854 "},"":{x_min:93,x_max:499,ha:592,o:"m 93 320 l 93 452 l 499 452 l 499 320 l 93 320 "},":":{x_min:144,x_max:312,ha:420,o:"m 144 0 l 144 170 l 312 170 l 312 0 l 144 0 m 144 396 l 144 566 l 312 566 l 312 396 l 144 396 "},"Û":{x_min:114,x_max:824,ha:938,o:"m 824 333 q 796 194 824 257 q 721 86 769 131 q 608 17 673 42 q 468 -8 543 -8 q 327 17 393 -8 q 215 86 262 42 q 141 194 168 131 q 114 333 114 257 l 114 990 l 264 990 l 264 341 q 319 183 264 240 q 468 127 375 127 q 617 183 561 127 q 674 341 674 240 l 674 990 l 824 990 l 824 333 m 590 1086 l 469 1220 l 348 1086 l 230 1086 l 409 1309 l 529 1309 l 708 1086 l 590 1086 "},"*":{x_min:84.21875,x_max:588.78125,ha:674,o:"m 537 557 l 386 653 l 386 471 l 287 471 l 287 653 l 135 557 l 84 647 l 243 732 l 84 818 l 135 909 l 287 813 l 287 994 l 386 994 l 386 813 l 537 909 l 588 818 l 429 732 l 588 647 l 537 557 "},"†":{x_min:90,x_max:730,ha:820,o:"m 480 593 l 480 0 l 338 0 l 338 593 l 90 593 l 90 720 l 338 720 l 338 990 l 480 990 l 480 720 l 730 720 l 730 593 l 480 593 "},"∕":{x_min:-152.78125,x_max:426.390625,ha:274,o:"m -38 0 l -152 0 l 312 990 l 426 990 l -38 0 "},"°":{x_min:85,x_max:570,ha:655,o:"m 453 762 q 443 813 453 790 q 416 854 433 836 q 376 882 398 872 q 326 892 353 892 q 238 854 274 892 q 202 762 202 816 q 238 671 202 708 q 326 635 274 635 q 416 671 379 635 q 453 762 453 708 m 570 762 q 550 668 570 712 q 498 591 531 625 q 421 539 465 558 q 326 521 376 521 q 233 539 276 521 q 155 591 189 558 q 103 668 122 625 q 85 762 85 712 q 103 857 85 812 q 155 934 122 901 q 233 986 189 967 q 326 1006 276 1006 q 421 986 376 1006 q 498 934 465 967 q 550 857 531 901 q 570 762 570 812 "},V:{x_min:6.9375,x_max:776.390625,ha:783,o:"m 448 0 l 331 0 l 6 990 l 162 990 l 390 269 l 618 990 l 776 990 l 448 0 "},"å":{x_min:60,x_max:631,ha:737,o:"m 489 312 l 324 312 q 229 285 261 312 q 198 210 198 259 q 229 135 198 161 q 327 110 260 110 q 399 116 367 110 q 458 150 431 122 q 489 254 489 181 l 489 312 m 492 0 l 492 64 q 411 8 452 25 q 304 -8 369 -8 q 192 7 237 -8 q 115 55 147 23 q 60 207 60 114 q 120 353 60 296 q 302 411 180 411 l 489 411 l 489 460 q 453 559 489 527 q 335 592 418 592 q 243 576 276 592 q 180 524 210 561 l 87 611 q 195 691 137 669 q 340 713 253 713 q 631 471 631 713 l 631 0 l 492 0 m 446 974 q 419 1036 446 1010 q 356 1062 393 1062 q 294 1036 320 1062 q 268 974 268 1010 q 294 912 268 938 q 356 887 320 887 q 419 912 393 887 q 446 974 446 938 m 531 974 q 517 907 531 938 q 479 852 503 875 q 424 814 455 828 q 356 801 393 801 q 289 814 320 801 q 234 852 258 828 q 196 907 210 875 q 183 974 183 938 q 196 1041 183 1010 q 234 1096 210 1073 q 289 1134 258 1120 q 356 1148 320 1148 q 424 1134 393 1148 q 479 1096 455 1120 q 517 1041 503 1073 q 531 974 531 1010 "}," ":{x_min:0,x_max:0,ha:333},"0":{x_min:85,x_max:656,ha:741,o:"m 514 710 q 476 827 514 783 q 369 872 437 872 q 264 827 301 872 q 226 710 226 783 l 226 279 q 264 162 226 207 q 369 118 301 118 q 476 162 437 118 q 514 279 514 207 l 514 710 m 656 275 q 633 156 656 208 q 571 67 610 104 q 480 11 532 30 q 369 -8 428 -8 q 259 11 311 -8 q 168 67 207 30 q 107 156 129 104 q 85 275 85 208 l 85 714 q 107 833 85 781 q 168 922 129 885 q 259 979 207 959 q 369 998 311 998 q 480 979 428 998 q 571 922 532 959 q 633 833 610 885 q 656 714 656 781 l 656 275 "},"”":{x_min:108,x_max:529,ha:637,o:"m 108 717 l 108 990 l 264 990 l 264 844 l 108 717 m 373 717 l 373 990 l 529 990 l 529 844 l 373 717 "},"¾":{x_min:62,x_max:1116,ha:1172,o:"m 440 566 q 424 489 440 522 q 383 433 409 455 q 323 400 358 411 q 252 389 289 389 q 182 398 216 389 q 121 429 148 408 q 78 484 95 451 q 62 564 62 518 l 169 564 q 194 504 169 523 q 251 485 219 485 q 310 507 288 485 q 333 569 333 529 q 311 630 333 607 q 248 653 289 653 l 233 653 l 233 745 l 248 745 q 307 767 288 745 q 326 821 326 789 q 303 879 326 860 q 250 899 281 899 q 197 880 217 899 q 177 827 177 861 l 71 827 q 122 950 71 906 q 250 995 174 995 q 322 982 289 995 q 380 947 356 970 q 418 894 404 925 q 432 825 432 863 q 412 747 432 776 q 362 701 392 717 q 417 653 394 685 q 440 566 440 621 m 420 0 l 307 0 l 772 990 l 885 990 l 420 0 m 1060 85 l 1060 0 l 959 0 l 959 85 l 717 85 l 717 184 l 920 594 l 1036 594 l 832 184 l 959 184 l 959 299 l 1060 299 l 1060 184 l 1116 184 l 1116 85 l 1060 85 "},"@":{x_min:89,x_max:933,ha:1022,o:"m 797 324 q 791 408 797 369 q 770 477 786 448 q 727 523 754 506 q 655 540 699 540 q 584 523 612 540 q 541 477 556 506 q 520 408 526 448 q 515 324 515 369 q 520 241 515 280 q 541 173 526 202 q 584 127 556 144 q 655 111 612 111 q 727 127 699 111 q 770 173 754 144 q 791 241 786 202 q 797 324 797 280 m 800 -2 l 800 69 q 725 9 766 28 q 623 -10 684 -10 q 520 10 566 -10 q 441 67 473 31 q 390 172 402 112 q 379 325 379 231 q 390 476 379 416 q 438 580 401 536 q 516 638 469 616 q 622 660 563 660 q 722 640 680 660 q 797 581 763 620 l 797 666 q 786 750 797 715 q 745 816 774 786 q 680 856 718 844 q 598 868 643 868 l 423 868 q 343 856 379 868 q 278 816 307 845 q 236 750 246 784 q 227 666 227 716 l 227 233 q 230 182 227 204 q 241 143 233 160 q 262 111 249 126 q 296 80 275 97 l 199 -16 q 147 31 168 8 q 113 83 126 55 q 94 145 100 110 q 89 226 89 180 l 89 667 q 107 806 89 747 q 170 911 126 866 q 274 974 215 955 q 409 993 333 993 l 612 993 q 746 974 687 993 q 849 911 805 955 q 913 807 894 866 q 933 668 933 747 l 933 -2 l 800 -2 "},"ö":{x_min:79,x_max:666.671875,ha:746,o:"m 525 353 q 516 463 525 411 q 476 546 508 514 q 372 587 436 587 q 269 546 309 587 q 229 463 237 514 q 220 353 220 411 q 229 243 220 295 q 269 160 237 192 q 372 118 311 118 q 476 160 434 118 q 516 243 508 192 q 525 353 525 295 m 666 353 q 649 195 666 263 q 583 75 633 128 q 496 15 548 39 q 372 -8 444 -8 q 248 15 299 -8 q 162 75 197 39 q 95 195 112 128 q 79 353 79 263 q 95 509 79 442 q 162 630 112 577 q 248 689 197 666 q 372 713 299 713 q 496 689 444 713 q 583 630 548 666 q 649 509 633 577 q 666 353 666 442 m 158 840 l 158 990 l 286 990 l 286 840 l 158 840 m 458 840 l 458 990 l 586 990 l 586 840 l 458 840 "},i:{x_min:108,x_max:258,ha:366,o:"m 112 0 l 112 705 l 254 705 l 254 0 l 112 0 m 108 844 l 108 994 l 258 994 l 258 844 l 108 844 "},"≤":{x_min:260,x_max:1213,ha:1427,o:"m 1118 -115 l 388 616 l 388 -59 l 260 67 l 260 838 l 1031 838 l 1158 710 l 482 710 l 1213 -19 l 1118 -115 "},"Õ":{x_min:94,x_max:802,ha:898,o:"m 651 495 q 651 619 651 569 q 644 702 651 668 q 626 759 638 736 q 596 801 614 782 q 531 846 569 829 q 447 863 492 863 q 364 846 402 863 q 298 801 325 829 q 268 759 280 782 q 250 702 256 736 q 244 619 244 668 q 244 495 244 569 q 244 370 244 420 q 250 287 244 321 q 268 230 256 253 q 298 188 280 207 q 364 143 325 160 q 447 127 402 127 q 531 143 492 127 q 596 188 569 160 q 626 230 614 207 q 644 287 638 253 q 651 370 651 321 q 651 495 651 420 m 802 495 q 802 366 802 424 q 793 261 802 308 q 765 174 785 214 q 710 97 746 133 q 592 19 658 46 q 448 -8 527 -8 q 303 19 368 -8 q 187 97 238 46 q 131 174 151 133 q 103 261 112 214 q 94 366 94 308 q 94 495 94 424 q 94 623 94 565 q 103 728 94 681 q 131 815 112 775 q 187 892 151 856 q 303 970 238 943 q 448 998 368 998 q 592 970 527 998 q 710 892 658 943 q 765 815 746 856 q 793 728 785 775 q 802 623 802 681 q 802 495 802 565 m 682 1180 q 603 1118 635 1133 q 538 1104 570 1104 q 484 1112 507 1104 q 434 1135 462 1120 q 396 1154 414 1146 q 356 1162 377 1162 q 321 1155 338 1162 q 275 1120 305 1149 l 209 1186 q 288 1247 256 1232 q 353 1262 320 1262 q 407 1253 384 1262 q 457 1229 430 1245 q 496 1209 478 1216 q 534 1203 513 1203 q 569 1210 550 1203 q 616 1245 588 1218 l 682 1180 "},"þ":{x_min:112,x_max:686,ha:769,o:"m 547 352 q 542 442 547 400 q 521 517 537 485 q 478 567 506 548 q 401 586 449 586 q 324 567 353 586 q 279 517 295 548 q 258 442 263 485 q 253 352 253 400 q 258 263 253 305 q 279 188 263 220 q 324 137 295 156 q 401 118 353 118 q 478 137 449 118 q 521 188 506 156 q 542 263 537 220 q 547 352 547 305 m 686 352 q 686 270 686 312 q 677 189 686 229 q 653 115 669 150 q 610 54 637 80 q 536 8 581 24 q 439 -8 492 -8 q 337 8 381 -8 q 253 72 292 26 l 253 -285 l 112 -285 l 112 990 l 253 990 l 253 633 q 337 696 292 679 q 439 713 381 713 q 536 696 492 713 q 610 650 581 679 q 653 589 637 624 q 677 515 669 554 q 686 434 686 476 q 686 352 686 393 "},"]":{x_min:60.109375,x_max:363,ha:482,o:"m 60 -103 l 60 22 l 224 22 l 224 967 l 60 967 l 60 1092 l 363 1092 l 363 -103 l 60 -103 "},m:{x_min:112,x_max:1112,ha:1218,o:"m 970 0 l 970 429 q 929 548 970 511 q 828 586 888 586 q 773 577 799 586 q 726 549 746 568 q 694 502 706 530 q 683 436 683 473 l 683 0 l 541 0 l 541 429 q 500 548 541 511 q 399 586 459 586 q 343 577 370 586 q 296 548 316 568 q 265 499 277 529 q 253 429 253 469 l 253 0 l 112 0 l 112 705 l 250 705 l 250 633 q 336 692 287 672 q 438 713 385 713 q 638 610 571 713 q 859 713 723 713 q 959 696 913 713 q 1037 649 1005 679 q 1094 559 1077 608 q 1112 450 1112 510 l 1112 0 l 970 0 "},"8":{x_min:65,x_max:675,ha:740,o:"m 532 282 q 519 347 532 317 q 485 399 506 377 q 434 434 463 421 q 369 448 404 448 q 305 434 334 448 q 253 399 276 421 q 219 347 231 377 q 206 282 206 317 q 219 217 206 247 q 253 165 231 188 q 305 131 276 143 q 369 118 334 118 q 434 131 404 118 q 485 165 463 143 q 519 217 506 188 q 532 282 532 247 m 516 720 q 475 828 516 785 q 368 872 434 872 q 263 828 303 872 q 223 720 223 785 q 263 611 223 653 q 368 570 303 570 q 475 611 434 570 q 516 720 516 653 m 675 279 q 651 159 675 213 q 586 68 627 105 q 488 11 544 30 q 369 -8 433 -8 q 249 11 305 -8 q 153 68 194 30 q 88 159 112 105 q 65 279 65 213 q 76 360 65 324 q 107 424 88 396 q 150 474 126 453 q 201 511 174 496 q 116 593 152 540 q 81 724 81 645 q 103 837 81 787 q 164 923 125 887 q 256 979 203 959 q 368 998 309 998 q 482 979 430 998 q 573 923 534 959 q 635 837 613 887 q 658 724 658 787 q 622 593 658 645 q 538 511 587 540 q 589 474 565 496 q 632 424 613 453 q 663 360 651 396 q 675 279 675 324 "},"ž":{x_min:60,x_max:585,ha:652,o:"m 60 0 l 60 112 l 409 578 l 79 578 l 79 704 l 585 704 l 585 591 l 231 126 l 585 126 l 585 0 l 60 0 m 393 833 l 273 833 l 94 1056 l 212 1056 l 333 921 l 454 1056 l 572 1056 l 393 833 "},R:{x_min:129,x_max:849.546875,ha:909,o:"m 669 699 q 622 813 669 772 q 501 855 576 855 l 279 855 l 279 545 l 501 545 q 622 585 576 545 q 669 699 669 625 m 674 0 l 466 417 l 279 417 l 279 0 l 129 0 l 129 990 l 512 990 q 639 968 582 990 q 735 908 695 946 q 797 816 775 870 q 819 700 819 763 q 762 527 819 593 q 621 437 705 461 l 849 0 l 674 0 "},"á":{x_min:60,x_max:631,ha:737,o:"m 489 312 l 324 312 q 229 285 261 312 q 198 210 198 259 q 229 135 198 161 q 327 110 260 110 q 399 116 367 110 q 458 150 431 122 q 489 254 489 181 l 489 312 m 492 0 l 492 64 q 411 8 453 25 q 304 -8 369 -8 q 192 7 237 -8 q 115 55 147 23 q 60 207 60 114 q 120 353 60 296 q 303 411 181 411 l 489 411 l 489 460 q 453 559 489 527 q 335 592 418 592 q 243 576 277 592 q 181 524 210 561 l 87 611 q 195 691 137 669 q 340 713 253 713 q 631 471 631 713 l 631 0 l 492 0 m 392 833 l 285 833 l 389 1057 l 546 1057 l 392 833 "},"×":{x_min:79.171875,x_max:661.109375,ha:740,o:"m 572 95 l 369 297 l 168 95 l 79 183 l 281 386 l 79 589 l 168 678 l 369 475 l 572 678 l 661 589 l 458 386 l 661 183 l 572 95 "},o:{x_min:79,x_max:666.671875,ha:746,o:"m 525 353 q 516 463 525 411 q 476 546 508 514 q 372 587 436 587 q 269 546 309 587 q 229 463 237 514 q 220 353 220 411 q 229 243 220 295 q 269 160 237 192 q 372 118 311 118 q 476 160 434 118 q 516 243 508 192 q 525 353 525 295 m 666 353 q 649 195 666 263 q 583 75 633 128 q 496 15 548 39 q 372 -8 444 -8 q 248 15 299 -8 q 162 75 197 39 q 95 195 112 128 q 79 353 79 263 q 95 509 79 442 q 162 630 112 577 q 248 689 197 666 q 372 713 299 713 q 496 689 444 713 q 583 630 548 666 q 649 509 633 577 q 666 353 666 442 "},"5":{x_min:89,x_max:663,ha:741,o:"m 663 330 q 648 186 663 251 q 579 67 633 122 q 494 12 546 34 q 371 -10 443 -10 q 246 12 300 -10 q 159 66 191 34 q 104 154 119 106 q 89 255 89 202 l 229 255 q 272 153 238 188 q 374 118 307 118 q 476 156 437 118 q 516 234 508 188 q 524 330 524 280 q 517 412 524 375 q 494 478 511 450 q 450 522 478 506 q 379 538 422 538 q 284 511 318 538 q 239 448 250 485 l 110 448 l 110 989 l 643 989 l 643 863 l 238 863 l 238 601 q 305 643 262 628 q 402 659 348 659 q 506 642 461 659 q 581 595 551 625 q 627 535 609 567 q 653 469 644 503 q 663 401 663 436 q 663 330 663 365 "},"õ":{x_min:79,x_max:666.671875,ha:746,o:"m 525 353 q 516 463 525 411 q 476 546 508 514 q 372 587 436 587 q 269 546 309 587 q 229 463 237 514 q 220 353 220 411 q 229 243 220 295 q 269 160 237 192 q 372 118 311 118 q 476 160 434 118 q 516 243 508 192 q 525 353 525 295 m 666 353 q 649 195 666 263 q 583 75 633 128 q 496 15 548 39 q 372 -8 444 -8 q 248 15 299 -8 q 162 75 197 39 q 95 195 112 128 q 79 353 79 263 q 95 509 79 442 q 162 630 112 577 q 248 689 197 666 q 372 713 299 713 q 496 689 444 713 q 583 630 548 666 q 649 509 633 577 q 666 353 666 442 m 606 927 q 527 865 559 880 q 462 851 494 851 q 408 859 431 851 q 358 882 386 867 q 320 901 338 893 q 280 909 301 909 q 245 902 262 909 q 199 867 229 896 l 133 933 q 212 994 180 980 q 277 1009 244 1009 q 331 1000 308 1009 q 381 976 354 992 q 420 956 402 963 q 458 950 437 950 q 493 957 474 950 q 540 992 512 965 l 606 927 "},"7":{x_min:87,x_max:675.78125,ha:740,o:"m 345 0 l 192 0 l 524 863 l 223 863 l 223 707 l 87 707 l 87 989 l 675 989 l 675 863 l 345 0 "},K:{x_min:129,x_max:899.828125,ha:914,o:"m 723 0 l 445 488 l 279 287 l 279 0 l 129 0 l 129 990 l 279 990 l 279 492 l 683 990 l 866 990 l 545 602 l 899 0 l 723 0 "},",":{x_min:108,x_max:269,ha:377,o:"m 108 -215 l 108 161 l 269 161 l 269 -83 l 108 -215 "},d:{x_min:81,x_max:656,ha:769,o:"m 514 353 q 509 443 514 400 q 489 517 504 485 q 445 568 474 549 q 368 587 417 587 q 291 568 321 587 q 246 517 262 549 q 225 443 230 485 q 221 353 221 400 q 225 263 221 306 q 246 189 230 221 q 291 137 262 157 q 368 118 321 118 q 445 137 417 118 q 489 189 474 157 q 509 263 504 221 q 514 353 514 306 m 517 0 l 517 75 q 432 9 476 26 q 329 -8 388 -8 q 231 8 276 -8 q 156 54 185 25 q 113 115 129 80 q 89 190 97 150 q 81 271 81 229 q 81 353 81 313 q 81 435 81 393 q 89 516 81 477 q 113 589 97 555 q 156 650 129 624 q 230 696 185 680 q 328 713 275 713 q 430 696 385 713 q 514 634 475 680 l 514 990 l 656 990 l 656 0 l 517 0 "},"¨":{x_min:133,x_max:561,ha:694,o:"m 133 839 l 133 989 l 261 989 l 261 839 l 133 839 m 433 839 l 433 989 l 561 989 l 561 839 l 433 839 "},"Ô":{x_min:94,x_max:802,ha:898,o:"m 651 495 q 651 619 651 569 q 644 702 651 668 q 626 759 638 736 q 596 801 614 782 q 531 846 569 829 q 447 863 492 863 q 364 846 402 863 q 298 801 325 829 q 268 759 280 782 q 250 702 256 736 q 244 619 244 668 q 244 495 244 569 q 244 370 244 420 q 250 287 244 321 q 268 230 256 253 q 298 188 280 207 q 364 143 325 160 q 447 127 402 127 q 531 143 492 127 q 596 188 569 160 q 626 230 614 207 q 644 287 638 253 q 651 370 651 321 q 651 495 651 420 m 802 495 q 802 366 802 424 q 793 261 802 308 q 765 174 785 214 q 710 97 746 133 q 592 19 658 46 q 448 -8 527 -8 q 303 19 368 -8 q 187 97 238 46 q 131 174 151 133 q 103 261 112 214 q 94 366 94 308 q 94 495 94 424 q 94 623 94 565 q 103 728 94 681 q 131 815 112 775 q 187 892 151 856 q 303 970 238 943 q 448 998 368 998 q 592 970 527 998 q 710 892 658 943 q 765 815 746 856 q 793 728 785 775 q 802 623 802 681 q 802 495 802 565 m 569 1086 l 448 1220 l 327 1086 l 209 1086 l 388 1309 l 507 1309 l 687 1086 l 569 1086 "},E:{x_min:129,x_max:760.9375,ha:837,o:"m 129 0 l 129 990 l 760 990 l 760 855 l 279 855 l 279 565 l 690 565 l 690 432 l 279 432 l 279 135 l 760 135 l 760 0 l 129 0 "},Y:{x_min:7.15625,x_max:748.828125,ha:756,o:"m 453 407 l 453 0 l 303 0 l 303 407 l 7 990 l 171 990 l 378 554 l 584 990 l 748 990 l 453 407 "},'"':{x_min:108,x_max:508,ha:616,o:"m 108 724 l 108 989 l 248 989 l 248 724 l 108 724 m 368 724 l 368 989 l 508 989 l 508 724 l 368 724 "},"‹":{x_min:51.5625,x_max:371,ha:471,o:"m 51 378 l 371 696 l 371 525 l 222 378 l 371 229 l 371 58 l 51 378 "},"˙":{x_min:272,x_max:422,ha:694,o:"m 272 862 l 272 988 l 422 988 l 422 862 l 272 862 "},"ê":{x_min:76,x_max:673,ha:748,o:"m 531 411 q 527 462 531 442 q 513 506 524 482 q 460 570 496 546 q 374 595 424 595 q 287 570 324 595 q 234 506 250 546 q 219 462 222 482 q 216 411 216 442 l 531 411 m 216 312 q 261 166 216 219 q 395 114 307 114 q 491 131 454 114 q 566 186 528 148 l 656 101 q 602 54 629 75 q 543 19 574 33 q 475 -1 511 5 q 392 -8 438 -8 q 268 10 325 -8 q 168 71 210 29 q 100 183 125 114 q 76 353 76 253 q 157 619 76 525 q 374 713 238 713 q 500 688 445 713 q 594 618 556 663 q 652 511 632 574 q 673 374 673 449 l 673 312 l 216 312 m 499 833 l 378 967 l 257 833 l 139 833 l 318 1056 l 438 1056 l 617 833 l 499 833 "},"Ï":{x_min:-11,x_max:417,ha:409,o:"m 129 0 l 129 990 l 279 990 l 279 0 l 129 0 m -11 1092 l -11 1242 l 117 1242 l 117 1092 l -11 1092 m 289 1092 l 289 1242 l 417 1242 l 417 1092 l 289 1092 "},"„":{x_min:108,x_max:529,ha:639,o:"m 108 -127 l 108 146 l 264 146 l 264 0 l 108 -127 m 373 -127 l 373 146 l 529 146 l 529 0 l 373 -127 "},"Â":{x_min:11.109375,x_max:856.953125,ha:868,o:"m 437 766 l 283 327 l 587 327 l 437 766 m 697 0 l 629 199 l 238 199 l 170 0 l 11 0 l 373 989 l 494 989 l 856 0 l 697 0 m 551 1086 l 430 1220 l 309 1086 l 191 1086 l 370 1309 l 490 1309 l 669 1086 l 551 1086 "},"Í":{x_min:112.328125,x_max:373.4375,ha:408,o:"m 129 0 l 129 990 l 279 990 l 279 0 l 129 0 m 219 1085 l 112 1085 l 216 1311 l 373 1311 l 219 1085 "},"´":{x_min:275,x_max:536.109375,ha:694,o:"m 381 833 l 275 833 l 379 1058 l 536 1058 l 381 833 "},"ì":{x_min:21.71875,x_max:282.828125,ha:366,o:"m 112 0 l 112 705 l 253 705 l 253 0 l 112 0 m 175 833 l 21 1058 l 178 1058 l 282 833 l 175 833 "},"±":{x_min:71,x_max:670,ha:741,o:"m 71 0 l 71 132 l 670 132 l 670 0 l 71 0 m 436 439 l 436 205 l 304 205 l 304 439 l 71 439 l 71 571 l 304 571 l 304 805 l 436 805 l 436 571 l 670 571 l 670 439 l 436 439 "},"Ú":{x_min:114,x_max:824,ha:938,o:"m 824 333 q 796 194 824 257 q 721 86 769 131 q 608 17 673 42 q 468 -8 543 -8 q 327 17 393 -8 q 215 86 262 42 q 141 194 168 131 q 114 333 114 257 l 114 990 l 264 990 l 264 341 q 319 183 264 240 q 468 127 375 127 q 617 183 561 127 q 674 341 674 240 l 674 990 l 824 990 l 824 333 m 504 1086 l 397 1086 l 501 1311 l 658 1311 l 504 1086 "},"|":{x_min:164,x_max:305.671875,ha:470,o:"m 164 -103 l 164 1092 l 305 1092 l 305 -103 l 164 -103 "},"§":{x_min:103,x_max:656,ha:755,o:"m 517 362 q 476 473 517 434 q 434 502 457 491 q 379 512 411 512 q 280 473 316 512 q 251 428 261 454 q 242 362 242 403 q 253 296 242 322 q 280 253 264 271 q 379 214 317 214 q 476 253 440 214 q 505 296 493 271 q 517 362 517 321 m 656 367 q 643 292 656 326 q 611 230 630 257 q 568 182 592 203 q 521 150 544 162 q 608 80 573 126 q 643 -45 643 33 q 621 -151 643 -105 q 562 -228 599 -197 q 478 -276 526 -259 q 377 -293 430 -293 q 278 -279 325 -293 q 193 -236 231 -265 q 132 -162 155 -206 q 110 -57 110 -118 l 249 -57 q 283 -137 249 -108 q 376 -166 317 -166 q 470 -135 436 -166 q 504 -49 504 -104 q 478 20 504 -12 q 395 72 453 54 l 298 101 q 153 193 203 130 q 103 360 103 255 q 114 435 103 400 q 146 496 126 469 q 189 544 165 523 q 237 576 214 564 q 153 644 186 601 q 121 763 121 686 q 138 854 121 811 q 189 928 155 896 q 270 979 222 960 q 379 998 318 998 q 488 980 440 998 q 569 933 536 963 q 620 861 602 903 q 639 769 639 818 l 501 769 q 466 849 501 825 q 379 874 432 874 q 289 846 321 874 q 257 767 257 818 q 284 697 257 724 q 360 654 312 670 l 458 625 q 605 533 554 596 q 656 367 656 469 "},"Ý":{x_min:7.15625,x_max:748.828125,ha:756,o:"m 453 407 l 453 0 l 303 0 l 303 407 l 7 990 l 171 990 l 378 554 l 584 990 l 748 990 l 453 407 m 412 1085 l 305 1085 l 409 1311 l 566 1311 l 412 1085 "},b:{x_min:112,x_max:686,ha:768,o:"m 547 353 q 542 443 547 400 q 521 517 537 485 q 478 568 506 549 q 401 587 449 587 q 324 568 353 587 q 279 517 295 549 q 258 443 263 485 q 253 353 253 400 q 258 263 253 306 q 279 189 263 221 q 324 137 295 157 q 401 118 353 118 q 478 137 449 118 q 521 189 506 157 q 542 263 537 221 q 547 353 547 306 m 686 353 q 686 271 686 313 q 677 190 686 229 q 653 115 669 150 q 610 54 637 80 q 536 8 581 25 q 437 -8 490 -8 q 335 9 379 -8 q 250 75 291 26 l 250 0 l 112 0 l 112 990 l 253 990 l 253 634 q 337 696 292 680 q 439 713 381 713 q 536 696 492 713 q 610 650 581 680 q 653 589 637 624 q 677 516 669 555 q 686 435 686 477 q 686 353 686 393 "},q:{x_min:81,x_max:656,ha:769,o:"m 514 352 q 509 442 514 400 q 489 517 504 485 q 445 567 474 548 q 368 586 417 586 q 291 567 321 586 q 246 517 262 548 q 225 442 230 485 q 221 352 221 400 q 225 263 221 305 q 246 188 230 220 q 291 137 262 156 q 368 118 321 118 q 445 137 417 118 q 489 188 474 156 q 509 263 504 220 q 514 352 514 305 m 514 -285 l 514 72 q 430 8 475 26 q 328 -8 385 -8 q 230 8 275 -8 q 156 54 185 24 q 113 115 129 80 q 89 189 97 150 q 81 270 81 229 q 81 352 81 312 q 81 434 81 393 q 89 515 81 476 q 113 589 97 554 q 156 650 129 624 q 231 696 185 679 q 329 713 276 713 q 432 695 388 713 q 517 629 476 678 l 517 705 l 656 705 l 656 -285 l 514 -285 "},"Ω":{x_min:93,x_max:804,ha:898,o:"m 516 0 l 516 120 q 572 155 548 135 q 617 203 597 174 q 635 244 628 220 q 646 301 642 267 q 651 380 651 334 q 651 487 651 426 q 651 613 651 562 q 644 698 651 664 q 626 757 638 733 q 595 800 613 780 q 530 845 567 828 q 448 863 492 863 q 367 845 404 863 q 303 800 330 828 q 271 757 284 780 q 252 698 259 733 q 246 613 246 664 q 246 487 246 562 q 246 380 246 426 q 250 301 246 334 q 261 244 254 267 q 279 203 268 220 q 324 155 299 174 q 381 120 348 135 l 381 0 l 93 0 l 93 133 l 190 133 q 152 174 166 153 q 127 217 138 195 q 97 345 97 273 q 97 494 97 416 q 97 623 97 565 q 106 728 97 680 q 134 815 115 775 q 189 892 153 856 q 305 970 240 943 q 448 998 369 998 q 592 970 527 998 q 708 892 657 943 q 764 815 744 856 q 791 728 783 775 q 800 623 800 680 q 800 494 800 565 q 800 345 800 416 q 770 217 800 273 q 744 174 759 195 q 706 133 730 153 l 804 133 l 804 0 l 516 0 "},"Ö":{x_min:94,x_max:802,ha:898,o:"m 651 495 q 651 619 651 569 q 644 702 651 668 q 626 759 638 736 q 596 801 614 782 q 531 846 569 829 q 447 863 492 863 q 364 846 402 863 q 298 801 325 829 q 268 759 280 782 q 250 702 256 736 q 244 619 244 668 q 244 495 244 569 q 244 370 244 420 q 250 287 244 321 q 268 230 256 253 q 298 188 280 207 q 364 143 325 160 q 447 127 402 127 q 531 143 492 127 q 596 188 569 160 q 626 230 614 207 q 644 287 638 253 q 651 370 651 321 q 651 495 651 420 m 802 495 q 802 366 802 424 q 793 261 802 308 q 765 174 785 214 q 710 97 746 133 q 592 19 658 46 q 448 -8 527 -8 q 303 19 368 -8 q 187 97 238 46 q 131 174 151 133 q 103 261 112 214 q 94 366 94 308 q 94 495 94 424 q 94 623 94 565 q 103 728 94 681 q 131 815 112 775 q 187 892 151 856 q 303 970 238 943 q 448 998 368 998 q 592 970 527 998 q 710 892 658 943 q 765 815 746 856 q 793 728 785 775 q 802 623 802 681 q 802 495 802 565 m 234 1093 l 234 1243 l 362 1243 l 362 1093 l 234 1093 m 534 1093 l 534 1243 l 662 1243 l 662 1093 l 534 1093 "},"ﬂ":{x_min:51,x_max:831.34375,ha:869,o:"m 273 584 l 273 0 l 131 0 l 131 584 l 51 584 l 51 692 l 131 692 l 131 800 q 143 873 131 838 q 178 936 154 909 q 238 980 202 963 q 324 997 274 997 l 412 997 l 412 876 l 349 876 q 291 854 309 876 q 273 793 273 832 l 273 692 l 412 692 l 412 584 l 273 584 m 743 0 q 657 15 693 0 q 596 58 620 31 q 562 120 573 84 q 551 194 551 155 l 551 990 l 692 990 l 692 203 q 709 141 692 162 q 768 121 725 121 l 831 121 l 831 0 l 743 0 "},z:{x_min:60,x_max:585,ha:652,o:"m 60 0 l 60 112 l 409 578 l 79 578 l 79 704 l 585 704 l 585 591 l 231 126 l 585 126 l 585 0 l 60 0 "},"™":{x_min:57,x_max:1142,ha:1227,o:"m 321 894 l 321 396 l 215 396 l 215 894 l 57 894 l 57 990 l 481 990 l 481 894 l 321 894 m 1035 396 l 1035 784 l 909 535 l 811 535 l 686 784 l 686 396 l 579 396 l 579 989 l 686 989 l 859 651 l 1035 989 l 1142 989 l 1142 396 l 1035 396 "},"ã":{x_min:60,x_max:631,ha:737,o:"m 489 312 l 324 312 q 229 285 261 312 q 198 210 198 259 q 229 135 198 161 q 327 110 260 110 q 399 116 367 110 q 458 150 431 122 q 489 254 489 181 l 489 312 m 492 0 l 492 64 q 411 8 453 25 q 304 -8 369 -8 q 192 7 237 -8 q 115 55 147 23 q 60 207 60 114 q 120 353 60 296 q 303 411 181 411 l 489 411 l 489 460 q 453 559 489 527 q 335 592 418 592 q 243 576 277 592 q 181 524 210 561 l 87 611 q 195 691 137 669 q 340 713 253 713 q 631 471 631 713 l 631 0 l 492 0 m 592 927 q 512 865 544 880 q 447 851 479 851 q 394 859 417 851 q 343 882 371 867 q 305 901 324 893 q 265 909 286 909 q 231 902 247 909 q 185 867 214 896 l 118 933 q 197 994 165 980 q 263 1009 229 1009 q 316 1000 293 1009 q 367 976 339 992 q 405 956 388 963 q 443 950 422 950 q 478 957 460 950 q 525 992 497 965 l 592 927 "},"æ":{x_min:60,x_max:1086.671875,ha:1163,o:"m 489 312 l 324 312 q 229 285 261 312 q 198 210 198 259 q 229 135 198 161 q 326 110 260 110 q 398 116 367 110 q 458 150 430 122 q 489 254 489 181 l 489 312 m 945 411 q 942 462 945 442 q 928 506 939 482 q 874 570 911 546 q 787 595 837 595 q 701 570 737 595 q 648 506 665 546 q 633 462 637 482 q 629 411 629 442 l 945 411 m 629 312 q 674 166 629 219 q 808 114 720 114 q 905 131 868 114 q 979 186 942 148 l 1070 101 q 1015 54 1043 75 q 956 19 987 33 q 888 -1 925 5 q 805 -8 851 -8 q 663 17 727 -8 q 556 101 599 43 q 445 14 504 36 q 304 -8 386 -8 q 192 8 237 -8 q 115 56 147 24 q 73 123 87 83 q 60 207 60 163 q 120 353 60 296 q 303 411 181 411 l 489 411 l 489 460 q 453 559 489 527 q 335 592 418 592 q 243 576 276 592 q 181 524 210 561 l 87 611 q 195 691 137 669 q 340 713 253 713 q 579 619 513 713 q 787 713 655 713 q 914 688 858 713 q 1008 618 969 663 q 1066 511 1046 574 q 1086 374 1086 449 l 1086 312 l 629 312 "},"®":{x_min:96,x_max:1101,ha:1197,o:"m 704 601 q 679 659 704 635 q 615 683 655 683 l 524 683 l 524 519 l 615 519 q 679 542 655 519 q 704 601 704 566 m 704 224 l 593 440 l 524 440 l 524 224 l 424 224 l 424 768 l 628 768 q 698 754 666 768 q 753 718 730 741 q 789 665 776 695 q 803 601 803 634 q 771 505 803 542 q 695 453 740 469 l 816 224 l 704 224 m 1000 495 q 968 656 1000 581 q 883 786 937 731 q 756 873 829 841 q 598 905 683 905 q 440 873 514 905 q 312 786 366 841 q 227 656 258 731 q 196 495 196 581 q 227 333 196 408 q 312 203 258 258 q 440 116 366 148 q 598 85 514 85 q 756 116 683 85 q 883 203 829 148 q 968 333 937 258 q 1000 495 1000 408 m 1101 495 q 1061 299 1101 390 q 953 139 1021 207 q 794 31 885 71 q 598 -8 702 -8 q 402 31 494 -8 q 243 139 311 71 q 135 299 175 207 q 96 495 96 390 q 135 690 96 599 q 243 850 175 782 q 402 958 311 918 q 598 998 494 998 q 794 958 702 998 q 953 850 885 918 q 1061 690 1021 782 q 1101 495 1101 599 "},"É":{x_min:129,x_max:760.9375,ha:837,o:"m 129 0 l 129 990 l 760 990 l 760 855 l 279 855 l 279 565 l 690 565 l 690 432 l 279 432 l 279 135 l 760 135 l 760 0 l 129 0 m 466 1085 l 359 1085 l 463 1311 l 620 1311 l 466 1085 "},"~":{x_min:59.71875,x_max:737.5,ha:797,o:"m 737 389 q 681 337 706 358 q 631 304 655 317 q 584 286 608 292 q 531 281 559 281 q 455 293 491 281 q 376 326 419 305 q 321 350 347 341 q 266 360 295 360 q 239 357 252 360 q 213 349 226 355 q 184 330 200 343 q 148 299 168 318 l 59 387 q 115 439 90 418 q 165 472 141 459 q 212 490 188 484 q 263 496 236 496 q 339 483 304 496 q 418 450 375 471 q 473 426 447 435 q 529 417 500 417 q 583 428 558 417 q 647 477 608 439 l 737 389 "},"³":{x_min:62,x_max:440,ha:503,o:"m 440 566 q 424 489 440 522 q 383 433 409 455 q 323 400 358 411 q 252 389 289 389 q 182 398 216 389 q 121 429 148 408 q 78 484 95 451 q 62 564 62 518 l 169 564 q 194 504 169 523 q 251 485 219 485 q 310 507 288 485 q 333 569 333 529 q 311 630 333 607 q 248 653 289 653 l 233 653 l 233 745 l 248 745 q 307 767 288 745 q 326 821 326 789 q 303 879 326 860 q 250 899 281 899 q 197 880 217 899 q 177 827 177 861 l 71 827 q 122 950 71 906 q 250 995 174 995 q 322 982 289 995 q 380 947 356 970 q 418 894 404 925 q 432 825 432 863 q 412 747 432 776 q 362 701 392 717 q 417 653 394 685 q 440 566 440 621 "},"¡":{x_min:129,x_max:285,ha:461,o:"m 136 -285 l 136 410 l 277 410 l 277 -285 l 136 -285 m 129 553 l 129 704 l 285 704 l 285 553 l 129 553 "},"[":{x_min:119,x_max:421.78125,ha:482,o:"m 119 -103 l 119 1092 l 421 1092 l 421 966 l 260 966 l 260 23 l 421 23 l 421 -103 l 119 -103 "},L:{x_min:129,x_max:755.390625,ha:797,o:"m 129 0 l 129 989 l 279 989 l 279 135 l 755 135 l 755 0 l 129 0 "},";":{x_min:144,x_max:312,ha:420,o:"m 147 -215 l 147 161 l 308 161 l 308 -83 l 147 -215 m 144 396 l 144 566 l 312 566 l 312 396 l 144 396 "}," ":{x_min:0,x_max:0,ha:333},"∑":{x_min:67,x_max:706,ha:767,o:"m 67 -285 l 67 -162 l 337 401 l 70 933 l 70 1056 l 702 1056 l 702 921 l 244 921 l 468 469 l 468 330 l 240 -150 l 706 -150 l 706 -285 l 67 -285 "},"%":{x_min:81,x_max:1089,ha:1170,o:"m 363 804 q 341 877 363 851 q 275 904 319 904 q 209 878 231 904 q 188 804 188 852 l 188 672 q 275 574 188 574 q 341 599 319 574 q 363 672 363 625 l 363 804 m 982 316 q 960 389 982 363 q 894 416 938 416 q 828 390 850 416 q 807 316 807 364 l 807 184 q 828 110 807 136 q 894 85 850 85 q 960 111 938 85 q 982 184 982 137 l 982 316 m 470 668 q 454 588 470 623 q 413 528 439 552 q 351 491 386 504 q 275 479 315 479 q 199 491 235 479 q 137 528 164 504 q 96 588 111 552 q 81 668 81 623 l 81 808 q 96 888 81 853 q 137 948 111 923 q 199 985 164 972 q 275 999 235 999 q 351 985 315 999 q 413 948 386 972 q 454 888 439 923 q 470 808 470 853 l 470 668 m 408 0 l 294 0 l 761 989 l 873 989 l 408 0 m 1089 180 q 1073 100 1089 135 q 1032 40 1058 65 q 970 3 1005 16 q 894 -10 934 -10 q 818 3 854 -10 q 756 40 783 16 q 715 100 730 65 q 700 180 700 135 l 700 320 q 715 400 700 365 q 756 460 730 435 q 818 497 783 484 q 894 511 854 511 q 970 497 934 511 q 1032 460 1005 484 q 1073 400 1058 435 q 1089 320 1089 365 l 1089 180 "},P:{x_min:129,x_max:821,ha:874,o:"m 671 689 q 623 811 671 768 q 495 855 575 855 l 279 855 l 279 525 l 495 525 q 623 567 575 525 q 671 689 671 609 m 821 689 q 798 569 821 625 q 734 474 776 514 q 634 411 693 434 q 504 389 576 389 l 279 389 l 279 0 l 129 0 l 129 990 l 504 990 q 634 967 576 990 q 734 904 693 944 q 798 809 776 864 q 821 689 821 754 "},"∏":{x_min:129,x_max:830,ha:958,o:"m 679 -284 l 679 923 l 279 923 l 279 -284 l 129 -284 l 129 1056 l 830 1056 l 830 -284 l 679 -284 "},"À":{x_min:11.109375,x_max:856.953125,ha:868,o:"m 437 766 l 283 327 l 587 327 l 437 766 m 697 0 l 629 199 l 238 199 l 170 0 l 11 0 l 373 989 l 494 989 l 856 0 l 697 0 m 394 1086 l 240 1311 l 397 1311 l 501 1086 l 394 1086 "},_:{x_min:0,x_max:793,ha:793,o:"m 0 -239 l 0 -142 l 793 -142 l 793 -239 l 0 -239 "},"ñ":{x_min:112,x_max:683,ha:789,o:"m 541 0 l 541 429 q 500 548 541 511 q 399 586 459 586 q 343 577 370 586 q 296 548 316 568 q 265 499 277 529 q 253 429 253 469 l 253 0 l 112 0 l 112 705 l 250 705 l 250 633 q 336 693 287 674 q 438 713 385 713 q 536 696 492 713 q 612 649 580 679 q 667 559 652 608 q 683 450 683 510 l 683 0 l 541 0 m 633 926 q 553 864 585 879 q 488 850 520 850 q 435 858 457 850 q 384 882 412 866 q 346 901 364 893 q 306 909 327 909 q 271 902 288 909 q 225 866 255 896 l 159 932 q 238 994 206 979 q 303 1009 270 1009 q 357 1000 334 1009 q 407 975 380 992 q 446 955 428 962 q 484 949 463 949 q 519 956 501 949 q 566 992 538 964 l 633 926 "},"+":{x_min:71,x_max:670,ha:741,o:"m 436 313 l 436 79 l 304 79 l 304 313 l 71 313 l 71 445 l 304 445 l 304 677 l 436 677 l 436 445 l 670 445 l 670 313 l 436 313 "},"‚":{x_min:108,x_max:264,ha:371,o:"m 108 -127 l 108 146 l 264 146 l 264 0 l 108 -127 "},"½":{x_min:55.171875,x_max:1086,ha:1149,o:"m 176 396 l 176 869 l 55 764 l 55 884 l 176 989 l 283 989 l 283 396 l 176 396 m 351 0 l 238 0 l 703 990 l 816 990 l 351 0 m 726 0 l 726 96 l 948 354 q 972 389 965 373 q 979 426 979 405 q 960 482 979 461 q 905 503 941 503 q 854 487 877 503 q 832 427 832 471 l 726 427 q 776 553 726 507 q 905 599 827 599 q 1035 553 984 599 q 1086 426 1086 507 q 1069 355 1086 383 q 1022 290 1052 326 l 854 96 l 1086 96 l 1086 0 l 726 0 "},"Æ":{x_min:7.046875,x_max:1246,ha:1322,o:"m 614 855 l 352 353 l 614 353 l 614 855 m 614 0 l 614 225 l 287 225 l 170 0 l 7 0 l 526 990 l 1246 990 l 1246 855 l 764 855 l 764 564 l 1175 564 l 1175 429 l 764 429 l 764 135 l 1246 135 l 1246 0 l 614 0 "},"Ë":{x_min:129,x_max:760.9375,ha:837,o:"m 129 0 l 129 990 l 760 990 l 760 855 l 279 855 l 279 565 l 690 565 l 690 432 l 279 432 l 279 135 l 760 135 l 760 0 l 129 0 m 218 1092 l 218 1242 l 346 1242 l 346 1092 l 218 1092 m 518 1092 l 518 1242 l 646 1242 l 646 1092 l 518 1092 "},"'":{x_min:108,x_max:248,ha:356,o:"m 108 724 l 108 989 l 248 989 l 248 724 l 108 724 "},"Š":{x_min:41.671875,x_max:747,ha:819,o:"m 747 282 q 720 160 747 214 q 647 68 694 105 q 534 11 599 30 q 391 -8 469 -8 q 195 21 279 -8 q 41 122 112 50 l 141 221 q 256 147 195 167 q 394 127 317 127 q 544 166 491 127 q 598 278 598 206 q 559 381 598 346 q 517 407 539 399 q 451 422 495 415 l 334 439 q 147 518 214 456 q 75 707 75 586 q 97 825 75 772 q 163 917 120 878 q 267 977 205 956 q 405 998 329 998 q 576 971 503 998 q 712 885 648 945 l 616 790 q 516 851 570 835 q 401 867 463 867 q 267 823 313 867 q 221 712 221 779 q 230 662 221 685 q 258 621 239 639 q 369 575 297 586 l 481 558 q 592 530 551 547 q 666 485 634 512 q 726 397 706 449 q 747 282 747 346 m 464 1086 l 345 1086 l 166 1310 l 284 1310 l 405 1175 l 525 1310 l 643 1310 l 464 1086 "},"ª":{x_min:72,x_max:526,ha:627,o:"m 411 674 l 282 674 q 209 653 233 674 q 185 594 185 632 q 207 537 185 557 q 283 518 230 518 q 340 522 315 518 q 387 548 366 527 q 411 629 411 570 l 411 674 m 413 426 l 413 476 q 350 433 383 445 q 266 421 317 421 q 178 432 213 421 q 116 471 142 444 q 83 524 94 493 q 72 592 72 556 q 120 709 72 663 q 265 755 169 755 l 411 755 l 411 793 q 383 871 411 846 q 290 896 355 896 q 218 884 244 896 q 169 842 193 872 l 92 914 q 178 978 133 961 q 295 995 224 995 q 526 801 526 995 l 526 426 l 413 426 "},"Œ":{x_min:94,x_max:1280,ha:1356,o:"m 651 495 q 651 619 651 569 q 644 702 651 668 q 626 759 638 736 q 596 801 614 782 q 530 846 569 829 q 447 863 492 863 q 364 846 402 863 q 299 801 326 829 q 269 759 281 782 q 251 702 257 736 q 245 619 245 668 q 245 495 245 569 q 245 370 245 420 q 251 287 245 321 q 269 230 257 253 q 299 188 281 207 q 364 143 326 160 q 447 127 402 127 q 530 143 492 127 q 596 188 569 160 q 626 230 614 207 q 644 287 638 253 q 651 370 651 321 q 651 495 651 420 m 654 1 l 654 81 q 557 13 613 34 q 444 -8 500 -8 q 302 17 365 -8 q 187 94 238 43 q 131 171 151 130 q 103 259 112 211 q 94 365 94 307 q 94 495 94 424 q 94 624 94 565 q 103 730 94 682 q 131 818 112 778 q 187 895 151 859 q 302 972 238 946 q 444 998 365 998 q 559 977 504 998 q 654 909 613 956 l 654 990 l 1279 990 l 1279 857 l 804 857 l 804 565 l 1208 565 l 1208 434 l 804 434 l 804 134 l 1280 134 l 1280 1 l 654 1 "},"˛":{x_min:245.828125,x_max:456.9375,ha:694,o:"m 316 -293 l 245 -89 l 359 -89 l 456 -293 l 316 -293 "},"ð":{x_min:85,x_max:661.671875,ha:746,o:"m 520 346 q 513 451 520 401 q 474 533 506 501 q 428 563 454 553 q 372 574 403 574 q 272 533 312 574 q 233 451 240 501 q 226 346 226 401 q 233 240 226 290 q 272 158 240 190 q 372 118 312 118 q 428 128 403 118 q 474 158 454 139 q 513 240 506 190 q 520 346 520 290 m 661 346 q 645 192 661 258 q 579 73 629 125 q 494 14 546 37 q 372 -8 443 -8 q 251 14 301 -8 q 167 74 200 37 q 100 192 116 125 q 85 346 85 258 q 100 500 85 434 q 167 618 116 567 q 311 689 221 674 q 364 694 336 694 q 417 687 392 694 l 354 800 l 193 800 l 193 900 l 301 900 l 247 997 l 397 997 l 451 900 l 572 900 l 572 800 l 503 800 l 573 668 q 617 581 600 620 q 644 507 635 543 q 658 433 654 471 q 661 346 661 394 "},T:{x_min:42,x_max:736,ha:778,o:"m 464 855 l 464 0 l 314 0 l 314 855 l 42 855 l 42 990 l 736 990 l 736 855 l 464 855 "},"š":{x_min:44.265625,x_max:633,ha:693,o:"m 633 215 q 610 118 633 160 q 549 48 588 76 q 456 6 510 21 q 340 -8 402 -8 q 180 12 253 -8 q 44 93 106 32 l 137 186 q 233 127 180 142 q 339 113 287 113 q 449 136 405 113 q 494 210 494 160 q 472 268 494 247 q 399 290 450 290 l 287 303 q 133 358 187 311 q 79 497 79 404 q 99 589 79 549 q 156 656 120 629 q 240 698 192 683 q 344 713 288 713 q 489 694 423 713 q 605 633 556 676 l 516 543 q 437 583 482 571 q 342 595 392 595 q 246 569 278 595 q 215 504 215 544 q 235 451 215 472 q 312 424 255 429 l 423 414 q 578 358 523 405 q 633 215 633 310 m 405 833 l 285 833 l 106 1057 l 224 1057 l 345 922 l 466 1057 l 584 1057 l 405 833 "},"Þ":{x_min:129,x_max:820,ha:884,o:"m 669 498 q 621 620 669 577 q 494 664 573 664 l 279 664 l 279 335 l 494 335 q 621 377 573 335 q 669 498 669 419 m 820 498 q 797 379 820 434 q 734 284 775 325 q 634 222 692 244 q 503 200 576 200 l 279 200 l 279 0 l 129 0 l 129 990 l 279 990 l 279 799 l 503 799 q 634 776 576 799 q 734 713 692 753 q 797 619 775 673 q 820 498 820 564 "},j:{x_min:-26,x_max:259,ha:367,o:"m 255 -93 q 243 -167 255 -132 q 209 -229 232 -203 q 148 -272 185 -256 q 61 -288 111 -288 l -26 -288 l -26 -167 l 36 -167 q 96 -146 79 -167 q 113 -85 113 -125 l 113 704 l 255 704 l 255 -93 m 109 843 l 109 993 l 259 993 l 259 843 l 109 843 "},"1":{x_min:157.9375,x_max:492.671875,ha:740,o:"m 351 0 l 351 835 l 157 666 l 157 823 l 351 990 l 492 990 l 492 0 l 351 0 "},"›":{x_min:100,x_max:420.828125,ha:471,o:"m 100 58 l 100 229 l 250 378 l 100 525 l 100 696 l 420 378 l 100 58 "},"ı":{x_min:112,x_max:253.671875,ha:366,o:"m 112 0 l 112 705 l 253 705 l 253 0 l 112 0 "},"ä":{x_min:60,x_max:631,ha:737,o:"m 489 312 l 324 312 q 229 285 261 312 q 198 210 198 259 q 229 135 198 161 q 327 110 260 110 q 399 116 367 110 q 458 150 431 122 q 489 254 489 181 l 489 312 m 492 0 l 492 64 q 411 8 452 25 q 304 -8 369 -8 q 192 7 237 -8 q 115 55 147 23 q 60 207 60 114 q 120 353 60 296 q 302 411 181 411 l 489 411 l 489 460 q 453 559 489 527 q 335 592 418 592 q 243 576 277 592 q 181 524 210 561 l 87 611 q 195 691 137 669 q 340 713 253 713 q 631 471 631 713 l 631 0 l 492 0 m 143 840 l 143 990 l 271 990 l 271 840 l 143 840 m 443 840 l 443 990 l 571 990 l 571 840 l 443 840 "},"<":{x_min:72.4375,x_max:1353,ha:1426,o:"m 319 318 l 798 -158 l 616 -158 l 72 384 l 616 929 l 798 929 l 319 453 l 1353 453 l 1353 318 l 319 318 "},"£":{x_min:60,x_max:716.453125,ha:783,o:"m 146 0 l 146 435 l 60 435 l 60 543 l 146 543 l 146 676 q 172 814 146 754 q 243 914 198 874 q 347 976 287 954 q 476 998 408 998 q 608 975 552 998 q 716 901 665 953 l 616 803 q 560 846 590 829 q 476 863 530 863 q 344 812 392 863 q 297 665 297 762 l 297 543 l 477 543 l 477 435 l 297 435 l 297 135 l 716 135 l 716 0 l 146 0 "},"¹":{x_min:55.171875,x_max:283,ha:384,o:"m 176 396 l 176 869 l 55 764 l 55 884 l 176 989 l 283 989 l 283 396 l 176 396 "},t:{x_min:49,x_max:407,ha:475,o:"m 322 0 q 236 16 272 0 q 176 60 200 33 q 141 123 152 87 q 129 196 129 158 l 129 584 l 49 584 l 49 692 l 129 692 l 129 906 l 271 906 l 271 692 l 407 692 l 407 584 l 271 584 l 271 203 q 289 142 271 164 q 348 121 308 121 l 407 121 l 407 0 l 322 0 "},"¬":{x_min:66.390625,x_max:672,ha:740,o:"m 540 136 l 540 332 l 66 332 l 66 464 l 672 464 l 672 136 l 540 136 "},"ù":{x_min:106,x_max:676.671875,ha:789,o:"m 537 0 l 537 71 q 452 11 501 30 q 350 -8 403 -8 q 252 8 296 -8 q 176 55 208 25 q 121 145 136 96 q 106 254 106 194 l 106 705 l 247 705 l 247 275 q 288 156 247 193 q 389 118 329 118 q 491 156 448 118 q 535 275 535 194 l 535 705 l 676 705 l 676 0 l 537 0 m 355 833 l 201 1058 l 358 1058 l 462 833 l 355 833 "},W:{x_min:15.28125,x_max:1194.453125,ha:1210,o:"m 936 0 l 805 0 l 604 693 l 404 0 l 273 0 l 15 990 l 173 990 l 345 282 l 544 990 l 665 990 l 863 282 l 1036 990 l 1194 990 l 936 0 "},"ï":{x_min:-32,x_max:396,ha:367,o:"m 112 0 l 112 705 l 254 705 l 254 0 l 112 0 m -32 840 l -32 990 l 96 990 l 96 840 l -32 840 m 268 840 l 268 990 l 396 990 l 396 840 l 268 840 "},">":{x_min:72,x_max:1353.953125,ha:1426,o:"m 809 -158 l 627 -158 l 1106 318 l 72 318 l 72 453 l 1106 453 l 627 929 l 809 929 l 1353 384 l 809 -158 "},v:{x_min:11.109375,x_max:643.0625,ha:654,o:"m 384 0 l 269 0 l 11 705 l 161 705 l 327 208 l 493 705 l 643 705 l 384 0 "},"û":{x_min:106,x_max:676.671875,ha:789,o:"m 537 0 l 537 71 q 452 11 501 30 q 350 -8 403 -8 q 252 8 296 -8 q 176 55 208 25 q 121 145 136 96 q 106 254 106 194 l 106 705 l 247 705 l 247 275 q 288 156 247 193 q 389 118 329 118 q 491 156 448 118 q 535 275 535 194 l 535 705 l 676 705 l 676 0 l 537 0 m 511 833 l 390 967 l 269 833 l 151 833 l 330 1056 l 450 1056 l 629 833 l 511 833 "},"Ò":{x_min:94,x_max:802,ha:898,o:"m 651 495 q 651 619 651 569 q 644 702 651 668 q 626 759 638 736 q 596 801 614 782 q 531 846 569 829 q 447 863 492 863 q 364 846 402 863 q 298 801 325 829 q 268 759 280 782 q 250 702 256 736 q 244 619 244 668 q 244 495 244 569 q 244 370 244 420 q 250 287 244 321 q 268 230 256 253 q 298 188 280 207 q 364 143 325 160 q 447 127 402 127 q 531 143 492 127 q 596 188 569 160 q 626 230 614 207 q 644 287 638 253 q 651 370 651 321 q 651 495 651 420 m 802 495 q 802 366 802 424 q 793 261 802 308 q 765 174 785 214 q 710 97 746 133 q 592 19 658 46 q 448 -8 527 -8 q 303 19 368 -8 q 187 97 238 46 q 131 174 151 133 q 103 261 112 214 q 94 366 94 308 q 94 495 94 424 q 94 623 94 565 q 103 728 94 681 q 131 815 112 775 q 187 892 151 856 q 303 970 238 943 q 448 998 368 998 q 592 970 527 998 q 710 892 658 943 q 765 815 746 856 q 793 728 785 775 q 802 623 802 681 q 802 495 802 565 m 413 1086 l 259 1310 l 416 1310 l 520 1086 l 413 1086 "},"&":{x_min:94,x_max:949.046875,ha:1013,o:"m 367 476 q 316 440 340 458 q 273 399 292 421 q 244 350 254 376 q 234 289 234 324 q 284 167 234 214 q 413 121 335 121 q 508 136 463 121 q 601 197 553 152 l 367 476 m 527 775 q 499 845 527 817 q 428 874 472 874 q 356 846 382 874 q 331 776 331 818 q 350 715 331 746 q 407 640 369 685 q 422 649 414 644 q 436 660 429 654 q 454 672 444 665 q 505 716 483 692 q 527 775 527 740 m 767 0 l 686 97 q 646 65 669 83 q 589 30 622 47 q 513 3 556 14 q 413 -8 470 -8 q 175 71 257 -8 q 94 286 94 151 q 110 378 94 337 q 154 453 127 419 q 218 514 182 486 q 289 565 253 542 q 254 608 272 585 q 221 657 236 631 q 196 713 206 683 q 187 778 187 743 q 204 865 187 825 q 252 935 221 906 q 328 981 284 964 q 428 998 372 998 q 524 981 481 998 q 598 934 567 964 q 646 864 629 904 q 663 777 663 824 q 633 676 663 718 q 557 601 604 633 q 529 583 543 593 q 506 567 518 575 q 485 551 495 558 l 693 303 q 733 387 721 342 q 745 502 745 433 l 881 502 q 857 330 881 406 q 783 197 833 255 l 949 0 l 767 0 "},"˝":{x_min:115.28125,x_max:633.328125,ha:694,o:"m 222 833 l 115 833 l 219 1058 l 376 1058 l 222 833 m 477 833 l 372 833 l 477 1058 l 633 1058 l 477 833 "},"Ð":{x_min:53,x_max:856,ha:950,o:"m 706 490 q 706 602 706 557 q 701 678 706 647 q 688 729 697 708 q 664 769 679 750 q 589 835 632 814 q 485 856 547 856 l 306 856 l 306 557 l 497 557 l 497 442 l 306 442 l 306 133 l 485 133 q 669 220 610 133 q 690 258 682 240 q 702 304 698 276 q 706 377 706 333 q 706 490 706 420 m 856 494 q 856 364 856 418 q 848 270 856 311 q 826 196 840 229 q 783 130 811 163 q 665 36 736 72 q 499 0 594 0 l 156 0 l 156 442 l 53 442 l 53 557 l 156 557 l 156 989 l 503 989 q 783 857 680 989 q 826 786 811 820 q 849 712 842 752 q 856 620 856 672 q 856 494 856 568 "},I:{x_min:129,x_max:279,ha:408,o:"m 129 0 l 129 990 l 279 990 l 279 0 l 129 0 "},"ˉ":{x_min:132,x_max:563,ha:695,o:"m 132 865 l 132 966 l 563 966 l 563 865 l 132 865 "},G:{x_min:94,x_max:809,ha:901,o:"m 809 383 q 788 222 809 287 q 719 104 768 157 q 594 18 662 44 q 447 -8 526 -8 q 304 19 369 -8 q 187 97 238 46 q 131 174 151 133 q 103 261 112 214 q 94 366 94 308 q 94 495 94 424 q 94 623 94 565 q 103 728 94 681 q 131 815 112 775 q 187 892 151 856 q 303 970 238 943 q 447 998 368 998 q 588 973 526 998 q 695 907 650 949 q 769 810 740 866 q 807 691 797 754 l 656 691 q 583 817 636 772 q 446 863 530 863 q 363 846 401 863 q 299 801 326 829 q 269 759 281 782 q 251 702 257 736 q 245 619 245 668 q 245 495 245 569 q 245 370 245 420 q 251 286 245 320 q 269 229 257 251 q 299 186 281 206 q 363 142 326 158 q 446 127 401 127 q 537 145 495 127 q 608 196 579 163 q 647 265 636 228 q 659 351 659 303 l 659 407 l 447 407 l 447 535 l 809 535 l 809 383 "},"`":{x_min:158.328125,x_max:419.4375,ha:694,o:"m 312 833 l 158 1058 l 315 1058 l 419 833 l 312 833 "},"·":{x_min:108,x_max:277,ha:385,o:"m 108 302 l 108 472 l 277 472 l 277 302 l 108 302 "},r:{x_min:112,x_max:606.4375,ha:609,o:"m 499 539 q 452 574 475 562 q 393 586 430 586 q 294 544 335 586 q 253 428 253 501 l 253 0 l 112 0 l 112 705 l 250 705 l 250 628 q 328 689 278 665 q 438 713 378 713 q 530 697 489 713 q 606 646 570 682 l 499 539 "},"¿":{x_min:57,x_max:611,ha:710,o:"m 611 -26 q 589 -133 611 -84 q 530 -218 567 -183 q 442 -273 492 -254 q 333 -293 391 -293 q 226 -274 276 -293 q 138 -220 176 -255 q 79 -136 101 -185 q 57 -26 57 -87 q 75 65 57 24 q 122 144 94 106 l 230 295 q 248 331 241 310 q 255 370 255 353 l 255 411 l 397 411 l 397 361 q 385 288 397 318 q 348 224 373 257 l 241 78 q 210 27 221 53 q 198 -27 198 1 q 235 -125 198 -85 q 333 -165 272 -165 q 433 -123 398 -165 q 469 -26 469 -82 l 611 -26 m 248 554 l 248 705 l 404 705 l 404 554 l 248 554 "},"ý":{x_min:11.546875,x_max:644.875,ha:650,o:"m 333 -139 q 282 -227 314 -195 q 215 -267 253 -256 q 137 -279 178 -279 l 81 -279 l 81 -151 l 117 -151 q 182 -135 161 -151 q 218 -75 203 -119 l 257 33 l 11 705 l 161 705 l 329 208 l 493 705 l 644 705 l 333 -139 m 361 833 l 254 833 l 358 1058 l 515 1058 l 361 833 "},x:{x_min:30.5625,x_max:668.0625,ha:699,o:"m 497 0 l 350 240 l 201 0 l 30 0 l 272 360 l 40 705 l 211 705 l 350 475 l 487 705 l 658 705 l 427 360 l 668 0 l 497 0 "},"è":{x_min:76,x_max:673,ha:748,o:"m 531 411 q 527 462 531 442 q 513 506 524 482 q 460 570 496 546 q 374 595 424 595 q 287 570 324 595 q 234 506 250 546 q 219 462 222 482 q 216 411 216 442 l 531 411 m 216 312 q 261 166 216 219 q 395 114 307 114 q 491 131 454 114 q 566 186 528 148 l 656 101 q 602 54 629 75 q 543 19 574 33 q 475 -1 511 5 q 392 -8 438 -8 q 268 10 325 -8 q 168 71 210 29 q 100 183 125 114 q 76 353 76 253 q 157 619 76 525 q 374 713 238 713 q 500 688 445 713 q 594 618 556 663 q 652 511 632 574 q 673 374 673 449 l 673 312 l 216 312 m 343 833 l 189 1057 l 346 1057 l 450 833 l 343 833 "},"º":{x_min:85,x_max:553,ha:636,o:"m 436 708 q 431 793 436 753 q 399 860 426 833 q 318 892 367 892 q 237 860 269 892 q 205 793 211 833 q 200 708 200 753 q 205 623 200 664 q 237 555 211 582 q 318 524 269 524 q 399 555 367 524 q 431 623 426 582 q 436 708 436 664 m 553 708 q 539 582 553 636 q 486 487 526 529 q 417 440 458 459 q 318 421 376 421 q 219 440 259 421 q 151 487 179 459 q 98 582 111 529 q 85 708 85 636 q 98 833 85 779 q 151 928 111 886 q 219 975 179 956 q 318 995 259 995 q 417 975 376 995 q 486 928 458 956 q 539 833 526 886 q 553 708 553 779 "},"Ø":{x_min:94,x_max:802,ha:905,o:"m 651 495 q 651 592 651 550 q 647 665 651 633 q 639 718 644 696 q 625 758 633 740 l 338 157 q 448 127 387 127 q 531 143 493 127 q 596 188 569 160 q 626 230 614 207 q 644 287 638 253 q 651 370 651 321 q 651 495 651 420 m 559 832 q 447 863 508 863 q 364 846 402 863 q 299 801 326 829 q 269 759 281 782 q 251 702 257 736 q 245 619 245 668 q 245 495 245 569 q 245 398 245 439 q 247 326 245 357 q 256 272 250 295 q 271 231 262 249 l 559 832 m 802 494 q 802 366 802 424 q 793 261 802 308 q 765 174 785 214 q 710 97 746 133 q 593 19 658 46 q 448 -8 527 -8 q 360 1 402 -8 q 282 29 318 11 l 239 -61 l 125 -61 l 196 89 l 188 97 q 132 174 152 133 q 103 261 112 214 q 94 366 94 308 q 94 495 94 424 q 94 623 94 565 q 103 728 94 681 q 131 816 112 775 q 187 892 151 856 q 303 970 238 943 q 447 998 368 998 q 536 988 493 998 q 614 960 578 978 l 656 1051 l 771 1051 l 699 900 q 704 896 702 897 q 709 892 706 895 q 765 815 745 856 q 793 728 785 775 q 802 623 802 681 q 802 494 802 565 "},"∞":{x_min:85,x_max:1068,ha:1153,o:"m 482 380 q 407 458 441 427 q 329 490 373 490 q 252 460 283 490 q 221 380 221 430 q 252 300 221 330 q 329 271 283 271 q 407 302 373 271 q 482 380 441 333 m 932 380 q 900 459 932 430 q 822 489 868 489 q 744 458 777 489 q 670 380 711 427 q 744 302 711 333 q 822 271 777 271 q 900 300 868 271 q 932 380 932 330 m 1068 383 q 1052 288 1068 332 q 1004 212 1036 244 q 928 160 973 179 q 825 142 883 142 q 693 176 751 142 q 576 279 634 211 q 459 175 518 211 q 327 140 400 140 q 224 158 269 140 q 148 210 179 177 q 100 287 116 242 q 85 383 85 331 q 100 478 85 434 q 148 555 116 523 q 224 607 179 588 q 327 626 269 626 q 458 590 398 626 q 576 487 518 555 q 692 591 634 555 q 825 627 750 627 q 928 608 883 627 q 1004 556 973 589 q 1052 479 1036 524 q 1068 383 1068 435 "},"μ":{x_min:106,x_max:676.671875,ha:791,o:"m 537 0 l 537 70 q 453 11 501 30 q 351 -8 404 -8 q 247 26 289 -8 l 247 -285 l 106 -285 l 106 705 l 247 705 l 247 275 q 289 155 247 193 q 390 118 330 118 q 492 155 450 118 q 535 275 535 193 l 535 705 l 676 705 l 676 0 l 537 0 "},"÷":{x_min:67,x_max:673,ha:741,o:"m 295 46 l 295 198 l 446 198 l 446 46 l 295 46 m 67 320 l 67 452 l 673 452 l 673 320 l 67 320 m 295 575 l 295 727 l 446 727 l 446 575 l 295 575 "},h:{x_min:112,x_max:680,ha:786,o:"m 538 0 l 538 432 q 497 549 538 512 q 396 586 456 586 q 295 548 336 586 q 253 432 253 511 l 253 0 l 112 0 l 112 990 l 253 990 l 253 633 q 336 693 289 674 q 435 713 382 713 q 539 694 493 713 q 616 641 585 675 q 664 559 648 607 q 680 454 680 511 l 680 0 l 538 0 "},".":{x_min:108,x_max:277,ha:385,o:"m 108 0 l 108 170 l 277 170 l 277 0 l 108 0 "},";":{x_min:144,x_max:312,ha:420,o:"m 147 -215 l 147 161 l 308 161 l 308 -83 l 147 -215 m 144 396 l 144 566 l 312 566 l 312 396 l 144 396 "},f:{x_min:54,x_max:417,ha:456,o:"m 276 584 l 276 0 l 134 0 l 134 584 l 54 584 l 54 692 l 134 692 l 134 800 q 146 873 134 838 q 181 936 158 909 q 241 980 205 963 q 327 997 277 997 l 417 997 l 417 876 l 354 876 q 294 854 313 876 q 276 793 276 832 l 276 692 l 417 692 l 417 584 l 276 584 "},"“":{x_min:108,x_max:529,ha:637,o:"m 108 845 l 108 989 l 264 1118 l 264 845 l 108 845 m 373 845 l 373 989 l 529 1118 l 529 845 l 373 845 "},A:{x_min:11.109375,x_max:856.953125,ha:868,o:"m 437 766 l 283 327 l 587 327 l 437 766 m 697 0 l 629 199 l 238 199 l 170 0 l 11 0 l 373 989 l 494 989 l 856 0 l 697 0 "},"6":{x_min:78,x_max:662.671875,ha:740,o:"m 521 290 q 480 413 521 364 q 369 462 440 462 q 261 416 303 462 q 219 290 219 371 q 261 165 219 211 q 369 118 303 118 q 478 165 436 118 q 521 290 521 211 m 662 293 q 641 169 662 225 q 580 74 619 114 q 488 13 541 35 q 371 -8 434 -8 q 252 12 307 -8 q 159 71 198 32 q 99 165 121 110 q 78 288 78 219 q 98 407 78 349 q 151 531 119 465 l 376 990 l 527 990 l 315 564 q 357 576 334 573 q 402 580 379 580 q 504 559 457 580 q 586 502 551 539 q 642 411 622 464 q 662 293 662 358 "},"‘":{x_min:108,x_max:264,ha:372,o:"m 108 845 l 108 989 l 264 1118 l 264 845 l 108 845 "},"π":{x_min:122,x_max:698,ha:820,o:"m 559 0 l 559 573 l 262 573 l 262 0 l 122 0 l 122 705 l 698 705 l 698 0 l 559 0 "},O:{x_min:94,x_max:802,ha:896,o:"m 651 495 q 651 619 651 569 q 644 702 651 668 q 626 759 638 736 q 596 801 614 782 q 531 846 569 829 q 447 863 492 863 q 364 846 402 863 q 298 801 325 829 q 268 759 280 782 q 250 702 256 736 q 244 619 244 668 q 244 495 244 569 q 244 370 244 420 q 250 287 244 321 q 268 230 256 253 q 298 188 280 207 q 364 143 325 160 q 447 127 402 127 q 531 143 492 127 q 596 188 569 160 q 626 230 614 207 q 644 287 638 253 q 651 370 651 321 q 651 495 651 420 m 802 495 q 802 366 802 424 q 793 261 802 308 q 765 174 785 214 q 710 97 746 133 q 592 19 658 46 q 448 -8 527 -8 q 303 19 368 -8 q 187 97 238 46 q 131 174 151 133 q 103 261 112 214 q 94 366 94 308 q 94 495 94 424 q 94 623 94 565 q 103 728 94 681 q 131 815 112 775 q 187 892 151 856 q 303 970 238 943 q 448 998 368 998 q 592 970 527 998 q 710 892 658 943 q 765 815 746 856 q 793 728 785 775 q 802 623 802 681 q 802 495 802 565 "},n:{x_min:112,x_max:683,ha:789,o:"m 541 0 l 541 429 q 500 548 541 511 q 399 586 459 586 q 343 577 370 586 q 296 548 316 568 q 265 499 277 529 q 253 429 253 469 l 253 0 l 112 0 l 112 705 l 250 705 l 250 633 q 336 693 287 674 q 438 713 385 713 q 536 696 492 713 q 612 649 580 679 q 667 559 652 608 q 683 450 683 510 l 683 0 l 541 0 "},"3":{x_min:60,x_max:664,ha:740,o:"m 664 277 q 639 152 664 206 q 574 62 615 98 q 478 8 533 26 q 360 -10 423 -10 q 247 5 300 -10 q 151 56 193 21 q 85 142 110 90 q 60 268 60 195 l 201 268 q 215 200 201 229 q 251 153 229 172 q 301 126 272 134 q 360 118 329 118 q 476 160 430 118 q 522 281 522 202 q 481 400 522 356 q 357 444 440 444 l 334 444 l 334 568 l 357 568 q 471 609 435 568 q 507 718 507 650 q 464 832 507 793 q 361 871 422 871 q 257 833 296 871 q 212 729 218 795 l 72 729 q 96 841 72 791 q 158 926 119 891 q 249 980 197 961 q 360 999 300 999 q 476 978 423 999 q 567 922 529 958 q 627 834 605 886 q 649 722 649 783 q 616 590 649 643 q 525 510 583 538 q 626 426 589 483 q 664 277 664 369 "},"9":{x_min:78,x_max:662.671875,ha:740,o:"m 521 699 q 478 824 521 778 q 369 871 436 871 q 261 824 303 871 q 219 699 219 778 q 259 576 219 625 q 369 528 298 528 q 478 573 436 528 q 521 699 521 618 m 662 701 q 641 582 662 640 q 589 458 621 524 l 364 0 l 212 0 l 425 425 q 382 413 405 416 q 336 410 359 410 q 235 430 282 410 q 153 487 189 450 q 98 578 118 525 q 78 696 78 631 q 99 820 78 764 q 159 915 121 875 q 252 976 198 954 q 369 998 305 998 q 487 977 433 998 q 580 918 541 957 q 641 825 619 879 q 662 701 662 771 "},l:{x_min:108,x_max:389,ha:432,o:"m 301 0 q 214 15 251 0 q 153 58 177 31 q 119 120 130 84 q 108 194 108 155 l 108 990 l 249 990 l 249 203 q 266 141 249 162 q 326 121 283 121 l 389 121 l 389 0 l 301 0 "},"¤":{x_min:94.375,x_max:829,ha:923,o:"m 650 388 q 635 461 650 427 q 595 521 620 495 q 534 561 569 546 q 461 576 499 576 q 387 561 422 576 q 326 521 352 546 q 286 461 301 495 q 272 388 272 427 q 286 314 272 349 q 326 253 301 279 q 387 213 352 228 q 461 199 422 199 q 534 213 499 199 q 595 253 569 228 q 635 314 620 279 q 650 388 650 349 m 736 19 l 633 122 q 553 83 597 97 q 461 70 509 70 q 368 83 412 70 q 288 122 324 97 l 187 19 l 94 113 l 195 215 q 156 295 170 251 q 143 388 143 339 q 156 480 143 436 q 195 560 170 524 l 94 662 l 187 755 l 288 653 q 461 705 363 705 q 633 653 558 705 l 736 755 l 829 662 l 726 560 q 765 480 751 524 q 779 388 779 436 q 765 295 779 339 q 726 215 751 251 l 829 113 l 736 19 "},"∂":{x_min:85,x_max:650,ha:763,o:"m 508 346 q 501 452 508 402 q 463 534 494 502 q 420 564 444 553 q 368 574 397 574 q 271 534 311 574 q 233 452 240 502 q 226 346 226 402 q 233 240 226 290 q 271 158 240 190 q 368 118 311 118 q 420 128 397 118 q 463 158 444 139 q 501 240 494 190 q 508 346 508 290 m 650 346 q 634 192 650 258 q 570 73 619 125 q 487 14 537 37 q 368 -8 437 -8 q 248 14 298 -8 q 164 74 197 37 q 100 192 115 125 q 85 346 85 258 q 100 504 85 438 q 164 621 115 571 q 242 677 194 653 q 359 701 290 701 q 438 689 400 701 q 508 642 476 678 l 508 707 q 500 767 508 736 q 471 822 491 797 q 420 861 451 846 q 343 877 389 877 q 257 862 290 877 q 190 816 223 847 l 101 904 q 212 977 157 956 q 348 998 268 998 q 479 974 423 998 q 574 909 536 950 q 631 809 612 867 q 650 682 650 752 l 650 346 "},"4":{x_min:49,x_max:692,ha:741,o:"m 587 149 l 587 0 l 449 0 l 449 149 l 49 149 l 49 281 l 397 989 l 550 989 l 203 281 l 449 281 l 449 511 l 587 511 l 587 281 l 692 281 l 692 149 l 587 149 "},p:{x_min:112,x_max:686,ha:768,o:"m 547 352 q 542 442 547 400 q 521 517 537 485 q 478 567 506 548 q 401 586 449 586 q 324 567 353 586 q 279 517 295 548 q 258 442 263 485 q 253 352 253 400 q 258 263 253 305 q 279 188 263 220 q 324 137 295 156 q 401 118 353 118 q 478 137 449 118 q 521 188 506 156 q 542 263 537 220 q 547 352 547 305 m 686 352 q 686 270 686 312 q 677 189 686 229 q 653 115 669 150 q 610 54 637 80 q 536 8 581 24 q 439 -8 492 -8 q 337 8 381 -8 q 253 72 292 26 l 253 -285 l 112 -285 l 112 705 l 250 705 l 250 629 q 335 695 291 678 q 437 713 379 713 q 536 696 490 713 q 610 650 581 679 q 653 589 637 624 q 677 515 669 554 q 686 434 686 476 q 686 352 686 393 "},"‡":{x_min:90,x_max:730,ha:820,o:"m 480 -15 l 480 -285 l 338 -285 l 338 -15 l 90 -15 l 90 113 l 338 113 l 338 593 l 90 593 l 90 720 l 338 720 l 338 990 l 480 990 l 480 720 l 730 720 l 730 593 l 480 593 l 480 113 l 730 113 l 730 -15 l 480 -15 "},"à":{x_min:60,x_max:631,ha:737,o:"m 489 312 l 324 312 q 229 285 261 312 q 198 210 198 259 q 229 135 198 161 q 327 110 260 110 q 399 116 367 110 q 458 150 431 122 q 489 254 489 181 l 489 312 m 492 0 l 492 64 q 411 8 453 25 q 304 -8 369 -8 q 192 7 237 -8 q 115 55 147 23 q 60 207 60 114 q 120 353 60 296 q 303 411 181 411 l 489 411 l 489 460 q 453 559 489 527 q 335 592 418 592 q 243 576 277 592 q 181 524 210 561 l 87 611 q 195 691 137 669 q 340 713 253 713 q 631 471 631 713 l 631 0 l 492 0 m 322 833 l 168 1057 l 325 1057 l 429 833 l 322 833 "},"Ü":{x_min:114,x_max:824,ha:938,o:"m 824 333 q 796 194 824 257 q 721 86 769 131 q 608 17 673 42 q 468 -8 543 -8 q 327 17 393 -8 q 215 86 262 42 q 141 194 168 131 q 114 333 114 257 l 114 990 l 264 990 l 264 341 q 319 183 264 240 q 468 127 375 127 q 617 183 561 127 q 674 341 674 240 l 674 990 l 824 990 l 824 333 m 256 1093 l 256 1243 l 384 1243 l 384 1093 l 256 1093 m 556 1093 l 556 1243 l 684 1243 l 684 1093 l 556 1093 "},"ó":{x_min:79,x_max:666.671875,ha:746,o:"m 525 353 q 516 463 525 411 q 476 546 508 514 q 372 587 436 587 q 269 546 309 587 q 229 463 237 514 q 220 353 220 411 q 229 243 220 295 q 269 160 237 192 q 372 118 311 118 q 476 160 434 118 q 516 243 508 192 q 525 353 525 295 m 666 353 q 649 195 666 263 q 583 75 633 128 q 496 15 548 39 q 372 -8 444 -8 q 248 15 299 -8 q 162 75 197 39 q 95 195 112 128 q 79 353 79 263 q 95 509 79 442 q 162 630 112 577 q 248 689 197 666 q 372 713 299 713 q 496 689 444 713 q 583 630 548 666 q 649 509 633 577 q 666 353 666 442 m 406 833 l 299 833 l 404 1058 l 561 1058 l 406 833 "},"√":{x_min:7.046875,x_max:764,ha:806,o:"m 637 855 l 357 0 l 240 0 l 7 705 l 161 705 l 298 269 l 525 990 l 764 990 l 764 855 l 637 855 "}},cssFontWeight:"normal",ascender:1042,underlinePosition:-102,cssFontStyle:"normal",boundingBox:{yMin:-293,xMin:-152.78125,yMax:1390,xMax:1581},resolution:1000,original_font_information:{postscript_name:"DIN-Medium",version_string:"Version 001.000",vendor_url:"",full_font_name:"DIN-Medium",font_family_name:"DIN",copyright:"\\251 Dutch Design: Albert-Jan Pool, 1995. Published by FontShop International FontFont release 15",description:"",trademark:"",designer:"",designer_url:"",unique_font_identifier:"TransType 3 MAC;DIN-Medium;001.000;4/19/10 8:29:34 PM",license_url:"",license_description:"",manufacturer_name:"\\ Dutch Design: Albert-Jan Pool, . Published by FontShop International FontFont release",font_sub_family_name:"Medium"},descender:-237,familyName:"DIN",lineHeight:1278,underlineThickness:70})};