// ddsmooth, validate, cufon, fruity, fancyzoom
var ddsmoothmenu={arrowimages:{down:["downarrowclass",""],right:["rightarrowclass",""]},transition:{overtime:200,outtime:200},shadow:{enabled:false,offsetx:5,offsety:5},detectwebkit:navigator.userAgent.toLowerCase().indexOf("applewebkit")!=-1,getajaxmenu:function(c,a){var b=c("#"+a.contentsource[0]);b.html("Loading Menu...");c.ajax({url:a.contentsource[1],async:true,error:function(d){b.html("Error fetching content. Server Response: "+d.responseText)},success:function(d){b.html(d);ddsmoothmenu.buildmenu(c,
a)}})},buildshadow:function(){},buildmenu:function(c,a){var b=ddsmoothmenu,d=c("#"+a.mainmenuid+">ul"),j=d.find("ul").parent();j.hover(function(){c(this).children("a:eq(0)").addClass("selected")},function(){c(this).children("a:eq(0)").removeClass("selected")});j.each(function(i){i=c(this).css({zIndex:100-i});var q=c(this).find("ul:eq(0)").css({display:"block"});this._dimensions={w:this.offsetWidth,h:this.offsetHeight,subulw:q.outerWidth(),subulh:q.outerHeight()};this.istopheader=i.parents("ul").length==
1?true:false;q.css({top:this.istopheader?this._dimensions.h+"px":0});i.children("a:eq(0)").css(this.istopheader?{paddingRight:b.arrowimages.down[2]}:{}).append("");if(b.shadow.enabled){this._shadowoffset={x:this.istopheader?q.offset().left+b.shadow.offsetx:this._dimensions.w,y:this.istopheader?q.offset().top+b.shadow.offsety:i.position().top};$parentshadow=this.istopheader?c(document.body):i.parents("li:eq(0)").get(0).$shadow;this.$shadow=c('<div class="ddshadow'+(this.istopheader?" toplevelshadow":
"")+'"></div>').prependTo($parentshadow).css({left:this._shadowoffset.x+"px",top:this._shadowoffset.y+"px"})}i.hover(function(){var m=c(this).children("ul:eq(0)");this._offsets={left:c(this).offset().left,top:c(this).offset().top};var p=this.istopheader?0:this._dimensions.w;p=this._offsets.left+p+this._dimensions.subulw>c(window).width()?this.istopheader?-this._dimensions.subulw+this._dimensions.w:-this._dimensions.w:p;if(m.queue().length<=1){m.css({left:p+"px",width:this._dimensions.subulw+"px"}).animate({height:"show",
opacity:"show"},ddsmoothmenu.transition.overtime);if(b.shadow.enabled){p=this.istopheader?m.offset().left+ddsmoothmenu.shadow.offsetx:p;m=this.istopheader?m.offset().top+b.shadow.offsety:this._shadowoffset.y;!this.istopheader&&ddsmoothmenu.detectwebkit&&this.$shadow.css({opacity:1});this.$shadow.css({overflow:"",width:this._dimensions.subulw+"px",left:p+"px",top:m+"px"}).animate({height:this._dimensions.subulh+"px"},ddsmoothmenu.transition.overtime)}}},function(){c(this).children("ul:eq(0)").animate({height:"hide",
opacity:"hide"},ddsmoothmenu.transition.outtime);if(b.shadow.enabled){ddsmoothmenu.detectwebkit&&this.$shadow.children("div:eq(0)").css({opacity:0});this.$shadow.css({overflow:"hidden"}).animate({height:0},ddsmoothmenu.transition.outtime)}})});d.find("ul").css({display:"none",visibility:"visible"})},init:function(c){if(typeof c.customtheme=="object"&&c.customtheme.length==2){var a="#"+c.mainmenuid;document.write('<style type="text/css">\n'+a+", "+a+" ul li a {background:"+c.customtheme[0]+";}\n"+
a+" ul li a:hover {background:"+c.customtheme[1]+";}\n</style>")}jQuery(document).ready(function(b){typeof c.contentsource=="object"?ddsmoothmenu.getajaxmenu(b,c):ddsmoothmenu.buildmenu(b,c)})}};ddsmoothmenu.init({mainmenuid:"smoothmenu1",contentsource:"markup"});
(function(c){c.extend(c.fn,{validate:function(a){if(this.length){var b=c.data(this[0],"validator");if(b)return b;b=new c.validator(a,this[0]);c.data(this[0],"validator",b);if(b.settings.onsubmit){this.find("input, button").filter(".cancel").click(function(){b.cancelSubmit=true});this.submit(function(d){function j(){if(b.settings.submitHandler){b.settings.submitHandler.call(b,b.currentForm);return false}return true}b.settings.debug&&d.preventDefault();if(b.cancelSubmit){b.cancelSubmit=false;return j()}if(b.form()){if(b.pendingRequest){b.formSubmitted=
true;return false}return j()}else{b.focusInvalid();return false}})}return b}else a&&a.debug&&window.console&&console.warn("nothing selected, can't validate, returning nothing")},valid:function(){if(c(this[0]).is("form"))return this.validate().form();else{var a=false,b=c(this[0].form).validate();this.each(function(){a|=b.element(this)});return a}},removeAttrs:function(a){var b={},d=this;c.each(a.split(/\s/),function(j,i){b[i]=d.attr(i);d.removeAttr(i)});return b},rules:function(a,b){var d=this[0];
if(a){var j=c.data(d.form,"validator").settings,i=j.rules,q=c.validator.staticRules(d);switch(a){case "add":c.extend(q,c.validator.normalizeRule(b));i[d.name]=q;if(b.messages)j.messages[d.name]=c.extend(j.messages[d.name],b.messages);break;case "remove":if(!b){delete i[d.name];return q}var m={};c.each(b.split(/\s/),function(p,t){m[t]=q[t];delete q[t]});return m}}d=c.validator.normalizeRules(c.extend({},c.validator.metadataRules(d),c.validator.classRules(d),c.validator.attributeRules(d),c.validator.staticRules(d)),
d);if(d.required){j=d.required;delete d.required;d=c.extend({required:j},d)}return d}});c.extend(c.expr[":"],{blank:function(a){return!c.trim(a.value)},filled:function(a){return!!c.trim(a.value)},unchecked:function(a){return!a.checked}});c.format=function(a,b){if(arguments.length==1)return function(){var d=c.makeArray(arguments);d.unshift(a);return c.format.apply(this,d)};if(arguments.length>2&&b.constructor!=Array)b=c.makeArray(arguments).slice(1);if(b.constructor!=Array)b=[b];c.each(b,function(d,
j){a=a.replace(RegExp("\\{"+d+"\\}","g"),j)});return a};c.validator=function(a,b){this.settings=c.extend({},c.validator.defaults,a);this.currentForm=b;this.init()};c.extend(c.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",errorElement:"label",focusInvalid:true,errorContainer:c([]),errorLabelContainer:c([]),onsubmit:true,ignore:[],ignoreTitle:false,onfocusin:function(a){this.lastActive=a;if(this.settings.focusCleanup&&!this.blockFocusCleanup){this.settings.unhighlight&&this.settings.unhighlight.call(this,
a,this.settings.errorClass);this.errorsFor(a).hide()}},onfocusout:function(a){if(!this.checkable(a)&&(a.name in this.submitted||!this.optional(a)))this.element(a)},onkeyup:function(a){if(a.name in this.submitted||a==this.lastElement)this.element(a)},onclick:function(a){a.name in this.submitted&&this.element(a)},highlight:function(a,b){c(a).addClass(b)},unhighlight:function(a,b){c(a).removeClass(b)}},setDefaults:function(a){c.extend(c.validator.defaults,a)},messages:{required:"This field is required.",
remote:"Please fix this field.",email:"Please enter a valid email address",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",dateDE:"Bitte geben Sie ein g\u00fcltiges Datum ein.",number:"Please enter a valid number.",numberDE:"Bitte geben Sie eine Nummer ein.",digits:"Please enter only digits",creditcard:"Please enter a valid credit card number.",equalTo:"Please enter the same value again.",accept:"Please enter a value with a valid extension.",
maxlength:c.format("Please enter no more than {0} characters."),minlength:c.format("Please enter at least {0} characters."),rangelength:c.format("Please enter a value between {0} and {1} characters long."),range:c.format("Please enter a value between {0} and {1}."),max:c.format("Please enter a value less than or equal to {0}."),min:c.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){function a(j){var i=c.data(this[0].form,"validator");
i.settings["on"+j.type]&&i.settings["on"+j.type].call(i,this[0])}this.labelContainer=c(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||c(this.currentForm);this.containers=c(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var b=this.groups={};c.each(this.settings.groups,function(j,i){c.each(i.split(/\s/),function(q,m){b[m]=
j})});var d=this.settings.rules;c.each(d,function(j,i){d[j]=c.validator.normalizeRule(i)});c(this.currentForm).delegate("focusin focusout keyup",":text, :password, :file, select, textarea",a).delegate("click",":radio, :checkbox",a);this.settings.invalidHandler&&c(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler)},form:function(){this.checkForm();c.extend(this.submitted,this.errorMap);this.invalid=c.extend({},this.errorMap);this.valid()||c(this.currentForm).triggerHandler("invalid-form",
[this]);this.showErrors();return this.valid()},checkForm:function(){this.prepareForm();for(var a=0,b=this.currentElements=this.elements();b[a];a++)this.check(b[a]);return this.valid()},element:function(a){this.lastElement=a=this.clean(a);this.prepareElement(a);this.currentElements=c(a);var b=this.check(a);if(b)delete this.invalid[a.name];else this.invalid[a.name]=true;if(!this.numberOfInvalids())this.toHide=this.toHide.add(this.containers);this.showErrors();return b},showErrors:function(a){if(a){c.extend(this.errorMap,
a);this.errorList=[];for(var b in a)this.errorList.push({message:a[b],element:this.findByName(b)[0]});this.successList=c.grep(this.successList,function(d){return!(d.name in a)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){c.fn.resetForm&&c(this.currentForm).resetForm();this.submitted={};this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},
objectLength:function(a){var b=0;for(var d in a)b++;return b},hideErrors:function(){this.addWrapper(this.toHide).hide()},valid:function(){return this.size()==0},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid)try{c(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus()}catch(a){}},findLastActive:function(){var a=this.lastActive;return a&&c.grep(this.errorList,function(b){return b.element.name==a.name}).length==
1&&a},elements:function(){var a=this,b={};return c([]).add(this.currentForm.elements).filter(":input").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){!this.name&&a.settings.debug&&window.console&&console.error("%o has no name assigned",this);if(this.name in b||!a.objectLength(c(this).rules()))return false;return b[this.name]=true})},clean:function(a){return c(a)[0]},errors:function(){return c(this.settings.errorElement+"."+this.settings.errorClass,this.errorContext)},
reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=c([]);this.toHide=c([]);this.formSubmitted=false;this.currentElements=c([])},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers)},prepareElement:function(a){this.reset();this.toHide=this.errorsFor(a)},check:function(a){a=this.clean(a);if(this.checkable(a))a=this.findByName(a.name)[0];var b=c(a).rules(),d=false;for(method in b){var j={method:method,parameters:b[method]};try{var i=c.validator.methods[method].call(this,
a.value,a,j.parameters);if(i=="dependency-mismatch")d=true;else{d=false;if(i=="pending"){this.toHide=this.toHide.not(this.errorsFor(a));return}if(!i){this.formatAndAdd(a,j);return false}}}catch(q){this.settings.debug&&window.console&&console.log("exception occured when checking element "+a.id+", check the '"+j.method+"' method");throw q;}}if(!d){this.objectLength(b)&&this.successList.push(a);return true}},customMetaMessage:function(a,b){if(c.metadata){var d=this.settings.meta?c(a).metadata()[this.settings.meta]:
c(a).metadata();return d&&d.messages&&d.messages[b]}},customMessage:function(a,b){var d=this.settings.messages[a];return d&&(d.constructor==String?d:d[b])},findDefined:function(){for(var a=0;a<arguments.length;a++)if(arguments[a]!==undefined)return arguments[a]},defaultMessage:function(a,b){return this.findDefined(this.customMessage(a.name,b),this.customMetaMessage(a,b),!this.settings.ignoreTitle&&a.title||undefined,c.validator.messages[b],"<strong>Warning: No message defined for "+a.name+"</strong>")},
formatAndAdd:function(a,b){var d=this.defaultMessage(a,b.method);if(typeof d=="function")d=d.call(this,b.parameters,a);this.errorList.push({message:d,element:a});this.errorMap[a.name]=d;this.submitted[a.name]=d},addWrapper:function(a){if(this.settings.wrapper)a=a.add(a.parents(this.settings.wrapper));return a},defaultShowErrors:function(){for(var a=0;this.errorList[a];a++){var b=this.errorList[a];this.settings.highlight&&this.settings.highlight.call(this,b.element,this.settings.errorClass);this.showLabel(b.element,
b.message)}if(this.errorList.length)this.toShow=this.toShow.add(this.containers);if(this.settings.success)for(a=0;this.successList[a];a++)this.showLabel(this.successList[a]);if(this.settings.unhighlight){a=0;for(b=this.validElements();b[a];a++)this.settings.unhighlight.call(this,b[a],this.settings.errorClass)}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return c(this.errorList).map(function(){return this.element})},
showLabel:function(a,b){var d=this.errorsFor(a);if(d.length){d.removeClass().addClass(this.settings.errorClass);d.attr("generated")&&d.html(b)}else{d=c("<"+this.settings.errorElement+"/>").attr({"for":this.idOrName(a),generated:true}).addClass(this.settings.errorClass).html(b||"");if(this.settings.wrapper)d=d.hide().show().wrap("<"+this.settings.wrapper+"/>").parent();this.labelContainer.append(d).length||(this.settings.errorPlacement?this.settings.errorPlacement(d,c(a)):d.insertAfter(a))}if(!b&&
this.settings.success){d.text("");typeof this.settings.success=="string"?d.addClass(this.settings.success):this.settings.success(d)}this.toShow=this.toShow.add(d)},errorsFor:function(a){return this.errors().filter("[for='"+this.idOrName(a)+"']")},idOrName:function(a){return this.groups[a.name]||(this.checkable(a)?a.name:a.id||a.name)},checkable:function(a){return/radio|checkbox/i.test(a.type)},findByName:function(a){var b=this.currentForm;return c(document.getElementsByName(a)).map(function(d,j){return j.form==
b&&j.name==a&&j||null})},getLength:function(a,b){switch(b.nodeName.toLowerCase()){case "select":return c("option:selected",b).length;case "input":if(this.checkable(b))return this.findByName(b.name).filter(":checked").length}return a.length},depend:function(a,b){return this.dependTypes[typeof a]?this.dependTypes[typeof a](a,b):true},dependTypes:{"boolean":function(a){return a},string:function(a,b){return!!c(a,b.form).length},"function":function(a,b){return a(b)}},optional:function(a){return!c.validator.methods.required.call(this,
c.trim(a.value),a)&&"dependency-mismatch"},startRequest:function(a){if(!this.pending[a.name]){this.pendingRequest++;this.pending[a.name]=true}},stopRequest:function(a,b){this.pendingRequest--;if(this.pendingRequest<0)this.pendingRequest=0;delete this.pending[a.name];if(b&&this.pendingRequest==0&&this.formSubmitted&&this.form())c(this.currentForm).submit();else!b&&this.pendingRequest==0&&this.formSubmitted&&c(this.currentForm).triggerHandler("invalid-form",[this])},previousValue:function(a){return c.data(a,
"previousValue")||c.data(a,"previousValue",previous={old:null,valid:true,message:this.defaultMessage(a,"remote")})}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},dateDE:{dateDE:true},number:{number:true},numberDE:{numberDE:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(a,b){a.constructor==String?this.classRuleSettings[a]=b:c.extend(this.classRuleSettings,a)},classRules:function(a){var b={};(a=
c(a).attr("class"))&&c.each(a.split(" "),function(){this in c.validator.classRuleSettings&&c.extend(b,c.validator.classRuleSettings[this])});return b},attributeRules:function(a){var b={};a=c(a);for(method in c.validator.methods){var d=a.attr(method);if(d)b[method]=d}b.maxlength&&/-1|2147483647|524288/.test(b.maxlength)&&delete b.maxlength;return b},metadataRules:function(a){if(!c.metadata)return{};var b=c.data(a.form,"validator").settings.meta;return b?c(a).metadata()[b]:c(a).metadata()},staticRules:function(a){var b=
{},d=c.data(a.form,"validator");if(d.settings.rules)b=c.validator.normalizeRule(d.settings.rules[a.name])||{};return b},normalizeRules:function(a,b){c.each(a,function(d,j){if(j===false)delete a[d];else if(j.param||j.depends){var i=true;switch(typeof j.depends){case "string":i=!!c(j.depends,b.form).length;break;case "function":i=j.depends.call(b,b);break}if(i)a[d]=j.param!==undefined?j.param:true;else delete a[d]}});c.each(a,function(d,j){a[d]=c.isFunction(j)?j(b):j});c.each(["minlength","maxlength",
"min","max"],function(){if(a[this])a[this]=Number(a[this])});c.each(["rangelength","range"],function(){if(a[this])a[this]=[Number(a[this][0]),Number(a[this][1])]});if(c.validator.autoCreateRanges){if(a.min&&a.max){a.range=[a.min,a.max];delete a.min;delete a.max}if(a.minlength&&a.maxlength){a.rangelength=[a.minlength,a.maxlength];delete a.minlength;delete a.maxlength}}a.messages&&delete a.messages;return a},normalizeRule:function(a){if(typeof a=="string"){var b={};c.each(a.split(/\s/),function(){b[this]=
true});a=b}return a},addMethod:function(a,b,d){c.validator.methods[a]=b;c.validator.messages[a]=d;b.length<3&&c.validator.addClassRules(a,c.validator.normalizeRule(a))},methods:{required:function(a,b,d){if(!this.depend(d,b))return"dependency-mismatch";switch(b.nodeName.toLowerCase()){case "select":a=c("option:selected",b);return a.length>0&&(b.type=="select-multiple"||(c.browser.msie&&!a[0].attributes.value.specified?a[0].text:a[0].value).length>0);case "input":if(this.checkable(b))return this.getLength(a,
b)>0;default:return c.trim(a).length>0}},remote:function(a,b,d){if(this.optional(b))return"dependency-mismatch";var j=this.previousValue(b);this.settings.messages[b.name]||(this.settings.messages[b.name]={});this.settings.messages[b.name].remote=typeof j.message=="function"?j.message(a):j.message;d=typeof d=="string"&&{url:d}||d;if(j.old!==a){j.old=a;var i=this;this.startRequest(b);var q={};q[b.name]=a;c.ajax(c.extend(true,{url:d,mode:"abort",port:"validate"+b.name,dataType:"json",data:q,success:function(m){if(m){var p=
i.formSubmitted;i.prepareElement(b);i.formSubmitted=p;i.successList.push(b);i.showErrors()}else{p={};p[b.name]=m||i.defaultMessage(b,"remote");i.showErrors(p)}j.valid=m;i.stopRequest(b,m)}},d));return"pending"}else if(this.pending[b.name])return"pending";return j.valid},minlength:function(a,b,d){return this.optional(b)||this.getLength(c.trim(a),b)>=d},maxlength:function(a,b,d){return this.optional(b)||this.getLength(c.trim(a),b)<=d},rangelength:function(a,b,d){a=this.getLength(c.trim(a),b);return this.optional(b)||
a>=d[0]&&a<=d[1]},min:function(a,b,d){return this.optional(b)||a>=d},max:function(a,b,d){return this.optional(b)||a<=d},range:function(a,b,d){return this.optional(b)||a>=d[0]&&a<=d[1]},email:function(a,b){return this.optional(b)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(a)},
url:function(a,b){return this.optional(b)||/^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(a)},
date:function(a,b){var d=new Date;return this.optional(b)||!/Invalid|NaN/.test(new Date(d.toLocaleDateString(a)))},dateISO:function(a,b){return this.optional(b)||/^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(a)},dateDE:function(a,b){return this.optional(b)||/^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(a)},number:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(a)},numberDE:function(a,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(a)},digits:function(a,
b){return this.optional(b)||/^\d+$/.test(a)},creditcard:function(a,b){if(this.optional(b))return"dependency-mismatch";if(/[^0-9-]+/.test(a))return false;var d=0,j=0,i=false;a=a.replace(/\D/g,"");for(n=a.length-1;n>=0;n--){j=a.charAt(n);j=parseInt(j,10);if(i)if((j*=2)>9)j-=9;d+=j;i=!i}return d%10==0},accept:function(a,b,d){d=typeof d=="string"?d:"png|jpe?g|gif";return this.optional(b)||a.match(RegExp(".("+d+")$","i"))},equalTo:function(a,b,d){return a==c(d).val()}}})})(jQuery);
(function(c){var a=c.ajax,b={};c.ajax=function(d){d=c.extend(d,c.extend({},c.ajaxSettings,d));var j=d.port;if(d.mode=="abort"){b[j]&&b[j].abort();return b[j]=a.apply(this,arguments)}return a.apply(this,arguments)}})(jQuery);
(function(c){c.each({focus:"focusin",blur:"focusout"},function(a,b){c.event.special[b]={setup:function(){if(c.browser.msie)return false;this.addEventListener(a,c.event.special[b].handler,true)},teardown:function(){if(c.browser.msie)return false;this.removeEventListener(a,c.event.special[b].handler,true)},handler:function(d){arguments[0]=c.event.fix(d);arguments[0].type=b;return c.event.handle.apply(this,arguments)}}});c.extend(c.fn,{delegate:function(a,b,d){return this.bind(a,function(j){var i=c(j.target);
if(i.is(b))return d.apply(i,arguments)})},triggerEvent:function(a,b){return this.triggerHandler(a,[c.event.fix({type:a,target:b})])}})})(jQuery);
var Cufon=function(){function c(f){var g=this.face=f.face,h={" ":1,"\u00a0":1,"\u3000":1};this.glyphs=f.glyphs;this.w=f.w;this.baseSize=parseInt(g["units-per-em"],10);this.family=g["font-family"].toLowerCase();this.weight=g["font-weight"];this.style=g["font-style"]||"normal";this.viewBox=function(){var e=g.bbox.split(/\s+/);e={minX:parseInt(e[0],10),minY:parseInt(e[1],10),maxX:parseInt(e[2],10),maxY:parseInt(e[3],10)};e.width=e.maxX-e.minX;e.height=e.maxY-e.minY;e.toString=function(){return[this.minX,
this.minY,this.width,this.height].join(" ")};return e}();this.ascent=-parseInt(g.ascent,10);this.descent=-parseInt(g.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(e,k,l){for(var y=this.glyphs,s,r,u=[],x=0,w=-1,H=-1,J;J=e[++w];)if(s=y[J]||this.missingGlyph){if(r){x-=r=r[J]||0;u[H]-=r}x+=u[++H]=~~(s.w||this.w)+k+(h[J]?l:0);r=s.k}u.total=x;return u}}function a(){var f={},g={oblique:"italic",italic:"oblique"};this.add=function(h){(f[h.style]||(f[h.style]={}))[h.weight]=h};this.get=
function(h,e){var k=f[h]||f[g[h]]||f.normal||f.italic||f.oblique;if(!k)return null;e={normal:400,bold:700}[e]||parseInt(e,10);if(k[e])return k[e];var l={1:1,99:0}[e%100],y=[],s,r;if(l===undefined)l=e>400;if(e==500)e=400;for(var u in k)if(k.hasOwnProperty(u)){u=parseInt(u,10);if(!s||u<s)s=u;if(!r||u>r)r=u;y.push(u)}if(e<s)e=s;if(e>r)e=r;y.sort(function(x,w){return(l?x>=e&&w>=e?x<w:x>w:x<=e&&w<=e?x>w:x<w)?-1:1});return k[y[0]]}}function b(f){var g={},h={};this.extend=function(e){for(var k in e)if(e.hasOwnProperty(k))g[k]=
e[k];return this};this.get=function(e){return g[e]!=undefined?g[e]:f[e]};this.getSize=function(e,k){return h[e]||(h[e]=new v.Size(this.get(e),k))};this.isUsable=function(){return!!f}}function d(f,g,h){if(f.addEventListener)f.addEventListener(g,h,false);else f.attachEvent&&f.attachEvent("on"+g,function(){return h.call(f,window.event)})}function j(f,g){var h=A.get(f);if(h.options)return f;g.hover&&g.hoverables[f.nodeName.toLowerCase()]&&C.attach(f);h.options=g;return f}function i(f){var g={};return function(h){g.hasOwnProperty(h)||
(g[h]=f.apply(null,arguments));return g[h]}}function q(f){return document.getElementsByTagName(f)}function m(){for(var f={},g,h,e=0,k=arguments.length;g=arguments[e],e<k;++e)for(h in g)if(g.hasOwnProperty(h))f[h]=g[h];return f}function p(f,g,h,e,k,l){var y=document.createDocumentFragment();if(g==="")return y;var s=e.separate,r=g.split(M[s]);if((s=s=="words")&&D){/^\s/.test(g)&&r.unshift("");/\s$/.test(g)&&r.push("")}for(var u=0,x=r.length;u<x;++u)(g=B[e.engine](f,s?v.textAlign(r[u],h,u,x):r[u],h,
e,k,l,u<x-1))&&y.appendChild(g);return y}function t(f,g){var h=f.nodeName.toLowerCase();if(!g.ignore[h]){h=!g.textless[h];var e=v.getStyle(j(f,g)).extend(g),k;a:{k=v.quotedList(e.get("fontFamily").toLowerCase());for(var l,y=0;l=k[y];++y)if(E[l]){k=E[l].get(e.get("fontStyle"),e.get("fontWeight"));break a}k=null}var s,r,u;if(k)for(l=f.firstChild;l;l=s){y=l.nodeType;s=l.nextSibling;if(h&&y==3){if(r){r.appendData(l.data);f.removeChild(l)}else r=l;if(s)continue}if(r){f.replaceChild(p(k,v.whiteSpace(r.data,
e,r,u),e,g,l,f),r);r=null}if(y==1){if(l.firstChild)l.nodeName.toLowerCase()=="cufon"?B[g.engine](k,null,e,g,l,f):arguments.callee(l,g);u=l}}}}var o=function(){return o.replace.apply(null,arguments)},z=o.DOM={ready:function(){var f=false,g={loaded:1,complete:1},h=[],e=function(){if(!f){f=true;for(var k;k=h.shift();k());}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",e,false);window.addEventListener("pageshow",e,false)}!window.opera&&document.readyState&&function(){g[document.readyState]?
e():setTimeout(arguments.callee,10)}();document.readyState&&document.createStyleSheet&&function(){try{document.body.doScroll("left");e()}catch(k){setTimeout(arguments.callee,1)}}();d(window,"load",e);return function(k){if(arguments.length)f?k():h.push(k);else e()}}(),root:function(){return document.documentElement||document.body}},v=o.CSS={Size:function(f,g){this.value=parseFloat(f);this.unit=String(f).match(/[a-z%]*$/)[0]||"px";this.convert=function(h){return h/g*this.value};this.convertFrom=function(h){return h/
this.value*g};this.toString=function(){return this.value+this.unit}},addClass:function(f,g){var h=f.className;f.className=h+(h&&" ")+g;return f},color:i(function(f){var g={};g.color=f.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(h,e,k){g.opacity=parseFloat(k);return"rgb("+e+")"});return g}),fontStretch:i(function(f){if(typeof f=="number")return f;if(/%$/.test(f))return parseFloat(f)/100;return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,
expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[f]||1}),getStyle:function(f){var g=document.defaultView;if(g&&g.getComputedStyle)return new b(g.getComputedStyle(f,null));if(f.currentStyle)return new b(f.currentStyle);return new b(f.style)},gradient:i(function(f){var g={id:f,type:f.match(/^-([a-z]+)-gradient\(/)[1],stops:[]};f=f.substr(f.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var h=0,e=f.length,k;h<e;++h){k=f[h].split("=",2).reverse();g.stops.push([k[1]||h/
(e-1),k[0]])}return g}),quotedList:i(function(f){for(var g=[],h=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,e;e=h.exec(f);)g.push(e[3]||e[1]);return g}),recognizesMedia:i(function(f){var g=document.createElement("style"),h;g.type="text/css";g.media=f;try{g.appendChild(document.createTextNode("/**/"))}catch(e){}f=q("head")[0];f.insertBefore(g,f.firstChild);h=(h=g.sheet||g.styleSheet)&&!h.disabled;f.removeChild(g);return h}),removeClass:function(f,g){var h=RegExp("(?:^|\\s+)"+g+"(?=\\s|$)","g");f.className=
f.className.replace(h,"");return f},supports:function(f,g){var h=document.createElement("span").style;if(h[f]===undefined)return false;h[f]=g;return h[f]===g},textAlign:function(f,g,h,e){if(g.get("textAlign")=="right"){if(h>0)f=" "+f}else if(h<e-1)f+=" ";return f},textShadow:i(function(f){if(f=="none")return null;for(var g=[],h={},e,k=0,l=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;e=l.exec(f);)if(e[0]==","){g.push(h);h={};k=0}else if(e[1])h.color=e[1];else h[["offX","offY","blur"][k++]]=
e[2];g.push(h);return g}),textTransform:function(){var f={uppercase:function(g){return g.toUpperCase()},lowercase:function(g){return g.toLowerCase()},capitalize:function(g){return g.replace(/\b./g,function(h){return h.toUpperCase()})}};return function(g,h){var e=f[h.get("textTransform")];return e?e(g):g}}(),whiteSpace:function(){var f={inline:1,"inline-block":1,"run-in":1},g=/^\s+/,h=/\s+$/;return function(e,k,l,y){if(y)if(y.nodeName.toLowerCase()=="br")e=e.replace(g,"");if(f[k.get("display")])return e;
l.previousSibling||(e=e.replace(g,""));l.nextSibling||(e=e.replace(h,""));return e}}()};v.ready=function(){function f(s,r){if(!v.recognizesMedia(r||"all"))return true;if(!s||s.disabled)return false;try{var u=s.cssRules,x;if(u){var w=0,H=u.length;a:for(;x=u[w],w<H;++w)switch(x.type){case 2:break;case 3:if(!f(x.styleSheet,x.media.mediaText))return false;break;default:break a}}}catch(J){}return true}function g(){if(document.createStyleSheet)return true;var s,r;for(r=0;s=l[r];++r)if(s.rel.toLowerCase()==
"stylesheet"&&!(s.disabled||f(s.sheet,s.media||"screen")))return false;for(r=0;s=y[r];++r)if(!(s.disabled||f(s.sheet,s.media||"screen")))return false;return true}var h=!v.recognizesMedia("all"),e=false,k=[],l=q("link"),y=q("style");z.ready(function(){e||(e=v.getStyle(document.body).isUsable());if(h||e&&g()){h=true;for(var s;s=k.shift();s());}else setTimeout(arguments.callee,10)});return function(s){h?s():k.push(s)}}();var D=" ".split(/\s+/).length==0,A=new function(){var f={},g=0;this.get=function(h){h=
h.cufid||(h.cufid=++g);return f[h]||(f[h]={})}},C=new (function(){function f(e){var k=e.relatedTarget,l;if(!(l=!k))l=this.contains?this.contains(k):this.compareDocumentPosition(k)&16;l||h(this,e.type=="mouseover")}function g(e){h(this,e.type=="mouseenter")}function h(e,k){setTimeout(function(){var l=A.get(e).options;o.replace(e,k?m(l,l.hover):l,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){d(e,"mouseover",f);d(e,"mouseout",f)}else{d(e,"mouseenter",g);d(e,"mouseleave",g)}}}),F=
new (function(){var f=[],g={};this.add=function(h,e){g[h]=f.push(e)-1};this.repeat=function(){var h;if(arguments.length){h=arguments;for(var e=[],k,l=0;k=h[l];++l)e[l]=f[g[k]];h=e}else h=f;h=h;for(k=0;e=h[k++];)o.replace(e[0],e[1],true)}}),G=false,B={},E={},I={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:window.Sizzle||
window.jQuery&&function(f){return jQuery(f)}||window.dojo&&dojo.query||window.Ext&&Ext.query||window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query||window.$$&&function(f){return $$(f)}||window.$&&function(f){return $(f)}||document.querySelectorAll&&function(f){return document.querySelectorAll(f)}||q,separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"},M={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};
o.now=function(){z.ready();return o};o.refresh=function(){F.repeat.apply(F,arguments);return o};o.registerEngine=function(f,g){if(!g)return o;B[f]=g;return o.set("engine",f)};o.registerFont=function(f){if(!f)return o;f=new c(f);var g=f.family;E[g]||(E[g]=new a);E[g].add(f);return o.set("fontFamily",'"'+g+'"')};o.replace=function(f,g,h){g=m(I,g);if(!g.engine)return o;if(!G){v.addClass(z.root(),"cufon-active cufon-loading");v.ready(function(){v.addClass(v.removeClass(z.root(),"cufon-loading"),"cufon-ready")});
G=true}if(g.hover)g.forceHitArea=true;g.autoDetect&&delete g.fontFamily;if(typeof g.textShadow=="string")g.textShadow=v.textShadow(g.textShadow);if(typeof g.color=="string"&&/^-/.test(g.color))g.textGradient=v.gradient(g.color);else delete g.textGradient;h||F.add(f,arguments);if(f.nodeType||typeof f=="string")f=[f];v.ready(function(){for(var e=0,k=f.length;e<k;++e){var l=f[e];typeof l=="string"?o.replace(g.selector(l),g,true):t(l,g)}});return o};o.set=function(f,g){I[f]=g;return o};return o}();
Cufon.registerEngine("canvas",function(){var c=document.createElement("canvas");if(!(!c||!c.getContext||!c.getContext.apply)){c=null;var a=Cufon.CSS.supports("display","inline-block");c=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var b=document.createElement("style");b.type="text/css";b.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+
(c?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(b);return function(d,j,i,q,m){function p(){var k=d.glyphs,l,y=-1,s=-1;for(e.scale(h,1);M[++y];)if(l=k[M[y]]||d.missingGlyph){if(l.d){e.beginPath();
if(l.code){var r=l.code;l=e;for(var u=0,x=r.length;u<x;++u){var w=r[u];l[w.m].apply(l,w.a)}}else{r=l;l="m"+l.d;u=e;w=x=0;var H=[],J=/([mrvxe])([^a-z]*)/g,K=void 0,N=0;a:for(;K=J.exec(l);++N){var L=K[2].split(",");switch(K[1]){case "v":H[N]={m:"bezierCurveTo",a:[x+~~L[0],w+~~L[1],x+~~L[2],w+~~L[3],x+=~~L[4],w+=~~L[5]]};break;case "r":H[N]={m:"lineTo",a:[x+=~~L[0],w+=~~L[1]]};break;case "m":H[N]={m:"moveTo",a:[x=~~L[0],w=~~L[1]]};break;case "x":H[N]={m:"closePath"};break;case "e":break a}u[H[N].m].apply(u,
H[N].a)}r.code=H}e.fill()}e.translate(f[++s],0)}e.restore()}var t=j===null;if(t)j=m.getAttribute("alt");var o=d.viewBox,z=i.getSize("fontSize",d.baseSize),v=0,D=0,A=0,C=0,F=q.textShadow,G=[];if(F)for(var B=F.length;B--;){var E=F[B],I=z.convertFrom(parseFloat(E.offX));E=z.convertFrom(parseFloat(E.offY));G[B]=[I,E];if(E<v)v=E;if(I>D)D=I;if(E>A)A=E;if(I<C)C=I}var M=Cufon.CSS.textTransform(j,i).split(""),f=d.spacing(M,~~z.convertFrom(parseFloat(i.get("letterSpacing"))||0),~~z.convertFrom(parseFloat(i.get("wordSpacing"))||
0));if(!f.length)return null;E=f.total;D+=o.width-f[f.length-1];C+=o.minX;if(t){t=m;B=m.firstChild}else{t=document.createElement("cufon");t.className="cufon cufon-canvas";t.setAttribute("alt",j);B=document.createElement("canvas");t.appendChild(B);if(q.printable){m=document.createElement("cufontext");m.appendChild(document.createTextNode(j));t.appendChild(m)}}m=t.style;var g=B.style;I=z.convert(o.height);j=Math.ceil(I)/I;var h=j*Cufon.CSS.fontStretch(i.get("fontStretch"));E=E*h;D=Math.ceil(z.convert(E+
D-C));A=Math.ceil(z.convert(o.height-v+A));B.width=D;B.height=A;g.width=D+"px";g.height=A+"px";v+=o.minY;g.top=Math.round(z.convert(v-d.ascent))+"px";g.left=Math.round(z.convert(C))+"px";A=Math.max(Math.ceil(z.convert(E)),0)+"px";if(a){m.width=A;m.height=z.convert(d.height)+"px"}else{m.paddingLeft=A;m.paddingBottom=z.convert(d.height)-1+"px"}var e=B.getContext("2d");z=I/o.height;e.scale(z,z*j);e.translate(-C,-v);e.save();if(F)for(B=F.length;B--;){E=F[B];e.save();e.fillStyle=E.color;e.translate.apply(e,
G[B]);p()}if(q=q.textGradient){i=q.stops;o=e.createLinearGradient(0,o.minY,0,o.maxY);B=0;for(q=i.length;B<q;++B)o.addColorStop.apply(o,i[B]);e.fillStyle=o}else e.fillStyle=i.get("color");p();return t}}}());
Cufon.registerEngine("vml",function(){function c(i,q){if(q==="0")return 0;if(/px$/i.test(q))return parseFloat(q);var m=i.style.left,p=i.runtimeStyle.left;i.runtimeStyle.left=i.currentStyle.left;i.style.left=q.replace("%","em");var t=i.style.pixelLeft;i.style.left=m;i.runtimeStyle.left=p;return t}function a(i,q,m,p){var t="computed"+p,o=q[t];if(isNaN(o)){o=q.get(p);q[t]=o=o=="normal"?0:~~m.convertFrom(c(i,o))}return o}var b=document.namespaces;if(b){b.add("cvml","urn:schemas-microsoft-com:vml");b=
null;b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(b.coordsize){b=null;var d=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(d?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,
"!important;"));var j={};return function(i,q,m,p,t,o,z){var v=q===null;if(v)q=t.alt;var D=i.viewBox,A;if(!(A=m.computedFontSize)){A=Cufon.CSS.Size;var C;C=m.get("fontSize");C=c(o,/(?:em|ex|%)$|^[a-z-]+$/i.test(C)?"1em":C);A=m.computedFontSize=new A(C+"px",i.baseSize)}C=A;if(v){A=t;t=t.firstChild}else{A=document.createElement("cufon");A.className="cufon cufon-vml";A.alt=q;t=document.createElement("cufoncanvas");A.appendChild(t);if(p.printable){var F=document.createElement("cufontext");F.appendChild(document.createTextNode(q));
A.appendChild(F)}z||A.appendChild(document.createElement("cvml:shape"))}z=A.style;var G=t.style,B=C.convert(D.height);F=Math.ceil(B);B=F/B*Cufon.CSS.fontStretch(m.get("fontStretch"));var E=D.minX,I=D.minY;G.height=F;G.top=Math.round(C.convert(I-i.ascent));G.left=Math.round(C.convert(E));z.height=C.convert(i.height)+"px";var M=m.get("color"),f=Cufon.CSS.textTransform(q,m).split(""),g=i.spacing(f,a(o,m,C,"letterSpacing"),a(o,m,C,"wordSpacing"));if(!g.length)return null;q=g.total;var h=-E+q+(D.width-
g[g.length-1]);G=C.convert(h*B);G=Math.round(G);D=h+","+D.height;var e;h="r"+D+"ns";var k;if(k=p.textGradient){var l=p.textGradient;k=l.id;if(!j[k]){l=l.stops;var y=document.createElement("cvml:fill"),s=[];y.type="gradient";y.angle=180;y.focus="0";y.method="sigma";y.color=l[0][1];for(var r=1,u=l.length-1;r<u;++r)s.push(l[r][0]*100+"% "+l[r][1]);y.colors=s.join(",");y.color2=l[u][1];j[k]=y}k=j[k]}k=k;l=i.glyphs;y=0;s=p.textShadow;r=-1;for(u=0;f[++r];){var x=l[f[r]]||i.missingGlyph,w;if(x){if(v)for(w=
t.childNodes[u];w.firstChild;)w.removeChild(w.firstChild);else{w=document.createElement("cvml:shape");t.appendChild(w)}w.stroked="f";w.coordsize=D;w.coordorigin=e=E-y+","+I;w.path=(x.d?"m"+x.d+"xe":"")+"m"+e+h;w.fillcolor=M;k&&w.appendChild(k.cloneNode(false));e=w.style;e.width=G;e.height=F;if(s){e=s[0];x=s[1];var H=Cufon.CSS.color(e.color),J,K=document.createElement("cvml:shadow");K.on="t";K.color=H.color;K.offset=e.offX+","+e.offY;if(x){J=Cufon.CSS.color(x.color);K.type="double";K.color2=J.color;
K.offset2=x.offX+","+x.offY}K.opacity=H.opacity||J&&J.opacity||1;w.appendChild(K)}y+=g[u++]}}i=w.nextSibling;if(p.forceHitArea){if(!i){i=document.createElement("cvml:rect");i.stroked="f";i.className="cufon-vml-cover";p=document.createElement("cvml:fill");p.opacity=0;i.appendChild(p);t.appendChild(i)}p=i.style;p.width=G;p.height=F}else i&&t.removeChild(i);z.width=Math.max(Math.ceil(C.convert(q*B)),0);if(d){p=m.computedYAdjust;if(p===undefined){p=m.get("lineHeight");if(p=="normal")p="1em";else isNaN(p)||
(p+="em");m.computedYAdjust=p=0.5*(c(o,p)-parseFloat(z.height))}if(p){z.marginTop=Math.ceil(p)+"px";z.marginBottom=p+"px"}}return A}}}}());
Cufon.registerFont({w:200,face:{"font-family":"Frutiger","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0",ascent:"288",descent:"-72","x-height":"4",bbox:"-9 -290 359 90","underline-thickness":"18","underline-position":"-36",stemh:"27",stemv:"34","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:100},"!":{d:"90,-251r-4,180r-31,0r-5,-180r40,0xm50,0r0,-40r40,0r0,40r-40,0",w:140},'"':{d:"111,-163r0,-88r32,0r0,88r-32,0xm57,-163r0,-88r32,0r0,88r-32,0"},"#":{d:"34,0r10,-75r-34,0r0,-27r38,0r7,-47r-35,0r0,-27r39,0r10,-75r27,0r-10,75r43,0r10,-75r27,0r-10,75r34,0r0,27r-38,0r-7,47r35,0r0,27r-39,0r-10,75r-27,0r10,-75r-42,0r-11,75r-27,0xm118,-102r7,-47r-43,0r-6,47r42,0"},
$:{d:"89,-157r0,-64v-32,8,-30,54,0,64xm110,-104r0,73v33,-10,32,-64,0,-73xm89,38r0,-34v-23,0,-41,-3,-59,-10r4,-35v14,10,32,15,55,14r0,-88v-31,-15,-63,-32,-62,-72v0,-36,27,-62,62,-67r0,-36r21,0r0,34v18,0,34,3,51,9r-5,34v-13,-7,-27,-11,-46,-11r0,78v30,17,63,33,63,76v0,39,-25,66,-63,72r0,36r-21,0"},"%":{d:"94,-112v-41,0,-54,-36,-54,-72v0,-39,10,-72,54,-72v44,0,54,34,54,72v0,36,-13,72,-54,72xm266,-21v22,0,23,-32,23,-47v0,-16,1,-46,-23,-46v-22,0,-22,31,-22,46v0,15,0,47,22,47xm89,8r156,-267r26,0r-156,267r-26,0xm266,4v-41,0,-54,-36,-54,-72v0,-39,10,-72,54,-72v44,0,54,34,54,72v0,36,-13,72,-54,72xm94,-137v22,0,22,-32,22,-47v0,-16,2,-46,-22,-46v-22,0,-23,31,-23,46v0,15,1,47,23,47",
w:360},"&":{d:"199,-136r34,0v-3,41,-15,64,-29,86r44,50r-45,0r-20,-24v-39,51,-153,31,-153,-42v0,-38,22,-59,56,-73v-13,-16,-26,-34,-26,-58v0,-40,30,-59,66,-59v33,0,62,17,62,57v0,32,-28,54,-55,66r51,58v10,-15,13,-32,15,-61xm68,-68v0,54,79,53,96,21r-61,-71v-19,13,-35,25,-35,50xm124,-228v-40,-1,-34,59,-8,75v15,-7,38,-23,38,-44v0,-23,-13,-31,-30,-31",w:259},"(":{d:"115,50r-33,0v-33,-49,-59,-101,-59,-161v0,-62,27,-111,59,-161r33,0v-28,49,-56,103,-56,161v0,58,27,112,56,161",w:119},")":{d:"5,-272r32,0v33,49,59,101,59,161v0,62,-27,111,-59,161r-32,0v28,-49,55,-103,55,-161v0,-58,-26,-112,-55,-161",
w:119},"*":{d:"129,-112r-29,-49r-29,49r-27,-18r40,-44r-58,-12r10,-30r54,22r-5,-57r32,0r-5,57r53,-22r9,30r-56,12r38,44"},"+":{d:"17,-75r0,-32r75,0r0,-75r32,0r0,75r75,0r0,32r-75,0r0,75r-32,0r0,-75r-75,0",w:216},",":{d:"7,48r23,-88r40,0r-30,88r-33,0",w:100},"-":{d:"14,-83r0,-28r92,0r0,28r-92,0",w:119},".":{d:"30,0r0,-40r40,0r0,40r-40,0",w:100},"/":{d:"-9,4r86,-260r32,0r-86,260r-32,0",w:100},"0":{d:"15,-126v0,-55,16,-130,85,-130v69,0,85,75,85,130v0,55,-16,130,-85,130v-69,0,-85,-75,-85,-130xm53,-126v0,31,4,101,47,101v43,0,47,-70,47,-101v0,-32,-6,-100,-47,-100v-41,0,-47,68,-47,100"},
"1":{d:"97,0r0,-210r-39,33r-19,-24r62,-50r32,0r0,251r-36,0"},"2":{d:"174,-184v-3,64,-77,116,-117,154r120,0r0,30r-159,0r0,-39v38,-37,113,-84,117,-147v3,-48,-76,-46,-105,-24r-4,-31v58,-29,152,-17,148,57"},"3":{d:"52,-116r0,-29v38,1,82,-2,83,-41v2,-52,-75,-45,-105,-26r-3,-32v56,-22,146,-16,146,57v0,33,-27,50,-54,58v33,7,56,26,56,62v0,79,-95,79,-157,62r3,-34v33,19,116,25,116,-29v0,-45,-41,-50,-85,-48"},"4":{d:"124,-87r-1,-135r-78,135r79,0xm124,0r0,-57r-117,0r0,-30r101,-164r52,0r0,164r32,0r0,30r-32,0r0,57r-36,0"},
"5":{d:"172,-251r0,29r-104,0r-2,68v55,-16,113,18,113,74v0,76,-89,97,-150,76r1,-34v37,24,111,16,111,-37v0,-56,-70,-64,-109,-44r2,-132r138,0"},"6":{d:"172,-248r-5,32v-60,-32,-119,14,-114,81v46,-50,131,-14,131,56v0,52,-35,83,-81,83v-70,0,-84,-63,-84,-120v0,-68,22,-140,102,-140v17,0,42,4,51,8xm101,-25v58,1,61,-104,3,-104v-30,0,-47,23,-47,51v0,24,14,53,44,53"},"7":{d:"177,-251r0,29r-93,222r-40,0r96,-222r-122,0r0,-29r159,0"},"8":{d:"99,4v-42,0,-85,-24,-85,-70v-1,-34,25,-55,53,-67v-79,-30,-56,-124,34,-123v91,1,104,89,33,122v30,10,52,33,52,66v0,50,-40,72,-87,72xm148,-65v1,-35,-27,-41,-54,-54v-21,14,-42,21,-42,51v0,54,95,58,96,3xm56,-190v0,17,18,28,52,45v30,-23,33,-32,33,-49v0,-46,-85,-42,-85,4"},
"9":{d:"148,-117v-45,51,-132,16,-132,-55v0,-52,35,-84,81,-84v70,0,84,64,84,121v0,68,-21,139,-101,139v-17,0,-43,-4,-52,-8r5,-32v59,34,119,-14,115,-81xm99,-226v-58,-1,-61,103,-3,103v30,0,47,-22,47,-50v0,-24,-14,-53,-44,-53"},":":{d:"70,-184r0,41r-40,0r0,-41r40,0xm30,0r0,-40r40,0r0,40r-40,0",w:100},";":{d:"7,48r23,-88r40,0r-30,88r-33,0xm70,-184r0,41r-40,0r0,-41r40,0",w:100},"<":{d:"199,-185r0,32r-141,62r141,62r0,32r-182,-80r0,-28",w:216},"=":{d:"17,-113r0,-32r182,0r0,32r-182,0xm17,-37r0,-32r182,0r0,32r-182,0",
w:216},">":{d:"17,3r0,-32r141,-62r-141,-62r0,-32r182,80r0,28",w:216},"?":{d:"164,-190v0,51,-56,65,-57,119r-34,0v-8,-53,51,-70,53,-117v1,-47,-74,-41,-97,-22r-2,-34v50,-24,137,-12,137,54xm70,0r0,-40r41,0r0,40r-41,0",w:180},"@":{d:"132,-78v41,1,68,-84,18,-89v-45,-3,-71,84,-18,89xm221,-192r-27,107v0,5,2,9,7,9v21,0,44,-30,44,-67v0,-56,-43,-87,-96,-87v-61,0,-101,46,-101,105v0,104,124,133,183,72r27,0v-59,100,-240,62,-240,-73v0,-78,60,-130,132,-130v63,0,120,43,120,107v0,68,-58,100,-85,100v-12,1,-19,-9,-22,-20v-29,38,-92,14,-92,-37v0,-63,77,-127,118,-67r5,-19r27,0",
w:288},A:{d:"4,0r108,-251r37,0r107,251r-40,0r-25,-63r-123,0r-26,63r-38,0xm179,-93r-50,-124r-50,124r100,0",w:259},B:{d:"30,0r0,-251v72,-1,156,-7,156,63v0,36,-22,51,-52,61v34,3,59,25,59,60v-1,78,-87,67,-163,67xm66,-114r0,84v43,0,88,4,88,-40v0,-47,-45,-44,-88,-44xm66,-222r0,78v42,0,86,4,84,-40v-2,-45,-43,-38,-84,-38",w:219},C:{d:"208,-245r-2,35v-67,-38,-149,7,-149,84v0,81,82,122,150,86r2,35v-100,32,-190,-22,-190,-122v0,-96,96,-155,189,-118",w:219},D:{d:"30,0r0,-251v115,-10,207,18,208,123v2,112,-89,138,-208,128xm66,-220r0,188v81,6,136,-14,134,-94v-2,-75,-55,-102,-134,-94",
w:259},E:{d:"34,0r0,-251r141,0r0,31r-105,0r0,74r95,0r0,32r-95,0r0,82r105,0r0,32r-141,0"},F:{d:"30,0r0,-251r133,0r0,31r-97,0r0,74r93,0r0,32r-93,0r0,114r-36,0",w:180},G:{d:"226,-243r-3,36v-18,-12,-37,-17,-69,-17v-58,0,-97,42,-97,98v0,74,69,114,135,94r0,-76r-53,0r0,-30r89,0r0,131v-14,5,-37,11,-76,11v-80,0,-133,-51,-133,-131v0,-105,115,-154,207,-116",w:259},H:{d:"34,0r0,-251r36,0r0,105r120,0r0,-105r36,0r0,251r-36,0r0,-114r-120,0r0,114r-36,0",w:259},I:{d:"32,0r0,-251r36,0r0,251r-36,0",w:100},J:{d:"8,0r0,-31v37,13,63,-5,63,-45r0,-175r36,0r0,186v8,44,-44,82,-99,65",
w:140},K:{d:"34,0r0,-251r36,0r0,110r107,-110r48,0r-118,119r127,132r-52,0r-112,-123r0,123r-36,0",w:240},L:{d:"32,0r0,-251r36,0r0,219r105,0r0,32r-141,0",w:180},M:{d:"32,0r0,-251r60,0r79,209r77,-209r59,0r0,251r-36,0r0,-217r-83,217r-36,0r-84,-217r0,217r-36,0",w:339},N:{d:"32,0r0,-251r49,0r111,202r0,-202r36,0r0,251r-46,0r-114,-207r0,207r-36,0",w:259},O:{d:"57,-126v0,50,25,99,83,99v58,0,83,-49,83,-99v0,-51,-28,-98,-83,-98v-55,0,-83,47,-83,98xm19,-126v0,-75,45,-130,121,-130v76,0,121,55,121,130v0,76,-44,130,-121,130v-77,0,-121,-54,-121,-130",
w:280},P:{d:"66,-220r0,88v44,1,82,3,86,-44v-5,-43,-44,-46,-86,-44xm30,0r0,-251v79,-1,160,-7,160,75v0,69,-57,80,-124,76r0,100r-36,0"},Q:{d:"57,-126v0,50,25,99,83,99v58,0,83,-49,83,-99v0,-51,-28,-98,-83,-98v-55,0,-83,47,-83,98xm207,46r-47,-43v-89,10,-141,-47,-141,-129v0,-75,45,-130,121,-130v137,0,160,208,53,250r59,52r-45,0",w:280},R:{d:"30,0r0,-251v75,2,157,-14,159,68v1,32,-25,50,-52,58v11,4,18,10,25,25r47,100r-41,0r-38,-87v-14,-31,-32,-24,-64,-25r0,112r-36,0xm66,-220r0,77v43,3,85,-6,85,-40v0,-35,-44,-40,-85,-37",
w:219},S:{d:"151,-247r-5,34v-32,-15,-91,-22,-91,23v0,48,108,36,108,119v0,73,-83,87,-143,65r3,-34v32,16,102,26,102,-28v0,-56,-108,-41,-108,-119v0,-65,76,-82,134,-60",w:180},T:{d:"82,0r0,-220r-78,0r0,-31r192,0r0,31r-78,0r0,220r-36,0"},U:{d:"228,-251r0,147v0,71,-36,108,-98,108v-62,0,-98,-37,-98,-108r0,-147r36,0v7,87,-30,224,62,224v92,0,54,-138,62,-224r36,0",w:259},V:{d:"238,-251r-96,251r-45,0r-95,-251r40,0r79,219r79,-219r38,0",w:240},W:{d:"77,0r-76,-251r39,0r61,215r54,-215r51,0r55,215r60,-215r38,0r-77,251r-47,0r-55,-220r-55,220r-48,0",
w:360},X:{d:"3,0r92,-131r-84,-120r43,0r67,96r67,-96r41,0r-85,120r93,131r-45,0r-74,-107r-72,107r-43,0",w:240},Y:{d:"102,0r0,-105r-98,-146r42,0r75,112r73,-112r42,0r-98,146r0,105r-36,0",w:240},Z:{d:"12,0r0,-32r130,-188r-126,0r0,-31r167,0r0,32r-130,187r132,0r0,32r-173,0"},"[":{d:"34,50r0,-322r68,0r0,25r-36,0r0,272r36,0r0,25r-68,0",w:119},"\\":{d:"77,4r-86,-260r32,0r86,260r-32,0",w:100},"]":{d:"86,-272r0,322r-68,0r0,-25r36,0r0,-272r-36,0r0,-25r68,0",w:119},"^":{d:"22,-106r71,-145r30,0r71,145r-32,0r-54,-112r-54,112r-32,0",
w:216},_:{d:"0,27r180,0r0,18r-180,0r0,-18",w:180},a:{d:"39,-142r-2,-29v17,-10,38,-17,61,-17v97,0,69,103,75,188r-32,0r0,-24v-8,11,-26,28,-57,28v-40,0,-67,-17,-67,-57v0,-59,65,-63,121,-60v8,-59,-69,-57,-99,-29xm87,-23v39,-1,55,-25,51,-64v-33,-2,-85,-6,-85,34v0,19,19,30,34,30"},b:{d:"29,0r0,-270r34,0r0,112v10,-17,29,-30,61,-30v53,0,79,44,79,93v0,50,-23,99,-78,99v-34,1,-53,-17,-64,-30r0,26r-32,0xm117,-23v67,-5,70,-136,0,-138v-71,2,-74,135,0,138",w:219},c:{d:"148,-181r-3,28v-50,-25,-95,11,-95,61v0,47,50,89,97,59r3,30v-72,26,-136,-21,-136,-89v0,-71,65,-114,134,-89",
w:159},d:{d:"159,0v-1,-8,2,-20,-1,-26v-9,14,-30,30,-63,30v-55,0,-78,-49,-78,-99v0,-49,26,-93,79,-93v32,0,51,13,61,30r0,-112r34,0r0,270r-32,0xm53,-93v0,29,14,70,50,70v74,0,71,-136,0,-138v-37,0,-50,35,-50,68",w:219},e:{d:"170,-41r0,33v-13,5,-28,12,-58,12v-65,0,-95,-39,-95,-99v0,-54,34,-93,86,-93v61,0,81,45,81,104r-131,0v0,36,28,61,60,61v22,0,49,-11,57,-18xm53,-109r95,0v0,-28,-17,-52,-46,-52v-33,0,-46,28,-49,52"},f:{d:"51,0r0,-156r-43,0r0,-28r43,0v-7,-63,18,-101,84,-88r-1,27v-41,-10,-55,17,-49,61r48,0r0,28r-48,0r0,156r-34,0",
w:140},g:{d:"191,-184v-9,115,41,264,-95,264v-19,0,-35,-3,-65,-13r3,-31v57,34,135,19,123,-64v-14,19,-39,28,-62,28v-53,0,-78,-42,-78,-90v0,-47,27,-98,82,-98v33,-1,49,14,61,32r0,-28r31,0xm104,-27v32,0,53,-29,53,-63v0,-38,-17,-71,-53,-71v-67,0,-68,135,0,134",w:219},h:{d:"29,0r0,-270r34,0r0,113v12,-19,33,-31,59,-31v88,0,67,105,69,188r-34,0v-4,-59,18,-160,-39,-161v-68,-1,-54,92,-55,161r-34,0",w:219},i:{d:"33,0r0,-184r34,0r0,184r-34,0xm69,-263r0,38r-38,0r0,-38r38,0",w:100},j:{d:"-6,78r1,-29v25,5,39,-6,38,-37r0,-196r34,0r0,190v0,27,-1,74,-52,74v-7,0,-16,-1,-21,-2xm69,-263r0,38r-38,0r0,-38r38,0",
w:100},k:{d:"29,0r0,-270r34,0r0,161r73,-75r47,0r-86,82r96,102r-48,0r-82,-94r0,94r-34,0"},l:{d:"33,0r0,-270r34,0r0,270r-34,0",w:100},m:{d:"28,0r0,-184r32,0v1,8,-2,21,1,27v23,-40,91,-45,110,5v32,-64,121,-37,121,34r0,118r-34,0r0,-109v0,-23,-6,-52,-33,-52v-65,0,-45,96,-48,161r-34,0r0,-109v0,-23,-5,-52,-32,-52v-66,0,-46,95,-49,161r-34,0",w:320},n:{d:"29,0r0,-184r33,0r0,30v10,-21,34,-34,60,-34v88,0,67,105,69,188r-34,0v-4,-59,18,-160,-39,-161v-68,-1,-54,92,-55,161r-34,0",w:219},o:{d:"17,-92v0,-56,37,-96,93,-96v56,0,93,40,93,96v0,53,-38,96,-93,96v-55,0,-93,-43,-93,-96xm110,-161v-73,0,-79,137,0,138v79,-1,73,-138,0,-138",
w:219},p:{d:"29,76r0,-260r32,0v1,8,-2,20,1,26v9,-14,30,-30,62,-30v53,0,79,44,79,93v0,50,-23,99,-78,99v-32,0,-52,-12,-62,-29r0,101r-34,0xm117,-23v67,-5,70,-136,0,-138v-71,2,-74,135,0,138",w:219},q:{d:"191,-184r0,260r-34,0r0,-100v-10,17,-35,28,-62,28v-55,0,-78,-49,-78,-99v0,-49,26,-93,79,-93v33,-1,52,18,63,31r0,-27r32,0xm53,-93v0,29,14,70,50,70v74,0,71,-136,0,-138v-37,0,-50,35,-50,68",w:219},r:{d:"29,0r0,-184r31,0v1,9,-2,22,1,29v12,-26,40,-39,70,-30r0,30v-72,-24,-71,79,-68,155r-34,0",w:140},s:{d:"13,-6r2,-30v13,9,32,13,42,13v15,0,35,-6,35,-26v0,-33,-80,-31,-80,-82v0,-54,61,-67,107,-50r-3,30v-21,-13,-68,-16,-68,13v0,37,80,26,80,85v0,59,-68,68,-115,47",
w:140},t:{d:"126,-184r0,28r-48,0v2,53,-18,160,51,126r0,29v-40,13,-85,1,-85,-48r0,-107r-41,0r0,-28r41,0r0,-42r34,-11r0,53r48,0",w:140},u:{d:"191,-184r0,184r-33,0r0,-29v-10,21,-34,33,-60,33v-88,0,-67,-105,-69,-188r34,0v4,59,-18,160,39,161v68,1,54,-92,55,-161r34,0",w:219},v:{d:"176,-184r-66,184r-40,0r-66,-184r37,0r50,150r51,-150r34,0",w:180},w:{d:"296,-184r-59,184r-40,0r-48,-154r-46,154r-40,0r-59,-184r37,0r43,152r47,-152r40,0r47,152r44,-152r34,0",w:299},x:{d:"4,0r66,-96r-60,-88r42,0r40,66r41,-66r38,0r-59,88r64,96r-41,0r-46,-72r-45,72r-40,0",
w:180},y:{d:"13,77r2,-27v4,1,10,3,16,3v30,0,40,-42,40,-46r-68,-191r37,0r50,152r50,-152r34,0r-67,188v-13,42,-37,89,-94,73",w:180},z:{d:"15,0r0,-30r106,-126r-100,0r0,-28r140,0r0,30r-106,127r110,0r0,27r-150,0",w:180},"{":{d:"113,-272r0,25v-53,-11,-37,49,-37,93v0,32,-24,41,-33,43v9,1,33,10,33,45v0,38,-21,100,37,91r0,25v-39,3,-69,-3,-69,-45v0,-41,6,-104,-31,-103r0,-25v38,2,31,-63,31,-104v0,-42,30,-48,69,-45",w:119},"|":{d:"24,-270r32,0r0,360r-32,0r0,-360",w:79},"}":{d:"7,50r0,-25v52,11,37,-48,37,-92v0,-32,24,-42,33,-44v-9,-1,-33,-10,-33,-45v0,-38,21,-100,-37,-91r0,-25v39,-3,69,3,69,45v0,41,-6,105,31,104r0,25v-37,-2,-31,62,-31,103v0,42,-30,48,-69,45",
w:119},"~":{d:"70,-118v24,0,56,23,77,24v14,0,23,-13,31,-26r13,25v-8,15,-21,31,-45,31v-24,0,-56,-25,-77,-25v-14,0,-23,14,-31,27r-13,-25v8,-15,21,-31,45,-31",w:216},"'":{d:"34,-163r0,-88r32,0r0,88r-32,0",w:100},"`":{d:"42,-261r32,52r-24,0r-47,-52r39,0",w:100},"\u00a0":{w:100}}});
Cufon.registerFont({w:200,face:{"font-family":"Frutiger","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0",ascent:"288",descent:"-72","x-height":"4",bbox:"-5 -282 356 90","underline-thickness":"18","underline-position":"-36",stemh:"35",stemv:"50","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:100},"!":{d:"49,-74r-7,-177r56,0r-8,177r-41,0xm45,0r0,-50r50,0r0,50r-50,0",w:140},'"':{d:"98,-161r0,-90r43,0r0,90r-43,0xm32,-161r0,-90r44,0r0,90r-44,0",w:173},"#":{d:"178,-103r0,29r-33,0r-11,74r-31,0r10,-74r-37,0r-10,74r-32,0r10,-74r-32,0r0,-29r36,0r6,-46r-31,0r0,-28r36,0r10,-74r32,0r-10,74r36,0r11,-74r31,0r-10,74r29,0r0,28r-33,0r-6,46r29,0xm123,-149r-37,0r-6,46r37,0"},
$:{d:"93,-156r0,-56v-23,7,-29,48,0,56xm110,-95r0,55v27,-9,28,-46,0,-55xm93,-282r17,0r0,26v21,0,41,3,59,9r-5,42v-17,-7,-34,-11,-54,-11r0,67v32,13,74,25,74,77v0,47,-33,70,-74,75r0,29r-17,0r0,-28v-29,0,-42,-3,-68,-9r5,-46v19,10,40,19,63,15r0,-67v-32,-13,-72,-26,-72,-76v0,-49,33,-71,72,-76r0,-27"},"%":{d:"262,-24v33,0,33,-75,0,-75v-19,0,-23,22,-23,37v0,15,4,38,23,38xm88,8r156,-267r29,0r-155,267r-30,0xm99,-123v-39,0,-61,-24,-61,-66v0,-42,22,-67,61,-67v39,0,59,25,59,67v0,42,-20,66,-59,66xm99,-152v19,0,22,-22,22,-37v0,-15,-3,-38,-22,-38v-33,0,-33,75,0,75xm262,4v-39,0,-60,-24,-60,-66v0,-42,21,-66,60,-66v39,0,60,24,60,66v0,42,-21,66,-60,66",
w:360},"&":{d:"156,-48r-56,-63v-41,13,-38,80,12,78v17,0,33,-4,44,-15xm112,-158v13,-6,32,-21,32,-36v0,-18,-13,-26,-27,-26v-14,0,-29,8,-29,26v0,14,14,26,24,36xm140,-132r46,50v12,-14,15,-35,16,-54r44,0v-1,32,-13,62,-33,86r45,50r-61,0r-17,-22v-47,48,-158,28,-158,-47v0,-30,13,-52,53,-69v-19,-18,-35,-31,-35,-60v2,-74,146,-82,148,-1v0,35,-21,51,-48,67",w:259},"(":{d:"72,-272r45,0v-67,88,-68,232,0,322r-45,0v-76,-90,-76,-234,0,-322",w:119},")":{d:"48,50r-45,0v67,-90,68,-234,0,-322r45,0v76,88,76,232,0,322",
w:119},"*":{d:"174,-182r-50,11r35,39r-33,23r-26,-44r-27,44r-33,-23r35,-39r-49,-11r12,-38r48,21r-6,-52r41,0r-6,52r48,-21"},"+":{d:"89,-110r0,-72r38,0r0,72r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0",w:216},",":{d:"8,40r23,-90r53,0r-33,90r-43,0",w:100},"-":{d:"107,-77r-94,0r0,-40r94,0r0,40",w:119},".":{d:"25,0r0,-50r50,0r0,50r-50,0",w:100},"/":{d:"8,4r87,-260r38,0r-88,260r-37,0",w:140},"0":{d:"100,-33v38,0,37,-60,37,-92v0,-32,0,-93,-37,-93v-37,0,-37,61,-37,93v0,32,0,92,37,92xm100,4v-77,0,-87,-76,-87,-129v0,-63,19,-131,87,-131v73,0,88,73,88,131v0,58,-15,129,-88,129"},
"1":{d:"28,-192r74,-59r45,0r0,251r-51,0r0,-194r-42,35"},"2":{d:"182,0r-167,0r0,-42v23,-23,108,-94,108,-140v0,-49,-72,-36,-99,-14r-3,-42v58,-32,153,-25,153,56v0,53,-54,102,-95,142r103,0r0,40"},"3":{d:"16,-4r3,-43v36,16,104,23,109,-24v4,-38,-39,-40,-80,-39r0,-40v38,2,81,-4,79,-33v-3,-47,-68,-36,-100,-20r-3,-40v56,-19,147,-30,153,52v3,35,-23,49,-47,61v32,4,48,28,48,59v0,85,-94,82,-162,67"},"4":{d:"51,-90r63,0r-1,-109xm6,-52r0,-41r94,-158r62,0r0,161r32,0r0,38r-32,0r0,52r-48,0r0,-52r-108,0"},"5":{d:"176,-251r0,37r-96,0r-2,54v51,-10,105,4,105,79v0,47,-33,85,-98,85v-19,0,-42,-3,-59,-7r1,-45v31,18,106,23,105,-32v-1,-48,-61,-49,-102,-36r2,-135r144,0"},
"6":{d:"172,-247r-6,41v-13,-6,-27,-10,-44,-10v-43,-1,-61,43,-59,78v36,-53,122,-17,122,52v0,54,-27,90,-84,90v-70,0,-85,-58,-85,-117v0,-68,22,-143,103,-143v18,0,36,3,53,9xm100,-125v-24,0,-34,22,-34,47v0,24,10,45,35,45v45,-1,44,-93,-1,-92"},"7":{d:"18,-212r0,-39r162,0r0,41r-89,210r-55,0r93,-212r-111,0"},"8":{d:"13,-68v-1,-29,18,-46,46,-63v-25,-11,-42,-32,-42,-58v0,-45,34,-67,80,-67v44,0,84,19,84,61v0,23,-14,49,-42,60v33,15,49,37,49,66v0,51,-37,73,-87,73v-49,0,-88,-21,-88,-72xm65,-188v0,22,23,32,40,38v33,-8,40,-68,-3,-68v-18,0,-37,10,-37,30xm95,-110v-42,10,-42,77,6,77v20,0,36,-13,36,-34v0,-25,-21,-36,-42,-43"},
"9":{d:"28,-5r7,-40v13,6,27,10,44,10v44,1,62,-43,59,-79v-36,52,-122,18,-122,-51v0,-54,26,-91,83,-91v70,0,86,58,86,117v0,68,-23,143,-104,143v-18,0,-36,-3,-53,-9xm100,-126v24,0,34,-23,34,-48v0,-24,-10,-44,-35,-44v-45,1,-44,93,1,92"},":":{d:"25,-135r0,-50r50,0r0,50r-50,0xm25,0r0,-50r50,0r0,50r-50,0",w:100},";":{d:"8,40r23,-90r53,0r-33,90r-43,0xm25,-135r0,-50r50,0r0,50r-50,0",w:100},"<":{d:"199,-34r0,37r-182,-79r0,-31r182,-78r0,37r-134,57",w:216},"=":{d:"199,-149r0,37r-182,0r0,-37r182,0xm199,-71r0,38r-182,0r0,-38r182,0",
w:216},">":{d:"17,-34r134,-57r-134,-57r0,-37r182,78r0,31r-182,79r0,-37",w:216},"?":{d:"66,-73v-3,-60,46,-69,53,-112v-4,-46,-66,-35,-97,-19r-4,-40v60,-21,153,-21,153,53v0,50,-65,71,-61,118r-44,0xm63,0r0,-50r50,0r0,50r-50,0",w:180},"@":{d:"149,-161v-39,-3,-59,73,-13,76v38,3,59,-73,13,-76xm227,-51r31,0v-68,95,-244,67,-245,-75v0,-72,59,-130,140,-130v58,0,122,32,122,106v0,74,-67,100,-91,100v-11,0,-17,-7,-20,-18v-29,36,-92,12,-92,-41v0,-67,75,-118,116,-64r4,-17r30,0r-22,100v0,3,1,5,5,5v18,0,41,-19,41,-64v0,-59,-51,-73,-93,-73v-60,0,-102,45,-102,96v0,91,106,124,176,75",
w:288},A:{d:"165,-97r-37,-104r-36,104r73,0xm3,0r98,-251r57,0r99,251r-56,0r-22,-58r-102,0r-22,58r-52,0",w:259},B:{d:"80,-112r0,72v35,0,75,2,75,-35v0,-42,-38,-37,-75,-37xm80,-212r0,62v31,0,68,3,68,-30v0,-36,-36,-32,-68,-32xm29,0r0,-251v78,5,161,-24,169,64v3,31,-22,50,-50,57v34,3,58,26,58,57v0,98,-93,68,-177,73",w:219},C:{d:"210,-46r2,42v-98,25,-195,-11,-195,-117v0,-107,95,-159,195,-124r-4,42v-66,-37,-139,6,-139,78v0,73,76,110,141,79",w:219},D:{d:"29,0r0,-251v115,-3,214,-3,214,125v0,127,-98,130,-214,126xm80,-212r0,172v64,6,110,-20,110,-86v0,-66,-46,-92,-110,-86",
w:259},E:{d:"29,0r0,-251r148,0r0,39r-97,0r0,62r89,0r0,40r-89,0r0,70r98,0r0,40r-149,0"},F:{d:"29,0r0,-251r140,0r0,39r-89,0r0,62r85,0r0,40r-85,0r0,110r-51,0",w:180},G:{d:"229,-245r-4,42v-70,-34,-156,1,-156,78v0,62,52,104,119,86r0,-65r-53,0r0,-40r101,0r0,135v-102,33,-219,5,-219,-112v0,-115,108,-157,212,-124",w:259},H:{d:"29,0r0,-251r51,0r0,101r100,0r0,-101r51,0r0,251r-51,0r0,-110r-100,0r0,110r-51,0",w:259},I:{d:"25,0r0,-251r50,0r0,251r-50,0",w:100},J:{d:"8,0r0,-44v7,3,14,4,24,4v33,0,33,-26,33,-44r0,-167r50,0r0,191v0,27,-18,64,-69,64v-14,0,-24,0,-38,-4",
w:140},K:{d:"29,0r0,-251r51,0r0,108r90,-108r62,0r-103,118r108,133r-66,0r-91,-117r0,117r-51,0",w:240},L:{d:"29,0r0,-251r51,0r0,211r97,0r0,40r-148,0",w:180},M:{d:"29,0r0,-251r81,0r60,190r60,-190r81,0r0,251r-49,0r0,-207r-68,207r-48,0r-69,-207r0,207r-48,0",w:339},N:{d:"27,0r0,-251r62,0r96,188r0,-188r48,0r0,251r-61,0r-97,-188r0,188r-48,0",w:259},O:{d:"17,-126v0,-77,43,-130,123,-130v79,0,123,54,123,130v0,76,-43,130,-123,130v-81,0,-123,-53,-123,-130xm140,-216v-96,1,-96,180,0,181v97,-1,96,-180,0,-181",w:280},
P:{d:"75,-212r0,77v34,1,66,-1,66,-37v0,-36,-30,-42,-66,-40xm25,0r0,-251v82,-1,168,-7,168,76v0,66,-52,83,-118,80r0,95r-50,0"},Q:{d:"257,48r-61,0r-44,-44v-87,5,-136,-49,-135,-130v0,-77,43,-130,123,-130v138,0,162,200,60,247xm140,-216v-96,1,-96,180,0,181v97,-1,96,-180,0,-181",w:280},R:{d:"75,-212r0,68v34,0,70,2,70,-35v0,-36,-37,-33,-70,-33xm25,0r0,-251v78,4,168,-21,173,68v1,31,-22,52,-52,59v14,1,21,15,26,26r41,98r-56,0r-31,-78v-7,-25,-22,-27,-51,-26r0,104r-50,0",w:219},S:{d:"169,-247r-5,42v-33,-13,-91,-25,-91,24v0,44,111,25,111,109v1,79,-92,87,-159,67r5,-46v31,19,101,29,101,-17v0,-48,-110,-28,-110,-111v1,-80,85,-88,148,-68"},
T:{d:"75,0r0,-212r-72,0r0,-39r194,0r0,39r-72,0r0,212r-50,0"},U:{d:"27,-91r0,-160r51,0v9,79,-31,216,52,216v83,0,43,-138,52,-216r51,0r0,160v0,67,-39,95,-103,95v-64,0,-103,-28,-103,-95",w:259},V:{d:"90,0r-86,-251r54,0r65,197r63,-197r51,0r-85,251r-62,0",w:240},W:{d:"70,0r-66,-251r53,0r47,201r43,-201r68,0r45,201r47,-201r49,0r-65,251r-65,0r-46,-201r-45,201r-65,0",w:360},X:{d:"4,0r82,-131r-75,-120r58,0r53,89r54,-89r54,0r-76,120r83,131r-60,0r-58,-98r-59,98r-56,0",w:240},Y:{d:"96,0r0,-99r-92,-152r59,0r59,105r61,-105r53,0r-90,152r0,99r-50,0",
w:240},Z:{d:"13,0r0,-41r118,-171r-113,0r0,-39r167,0r0,41r-119,170r121,0r0,40r-174,0"},"[":{d:"26,50r0,-322r81,0r0,35r-35,0r0,252r35,0r0,35r-81,0",w:119},"\\":{d:"95,4r-88,-260r38,0r87,260r-37,0",w:140},"]":{d:"13,-272r81,0r0,322r-81,0r0,-35r35,0r0,-252r-35,0r0,-35",w:119},"^":{d:"61,-113r-37,0r67,-138r34,0r67,138r-37,0r-47,-100",w:216},_:{d:"0,27r180,0r0,18r-180,0r0,-18",w:180},a:{d:"13,-51v0,-61,60,-65,121,-63v3,-57,-72,-43,-99,-20r-2,-42v60,-27,142,-20,144,64r3,112r-42,0v-3,-10,0,-24,-3,-28v-25,51,-122,39,-122,-23xm59,-54v0,31,53,28,64,6v8,-10,11,-24,11,-38v-33,0,-75,-3,-75,32"},
b:{d:"73,-93v0,26,11,60,43,60v32,0,41,-34,41,-60v0,-25,-9,-59,-40,-59v-31,0,-44,33,-44,59xm25,0r0,-270r48,0r1,108v13,-18,30,-28,55,-28v57,0,78,46,78,97v0,51,-21,97,-78,97v-21,0,-43,-7,-57,-27r0,23r-47,0",w:219},c:{d:"149,-184r-4,39v-38,-19,-82,1,-82,51v0,51,47,75,87,52r3,40v-73,22,-140,-15,-140,-92v0,-71,63,-114,136,-90",w:159},d:{d:"63,-93v0,26,9,60,41,60v60,0,58,-119,-1,-119v-31,0,-40,34,-40,59xm148,0r0,-21v-14,18,-34,25,-57,25v-57,0,-78,-46,-78,-97v0,-51,21,-97,78,-97v25,-1,40,10,56,26r0,-106r48,0r0,270r-47,0",
w:219},e:{d:"59,-111r82,0v-1,-23,-12,-43,-39,-43v-27,0,-41,18,-43,43xm174,-50r0,40v-68,35,-161,5,-161,-82v0,-54,28,-98,86,-98v69,0,88,47,88,112r-128,0v2,58,79,54,115,28"},f:{d:"42,0r0,-150r-35,0r0,-35r35,0v-10,-67,32,-102,95,-85r-4,40v-14,-14,-48,-4,-42,22r0,23r42,0r0,35r-42,0r0,150r-49,0",w:140},g:{d:"104,-37v30,0,43,-27,43,-58v0,-32,-12,-57,-40,-57v-61,1,-58,115,-3,115xm149,-185r46,0r0,167v0,50,-20,98,-98,98v-19,0,-41,-3,-64,-13r4,-41v15,8,39,16,54,16v52,1,58,-42,55,-72v-9,16,-30,30,-57,30v-55,0,-76,-44,-76,-94v0,-45,23,-96,78,-96v25,-1,43,11,58,30r0,-25",
w:219},h:{d:"25,0r0,-270r48,0r1,110v12,-18,33,-30,58,-30v86,-1,59,110,63,190r-48,0r0,-99v0,-23,0,-53,-31,-53v-65,0,-37,90,-43,152r-48,0",w:219},i:{d:"26,0r0,-185r48,0r0,185r-48,0xm26,-219r0,-46r48,0r0,46r-48,0",w:100},j:{d:"-5,77r1,-35v26,-1,30,-6,30,-35r0,-192r48,0r0,199v0,26,-8,66,-56,66v-8,0,-17,-1,-23,-3xm26,-219r0,-46r48,0r0,46r-48,0",w:100},k:{d:"26,0r0,-270r48,0r1,159r57,-74r57,0r-69,82r78,103r-61,0r-63,-90r0,90r-48,0"},l:{d:"26,0r0,-270r48,0r0,270r-48,0",w:100},m:{d:"24,0r0,-185r45,0v1,8,-2,20,1,26v28,-44,90,-41,110,2v11,-22,35,-33,58,-33v86,1,50,113,58,190r-48,0r0,-111v0,-17,0,-41,-28,-41v-59,0,-29,94,-36,152r-48,0r0,-111v0,-17,0,-41,-28,-41v-59,0,-29,94,-36,152r-48,0",
w:320},n:{d:"25,0r0,-185r46,0r0,25v35,-54,124,-32,124,43r0,117r-48,0r0,-99v0,-23,0,-53,-31,-53v-65,0,-37,90,-43,152r-48,0",w:219},o:{d:"13,-91v0,-61,42,-99,97,-99v55,0,97,38,97,99v0,53,-35,95,-97,95v-61,0,-97,-42,-97,-95xm63,-97v0,31,10,64,47,64v65,-1,64,-119,0,-119v-31,0,-47,27,-47,55",w:219},p:{d:"25,76r0,-261r46,0v1,8,-2,20,1,26v11,-18,29,-31,57,-31v57,0,78,46,78,97v0,51,-21,97,-79,97v-22,1,-37,-6,-55,-25r0,97r-48,0xm117,-152v-31,0,-44,33,-44,59v0,26,11,60,43,60v32,0,41,-34,41,-60v0,-25,-9,-59,-40,-59",
w:219},q:{d:"147,76r-1,-97v-17,21,-33,25,-54,25v-58,0,-79,-46,-79,-97v0,-51,21,-97,79,-97v28,-1,43,14,57,31r0,-26r46,0r0,261r-48,0xm103,-152v-31,0,-40,34,-40,59v0,26,9,60,41,60v60,0,58,-119,-1,-119",w:219},r:{d:"26,0r0,-185r43,0r0,42v2,-20,31,-57,66,-45r0,48v-4,-3,-13,-4,-22,-4v-60,0,-33,88,-39,144r-48,0",w:140},s:{d:"138,-183r-3,36v-23,-7,-72,-18,-72,13v0,30,84,11,84,78v0,63,-77,69,-132,52r3,-39v25,13,71,24,79,-11v0,-36,-84,-11,-84,-78v0,-60,77,-66,125,-51",w:159},t:{d:"99,4v-74,3,-56,-85,-58,-154r-36,0r0,-35r36,0r0,-37r48,-16r0,53r43,0r0,35r-43,0r0,86v-5,27,25,38,45,26r1,38v-10,3,-22,4,-36,4",
w:140},u:{d:"195,-185r0,185r-46,0r0,-25v-35,50,-124,33,-124,-43r0,-117r48,0r0,99v0,23,0,53,31,53v65,0,37,-90,43,-152r48,0",w:219},v:{d:"73,0r-69,-185r52,0r47,135r45,-135r48,0r-69,185r-54,0"},w:{d:"67,0r-63,-185r51,0r42,137r37,-137r56,0r41,137r39,-137r46,0r-57,185r-57,0r-41,-141r-39,141r-55,0",w:320},x:{d:"67,-97r-57,-88r57,0r36,60r36,-60r51,0r-56,88r63,97r-58,0r-41,-69r-42,69r-53,0"},y:{d:"57,-185r46,135r44,-135r49,0r-69,184v-14,53,-45,97,-112,76r4,-36v24,8,60,1,56,-30r-71,-194r53,0"},z:{d:"17,-148r0,-37r147,0r0,39r-92,109r95,0r0,37r-154,0r0,-39r94,-109r-90,0",
w:180},"{":{d:"6,-95r0,-31v13,0,30,-8,30,-34r0,-64v2,-43,37,-51,80,-48r0,29v-50,-11,-34,48,-34,88v0,34,-25,43,-40,44v15,1,40,8,40,47v0,35,-20,96,34,86r0,28v-43,3,-80,-4,-80,-48r0,-61v0,-28,-17,-36,-30,-36",w:119},"|":{d:"21,-270r38,0r0,360r-38,0r0,-360",w:79},"}":{d:"113,-126r0,31v-13,0,-29,8,-29,36r0,61v-2,43,-37,51,-80,48r0,-28v49,11,34,-46,34,-86v0,-39,25,-46,40,-47v-15,-1,-40,-10,-40,-44v0,-36,21,-97,-34,-88r0,-29v43,-3,80,4,80,48v0,37,-7,103,29,98",w:119},"~":{d:"150,-60v-41,-2,-92,-52,-112,1r-13,-32v8,-15,20,-31,43,-31v45,1,86,52,110,-1r13,32v-9,15,-22,31,-41,31",
w:216},"'":{d:"28,-161r0,-90r44,0r0,90r-44,0",w:100},"`":{d:"60,-263r30,52r-30,0r-50,-52r50,0",w:100},"\u00a0":{w:100}}});
Cufon.registerFont({w:200,face:{"font-family":"Frutiger","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0",ascent:"288",descent:"-72","x-height":"4",bbox:"-40 -290 393 90","underline-thickness":"18","underline-position":"-36",slope:"-12",stemh:"27",stemv:"34","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:100},"!":{d:"50,-71r35,-180r43,0r-45,180r-33,0xm32,0r8,-40r41,0r-9,40r-40,0",w:140},'"':{d:"131,-163r0,-88r31,0r0,88r-31,0xm77,-163r0,-88r31,0r0,88r-31,0"},
"#":{d:"44,0r10,-75r-38,0r4,-27r38,0r6,-47r-38,0r4,-27r38,0r11,-75r27,0r-10,75r42,0r11,-75r27,0r-10,75r38,0r-4,27r-38,0r-7,47r38,0r-4,27r-38,0r-10,75r-28,0r11,-75r-43,0r-10,75r-27,0xm127,-102r7,-47r-43,0r-6,47r42,0"},$:{d:"60,37r7,-33v-22,-1,-41,-5,-60,-14r11,-33v17,9,35,16,56,16r20,-91v-27,-14,-54,-31,-54,-66v0,-50,42,-72,84,-72r8,-34r21,0r-8,34v19,1,37,7,54,15r-10,34v-15,-9,-33,-17,-51,-17r-17,78v36,21,60,32,60,77v0,49,-49,73,-94,73r-7,33r-20,0xm102,-155r15,-69v-43,-4,-51,58,-15,69xm113,-108r-19,81v22,0,49,-14,49,-40v0,-23,-12,-30,-30,-41"},
"%":{d:"73,8r184,-267r25,0r-183,267r-26,0xm40,-179v0,-39,23,-77,64,-77v36,0,52,22,52,55v0,41,-20,75,-64,75v-32,0,-52,-21,-52,-53xm70,-179v0,17,4,30,23,30v27,0,34,-33,34,-54v0,-16,-3,-30,-23,-30v-27,0,-34,31,-34,54xm198,-48v0,-39,23,-77,64,-77v36,0,52,22,52,55v0,41,-21,74,-65,74v-32,0,-51,-20,-51,-52xm227,-48v0,17,5,29,24,29v27,0,33,-32,33,-53v0,-16,-2,-30,-22,-30v-27,0,-35,31,-35,54",w:360},"&":{d:"144,-128r40,60v18,-19,25,-44,30,-68r32,0v-6,35,-17,68,-44,94r27,42r-40,0r-12,-19v-46,42,-152,25,-152,-47v0,-42,35,-67,72,-75v-13,-17,-20,-34,-20,-55v0,-74,137,-85,138,-4v0,42,-37,59,-71,72xm160,-44r-48,-73v-24,6,-51,19,-51,49v0,52,63,58,99,24xm128,-151v21,-6,55,-20,55,-47v0,-22,-15,-30,-34,-30v-42,0,-47,54,-21,77",
w:259},"(":{d:"121,-272r36,0v-56,57,-93,112,-93,194v0,44,10,86,21,128r-30,0v-16,-50,-25,-95,-25,-148v0,-69,44,-128,91,-174",w:119},")":{d:"13,50r-36,0v56,-57,94,-112,94,-194v0,-44,-11,-86,-22,-128r30,0v16,50,25,95,25,148v0,69,-44,128,-91,174",w:119},"*":{d:"62,-228r47,34r7,-57r31,7r-17,53r56,-10r2,32r-57,0r28,50r-29,13r-18,-54r-40,41r-21,-23r47,-33r-52,-25"},"+":{d:"22,-75r0,-32r76,0r0,-75r31,0r0,75r75,0r0,32r-75,0r0,75r-31,0r0,-75r-76,0",w:216},",":{d:"-20,48r41,-88r43,0r-50,88r-34,0",w:100},"-":{d:"13,-83r5,-28r95,0r-5,28r-95,0",
w:119},".":{d:"12,0r9,-40r40,0r-8,40r-41,0",w:100},"/":{d:"0,4r86,-260r32,0r-86,260r-32,0",w:100},"0":{d:"17,-78v0,-68,33,-178,114,-178v48,0,68,35,68,82v0,51,-21,178,-115,178v-49,0,-67,-38,-67,-82xm53,-76v0,22,6,51,34,51v57,0,76,-114,76,-151v0,-20,-4,-50,-36,-50v-55,0,-74,109,-74,150"},"1":{d:"69,0r45,-210r-45,31r-16,-27r74,-45r32,0r-54,251r-36,0"},"2":{d:"-1,0r8,-37v31,-24,146,-107,146,-153v0,-54,-68,-37,-101,-20r3,-33v53,-22,136,-23,136,48v0,62,-98,133,-143,165r115,0r-6,30r-158,0"},"3":{d:"61,-116r6,-29v36,0,90,-6,90,-48v0,-49,-69,-34,-102,-20r3,-34v55,-15,132,-19,135,51v1,36,-33,58,-64,66v26,7,42,26,42,53v0,81,-98,95,-169,70r9,-32v44,23,124,22,124,-39v0,-35,-45,-38,-74,-38"},
"4":{d:"125,-87r32,-135r-111,135r79,0xm105,0r12,-57r-117,0r7,-30r136,-164r52,0r-36,164r33,0r-6,30r-33,0r-13,57r-35,0"},"5":{d:"40,-121r30,-130r135,0r-6,29r-102,0r-15,66v52,-9,95,12,95,66v0,84,-90,108,-164,86r6,-32v48,22,123,11,122,-50v-1,-49,-62,-49,-101,-35"},"6":{d:"208,-246r-11,29v-67,-30,-124,21,-133,84v35,-45,121,-26,121,39v0,54,-32,98,-91,98v-48,0,-73,-28,-73,-77v0,-66,30,-183,135,-183v17,0,36,4,52,10xm93,-25v58,0,79,-103,18,-104v-32,0,-54,33,-54,65v0,21,12,39,36,39"},"7":{d:"46,-222r7,-29r159,0r-8,32r-137,219r-41,0r141,-222r-121,0"},
"8":{d:"81,-188v0,19,21,35,36,44v22,-12,49,-21,49,-51v0,-45,-84,-40,-85,7xm45,-188v0,-49,43,-68,83,-68v33,0,74,16,74,58v0,33,-29,57,-58,66v73,36,26,136,-51,136v-41,0,-81,-18,-81,-64v0,-43,35,-67,66,-73v-19,-12,-33,-31,-33,-55xm48,-66v0,26,20,41,45,41v27,0,52,-20,52,-49v0,-28,-32,-40,-42,-44v-25,6,-55,23,-55,52"},"9":{d:"10,-5r11,-29v67,31,124,-22,133,-84v-35,45,-121,26,-121,-39v0,-54,32,-99,91,-99v48,0,73,29,73,78v0,66,-30,182,-135,182v-17,0,-36,-3,-52,-9xm125,-226v-59,0,-79,103,-17,103v32,0,53,-32,53,-64v0,-21,-12,-39,-36,-39"},
":":{d:"90,-184r-8,41r-40,0r8,-41r40,0xm12,0r9,-40r40,0r-8,40r-41,0",w:100},";":{d:"-20,48r41,-88r43,0r-50,88r-34,0xm90,-184r-8,41r-40,0r8,-41r40,0",w:100},"<":{d:"205,-185r0,32r-142,62r142,62r0,32r-183,-80r0,-28",w:216},"=":{d:"22,-113r0,-32r182,0r0,32r-182,0xm22,-37r0,-32r182,0r0,32r-182,0",w:216},">":{d:"22,3r0,-32r142,-62r-142,-62r0,-32r183,80r0,28",w:216},"?":{d:"188,-197v3,56,-86,79,-84,126r-34,0v10,-42,12,-50,49,-77v15,-12,30,-25,30,-46v0,-46,-63,-29,-94,-19r4,-34v53,-16,125,-17,129,50xm53,0r8,-40r41,0r-9,40r-40,0",
w:180},"@":{d:"141,-78v41,1,68,-84,18,-89v-45,-3,-71,84,-18,89xm230,-192r-27,107v0,5,2,9,7,9v21,0,44,-30,44,-67v0,-56,-43,-87,-96,-87v-61,0,-101,46,-101,105v0,104,124,133,183,72r27,0v-59,100,-240,62,-240,-73v0,-78,60,-130,132,-130v63,0,120,43,120,107v0,68,-58,100,-85,100v-12,1,-19,-9,-22,-20v-29,38,-92,14,-92,-37v0,-63,77,-127,118,-67r5,-19r27,0",w:288},A:{d:"187,-93r-24,-119r-76,119r100,0xm-11,0r163,-251r36,0r55,251r-37,0r-13,-63r-124,0r-40,63r-40,0",w:259},B:{d:"100,-222r-16,78v44,1,91,1,91,-44v0,-38,-40,-34,-75,-34xm17,0r54,-251v66,0,140,-10,140,58v0,36,-26,55,-52,64v28,10,40,24,40,51v0,35,-26,78,-103,78r-79,0xm77,-114r-18,84v50,1,102,4,102,-49v0,-40,-45,-35,-84,-35",
w:219},C:{d:"195,-36r-4,33v-85,23,-165,-11,-164,-108v0,-62,42,-145,150,-145v20,0,41,4,60,12r-10,31v-82,-37,-162,28,-162,104v0,73,69,97,130,73",w:219},D:{d:"15,0r53,-251r56,0v89,0,126,44,126,101v0,89,-55,150,-160,150r-75,0xm98,-220r-40,188v93,9,151,-32,154,-114v2,-49,-37,-80,-114,-74",w:259},E:{d:"15,0r55,-251r137,0r-8,31r-99,0r-16,74r93,0r-6,32r-94,0r-19,82r106,0r-7,32r-142,0"},F:{d:"14,0r54,-251r132,0r-6,31r-96,0r-16,74r89,0r-7,32r-89,0r-25,114r-36,0",w:180},G:{d:"255,-241r-11,31v-15,-7,-38,-14,-66,-14v-76,0,-113,56,-113,115v-1,66,54,93,115,78r17,-77r-53,0r8,-30r87,0r-29,135v-86,21,-183,-2,-183,-108v0,-62,42,-145,150,-145v37,0,61,8,78,15",
w:259},H:{d:"17,0r52,-251r37,0r-22,105r119,0r23,-105r35,0r-53,251r-36,0r25,-114r-120,0r-24,114r-36,0",w:259},I:{d:"14,0r54,-251r36,0r-54,251r-36,0",w:100},J:{d:"143,-251r-42,191v-7,58,-56,74,-111,58r6,-33v34,22,74,-6,73,-42r39,-174r35,0",w:140},K:{d:"19,0r54,-251r36,0r-24,111r121,-111r47,0r-135,124r100,127r-46,0r-92,-120r-25,120r-36,0",w:240},L:{d:"14,0r54,-251r36,0r-47,219r104,0r-6,32r-141,0",w:180},M:{d:"15,0r58,-251r54,0r34,205r122,-205r59,0r-53,251r-36,0r45,-215r-129,215r-35,0r-36,-215r-48,215r-35,0",
w:339},N:{d:"15,0r52,-251r48,0r71,210r45,-210r34,0r-54,251r-47,0r-71,-209r-43,209r-35,0",w:259},O:{d:"27,-102v0,-71,49,-154,141,-154v64,0,102,38,102,102v0,80,-47,158,-138,158v-69,0,-105,-37,-105,-106xm65,-101v0,45,24,74,69,74v62,0,98,-67,98,-122v0,-48,-22,-75,-65,-75v-62,0,-102,59,-102,123",w:280},P:{d:"14,0r54,-251v70,0,140,-9,144,65v4,62,-58,94,-140,86r-22,100r-36,0xm98,-220r-19,88v46,1,95,0,95,-48v0,-42,-37,-40,-76,-40"},Q:{d:"65,-101v0,45,24,74,69,74v62,0,98,-67,98,-122v0,-48,-22,-75,-65,-75v-62,0,-102,59,-102,123xm175,46r-34,-42v-72,3,-114,-34,-114,-106v0,-71,49,-154,141,-154v64,0,102,38,102,102v0,66,-32,130,-94,151r45,49r-46,0",
w:280},R:{d:"15,0r54,-251v65,3,143,-19,143,61v0,35,-28,63,-61,68v30,29,28,82,43,122r-38,0v-11,-33,-14,-119,-49,-112r-32,0r-24,112r-36,0xm98,-220r-16,77v42,1,88,1,92,-42v3,-38,-38,-36,-76,-35",w:219},S:{d:"183,-244r-10,32v-29,-18,-95,-22,-96,27v0,42,86,43,86,109v0,38,-27,80,-87,80v-29,0,-50,-6,-70,-14r12,-33v15,9,35,16,53,16v38,0,54,-24,54,-45v0,-51,-86,-42,-86,-112v0,-70,85,-87,144,-60",w:180},T:{d:"233,-251r-7,31r-78,0r-48,220r-36,0r47,-220r-78,0r7,-31r193,0"},U:{d:"265,-251r-32,147v-17,76,-53,108,-111,108v-157,0,-61,-160,-53,-255r36,0r-35,174v0,33,24,50,55,50v53,0,67,-55,76,-97r28,-127r36,0",
w:259},V:{d:"274,-251r-151,251r-43,0r-41,-251r36,0r32,215r127,-215r40,0",w:240},W:{d:"61,0r-21,-251r36,0r15,215r100,-215r47,0r8,215r108,-215r39,0r-132,251r-46,0r-7,-217r-100,217r-47,0",w:360},X:{d:"108,-134r-62,-117r39,0r50,96r84,-96r46,0r-111,121r66,130r-40,0r-53,-109r-95,109r-45,0",w:240},Y:{d:"84,0r21,-105r-67,-146r40,0r50,113r99,-113r46,0r-132,146r-22,105r-35,0",w:240},Z:{d:"-5,0r6,-32r166,-188r-124,0r7,-31r167,0r-6,32r-165,187r130,0r-6,32r-175,0"},"[":{d:"7,50r70,-322r69,0r-6,25r-36,0r-59,272r36,0r-5,25r-69,0",
w:119},"\\":{d:"86,4r-86,-260r32,0r86,260r-32,0",w:100},"]":{d:"125,-272r-70,322r-69,0r6,-25r36,0r59,-272r-36,0r5,-25r69,0",w:119},"^":{d:"29,-106r71,-145r30,0r72,145r-32,0r-55,-112r-55,112r-31,0",w:216},_:{d:"0,27r180,0r0,18r-180,0r0,-18",w:180},a:{d:"176,-130v0,46,-17,89,-22,130r-32,0v1,-10,7,-23,6,-31v-22,48,-117,50,-119,-15v-2,-60,66,-71,134,-66v13,-59,-63,-57,-97,-33r6,-34v53,-17,124,-15,124,49xm135,-88v-41,-1,-90,-2,-90,40v0,16,15,25,31,25v34,0,55,-34,59,-65"},b:{d:"63,-71v0,25,14,48,45,48v59,0,93,-138,21,-138v-40,0,-66,45,-66,90xm13,0r57,-270r34,0r-22,106v34,-45,124,-23,124,46v0,67,-32,122,-93,122v-40,1,-51,-17,-63,-35r-6,31r-31,0",
w:219},c:{d:"165,-181r-9,29v-55,-29,-103,17,-103,75v0,51,47,64,87,46r-6,31v-61,14,-117,-8,-117,-72v0,-80,65,-138,148,-109",w:159},d:{d:"230,-270r-46,209v-4,21,-7,41,-10,61r-32,0v2,-9,3,-19,6,-28v-13,24,-35,32,-63,32v-44,0,-68,-35,-68,-77v0,-58,32,-115,95,-115v26,-1,48,13,60,35r24,-117r34,0xm53,-75v0,29,14,52,45,52v42,0,61,-53,61,-88v0,-27,-15,-50,-45,-50v-40,0,-61,51,-61,86",w:219},e:{d:"58,-109r94,0v5,-30,-7,-52,-38,-52v-28,0,-49,25,-56,52xm161,-34r-5,31v-68,15,-138,13,-139,-75v0,-51,35,-110,100,-110v57,0,78,47,66,104r-129,0v-11,66,58,71,107,50"},
f:{d:"32,0r34,-156r-44,0r5,-28r44,0v7,-48,33,-105,104,-86r-7,27v-41,-16,-59,24,-63,59r49,0r-5,28r-50,0r-33,156r-34,0",w:140},g:{d:"179,-184r32,0r-43,197v-8,55,-92,87,-160,54r8,-31v17,9,40,17,59,17v47,-1,62,-35,68,-74v-34,40,-124,23,-124,-52v0,-68,40,-115,93,-115v26,0,49,13,61,37xm55,-75v0,24,13,48,41,48v30,0,63,-24,63,-84v0,-27,-15,-50,-45,-50v-39,0,-59,51,-59,86",w:219},h:{d:"13,0r56,-270r34,0r-22,109v30,-43,123,-36,119,31v-3,47,-17,87,-24,130r-34,0v8,-43,24,-80,24,-127v0,-19,-12,-34,-33,-34v-80,0,-67,96,-87,161r-33,0",
w:219},i:{d:"15,0r39,-184r33,0r-38,184r-34,0xm107,-263r-8,38r-39,0r8,-38r39,0",w:100},j:{d:"-40,73r7,-26v27,9,38,-1,45,-36r42,-195r33,0r-43,204v-5,26,-14,60,-58,60v-6,0,-21,-4,-26,-7xm107,-263r-8,38r-39,0r8,-38r39,0",w:100},k:{d:"13,0r57,-270r34,0r-34,158r86,-72r49,0r-104,82r75,102r-43,0r-67,-94r-20,94r-33,0"},l:{d:"15,0r57,-270r34,0r-57,270r-34,0",w:100},m:{d:"13,0r37,-184r32,0v-1,8,-6,20,-4,26v21,-36,92,-44,107,2v26,-43,116,-45,116,16v0,49,-18,94,-26,140r-34,0r26,-134v0,-15,-10,-27,-27,-27v-67,0,-61,102,-79,161r-34,0r26,-134v0,-15,-10,-27,-27,-27v-68,0,-61,102,-80,161r-33,0",
w:320},n:{d:"13,0r37,-184r31,0r-5,30v11,-17,31,-34,63,-34v49,0,67,41,57,91r-20,97r-34,0v8,-43,24,-80,24,-127v0,-19,-12,-34,-33,-34v-80,0,-67,96,-87,161r-33,0",w:219},o:{d:"17,-77v0,-61,38,-111,105,-111v49,0,81,30,81,80v0,62,-37,112,-103,112v-50,0,-83,-27,-83,-81xm53,-75v0,29,15,52,47,52v38,0,67,-44,67,-85v0,-27,-16,-53,-47,-53v-45,0,-67,48,-67,86",w:219},p:{d:"-6,76r42,-199v4,-21,7,-41,10,-61r32,0r-6,28v33,-55,131,-36,131,38v0,67,-31,122,-92,122v-33,1,-50,-12,-61,-31r-22,103r-34,0xm60,-71v0,25,15,48,46,48v59,0,92,-138,20,-138v-40,0,-66,45,-66,90",
w:219},q:{d:"211,-184r-55,260r-34,0r19,-94v-40,48,-124,14,-124,-55v0,-58,32,-115,95,-115v26,-1,49,13,61,37r6,-33r32,0xm53,-75v0,29,14,52,45,52v42,0,61,-53,61,-88v0,-27,-15,-50,-45,-50v-40,0,-61,51,-61,86",w:219},r:{d:"13,0r37,-184r31,0r-5,30v11,-19,43,-42,78,-31r-7,30v-48,-16,-75,40,-81,65r-20,90r-33,0",w:140},s:{d:"140,-178r-10,27v-20,-12,-71,-19,-71,13v0,31,63,33,63,84v-1,65,-81,65,-123,50r6,-29v26,12,81,20,81,-18v0,-31,-63,-37,-63,-83v0,-57,72,-63,117,-44",w:140},t:{d:"22,-156r5,-28r41,0r9,-42r36,-13r-11,55r50,0r-5,28r-51,0r-23,113v-3,22,32,23,49,15r-5,28v-34,13,-81,-4,-77,-36v6,-43,15,-80,22,-120r-40,0",
w:140},u:{d:"210,-184r-37,184r-32,0r6,-29v-11,17,-31,33,-63,33v-50,0,-67,-41,-57,-91r20,-97r34,0v-8,43,-24,80,-24,127v0,19,12,34,33,34v80,0,67,-96,86,-161r34,0",w:219},v:{d:"54,0r-29,-184r36,0r19,149r82,-149r36,0r-105,184r-39,0",w:180},w:{d:"45,0r-20,-184r34,0r13,148r78,-148r42,0r13,148r76,-148r38,0r-101,184r-39,0r-15,-148r-79,148r-40,0",w:299},x:{d:"-15,0r85,-97r-39,-87r37,0r27,67r55,-67r42,0r-79,89r45,95r-38,0r-32,-72r-61,72r-42,0",w:180},y:{d:"-14,77r6,-28v30,12,47,-6,63,-39r-29,-194r35,0r22,147r80,-147r36,0r-125,219v-18,36,-41,52,-88,42",
w:180},z:{d:"-2,0r6,-30r130,-126r-102,0r6,-28r145,0r-7,30r-131,127r108,0r-6,27r-149,0",w:180},"{":{d:"151,-272r-5,25v-56,-11,-46,55,-57,92v-10,32,-33,43,-43,44v11,-2,30,20,24,45v-6,26,-13,49,-15,77v-2,15,16,15,31,14r-5,25v-37,4,-67,-5,-59,-45r15,-76v0,-18,-11,-27,-24,-27r6,-25v40,-2,44,-65,53,-104v10,-44,35,-47,79,-45",w:119},"|":{d:"33,-270r32,0r0,360r-32,0r0,-360",w:79},"}":{d:"-31,50r5,-25v56,11,46,-55,57,-92v10,-32,33,-43,43,-44v-11,2,-29,-20,-24,-45r16,-77v2,-16,-17,-15,-32,-14r5,-25v37,-4,65,5,59,45v-4,26,-15,49,-15,77v0,18,11,27,24,27r-5,25v-40,1,-45,64,-54,103v-10,44,-35,47,-79,45",
w:119},"~":{d:"75,-118v24,0,56,25,77,25v14,0,24,-14,32,-27r13,25v-11,15,-23,31,-45,31v-37,0,-92,-51,-109,2r-13,-25v8,-15,21,-31,45,-31",w:216},"'":{d:"49,-163r0,-88r31,0r0,88r-31,0",w:100},"`":{d:"74,-261r24,52r-24,0r-37,-52r37,0",w:100},"\u00a0":{w:100}}});
(function(c){c.fn.fancyZoom=function(a){function b(v){if(p)return false;p=true;var D=c(c(this).attr("href")),A=a.height,C=window.innerWidth||window.document.documentElement.clientWidth||window.document.body.clientWidth,F=window.innerHeight||window.document.documentElement.clientHeight||window.document.body.clientHeight,G=window.pageYOffset||window.document.documentElement.scrollTop||window.document.body.scrollTop,B={width:C,height:F,x:window.pageXOffset||window.document.documentElement.scrollLeft||
window.document.body.scrollLeft,y:G};C=(a.width||D.width())+60;F=(A||D.height())+60;A=Math.max(B.height/2-F/2+G,0);B=B.width/2-C/2;G=v.pageY;v=v.pageX;o.attr("curTop",G);o.attr("curLeft",v);o.attr("scaleImg",a.scaleImg?"true":"false");c("#zoom").hide().css({position:"absolute",top:G+"px",left:v+"px",width:"1px",height:"1px"});i();o.hide();a.closeOnClick&&c("#zoom").click(d);if(a.scaleImg){z.html(D.html());c("#zoom_content img").css("width","100%")}else z.html("");c("#zoom").animate({top:A+"px",left:B+
"px",opacity:"show",width:C,height:F},500,null,function(){a.scaleImg!=true&&z.html(D.html());q();o.show();p=false});return false}function d(){if(p)return false;p=true;c("#zoom").unbind("click");i();o.attr("scaleImg")!="true"&&z.html("");o.hide();c("#zoom").animate({top:o.attr("curTop")+"px",left:o.attr("curLeft")+"px",opacity:"hide",width:"1px",height:"1px"},500,null,function(){o.attr("scaleImg")=="true"&&z.html("");q();p=false});return false}function j(v){c("#zoom_table td").each(function(){var C=
c(this).css("background-image").replace(/\.(png|gif|none)\"\)$/,"."+v+'")');c(this).css("background-image",C)});var D=o.children("img"),A=D.attr("src").replace(/\.(png|gif|none)$/,"."+v);D.attr("src",A)}function i(){c.browser.msie&&parseFloat(c.browser.version)>=7&&j("gif")}function q(){c.browser.msie&&c.browser.version>=7&&j("png")}var m=(a=a||{})&&a.directory?a.directory:"/resources/images/fancyzoom/blue",p=false;if(c("#zoom").length==0){var t=c.browser.msie?"gif":"png";m='<div id="zoom" style="display:none;">                   <table id="zoom_table" style="border-collapse:collapse; width:100%; height:100%;">                     <tbody>                       <tr>                         <td class="tl" style="background:url('+
m+"/tl."+t+') 0 0 no-repeat; width:20px; height:20px; overflow:hidden;" />                         <td class="tm" style="background:url('+m+"/tm."+t+') 0 0 repeat-x; height:20px; overflow:hidden;" />                         <td class="tr" style="background:url('+m+"/tr."+t+') 100% 0 no-repeat; width:20px; height:20px; overflow:hidden;" />                       </tr>                       <tr>                         <td class="ml" style="background:url('+m+"/ml."+t+') 0 0 repeat-y; width:20px; overflow:hidden;" />                         <td class="mm" style="background:#fff; vertical-align:top; padding:10px;">                           <div id="zoom_content">                           </div>                         </td>                         <td class="mr" style="background:url('+
m+"/mr."+t+') 100% 0 repeat-y;  width:20px; overflow:hidden;" />                       </tr>                       <tr>                         <td class="bl" style="background:url('+m+"/bl."+t+') 0 100% no-repeat; width:20px; height:20px; overflow:hidden;" />                         <td class="bm" style="background:url('+m+"/bm."+t+') 0 100% repeat-x; height:20px; overflow:hidden;" />                         <td class="br" style="background:url('+m+"/br."+t+') 100% 100% no-repeat; width:20px; height:20px; overflow:hidden;" />                       </tr>                     </tbody>                   </table>                   <a href="#" title="Close" id="zoom_close" style="position:absolute; top:0; left:0;">                     <img src="'+
m+"/closebox."+t+'" alt="Close" style="border:none; margin:0; padding:0;" />                   </a>                 </div>';c("body").append(m);c("html").click(function(v){c(v.target).parents("#zoom:visible").length==0&&d()});c(document).keyup(function(v){v.keyCode==27&&c("#zoom:visible").length>0&&d()});c("#zoom_close").click(d)}c("#zoom");c("#zoom_table");var o=c("#zoom_close"),z=c("#zoom_content");c("td.ml,td.mm,td.mr");this.each(function(){c(c(this).attr("href")).hide();c(this).click(b)});return this}})(jQuery);