/*
 * jQuery UI 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI
 */
jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",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);;
/*
 * jQuery UI Dialog 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Dialog
 *
 * Depends:
 *	ui.core.js
 *	ui.draggable.js
 *	ui.resizable.js
 */
(function(c){var b={dragStart:"start.draggable",drag:"drag.draggable",dragStop:"stop.draggable",maxHeight:"maxHeight.resizable",minHeight:"minHeight.resizable",maxWidth:"maxWidth.resizable",minWidth:"minWidth.resizable",resizeStart:"start.resizable",resize:"drag.resizable",resizeStop:"stop.resizable"},a="ui-dialog ui-widget ui-widget-content ui-corner-all ";c.widget("ui.dialog",{_init:function(){this.originalTitle=this.element.attr("title");var l=this,m=this.options,j=m.title||this.originalTitle||"&nbsp;",e=c.ui.dialog.getTitleId(this.element),k=(this.uiDialog=c("<div/>")).appendTo(document.body).hide().addClass(a+m.dialogClass).css({position:"absolute",overflow:"hidden",zIndex:m.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(n){(m.closeOnEscape&&n.keyCode&&n.keyCode==c.ui.keyCode.ESCAPE&&l.close(n))}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(n){l.moveToTop(false,n)}),g=this.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(k),f=(this.uiDialogTitlebar=c("<div></div>")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(k),i=c('<a href="#"/>').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){i.addClass("ui-state-hover")},function(){i.removeClass("ui-state-hover")}).focus(function(){i.addClass("ui-state-focus")}).blur(function(){i.removeClass("ui-state-focus")}).mousedown(function(n){n.stopPropagation()}).click(function(n){l.close(n);return false}).appendTo(f),h=(this.uiDialogTitlebarCloseText=c("<span/>")).addClass("ui-icon ui-icon-closethick").text(m.closeText).appendTo(i),d=c("<span/>").addClass("ui-dialog-title").attr("id",e).html(j).prependTo(f);f.find("*").add(f).disableSelection();(m.draggable&&c.fn.draggable&&this._makeDraggable());(m.resizable&&c.fn.resizable&&this._makeResizable());this._createButtons(m.buttons);this._isOpen=false;(m.bgiframe&&c.fn.bgiframe&&k.bgiframe());(m.autoOpen&&this.open())},destroy:function(){(this.overlay&&this.overlay.destroy());this.uiDialog.hide();this.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");this.uiDialog.remove();(this.originalTitle&&this.element.attr("title",this.originalTitle))},close:function(f){var d=this;if(false===d._trigger("beforeclose",f)){return}(d.overlay&&d.overlay.destroy());d.uiDialog.unbind("keypress.ui-dialog");(d.options.hide?d.uiDialog.hide(d.options.hide,function(){d._trigger("close",f)}):d.uiDialog.hide()&&d._trigger("close",f));c.ui.dialog.overlay.resize();d._isOpen=false;if(d.options.modal){var e=0;c(".ui-dialog").each(function(){if(this!=d.uiDialog[0]){e=Math.max(e,c(this).css("z-index"))}});c.ui.dialog.maxZ=e}},isOpen:function(){return this._isOpen},moveToTop:function(f,e){if((this.options.modal&&!f)||(!this.options.stack&&!this.options.modal)){return this._trigger("focus",e)}if(this.options.zIndex>c.ui.dialog.maxZ){c.ui.dialog.maxZ=this.options.zIndex}(this.overlay&&this.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=++c.ui.dialog.maxZ));var d={scrollTop:this.element.attr("scrollTop"),scrollLeft:this.element.attr("scrollLeft")};this.uiDialog.css("z-index",++c.ui.dialog.maxZ);this.element.attr(d);this._trigger("focus",e)},open:function(){if(this._isOpen){return}var e=this.options,d=this.uiDialog;this.overlay=e.modal?new c.ui.dialog.overlay(this):null;(d.next().length&&d.appendTo("body"));this._size();this._position(e.position);d.show(e.show);this.moveToTop(true);(e.modal&&d.bind("keypress.ui-dialog",function(h){if(h.keyCode!=c.ui.keyCode.TAB){return}var g=c(":tabbable",this),i=g.filter(":first")[0],f=g.filter(":last")[0];if(h.target==f&&!h.shiftKey){setTimeout(function(){i.focus()},1)}else{if(h.target==i&&h.shiftKey){setTimeout(function(){f.focus()},1)}}}));c([]).add(d.find(".ui-dialog-content :tabbable:first")).add(d.find(".ui-dialog-buttonpane :tabbable:first")).add(d).filter(":first").focus();this._trigger("open");this._isOpen=true},_createButtons:function(g){var f=this,d=false,e=c("<div></div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix");this.uiDialog.find(".ui-dialog-buttonpane").remove();(typeof g=="object"&&g!==null&&c.each(g,function(){return !(d=true)}));if(d){c.each(g,function(h,i){c('<button type="button"></button>').addClass("ui-state-default ui-corner-all").text(h).click(function(){i.apply(f.element[0],arguments)}).hover(function(){c(this).addClass("ui-state-hover")},function(){c(this).removeClass("ui-state-hover")}).focus(function(){c(this).addClass("ui-state-focus")}).blur(function(){c(this).removeClass("ui-state-focus")}).appendTo(e)});e.appendTo(this.uiDialog)}},_makeDraggable:function(){var d=this,f=this.options,e;this.uiDialog.draggable({cancel:".ui-dialog-content",handle:".ui-dialog-titlebar",containment:"document",start:function(){e=f.height;c(this).height(c(this).height()).addClass("ui-dialog-dragging");(f.dragStart&&f.dragStart.apply(d.element[0],arguments))},drag:function(){(f.drag&&f.drag.apply(d.element[0],arguments))},stop:function(){c(this).removeClass("ui-dialog-dragging").height(e);(f.dragStop&&f.dragStop.apply(d.element[0],arguments));c.ui.dialog.overlay.resize()}})},_makeResizable:function(g){g=(g===undefined?this.options.resizable:g);var d=this,f=this.options,e=typeof g=="string"?g:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",alsoResize:this.element,maxWidth:f.maxWidth,maxHeight:f.maxHeight,minWidth:f.minWidth,minHeight:f.minHeight,start:function(){c(this).addClass("ui-dialog-resizing");(f.resizeStart&&f.resizeStart.apply(d.element[0],arguments))},resize:function(){(f.resize&&f.resize.apply(d.element[0],arguments))},handles:e,stop:function(){c(this).removeClass("ui-dialog-resizing");f.height=c(this).height();f.width=c(this).width();(f.resizeStop&&f.resizeStop.apply(d.element[0],arguments));c.ui.dialog.overlay.resize()}}).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_position:function(i){var e=c(window),f=c(document),g=f.scrollTop(),d=f.scrollLeft(),h=g;if(c.inArray(i,["center","top","right","bottom","left"])>=0){i=[i=="right"||i=="left"?i:"center",i=="top"||i=="bottom"?i:"middle"]}if(i.constructor!=Array){i=["center","middle"]}if(i[0].constructor==Number){d+=i[0]}else{switch(i[0]){case"left":d+=0;break;case"right":d+=e.width()-this.uiDialog.outerWidth();break;default:case"center":d+=(e.width()-this.uiDialog.outerWidth())/2}}if(i[1].constructor==Number){g+=i[1]}else{switch(i[1]){case"top":g+=0;break;case"bottom":g+=e.height()-this.uiDialog.outerHeight();break;default:case"middle":g+=(e.height()-this.uiDialog.outerHeight())/2}}g=Math.max(g,h);this.uiDialog.css({top:g,left:d})},_setData:function(e,f){(b[e]&&this.uiDialog.data(b[e],f));switch(e){case"buttons":this._createButtons(f);break;case"closeText":this.uiDialogTitlebarCloseText.text(f);break;case"dialogClass":this.uiDialog.removeClass(this.options.dialogClass).addClass(a+f);break;case"draggable":(f?this._makeDraggable():this.uiDialog.draggable("destroy"));break;case"height":this.uiDialog.height(f);break;case"position":this._position(f);break;case"resizable":var d=this.uiDialog,g=this.uiDialog.is(":data(resizable)");(g&&!f&&d.resizable("destroy"));(g&&typeof f=="string"&&d.resizable("option","handles",f));(g||this._makeResizable(f));break;case"title":c(".ui-dialog-title",this.uiDialogTitlebar).html(f||"&nbsp;");break;case"width":this.uiDialog.width(f);break}c.widget.prototype._setData.apply(this,arguments)},_size:function(){var e=this.options;this.element.css({height:0,minHeight:0,width:"auto"});var d=this.uiDialog.css({height:"auto",width:e.width}).height();this.element.css({minHeight:Math.max(e.minHeight-d,0),height:e.height=="auto"?"auto":Math.max(e.height-d,0)})}});c.extend(c.ui.dialog,{version:"1.7.2",defaults:{autoOpen:true,bgiframe:false,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:"center",resizable:true,show:null,stack:true,title:"",width:300,zIndex:1000},getter:"isOpen",uuid:0,maxZ:0,getTitleId:function(d){return"ui-dialog-title-"+(d.attr("id")||++this.uuid)},overlay:function(d){this.$el=c.ui.dialog.overlay.create(d)}});c.extend(c.ui.dialog.overlay,{instances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(d){return d+".dialog-overlay"}).join(" "),create:function(e){if(this.instances.length===0){setTimeout(function(){if(c.ui.dialog.overlay.instances.length){c(document).bind(c.ui.dialog.overlay.events,function(f){var g=c(f.target).parents(".ui-dialog").css("zIndex")||0;return(g>c.ui.dialog.overlay.maxZ)})}},1);c(document).bind("keydown.dialog-overlay",function(f){(e.options.closeOnEscape&&f.keyCode&&f.keyCode==c.ui.keyCode.ESCAPE&&e.close(f))});c(window).bind("resize.dialog-overlay",c.ui.dialog.overlay.resize)}var d=c("<div></div>").appendTo(document.body).addClass("ui-widget-overlay").css({width:this.width(),height:this.height()});(e.options.bgiframe&&c.fn.bgiframe&&d.bgiframe());this.instances.push(d);return d},destroy:function(d){this.instances.splice(c.inArray(this.instances,d),1);if(this.instances.length===0){c([document,window]).unbind(".dialog-overlay")}d.remove();var e=0;c.each(this.instances,function(){e=Math.max(e,this.css("z-index"))});this.maxZ=e},height:function(){if(c.browser.msie&&c.browser.version<7){var e=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);var d=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);if(e<d){return c(window).height()+"px"}else{return e+"px"}}else{return c(document).height()+"px"}},width:function(){if(c.browser.msie&&c.browser.version<7){var d=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth);var e=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);if(d<e){return c(window).width()+"px"}else{return d+"px"}}else{return c(document).width()+"px"}},resize:function(){var d=c([]);c.each(c.ui.dialog.overlay.instances,function(){d=d.add(this)});d.css({width:0,height:0}).css({width:c.ui.dialog.overlay.width(),height:c.ui.dialog.overlay.height()})}});c.extend(c.ui.dialog.overlay.prototype,{destroy:function(){c.ui.dialog.overlay.destroy(this.$el)}})})(jQuery);;
/*
 * jQuery UI Slider 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Slider
 *
 * Depends:
 *	ui.core.js
 */
(function(a){a.widget("ui.slider",a.extend({},a.ui.mouse,{_init:function(){var b=this,c=this.options;this._keySliding=false;this._handleIndex=null;this._detectOrientation();this._mouseInit();this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget ui-widget-content ui-corner-all");this.range=a([]);if(c.range){if(c.range===true){this.range=a("<div></div>");if(!c.values){c.values=[this._valueMin(),this._valueMin()]}if(c.values.length&&c.values.length!=2){c.values=[c.values[0],c.values[0]]}}else{this.range=a("<div></div>")}this.range.appendTo(this.element).addClass("ui-slider-range");if(c.range=="min"||c.range=="max"){this.range.addClass("ui-slider-range-"+c.range)}this.range.addClass("ui-widget-header")}if(a(".ui-slider-handle",this.element).length==0){a('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle")}if(c.values&&c.values.length){while(a(".ui-slider-handle",this.element).length<c.values.length){a('<a href="#"></a>').appendTo(this.element).addClass("ui-slider-handle")}}this.handles=a(".ui-slider-handle",this.element).addClass("ui-state-default ui-corner-all");this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(d){d.preventDefault()}).hover(function(){if(!c.disabled){a(this).addClass("ui-state-hover")}},function(){a(this).removeClass("ui-state-hover")}).focus(function(){if(!c.disabled){a(".ui-slider .ui-state-focus").removeClass("ui-state-focus");a(this).addClass("ui-state-focus")}else{a(this).blur()}}).blur(function(){a(this).removeClass("ui-state-focus")});this.handles.each(function(d){a(this).data("index.ui-slider-handle",d)});this.handles.keydown(function(i){var f=true;var e=a(this).data("index.ui-slider-handle");if(b.options.disabled){return}switch(i.keyCode){case a.ui.keyCode.HOME:case a.ui.keyCode.END:case a.ui.keyCode.UP:case a.ui.keyCode.RIGHT:case a.ui.keyCode.DOWN:case a.ui.keyCode.LEFT:f=false;if(!b._keySliding){b._keySliding=true;a(this).addClass("ui-state-active");b._start(i,e)}break}var g,d,h=b._step();if(b.options.values&&b.options.values.length){g=d=b.values(e)}else{g=d=b.value()}switch(i.keyCode){case a.ui.keyCode.HOME:d=b._valueMin();break;case a.ui.keyCode.END:d=b._valueMax();break;case a.ui.keyCode.UP:case a.ui.keyCode.RIGHT:if(g==b._valueMax()){return}d=g+h;break;case a.ui.keyCode.DOWN:case a.ui.keyCode.LEFT:if(g==b._valueMin()){return}d=g-h;break}b._slide(i,e,d);return f}).keyup(function(e){var d=a(this).data("index.ui-slider-handle");if(b._keySliding){b._stop(e,d);b._change(e,d);b._keySliding=false;a(this).removeClass("ui-state-active")}});this._refreshValue()},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy()},_mouseCapture:function(d){var e=this.options;if(e.disabled){return false}this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();var h={x:d.pageX,y:d.pageY};var j=this._normValueFromMouse(h);var c=this._valueMax()-this._valueMin()+1,f;var k=this,i;this.handles.each(function(l){var m=Math.abs(j-k.values(l));if(c>m){c=m;f=a(this);i=l}});if(e.range==true&&this.values(1)==e.min){f=a(this.handles[++i])}this._start(d,i);k._handleIndex=i;f.addClass("ui-state-active").focus();var g=f.offset();var b=!a(d.target).parents().andSelf().is(".ui-slider-handle");this._clickOffset=b?{left:0,top:0}:{left:d.pageX-g.left-(f.width()/2),top:d.pageY-g.top-(f.height()/2)-(parseInt(f.css("borderTopWidth"),10)||0)-(parseInt(f.css("borderBottomWidth"),10)||0)+(parseInt(f.css("marginTop"),10)||0)};j=this._normValueFromMouse(h);this._slide(d,i,j);return true},_mouseStart:function(b){return true},_mouseDrag:function(d){var b={x:d.pageX,y:d.pageY};var c=this._normValueFromMouse(b);this._slide(d,this._handleIndex,c);return false},_mouseStop:function(b){this.handles.removeClass("ui-state-active");this._stop(b,this._handleIndex);this._change(b,this._handleIndex);this._handleIndex=null;this._clickOffset=null;return false},_detectOrientation:function(){this.orientation=this.options.orientation=="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(d){var c,h;if("horizontal"==this.orientation){c=this.elementSize.width;h=d.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{c=this.elementSize.height;h=d.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}var f=(h/c);if(f>1){f=1}if(f<0){f=0}if("vertical"==this.orientation){f=1-f}var e=this._valueMax()-this._valueMin(),i=f*e,b=i%this.options.step,g=this._valueMin()+i-b;if(b>(this.options.step/2)){g+=this.options.step}return parseFloat(g.toFixed(5))},_start:function(d,c){var b={handle:this.handles[c],value:this.value()};if(this.options.values&&this.options.values.length){b.value=this.values(c);b.values=this.values()}this._trigger("start",d,b)},_slide:function(f,e,d){var g=this.handles[e];if(this.options.values&&this.options.values.length){var b=this.values(e?0:1);if((this.options.values.length==2&&this.options.range===true)&&((e==0&&d>b)||(e==1&&d<b))){d=b}if(d!=this.values(e)){var c=this.values();c[e]=d;var h=this._trigger("slide",f,{handle:this.handles[e],value:d,values:c});var b=this.values(e?0:1);if(h!==false){this.values(e,d,(f.type=="mousedown"&&this.options.animate),true)}}}else{if(d!=this.value()){var h=this._trigger("slide",f,{handle:this.handles[e],value:d});if(h!==false){this._setData("value",d,(f.type=="mousedown"&&this.options.animate))}}}},_stop:function(d,c){var b={handle:this.handles[c],value:this.value()};if(this.options.values&&this.options.values.length){b.value=this.values(c);b.values=this.values()}this._trigger("stop",d,b)},_change:function(d,c){var b={handle:this.handles[c],value:this.value()};if(this.options.values&&this.options.values.length){b.value=this.values(c);b.values=this.values()}this._trigger("change",d,b)},value:function(b){if(arguments.length){this._setData("value",b);this._change(null,0)}return this._value()},values:function(b,e,c,d){if(arguments.length>1){this.options.values[b]=e;this._refreshValue(c);if(!d){this._change(null,b)}}if(arguments.length){if(this.options.values&&this.options.values.length){return this._values(b)}else{return this.value()}}else{return this._values()}},_setData:function(b,d,c){a.widget.prototype._setData.apply(this,arguments);switch(b){case"disabled":if(d){this.handles.filter(".ui-state-focus").blur();this.handles.removeClass("ui-state-hover");this.handles.attr("disabled","disabled")}else{this.handles.removeAttr("disabled")}case"orientation":this._detectOrientation();this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation);this._refreshValue(c);break;case"value":this._refreshValue(c);break}},_step:function(){var b=this.options.step;return b},_value:function(){var b=this.options.value;if(b<this._valueMin()){b=this._valueMin()}if(b>this._valueMax()){b=this._valueMax()}return b},_values:function(b){if(arguments.length){var c=this.options.values[b];if(c<this._valueMin()){c=this._valueMin()}if(c>this._valueMax()){c=this._valueMax()}return c}else{return this.options.values}},_valueMin:function(){var b=this.options.min;return b},_valueMax:function(){var b=this.options.max;return b},_refreshValue:function(c){var f=this.options.range,d=this.options,l=this;if(this.options.values&&this.options.values.length){var i,h;this.handles.each(function(p,n){var o=(l.values(p)-l._valueMin())/(l._valueMax()-l._valueMin())*100;var m={};m[l.orientation=="horizontal"?"left":"bottom"]=o+"%";a(this).stop(1,1)[c?"animate":"css"](m,d.animate);if(l.options.range===true){if(l.orientation=="horizontal"){(p==0)&&l.range.stop(1,1)[c?"animate":"css"]({left:o+"%"},d.animate);(p==1)&&l.range[c?"animate":"css"]({width:(o-lastValPercent)+"%"},{queue:false,duration:d.animate})}else{(p==0)&&l.range.stop(1,1)[c?"animate":"css"]({bottom:(o)+"%"},d.animate);(p==1)&&l.range[c?"animate":"css"]({height:(o-lastValPercent)+"%"},{queue:false,duration:d.animate})}}lastValPercent=o})}else{var j=this.value(),g=this._valueMin(),k=this._valueMax(),e=k!=g?(j-g)/(k-g)*100:0;var b={};b[l.orientation=="horizontal"?"left":"bottom"]=e+"%";this.handle.stop(1,1)[c?"animate":"css"](b,d.animate);(f=="min")&&(this.orientation=="horizontal")&&this.range.stop(1,1)[c?"animate":"css"]({width:e+"%"},d.animate);(f=="max")&&(this.orientation=="horizontal")&&this.range[c?"animate":"css"]({width:(100-e)+"%"},{queue:false,duration:d.animate});(f=="min")&&(this.orientation=="vertical")&&this.range.stop(1,1)[c?"animate":"css"]({height:e+"%"},d.animate);(f=="max")&&(this.orientation=="vertical")&&this.range[c?"animate":"css"]({height:(100-e)+"%"},{queue:false,duration:d.animate})}}}));a.extend(a.ui.slider,{getter:"value values",version:"1.7.2",eventPrefix:"slide",defaults:{animate:false,delay:0,distance:0,max:100,min:0,orientation:"horizontal",range:false,step:1,value:0,values:null}})})(jQuery);;
/*
 * jQuery UI Datepicker 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Datepicker
 *
 * Depends:
 *	ui.core.js
 */
(function($){$.extend($.ui,{datepicker:{version:"1.7.2"}});var PROP_NAME="datepicker";function Datepicker(){this.debug=false;this._curInst=null;this._keyEvent=false;this._disabledInputs=[];this._datepickerShowing=false;this._inDialog=false;this._mainDivId="ui-datepicker-div";this._inlineClass="ui-datepicker-inline";this._appendClass="ui-datepicker-append";this._triggerClass="ui-datepicker-trigger";this._dialogClass="ui-datepicker-dialog";this._disableClass="ui-datepicker-disabled";this._unselectableClass="ui-datepicker-unselectable";this._currentClass="ui-datepicker-current-day";this._dayOverClass="ui-datepicker-days-cell-over";this.regional=[];this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],dateFormat:"mm/dd/yy",firstDay:0,isRTL:false};this._defaults={showOn:"focus",showAnim:"show",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:false,hideIfNoPrevNext:false,navigationAsDateFormat:false,gotoCurrent:false,changeMonth:false,changeYear:false,showMonthAfterYear:false,yearRange:"-10:+10",showOtherMonths:false,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"normal",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:true,showButtonPanel:false};$.extend(this._defaults,this.regional[""]);this.dpDiv=$('<div id="'+this._mainDivId+'" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible"></div>')}$.extend(Datepicker.prototype,{markerClassName:"hasDatepicker",log:function(){if(this.debug){console.log.apply("",arguments)}},setDefaults:function(settings){extendRemove(this._defaults,settings||{});return this},_attachDatepicker:function(target,settings){var inlineSettings=null;for(var attrName in this._defaults){var attrValue=target.getAttribute("date:"+attrName);if(attrValue){inlineSettings=inlineSettings||{};try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}}var nodeName=target.nodeName.toLowerCase();var inline=(nodeName=="div"||nodeName=="span");if(!target.id){target.id="dp"+(++this.uuid)}var inst=this._newInst($(target),inline);inst.settings=$.extend({},settings||{},inlineSettings||{});if(nodeName=="input"){this._connectDatepicker(target,inst)}else{if(inline){this._inlineDatepicker(target,inst)}}},_newInst:function(target,inline){var id=target[0].id.replace(/([:\[\]\.])/g,"\\\\$1");return{id:id,input:target,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:inline,dpDiv:(!inline?this.dpDiv:$('<div class="'+this._inlineClass+' ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all"></div>'))}},_connectDatepicker:function(target,inst){var input=$(target);inst.append=$([]);inst.trigger=$([]);if(input.hasClass(this.markerClassName)){return}var appendText=this._get(inst,"appendText");var isRTL=this._get(inst,"isRTL");if(appendText){inst.append=$('<span class="'+this._appendClass+'">'+appendText+"</span>");input[isRTL?"before":"after"](inst.append)}var showOn=this._get(inst,"showOn");if(showOn=="focus"||showOn=="both"){input.focus(this._showDatepicker)}if(showOn=="button"||showOn=="both"){var buttonText=this._get(inst,"buttonText");var buttonImage=this._get(inst,"buttonImage");inst.trigger=$(this._get(inst,"buttonImageOnly")?$("<img/>").addClass(this._triggerClass).attr({src:buttonImage,alt:buttonText,title:buttonText}):$('<button type="button"></button>').addClass(this._triggerClass).html(buttonImage==""?buttonText:$("<img/>").attr({src:buttonImage,alt:buttonText,title:buttonText})));input[isRTL?"before":"after"](inst.trigger);inst.trigger.click(function(){if($.datepicker._datepickerShowing&&$.datepicker._lastInput==target){$.datepicker._hideDatepicker()}else{$.datepicker._showDatepicker(target)}return false})}input.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst)},_inlineDatepicker:function(target,inst){var divSpan=$(target);if(divSpan.hasClass(this.markerClassName)){return}divSpan.addClass(this.markerClassName).append(inst.dpDiv).bind("setData.datepicker",function(event,key,value){inst.settings[key]=value}).bind("getData.datepicker",function(event,key){return this._get(inst,key)});$.data(target,PROP_NAME,inst);this._setDate(inst,this._getDefaultDate(inst));this._updateDatepicker(inst);this._updateAlternate(inst)},_dialogDatepicker:function(input,dateText,onSelect,settings,pos){var inst=this._dialogInst;if(!inst){var id="dp"+(++this.uuid);this._dialogInput=$('<input type="text" id="'+id+'" size="1" style="position: absolute; top: -100px;"/>');this._dialogInput.keydown(this._doKeyDown);$("body").append(this._dialogInput);inst=this._dialogInst=this._newInst(this._dialogInput,false);inst.settings={};$.data(this._dialogInput[0],PROP_NAME,inst)}extendRemove(inst.settings,settings||{});this._dialogInput.val(dateText);this._pos=(pos?(pos.length?pos:[pos.pageX,pos.pageY]):null);if(!this._pos){var browserWidth=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;var browserHeight=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;var scrollX=document.documentElement.scrollLeft||document.body.scrollLeft;var scrollY=document.documentElement.scrollTop||document.body.scrollTop;this._pos=[(browserWidth/2)-100+scrollX,(browserHeight/2)-150+scrollY]}this._dialogInput.css("left",this._pos[0]+"px").css("top",this._pos[1]+"px");inst.settings.onSelect=onSelect;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);if($.blockUI){$.blockUI(this.dpDiv)}$.data(this._dialogInput[0],PROP_NAME,inst);return this},_destroyDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();$.removeData(target,PROP_NAME);if(nodeName=="input"){inst.append.remove();inst.trigger.remove();$target.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress)}else{if(nodeName=="div"||nodeName=="span"){$target.removeClass(this.markerClassName).empty()}}},_enableDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=false;inst.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().removeClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)})},_disableDatepicker:function(target){var $target=$(target);var inst=$.data(target,PROP_NAME);if(!$target.hasClass(this.markerClassName)){return}var nodeName=target.nodeName.toLowerCase();if(nodeName=="input"){target.disabled=true;inst.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else{if(nodeName=="div"||nodeName=="span"){var inline=$target.children("."+this._inlineClass);inline.children().addClass("ui-state-disabled")}}this._disabledInputs=$.map(this._disabledInputs,function(value){return(value==target?null:value)});this._disabledInputs[this._disabledInputs.length]=target},_isDisabledDatepicker:function(target){if(!target){return false}for(var i=0;i<this._disabledInputs.length;i++){if(this._disabledInputs[i]==target){return true}}return false},_getInst:function(target){try{return $.data(target,PROP_NAME)}catch(err){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(target,name,value){var inst=this._getInst(target);if(arguments.length==2&&typeof name=="string"){return(name=="defaults"?$.extend({},$.datepicker._defaults):(inst?(name=="all"?$.extend({},inst.settings):this._get(inst,name)):null))}var settings=name||{};if(typeof name=="string"){settings={};settings[name]=value}if(inst){if(this._curInst==inst){this._hideDatepicker(null)}var date=this._getDateDatepicker(target);extendRemove(inst.settings,settings);this._setDateDatepicker(target,date);this._updateDatepicker(inst)}},_changeDatepicker:function(target,name,value){this._optionDatepicker(target,name,value)},_refreshDatepicker:function(target){var inst=this._getInst(target);if(inst){this._updateDatepicker(inst)}},_setDateDatepicker:function(target,date,endDate){var inst=this._getInst(target);if(inst){this._setDate(inst,date,endDate);this._updateDatepicker(inst);this._updateAlternate(inst)}},_getDateDatepicker:function(target){var inst=this._getInst(target);if(inst&&!inst.inline){this._setDateFromField(inst)}return(inst?this._getDate(inst):null)},_doKeyDown:function(event){var inst=$.datepicker._getInst(event.target);var handled=true;var isRTL=inst.dpDiv.is(".ui-datepicker-rtl");inst._keyEvent=true;if($.datepicker._datepickerShowing){switch(event.keyCode){case 9:$.datepicker._hideDatepicker(null,"");break;case 13:var sel=$("td."+$.datepicker._dayOverClass+", td."+$.datepicker._currentClass,inst.dpDiv);if(sel[0]){$.datepicker._selectDay(event.target,inst.selectedMonth,inst.selectedYear,sel[0])}else{$.datepicker._hideDatepicker(null,$.datepicker._get(inst,"duration"))}return false;break;case 27:$.datepicker._hideDatepicker(null,$.datepicker._get(inst,"duration"));break;case 33:$.datepicker._adjustDate(event.target,(event.ctrlKey?-$.datepicker._get(inst,"stepBigMonths"):-$.datepicker._get(inst,"stepMonths")),"M");break;case 34:$.datepicker._adjustDate(event.target,(event.ctrlKey?+$.datepicker._get(inst,"stepBigMonths"):+$.datepicker._get(inst,"stepMonths")),"M");break;case 35:if(event.ctrlKey||event.metaKey){$.datepicker._clearDate(event.target)}handled=event.ctrlKey||event.metaKey;break;case 36:if(event.ctrlKey||event.metaKey){$.datepicker._gotoToday(event.target)}handled=event.ctrlKey||event.metaKey;break;case 37:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,(isRTL?+1:-1),"D")}handled=event.ctrlKey||event.metaKey;if(event.originalEvent.altKey){$.datepicker._adjustDate(event.target,(event.ctrlKey?-$.datepicker._get(inst,"stepBigMonths"):-$.datepicker._get(inst,"stepMonths")),"M")}break;case 38:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,-7,"D")}handled=event.ctrlKey||event.metaKey;break;case 39:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,(isRTL?-1:+1),"D")}handled=event.ctrlKey||event.metaKey;if(event.originalEvent.altKey){$.datepicker._adjustDate(event.target,(event.ctrlKey?+$.datepicker._get(inst,"stepBigMonths"):+$.datepicker._get(inst,"stepMonths")),"M")}break;case 40:if(event.ctrlKey||event.metaKey){$.datepicker._adjustDate(event.target,+7,"D")}handled=event.ctrlKey||event.metaKey;break;default:handled=false}}else{if(event.keyCode==36&&event.ctrlKey){$.datepicker._showDatepicker(this)}else{handled=false}}if(handled){event.preventDefault();event.stopPropagation()}},_doKeyPress:function(event){var inst=$.datepicker._getInst(event.target);if($.datepicker._get(inst,"constrainInput")){var chars=$.datepicker._possibleChars($.datepicker._get(inst,"dateFormat"));var chr=String.fromCharCode(event.charCode==undefined?event.keyCode:event.charCode);return event.ctrlKey||(chr<" "||!chars||chars.indexOf(chr)>-1)}},_showDatepicker:function(input){input=input.target||input;if(input.nodeName.toLowerCase()!="input"){input=$("input",input.parentNode)[0]}if($.datepicker._isDisabledDatepicker(input)||$.datepicker._lastInput==input){return}var inst=$.datepicker._getInst(input);var beforeShow=$.datepicker._get(inst,"beforeShow");extendRemove(inst.settings,(beforeShow?beforeShow.apply(input,[input,inst]):{}));$.datepicker._hideDatepicker(null,"");$.datepicker._lastInput=input;$.datepicker._setDateFromField(inst);if($.datepicker._inDialog){input.value=""}if(!$.datepicker._pos){$.datepicker._pos=$.datepicker._findPos(input);$.datepicker._pos[1]+=input.offsetHeight}var isFixed=false;$(input).parents().each(function(){isFixed|=$(this).css("position")=="fixed";return !isFixed});if(isFixed&&$.browser.opera){$.datepicker._pos[0]-=document.documentElement.scrollLeft;$.datepicker._pos[1]-=document.documentElement.scrollTop}var offset={left:$.datepicker._pos[0],top:$.datepicker._pos[1]};$.datepicker._pos=null;inst.rangeStart=null;inst.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});$.datepicker._updateDatepicker(inst);offset=$.datepicker._checkOffset(inst,offset,isFixed);inst.dpDiv.css({position:($.datepicker._inDialog&&$.blockUI?"static":(isFixed?"fixed":"absolute")),display:"none",left:offset.left+"px",top:offset.top+"px"});if(!inst.inline){var showAnim=$.datepicker._get(inst,"showAnim")||"show";var duration=$.datepicker._get(inst,"duration");var postProcess=function(){$.datepicker._datepickerShowing=true;if($.browser.msie&&parseInt($.browser.version,10)<7){$("iframe.ui-datepicker-cover").css({width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4})}};if($.effects&&$.effects[showAnim]){inst.dpDiv.show(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[showAnim](duration,postProcess)}if(duration==""){postProcess()}if(inst.input[0].type!="hidden"){inst.input[0].focus()}$.datepicker._curInst=inst}},_updateDatepicker:function(inst){var dims={width:inst.dpDiv.width()+4,height:inst.dpDiv.height()+4};var self=this;inst.dpDiv.empty().append(this._generateHTML(inst)).find("iframe.ui-datepicker-cover").css({width:dims.width,height:dims.height}).end().find("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a").bind("mouseout",function(){$(this).removeClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).removeClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).removeClass("ui-datepicker-next-hover")}}).bind("mouseover",function(){if(!self._isDisabledDatepicker(inst.inline?inst.dpDiv.parent()[0]:inst.input[0])){$(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");$(this).addClass("ui-state-hover");if(this.className.indexOf("ui-datepicker-prev")!=-1){$(this).addClass("ui-datepicker-prev-hover")}if(this.className.indexOf("ui-datepicker-next")!=-1){$(this).addClass("ui-datepicker-next-hover")}}}).end().find("."+this._dayOverClass+" a").trigger("mouseover").end();var numMonths=this._getNumberOfMonths(inst);var cols=numMonths[1];var width=17;if(cols>1){inst.dpDiv.addClass("ui-datepicker-multi-"+cols).css("width",(width*cols)+"em")}else{inst.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("")}inst.dpDiv[(numMonths[0]!=1||numMonths[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");inst.dpDiv[(this._get(inst,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");if(inst.input&&inst.input[0].type!="hidden"&&inst==$.datepicker._curInst){$(inst.input[0]).focus()}},_checkOffset:function(inst,offset,isFixed){var dpWidth=inst.dpDiv.outerWidth();var dpHeight=inst.dpDiv.outerHeight();var inputWidth=inst.input?inst.input.outerWidth():0;var inputHeight=inst.input?inst.input.outerHeight():0;var viewWidth=(window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth)+$(document).scrollLeft();var viewHeight=(window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight)+$(document).scrollTop();offset.left-=(this._get(inst,"isRTL")?(dpWidth-inputWidth):0);offset.left-=(isFixed&&offset.left==inst.input.offset().left)?$(document).scrollLeft():0;offset.top-=(isFixed&&offset.top==(inst.input.offset().top+inputHeight))?$(document).scrollTop():0;offset.left-=(offset.left+dpWidth>viewWidth&&viewWidth>dpWidth)?Math.abs(offset.left+dpWidth-viewWidth):0;offset.top-=(offset.top+dpHeight>viewHeight&&viewHeight>dpHeight)?Math.abs(offset.top+dpHeight+inputHeight*2-viewHeight):0;return offset},_findPos:function(obj){while(obj&&(obj.type=="hidden"||obj.nodeType!=1)){obj=obj.nextSibling}var position=$(obj).offset();return[position.left,position.top]},_hideDatepicker:function(input,duration){var inst=this._curInst;if(!inst||(input&&inst!=$.data(input,PROP_NAME))){return}if(inst.stayOpen){this._selectDate("#"+inst.id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear))}inst.stayOpen=false;if(this._datepickerShowing){duration=(duration!=null?duration:this._get(inst,"duration"));var showAnim=this._get(inst,"showAnim");var postProcess=function(){$.datepicker._tidyDialog(inst)};if(duration!=""&&$.effects&&$.effects[showAnim]){inst.dpDiv.hide(showAnim,$.datepicker._get(inst,"showOptions"),duration,postProcess)}else{inst.dpDiv[(duration==""?"hide":(showAnim=="slideDown"?"slideUp":(showAnim=="fadeIn"?"fadeOut":"hide")))](duration,postProcess)}if(duration==""){this._tidyDialog(inst)}var onClose=this._get(inst,"onClose");if(onClose){onClose.apply((inst.input?inst.input[0]:null),[(inst.input?inst.input.val():""),inst])}this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if($.blockUI){$.unblockUI();$("body").append(this.dpDiv)}}this._inDialog=false}this._curInst=null},_tidyDialog:function(inst){inst.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(event){if(!$.datepicker._curInst){return}var $target=$(event.target);if(($target.parents("#"+$.datepicker._mainDivId).length==0)&&!$target.hasClass($.datepicker.markerClassName)&&!$target.hasClass($.datepicker._triggerClass)&&$.datepicker._datepickerShowing&&!($.datepicker._inDialog&&$.blockUI)){$.datepicker._hideDatepicker(null,"")}},_adjustDate:function(id,offset,period){var target=$(id);var inst=this._getInst(target[0]);if(this._isDisabledDatepicker(target[0])){return}this._adjustInstDate(inst,offset+(period=="M"?this._get(inst,"showCurrentAtPos"):0),period);this._updateDatepicker(inst)},_gotoToday:function(id){var target=$(id);var inst=this._getInst(target[0]);if(this._get(inst,"gotoCurrent")&&inst.currentDay){inst.selectedDay=inst.currentDay;inst.drawMonth=inst.selectedMonth=inst.currentMonth;inst.drawYear=inst.selectedYear=inst.currentYear}else{var date=new Date();inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear()}this._notifyChange(inst);this._adjustDate(target)},_selectMonthYear:function(id,select,period){var target=$(id);var inst=this._getInst(target[0]);inst._selectingMonthYear=false;inst["selected"+(period=="M"?"Month":"Year")]=inst["draw"+(period=="M"?"Month":"Year")]=parseInt(select.options[select.selectedIndex].value,10);this._notifyChange(inst);this._adjustDate(target)},_clickMonthYear:function(id){var target=$(id);var inst=this._getInst(target[0]);if(inst.input&&inst._selectingMonthYear&&!$.browser.msie){inst.input[0].focus()}inst._selectingMonthYear=!inst._selectingMonthYear},_selectDay:function(id,month,year,td){var target=$(id);if($(td).hasClass(this._unselectableClass)||this._isDisabledDatepicker(target[0])){return}var inst=this._getInst(target[0]);inst.selectedDay=inst.currentDay=$("a",td).html();inst.selectedMonth=inst.currentMonth=month;inst.selectedYear=inst.currentYear=year;if(inst.stayOpen){inst.endDay=inst.endMonth=inst.endYear=null}this._selectDate(id,this._formatDate(inst,inst.currentDay,inst.currentMonth,inst.currentYear));if(inst.stayOpen){inst.rangeStart=this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay));this._updateDatepicker(inst)}},_clearDate:function(id){var target=$(id);var inst=this._getInst(target[0]);inst.stayOpen=false;inst.endDay=inst.endMonth=inst.endYear=inst.rangeStart=null;this._selectDate(target,"")},_selectDate:function(id,dateStr){var target=$(id);var inst=this._getInst(target[0]);dateStr=(dateStr!=null?dateStr:this._formatDate(inst));if(inst.input){inst.input.val(dateStr)}this._updateAlternate(inst);var onSelect=this._get(inst,"onSelect");if(onSelect){onSelect.apply((inst.input?inst.input[0]:null),[dateStr,inst])}else{if(inst.input){inst.input.trigger("change")}}if(inst.inline){this._updateDatepicker(inst)}else{if(!inst.stayOpen){this._hideDatepicker(null,this._get(inst,"duration"));this._lastInput=inst.input[0];if(typeof(inst.input[0])!="object"){inst.input[0].focus()}this._lastInput=null}}},_updateAlternate:function(inst){var altField=this._get(inst,"altField");if(altField){var altFormat=this._get(inst,"altFormat")||this._get(inst,"dateFormat");var date=this._getDate(inst);dateStr=this.formatDate(altFormat,date,this._getFormatConfig(inst));$(altField).each(function(){$(this).val(dateStr)})}},noWeekends:function(date){var day=date.getDay();return[(day>0&&day<6),""]},iso8601Week:function(date){var checkDate=new Date(date.getFullYear(),date.getMonth(),date.getDate());var firstMon=new Date(checkDate.getFullYear(),1-1,4);var firstDay=firstMon.getDay()||7;firstMon.setDate(firstMon.getDate()+1-firstDay);if(firstDay<4&&checkDate<firstMon){checkDate.setDate(checkDate.getDate()-3);return $.datepicker.iso8601Week(checkDate)}else{if(checkDate>new Date(checkDate.getFullYear(),12-1,28)){firstDay=new Date(checkDate.getFullYear()+1,1-1,4).getDay()||7;if(firstDay>4&&(checkDate.getDay()||7)<firstDay-3){return 1}}}return Math.floor(((checkDate-firstMon)/86400000)/7)+1},parseDate:function(format,value,settings){if(format==null||value==null){throw"Invalid arguments"}value=(typeof value=="object"?value.toString():value+"");if(value==""){return null}var shortYearCutoff=(settings?settings.shortYearCutoff:null)||this._defaults.shortYearCutoff;var dayNamesShort=(settings?settings.dayNamesShort:null)||this._defaults.dayNamesShort;var dayNames=(settings?settings.dayNames:null)||this._defaults.dayNames;var monthNamesShort=(settings?settings.monthNamesShort:null)||this._defaults.monthNamesShort;var monthNames=(settings?settings.monthNames:null)||this._defaults.monthNames;var year=-1;var month=-1;var day=-1;var doy=-1;var literal=false;var lookAhead=function(match){var matches=(iFormat+1<format.length&&format.charAt(iFormat+1)==match);if(matches){iFormat++}return matches};var getNumber=function(match){lookAhead(match);var origSize=(match=="@"?14:(match=="y"?4:(match=="o"?3:2)));var size=origSize;var num=0;while(size>0&&iValue<value.length&&value.charAt(iValue)>="0"&&value.charAt(iValue)<="9"){num=num*10+parseInt(value.charAt(iValue++),10);size--}if(size==origSize){throw"Missing number at position "+iValue}return num};var getName=function(match,shortNames,longNames){var names=(lookAhead(match)?longNames:shortNames);var size=0;for(var j=0;j<names.length;j++){size=Math.max(size,names[j].length)}var name="";var iInit=iValue;while(size>0&&iValue<value.length){name+=value.charAt(iValue++);for(var i=0;i<names.length;i++){if(name==names[i]){return i+1}}size--}throw"Unknown name at position "+iInit};var checkLiteral=function(){if(value.charAt(iValue)!=format.charAt(iFormat)){throw"Unexpected literal at position "+iValue}iValue++};var iValue=0;for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{checkLiteral()}}else{switch(format.charAt(iFormat)){case"d":day=getNumber("d");break;case"D":getName("D",dayNamesShort,dayNames);break;case"o":doy=getNumber("o");break;case"m":month=getNumber("m");break;case"M":month=getName("M",monthNamesShort,monthNames);break;case"y":year=getNumber("y");break;case"@":var date=new Date(getNumber("@"));year=date.getFullYear();month=date.getMonth()+1;day=date.getDate();break;case"'":if(lookAhead("'")){checkLiteral()}else{literal=true}break;default:checkLiteral()}}}if(year==-1){year=new Date().getFullYear()}else{if(year<100){year+=new Date().getFullYear()-new Date().getFullYear()%100+(year<=shortYearCutoff?0:-100)}}if(doy>-1){month=1;day=doy;do{var dim=this._getDaysInMonth(year,month-1);if(day<=dim){break}month++;day-=dim}while(true)}var date=this._daylightSavingAdjust(new Date(year,month-1,day));if(date.getFullYear()!=year||date.getMonth()+1!=month||date.getDate()!=day){throw"Invalid date"}return date},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TIMESTAMP:"@",W3C:"yy-mm-dd",formatDate:function(format,date,settings){if(!date){return""}var dayNamesShort=(settings?settings.dayNamesShort:null)||this._defaults.dayNamesShort;var dayNames=(settings?settings.dayNames:null)||this._defaults.dayNames;var monthNamesShort=(settings?settings.monthNamesShort:null)||this._defaults.monthNamesShort;var monthNames=(settings?settings.monthNames:null)||this._defaults.monthNames;var lookAhead=function(match){var matches=(iFormat+1<format.length&&format.charAt(iFormat+1)==match);if(matches){iFormat++}return matches};var formatNumber=function(match,value,len){var num=""+value;if(lookAhead(match)){while(num.length<len){num="0"+num}}return num};var formatName=function(match,value,shortNames,longNames){return(lookAhead(match)?longNames[value]:shortNames[value])};var output="";var literal=false;if(date){for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{output+=format.charAt(iFormat)}}else{switch(format.charAt(iFormat)){case"d":output+=formatNumber("d",date.getDate(),2);break;case"D":output+=formatName("D",date.getDay(),dayNamesShort,dayNames);break;case"o":var doy=date.getDate();for(var m=date.getMonth()-1;m>=0;m--){doy+=this._getDaysInMonth(date.getFullYear(),m)}output+=formatNumber("o",doy,3);break;case"m":output+=formatNumber("m",date.getMonth()+1,2);break;case"M":output+=formatName("M",date.getMonth(),monthNamesShort,monthNames);break;case"y":output+=(lookAhead("y")?date.getFullYear():(date.getYear()%100<10?"0":"")+date.getYear()%100);break;case"@":output+=date.getTime();break;case"'":if(lookAhead("'")){output+="'"}else{literal=true}break;default:output+=format.charAt(iFormat)}}}}return output},_possibleChars:function(format){var chars="";var literal=false;for(var iFormat=0;iFormat<format.length;iFormat++){if(literal){if(format.charAt(iFormat)=="'"&&!lookAhead("'")){literal=false}else{chars+=format.charAt(iFormat)}}else{switch(format.charAt(iFormat)){case"d":case"m":case"y":case"@":chars+="0123456789";break;case"D":case"M":return null;case"'":if(lookAhead("'")){chars+="'"}else{literal=true}break;default:chars+=format.charAt(iFormat)}}}return chars},_get:function(inst,name){return inst.settings[name]!==undefined?inst.settings[name]:this._defaults[name]},_setDateFromField:function(inst){var dateFormat=this._get(inst,"dateFormat");var dates=inst.input?inst.input.val():null;inst.endDay=inst.endMonth=inst.endYear=null;var date=defaultDate=this._getDefaultDate(inst);var settings=this._getFormatConfig(inst);try{date=this.parseDate(dateFormat,dates,settings)||defaultDate}catch(event){this.log(event);date=defaultDate}inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear();inst.currentDay=(dates?date.getDate():0);inst.currentMonth=(dates?date.getMonth():0);inst.currentYear=(dates?date.getFullYear():0);this._adjustInstDate(inst)},_getDefaultDate:function(inst){var date=this._determineDate(this._get(inst,"defaultDate"),new Date());var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");date=(minDate&&date<minDate?minDate:date);date=(maxDate&&date>maxDate?maxDate:date);return date},_determineDate:function(date,defaultDate){var offsetNumeric=function(offset){var date=new Date();date.setDate(date.getDate()+offset);return date};var offsetString=function(offset,getDaysInMonth){var date=new Date();var year=date.getFullYear();var month=date.getMonth();var day=date.getDate();var pattern=/([+-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g;var matches=pattern.exec(offset);while(matches){switch(matches[2]||"d"){case"d":case"D":day+=parseInt(matches[1],10);break;case"w":case"W":day+=parseInt(matches[1],10)*7;break;case"m":case"M":month+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break;case"y":case"Y":year+=parseInt(matches[1],10);day=Math.min(day,getDaysInMonth(year,month));break}matches=pattern.exec(offset)}return new Date(year,month,day)};date=(date==null?defaultDate:(typeof date=="string"?offsetString(date,this._getDaysInMonth):(typeof date=="number"?(isNaN(date)?defaultDate:offsetNumeric(date)):date)));date=(date&&date.toString()=="Invalid Date"?defaultDate:date);if(date){date.setHours(0);date.setMinutes(0);date.setSeconds(0);date.setMilliseconds(0)}return this._daylightSavingAdjust(date)},_daylightSavingAdjust:function(date){if(!date){return null}date.setHours(date.getHours()>12?date.getHours()+2:0);return date},_setDate:function(inst,date,endDate){var clear=!(date);var origMonth=inst.selectedMonth;var origYear=inst.selectedYear;date=this._determineDate(date,new Date());inst.selectedDay=inst.currentDay=date.getDate();inst.drawMonth=inst.selectedMonth=inst.currentMonth=date.getMonth();inst.drawYear=inst.selectedYear=inst.currentYear=date.getFullYear();if(origMonth!=inst.selectedMonth||origYear!=inst.selectedYear){this._notifyChange(inst)}this._adjustInstDate(inst);if(inst.input){inst.input.val(clear?"":this._formatDate(inst))}},_getDate:function(inst){var startDate=(!inst.currentYear||(inst.input&&inst.input.val()=="")?null:this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return startDate},_generateHTML:function(inst){var today=new Date();today=this._daylightSavingAdjust(new Date(today.getFullYear(),today.getMonth(),today.getDate()));var isRTL=this._get(inst,"isRTL");var showButtonPanel=this._get(inst,"showButtonPanel");var hideIfNoPrevNext=this._get(inst,"hideIfNoPrevNext");var navigationAsDateFormat=this._get(inst,"navigationAsDateFormat");var numMonths=this._getNumberOfMonths(inst);var showCurrentAtPos=this._get(inst,"showCurrentAtPos");var stepMonths=this._get(inst,"stepMonths");var stepBigMonths=this._get(inst,"stepBigMonths");var isMultiMonth=(numMonths[0]!=1||numMonths[1]!=1);var currentDate=this._daylightSavingAdjust((!inst.currentDay?new Date(9999,9,9):new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");var drawMonth=inst.drawMonth-showCurrentAtPos;var drawYear=inst.drawYear;if(drawMonth<0){drawMonth+=12;drawYear--}if(maxDate){var maxDraw=this._daylightSavingAdjust(new Date(maxDate.getFullYear(),maxDate.getMonth()-numMonths[1]+1,maxDate.getDate()));maxDraw=(minDate&&maxDraw<minDate?minDate:maxDraw);while(this._daylightSavingAdjust(new Date(drawYear,drawMonth,1))>maxDraw){drawMonth--;if(drawMonth<0){drawMonth=11;drawYear--}}}inst.drawMonth=drawMonth;inst.drawYear=drawYear;var prevText=this._get(inst,"prevText");prevText=(!navigationAsDateFormat?prevText:this.formatDate(prevText,this._daylightSavingAdjust(new Date(drawYear,drawMonth-stepMonths,1)),this._getFormatConfig(inst)));var prev=(this._canAdjustMonth(inst,-1,drawYear,drawMonth)?'<a class="ui-datepicker-prev ui-corner-all" onclick="DP_jQuery.datepicker._adjustDate(\'#'+inst.id+"', -"+stepMonths+", 'M');\" title=\""+prevText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"e":"w")+'">'+prevText+"</span></a>":(hideIfNoPrevNext?"":'<a class="ui-datepicker-prev ui-corner-all ui-state-disabled" title="'+prevText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"e":"w")+'">'+prevText+"</span></a>"));var nextText=this._get(inst,"nextText");nextText=(!navigationAsDateFormat?nextText:this.formatDate(nextText,this._daylightSavingAdjust(new Date(drawYear,drawMonth+stepMonths,1)),this._getFormatConfig(inst)));var next=(this._canAdjustMonth(inst,+1,drawYear,drawMonth)?'<a class="ui-datepicker-next ui-corner-all" onclick="DP_jQuery.datepicker._adjustDate(\'#'+inst.id+"', +"+stepMonths+", 'M');\" title=\""+nextText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"w":"e")+'">'+nextText+"</span></a>":(hideIfNoPrevNext?"":'<a class="ui-datepicker-next ui-corner-all ui-state-disabled" title="'+nextText+'"><span class="ui-icon ui-icon-circle-triangle-'+(isRTL?"w":"e")+'">'+nextText+"</span></a>"));var currentText=this._get(inst,"currentText");var gotoDate=(this._get(inst,"gotoCurrent")&&inst.currentDay?currentDate:today);currentText=(!navigationAsDateFormat?currentText:this.formatDate(currentText,gotoDate,this._getFormatConfig(inst)));var controls=(!inst.inline?'<button type="button" class="ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all" onclick="DP_jQuery.datepicker._hideDatepicker();">'+this._get(inst,"closeText")+"</button>":"");var buttonPanel=(showButtonPanel)?'<div class="ui-datepicker-buttonpane ui-widget-content">'+(isRTL?controls:"")+(this._isInRange(inst,gotoDate)?'<button type="button" class="ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all" onclick="DP_jQuery.datepicker._gotoToday(\'#'+inst.id+"');\">"+currentText+"</button>":"")+(isRTL?"":controls)+"</div>":"";var firstDay=parseInt(this._get(inst,"firstDay"),10);firstDay=(isNaN(firstDay)?0:firstDay);var dayNames=this._get(inst,"dayNames");var dayNamesShort=this._get(inst,"dayNamesShort");var dayNamesMin=this._get(inst,"dayNamesMin");var monthNames=this._get(inst,"monthNames");var monthNamesShort=this._get(inst,"monthNamesShort");var beforeShowDay=this._get(inst,"beforeShowDay");var showOtherMonths=this._get(inst,"showOtherMonths");var calculateWeek=this._get(inst,"calculateWeek")||this.iso8601Week;var endDate=inst.endDay?this._daylightSavingAdjust(new Date(inst.endYear,inst.endMonth,inst.endDay)):currentDate;var defaultDate=this._getDefaultDate(inst);var html="";for(var row=0;row<numMonths[0];row++){var group="";for(var col=0;col<numMonths[1];col++){var selectedDate=this._daylightSavingAdjust(new Date(drawYear,drawMonth,inst.selectedDay));var cornerClass=" ui-corner-all";var calender="";if(isMultiMonth){calender+='<div class="ui-datepicker-group ui-datepicker-group-';switch(col){case 0:calender+="first";cornerClass=" ui-corner-"+(isRTL?"right":"left");break;case numMonths[1]-1:calender+="last";cornerClass=" ui-corner-"+(isRTL?"left":"right");break;default:calender+="middle";cornerClass="";break}calender+='">'}calender+='<div class="ui-datepicker-header ui-widget-header ui-helper-clearfix'+cornerClass+'">'+(/all|left/.test(cornerClass)&&row==0?(isRTL?next:prev):"")+(/all|right/.test(cornerClass)&&row==0?(isRTL?prev:next):"")+this._generateMonthYearHeader(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,row>0||col>0,monthNames,monthNamesShort)+'</div><table class="ui-datepicker-calendar"><thead><tr>';var thead="";for(var dow=0;dow<7;dow++){var day=(dow+firstDay)%7;thead+="<th"+((dow+firstDay+6)%7>=5?' class="ui-datepicker-week-end"':"")+'><span title="'+dayNames[day]+'">'+dayNamesMin[day]+"</span></th>"}calender+=thead+"</tr></thead><tbody>";var daysInMonth=this._getDaysInMonth(drawYear,drawMonth);if(drawYear==inst.selectedYear&&drawMonth==inst.selectedMonth){inst.selectedDay=Math.min(inst.selectedDay,daysInMonth)}var leadDays=(this._getFirstDayOfMonth(drawYear,drawMonth)-firstDay+7)%7;var numRows=(isMultiMonth?6:Math.ceil((leadDays+daysInMonth)/7));var printDate=this._daylightSavingAdjust(new Date(drawYear,drawMonth,1-leadDays));for(var dRow=0;dRow<numRows;dRow++){calender+="<tr>";var tbody="";for(var dow=0;dow<7;dow++){var daySettings=(beforeShowDay?beforeShowDay.apply((inst.input?inst.input[0]:null),[printDate]):[true,""]);var otherMonth=(printDate.getMonth()!=drawMonth);var unselectable=otherMonth||!daySettings[0]||(minDate&&printDate<minDate)||(maxDate&&printDate>maxDate);tbody+='<td class="'+((dow+firstDay+6)%7>=5?" ui-datepicker-week-end":"")+(otherMonth?" ui-datepicker-other-month":"")+((printDate.getTime()==selectedDate.getTime()&&drawMonth==inst.selectedMonth&&inst._keyEvent)||(defaultDate.getTime()==printDate.getTime()&&defaultDate.getTime()==selectedDate.getTime())?" "+this._dayOverClass:"")+(unselectable?" "+this._unselectableClass+" ui-state-disabled":"")+(otherMonth&&!showOtherMonths?"":" "+daySettings[1]+(printDate.getTime()>=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" "+this._currentClass:"")+(printDate.getTime()==today.getTime()?" ui-datepicker-today":""))+'"'+((!otherMonth||showOtherMonths)&&daySettings[2]?' title="'+daySettings[2]+'"':"")+(unselectable?"":" onclick=\"DP_jQuery.datepicker._selectDay('#"+inst.id+"',"+drawMonth+","+drawYear+', this);return false;"')+">"+(otherMonth?(showOtherMonths?printDate.getDate():"&#xa0;"):(unselectable?'<span class="ui-state-default">'+printDate.getDate()+"</span>":'<a class="ui-state-default'+(printDate.getTime()==today.getTime()?" ui-state-highlight":"")+(printDate.getTime()>=currentDate.getTime()&&printDate.getTime()<=endDate.getTime()?" ui-state-active":"")+'" href="#">'+printDate.getDate()+"</a>"))+"</td>";printDate.setDate(printDate.getDate()+1);printDate=this._daylightSavingAdjust(printDate)}calender+=tbody+"</tr>"}drawMonth++;if(drawMonth>11){drawMonth=0;drawYear++}calender+="</tbody></table>"+(isMultiMonth?"</div>"+((numMonths[0]>0&&col==numMonths[1]-1)?'<div class="ui-datepicker-row-break"></div>':""):"");group+=calender}html+=group}html+=buttonPanel+($.browser.msie&&parseInt($.browser.version,10)<7&&!inst.inline?'<iframe src="javascript:false;" class="ui-datepicker-cover" frameborder="0"></iframe>':"");inst._keyEvent=false;return html},_generateMonthYearHeader:function(inst,drawMonth,drawYear,minDate,maxDate,selectedDate,secondary,monthNames,monthNamesShort){minDate=(inst.rangeStart&&minDate&&selectedDate<minDate?selectedDate:minDate);var changeMonth=this._get(inst,"changeMonth");var changeYear=this._get(inst,"changeYear");var showMonthAfterYear=this._get(inst,"showMonthAfterYear");var html='<div class="ui-datepicker-title">';var monthHtml="";if(secondary||!changeMonth){monthHtml+='<span class="ui-datepicker-month">'+monthNames[drawMonth]+"</span> "}else{var inMinYear=(minDate&&minDate.getFullYear()==drawYear);var inMaxYear=(maxDate&&maxDate.getFullYear()==drawYear);monthHtml+='<select class="ui-datepicker-month" onchange="DP_jQuery.datepicker._selectMonthYear(\'#'+inst.id+"', this, 'M');\" onclick=\"DP_jQuery.datepicker._clickMonthYear('#"+inst.id+"');\">";for(var month=0;month<12;month++){if((!inMinYear||month>=minDate.getMonth())&&(!inMaxYear||month<=maxDate.getMonth())){monthHtml+='<option value="'+month+'"'+(month==drawMonth?' selected="selected"':"")+">"+monthNamesShort[month]+"</option>"}}monthHtml+="</select>"}if(!showMonthAfterYear){html+=monthHtml+((secondary||changeMonth||changeYear)&&(!(changeMonth&&changeYear))?"&#xa0;":"")}if(secondary||!changeYear){html+='<span class="ui-datepicker-year">'+drawYear+"</span>"}else{var years=this._get(inst,"yearRange").split(":");var year=0;var endYear=0;if(years.length!=2){year=drawYear-10;endYear=drawYear+10}else{if(years[0].charAt(0)=="+"||years[0].charAt(0)=="-"){year=drawYear+parseInt(years[0],10);endYear=drawYear+parseInt(years[1],10)}else{year=parseInt(years[0],10);endYear=parseInt(years[1],10)}}year=(minDate?Math.max(year,minDate.getFullYear()):year);endYear=(maxDate?Math.min(endYear,maxDate.getFullYear()):endYear);html+='<select class="ui-datepicker-year" onchange="DP_jQuery.datepicker._selectMonthYear(\'#'+inst.id+"', this, 'Y');\" onclick=\"DP_jQuery.datepicker._clickMonthYear('#"+inst.id+"');\">";for(;year<=endYear;year++){html+='<option value="'+year+'"'+(year==drawYear?' selected="selected"':"")+">"+year+"</option>"}html+="</select>"}if(showMonthAfterYear){html+=(secondary||changeMonth||changeYear?"&#xa0;":"")+monthHtml}html+="</div>";return html},_adjustInstDate:function(inst,offset,period){var year=inst.drawYear+(period=="Y"?offset:0);var month=inst.drawMonth+(period=="M"?offset:0);var day=Math.min(inst.selectedDay,this._getDaysInMonth(year,month))+(period=="D"?offset:0);var date=this._daylightSavingAdjust(new Date(year,month,day));var minDate=this._getMinMaxDate(inst,"min",true);var maxDate=this._getMinMaxDate(inst,"max");date=(minDate&&date<minDate?minDate:date);date=(maxDate&&date>maxDate?maxDate:date);inst.selectedDay=date.getDate();inst.drawMonth=inst.selectedMonth=date.getMonth();inst.drawYear=inst.selectedYear=date.getFullYear();if(period=="M"||period=="Y"){this._notifyChange(inst)}},_notifyChange:function(inst){var onChange=this._get(inst,"onChangeMonthYear");if(onChange){onChange.apply((inst.input?inst.input[0]:null),[inst.selectedYear,inst.selectedMonth+1,inst])}},_getNumberOfMonths:function(inst){var numMonths=this._get(inst,"numberOfMonths");return(numMonths==null?[1,1]:(typeof numMonths=="number"?[1,numMonths]:numMonths))},_getMinMaxDate:function(inst,minMax,checkRange){var date=this._determineDate(this._get(inst,minMax+"Date"),null);return(!checkRange||!inst.rangeStart?date:(!date||inst.rangeStart>date?inst.rangeStart:date))},_getDaysInMonth:function(year,month){return 32-new Date(year,month,32).getDate()},_getFirstDayOfMonth:function(year,month){return new Date(year,month,1).getDay()},_canAdjustMonth:function(inst,offset,curYear,curMonth){var numMonths=this._getNumberOfMonths(inst);var date=this._daylightSavingAdjust(new Date(curYear,curMonth+(offset<0?offset:numMonths[1]),1));if(offset<0){date.setDate(this._getDaysInMonth(date.getFullYear(),date.getMonth()))}return this._isInRange(inst,date)},_isInRange:function(inst,date){var newMinDate=(!inst.rangeStart?null:this._daylightSavingAdjust(new Date(inst.selectedYear,inst.selectedMonth,inst.selectedDay)));newMinDate=(newMinDate&&inst.rangeStart<newMinDate?inst.rangeStart:newMinDate);var minDate=newMinDate||this._getMinMaxDate(inst,"min");var maxDate=this._getMinMaxDate(inst,"max");return((!minDate||date>=minDate)&&(!maxDate||date<=maxDate))},_getFormatConfig:function(inst){var shortYearCutoff=this._get(inst,"shortYearCutoff");shortYearCutoff=(typeof shortYearCutoff!="string"?shortYearCutoff:new Date().getFullYear()%100+parseInt(shortYearCutoff,10));return{shortYearCutoff:shortYearCutoff,dayNamesShort:this._get(inst,"dayNamesShort"),dayNames:this._get(inst,"dayNames"),monthNamesShort:this._get(inst,"monthNamesShort"),monthNames:this._get(inst,"monthNames")}},_formatDate:function(inst,day,month,year){if(!day){inst.currentDay=inst.selectedDay;inst.currentMonth=inst.selectedMonth;inst.currentYear=inst.selectedYear}var date=(day?(typeof day=="object"?day:this._daylightSavingAdjust(new Date(year,month,day))):this._daylightSavingAdjust(new Date(inst.currentYear,inst.currentMonth,inst.currentDay)));return this.formatDate(this._get(inst,"dateFormat"),date,this._getFormatConfig(inst))}});function extendRemove(target,props){$.extend(target,props);for(var name in props){if(props[name]==null||props[name]==undefined){target[name]=props[name]}}return target}function isArray(a){return(a&&(($.browser.safari&&typeof a=="object"&&a.length)||(a.constructor&&a.constructor.toString().match(/\Array\(\)/))))}$.fn.datepicker=function(options){if(!$.datepicker.initialized){$(document).mousedown($.datepicker._checkExternalClick).find("body").append($.datepicker.dpDiv);$.datepicker.initialized=true}var otherArgs=Array.prototype.slice.call(arguments,1);if(typeof options=="string"&&(options=="isDisabled"||options=="getDate")){return $.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this[0]].concat(otherArgs))}if(options=="option"&&arguments.length==2&&typeof arguments[1]=="string"){return $.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this[0]].concat(otherArgs))}return this.each(function(){typeof options=="string"?$.datepicker["_"+options+"Datepicker"].apply($.datepicker,[this].concat(otherArgs)):$.datepicker._attachDatepicker(this,options)})};$.datepicker=new Datepicker();$.datepicker.initialized=false;$.datepicker.uuid=new Date().getTime();$.datepicker.version="1.7.2";window.DP_jQuery=$})(jQuery);;
/*
 * jquery.qtip. The jQuery tooltip plugin
 *
 * Copyright (c) 2009 Craig Thompson
 * http://craigsworks.com
 *
 * Licensed under MIT
 * http://www.opensource.org/licenses/mit-license.php
 *
 * Launch  : February 2009
 * Version : 1.0.0-rc3
 * Released: Tuesday 12th May, 2009 - 00:00
 * Debug: jquery.qtip.debug.js
 */
(function(f){f.fn.qtip=function(B,u){var y,t,A,s,x,w,v,z;if(typeof B=="string"){if(typeof f(this).data("qtip")!=="object"){f.fn.qtip.log.error.call(self,1,f.fn.qtip.constants.NO_TOOLTIP_PRESENT,false)}if(B=="api"){return f(this).data("qtip").interfaces[f(this).data("qtip").current]}else{if(B=="interfaces"){return f(this).data("qtip").interfaces}}}else{if(!B){B={}}if(typeof B.content!=="object"||(B.content.jquery&&B.content.length>0)){B.content={text:B.content}}if(typeof B.content.title!=="object"){B.content.title={text:B.content.title}}if(typeof B.position!=="object"){B.position={corner:B.position}}if(typeof B.position.corner!=="object"){B.position.corner={target:B.position.corner,tooltip:B.position.corner}}if(typeof B.show!=="object"){B.show={when:B.show}}if(typeof B.show.when!=="object"){B.show.when={event:B.show.when}}if(typeof B.show.effect!=="object"){B.show.effect={type:B.show.effect}}if(typeof B.hide!=="object"){B.hide={when:B.hide}}if(typeof B.hide.when!=="object"){B.hide.when={event:B.hide.when}}if(typeof B.hide.effect!=="object"){B.hide.effect={type:B.hide.effect}}if(typeof B.style!=="object"){B.style={name:B.style}}B.style=c(B.style);s=f.extend(true,{},f.fn.qtip.defaults,B);s.style=a.call({options:s},s.style);s.user=f.extend(true,{},B)}return f(this).each(function(){if(typeof B=="string"){w=B.toLowerCase();A=f(this).qtip("interfaces");if(typeof A=="object"){if(u===true&&w=="destroy"){while(A.length>0){A[A.length-1].destroy()}}else{if(u!==true){A=[f(this).qtip("api")]}for(y=0;y<A.length;y++){if(w=="destroy"){A[y].destroy()}else{if(A[y].status.rendered===true){if(w=="show"){A[y].show()}else{if(w=="hide"){A[y].hide()}else{if(w=="focus"){A[y].focus()}else{if(w=="disable"){A[y].disable(true)}else{if(w=="enable"){A[y].disable(false)}}}}}}}}}}}else{v=f.extend(true,{},s);v.hide.effect.length=s.hide.effect.length;v.show.effect.length=s.show.effect.length;if(v.position.container===false){v.position.container=f(document.body)}if(v.position.target===false){v.position.target=f(this)}if(v.show.when.target===false){v.show.when.target=f(this)}if(v.hide.when.target===false){v.hide.when.target=f(this)}t=f.fn.qtip.interfaces.length;for(y=0;y<t;y++){if(typeof f.fn.qtip.interfaces[y]=="undefined"){t=y;break}}x=new d(f(this),v,t);f.fn.qtip.interfaces[t]=x;if(typeof f(this).data("qtip")=="object"){if(typeof f(this).attr("qtip")==="undefined"){f(this).data("qtip").current=f(this).data("qtip").interfaces.length}f(this).data("qtip").interfaces.push(x)}else{f(this).data("qtip",{current:0,interfaces:[x]})}if(v.content.prerender===false&&v.show.when.event!==false&&v.show.ready!==true){v.show.when.target.bind(v.show.when.event+".qtip-"+t+"-create",{qtip:t},function(C){z=f.fn.qtip.interfaces[C.data.qtip];z.options.show.when.target.unbind(z.options.show.when.event+".qtip-"+C.data.qtip+"-create");z.cache.mouse={x:C.pageX,y:C.pageY};p.call(z);z.options.show.when.target.trigger(z.options.show.when.event)})}else{x.cache.mouse={x:v.show.when.target.offset().left,y:v.show.when.target.offset().top};p.call(x)}}})};function d(u,t,v){var s=this;s.id=v;s.options=t;s.status={animated:false,rendered:false,disabled:false,focused:false};s.elements={target:u.addClass(s.options.style.classes.target),tooltip:null,wrapper:null,content:null,contentWrapper:null,title:null,button:null,tip:null,bgiframe:null};s.cache={mouse:{},position:{},toggle:0};s.timers={};f.extend(s,s.options.api,{show:function(y){var x,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"show")}if(s.elements.tooltip.css("display")!=="none"){return s}s.elements.tooltip.stop(true,false);x=s.beforeShow.call(s,y);if(x===false){return s}function w(){if(s.options.position.type!=="static"){s.focus()}s.onShow.call(s,y);if(f.browser.msie){s.elements.tooltip.get(0).style.removeAttribute("filter")}}s.cache.toggle=1;if(s.options.position.type!=="static"){s.updatePosition(y,(s.options.show.effect.length>0))}if(typeof s.options.show.solo=="object"){z=f(s.options.show.solo)}else{if(s.options.show.solo===true){z=f("div.qtip").not(s.elements.tooltip)}}if(z){z.each(function(){if(f(this).qtip("api").status.rendered===true){f(this).qtip("api").hide()}})}if(typeof s.options.show.effect.type=="function"){s.options.show.effect.type.call(s.elements.tooltip,s.options.show.effect.length);s.elements.tooltip.queue(function(){w();f(this).dequeue()})}else{switch(s.options.show.effect.type.toLowerCase()){case"fade":s.elements.tooltip.fadeIn(s.options.show.effect.length,w);break;case"slide":s.elements.tooltip.slideDown(s.options.show.effect.length,function(){w();if(s.options.position.type!=="static"){s.updatePosition(y,true)}});break;case"grow":s.elements.tooltip.show(s.options.show.effect.length,w);break;default:s.elements.tooltip.show(null,w);break}s.elements.tooltip.addClass(s.options.style.classes.active)}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_SHOWN,"show")},hide:function(y){var x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"hide")}else{if(s.elements.tooltip.css("display")==="none"){return s}}clearTimeout(s.timers.show);s.elements.tooltip.stop(true,false);x=s.beforeHide.call(s,y);if(x===false){return s}function w(){s.onHide.call(s,y)}s.cache.toggle=0;if(typeof s.options.hide.effect.type=="function"){s.options.hide.effect.type.call(s.elements.tooltip,s.options.hide.effect.length);s.elements.tooltip.queue(function(){w();f(this).dequeue()})}else{switch(s.options.hide.effect.type.toLowerCase()){case"fade":s.elements.tooltip.fadeOut(s.options.hide.effect.length,w);break;case"slide":s.elements.tooltip.slideUp(s.options.hide.effect.length,w);break;case"grow":s.elements.tooltip.hide(s.options.hide.effect.length,w);break;default:s.elements.tooltip.hide(null,w);break}s.elements.tooltip.removeClass(s.options.style.classes.active)}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_HIDDEN,"hide")},updatePosition:function(w,x){var C,G,L,J,H,E,y,I,B,D,K,A,F,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updatePosition")}else{if(s.options.position.type=="static"){return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.CANNOT_POSITION_STATIC,"updatePosition")}}G={position:{left:0,top:0},dimensions:{height:0,width:0},corner:s.options.position.corner.target};L={position:s.getPosition(),dimensions:s.getDimensions(),corner:s.options.position.corner.tooltip};if(s.options.position.target!=="mouse"){if(s.options.position.target.get(0).nodeName.toLowerCase()=="area"){J=s.options.position.target.attr("coords").split(",");for(C=0;C<J.length;C++){J[C]=parseInt(J[C])}H=s.options.position.target.parent("map").attr("name");E=f('img[usemap="#'+H+'"]:first').offset();G.position={left:Math.floor(E.left+J[0]),top:Math.floor(E.top+J[1])};switch(s.options.position.target.attr("shape").toLowerCase()){case"rect":G.dimensions={width:Math.ceil(Math.abs(J[2]-J[0])),height:Math.ceil(Math.abs(J[3]-J[1]))};break;case"circle":G.dimensions={width:J[2]+1,height:J[2]+1};break;case"poly":G.dimensions={width:J[0],height:J[1]};for(C=0;C<J.length;C++){if(C%2==0){if(J[C]>G.dimensions.width){G.dimensions.width=J[C]}if(J[C]<J[0]){G.position.left=Math.floor(E.left+J[C])}}else{if(J[C]>G.dimensions.height){G.dimensions.height=J[C]}if(J[C]<J[1]){G.position.top=Math.floor(E.top+J[C])}}}G.dimensions.width=G.dimensions.width-(G.position.left-E.left);G.dimensions.height=G.dimensions.height-(G.position.top-E.top);break;default:return f.fn.qtip.log.error.call(s,4,f.fn.qtip.constants.INVALID_AREA_SHAPE,"updatePosition");break}G.dimensions.width-=2;G.dimensions.height-=2}else{if(s.options.position.target.add(document.body).length===1){G.position={left:f(document).scrollLeft(),top:f(document).scrollTop()};G.dimensions={height:f(window).height(),width:f(window).width()}}else{if(typeof s.options.position.target.attr("qtip")!=="undefined"){G.position=s.options.position.target.qtip("api").cache.position}else{G.position=s.options.position.target.offset()}G.dimensions={height:s.options.position.target.outerHeight(),width:s.options.position.target.outerWidth()}}}y=f.extend({},G.position);if(G.corner.search(/right/i)!==-1){y.left+=G.dimensions.width}if(G.corner.search(/bottom/i)!==-1){y.top+=G.dimensions.height}if(G.corner.search(/((top|bottom)Middle)|center/)!==-1){y.left+=(G.dimensions.width/2)}if(G.corner.search(/((left|right)Middle)|center/)!==-1){y.top+=(G.dimensions.height/2)}}else{G.position=y={left:s.cache.mouse.x,top:s.cache.mouse.y};G.dimensions={height:1,width:1}}if(L.corner.search(/right/i)!==-1){y.left-=L.dimensions.width}if(L.corner.search(/bottom/i)!==-1){y.top-=L.dimensions.height}if(L.corner.search(/((top|bottom)Middle)|center/)!==-1){y.left-=(L.dimensions.width/2)}if(L.corner.search(/((left|right)Middle)|center/)!==-1){y.top-=(L.dimensions.height/2)}I=(f.browser.msie)?1:0;B=(f.browser.msie&&parseInt(f.browser.version.charAt(0))===6)?1:0;if(s.options.style.border.radius>0){if(L.corner.search(/Left/)!==-1){y.left-=s.options.style.border.radius}else{if(L.corner.search(/Right/)!==-1){y.left+=s.options.style.border.radius}}if(L.corner.search(/Top/)!==-1){y.top-=s.options.style.border.radius}else{if(L.corner.search(/Bottom/)!==-1){y.top+=s.options.style.border.radius}}}if(I){if(L.corner.search(/top/)!==-1){y.top-=I}else{if(L.corner.search(/bottom/)!==-1){y.top+=I}}if(L.corner.search(/left/)!==-1){y.left-=I}else{if(L.corner.search(/right/)!==-1){y.left+=I}}if(L.corner.search(/leftMiddle|rightMiddle/)!==-1){y.top-=1}}if(s.options.position.adjust.screen===true){y=o.call(s,y,G,L)}if(s.options.position.target==="mouse"&&s.options.position.adjust.mouse===true){if(s.options.position.adjust.screen===true&&s.elements.tip){K=s.elements.tip.attr("rel")}else{K=s.options.position.corner.tooltip}y.left+=(K.search(/right/i)!==-1)?-6:6;y.top+=(K.search(/bottom/i)!==-1)?-6:6}if(!s.elements.bgiframe&&f.browser.msie&&parseInt(f.browser.version.charAt(0))==6){f("select, object").each(function(){A=f(this).offset();A.bottom=A.top+f(this).height();A.right=A.left+f(this).width();if(y.top+L.dimensions.height>=A.top&&y.left+L.dimensions.width>=A.left){k.call(s)}})}y.left+=s.options.position.adjust.x;y.top+=s.options.position.adjust.y;F=s.getPosition();if(y.left!=F.left||y.top!=F.top){z=s.beforePositionUpdate.call(s,w);if(z===false){return s}s.cache.position=y;if(x===true){s.status.animated=true;s.elements.tooltip.animate(y,200,"swing",function(){s.status.animated=false})}else{s.elements.tooltip.css(y)}s.onPositionUpdate.call(s,w);if(typeof w!=="undefined"&&w.type&&w.type!=="mousemove"){f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_POSITION_UPDATED,"updatePosition")}}return s},updateWidth:function(w){var x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateWidth")}else{if(w&&typeof w!=="number"){return f.fn.qtip.log.error.call(s,2,"newWidth must be of type number","updateWidth")}}x=s.elements.contentWrapper.siblings().add(s.elements.tip).add(s.elements.button);if(!w){if(typeof s.options.style.width.value=="number"){w=s.options.style.width.value}else{s.elements.tooltip.css({width:"auto"});x.hide();if(f.browser.msie){s.elements.wrapper.add(s.elements.contentWrapper.children()).css({zoom:"normal"})}w=s.getDimensions().width+1;if(!s.options.style.width.value){if(w>s.options.style.width.max){w=s.options.style.width.max}if(w<s.options.style.width.min){w=s.options.style.width.min}}}}if(w%2!==0){w-=1}s.elements.tooltip.width(w);x.show();if(s.options.style.border.radius){s.elements.tooltip.find(".qtip-betweenCorners").each(function(y){f(this).width(w-(s.options.style.border.radius*2))})}if(f.browser.msie){s.elements.wrapper.add(s.elements.contentWrapper.children()).css({zoom:"1"});s.elements.wrapper.width(w);if(s.elements.bgiframe){s.elements.bgiframe.width(w).height(s.getDimensions.height)}}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_WIDTH_UPDATED,"updateWidth")},updateStyle:function(w){var z,A,x,y,B;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateStyle")}else{if(typeof w!=="string"||!f.fn.qtip.styles[w]){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.STYLE_NOT_DEFINED,"updateStyle")}}s.options.style=a.call(s,f.fn.qtip.styles[w],s.options.user.style);s.elements.content.css(q(s.options.style));if(s.options.content.title.text!==false){s.elements.title.css(q(s.options.style.title,true))}s.elements.contentWrapper.css({borderColor:s.options.style.border.color});if(s.options.style.tip.corner!==false){if(f("<canvas>").get(0).getContext){z=s.elements.tooltip.find(".qtip-tip canvas:first");x=z.get(0).getContext("2d");x.clearRect(0,0,300,300);y=z.parent("div[rel]:first").attr("rel");B=b(y,s.options.style.tip.size.width,s.options.style.tip.size.height);h.call(s,z,B,s.options.style.tip.color||s.options.style.border.color)}else{if(f.browser.msie){z=s.elements.tooltip.find('.qtip-tip [nodeName="shape"]');z.attr("fillcolor",s.options.style.tip.color||s.options.style.border.color)}}}if(s.options.style.border.radius>0){s.elements.tooltip.find(".qtip-betweenCorners").css({backgroundColor:s.options.style.border.color});if(f("<canvas>").get(0).getContext){A=g(s.options.style.border.radius);s.elements.tooltip.find(".qtip-wrapper canvas").each(function(){x=f(this).get(0).getContext("2d");x.clearRect(0,0,300,300);y=f(this).parent("div[rel]:first").attr("rel");r.call(s,f(this),A[y],s.options.style.border.radius,s.options.style.border.color)})}else{if(f.browser.msie){s.elements.tooltip.find('.qtip-wrapper [nodeName="arc"]').each(function(){f(this).attr("fillcolor",s.options.style.border.color)})}}}return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_STYLE_UPDATED,"updateStyle")},updateContent:function(A,y){var z,x,w;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateContent")}else{if(!A){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.NO_CONTENT_PROVIDED,"updateContent")}}z=s.beforeContentUpdate.call(s,A);if(typeof z=="string"){A=z}else{if(z===false){return}}if(f.browser.msie){s.elements.contentWrapper.children().css({zoom:"normal"})}if(A.jquery&&A.length>0){A.clone(true).appendTo(s.elements.content).show()}else{s.elements.content.html(A)}x=s.elements.content.find("img[complete=false]");if(x.length>0){w=0;x.each(function(C){f('<img src="'+f(this).attr("src")+'" />').load(function(){if(++w==x.length){B()}})})}else{B()}function B(){s.updateWidth();if(y!==false){if(s.options.position.type!=="static"){s.updatePosition(s.elements.tooltip.is(":visible"),true)}if(s.options.style.tip.corner!==false){n.call(s)}}}s.onContentUpdate.call(s);return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_CONTENT_UPDATED,"loadContent")},loadContent:function(w,z,A){var y;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"loadContent")}y=s.beforeContentLoad.call(s);if(y===false){return s}if(A=="post"){f.post(w,z,x)}else{f.get(w,z,x)}function x(B){s.onContentLoad.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_CONTENT_LOADED,"loadContent");s.updateContent(B)}return s},updateTitle:function(w){if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"updateTitle")}else{if(!w){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.NO_CONTENT_PROVIDED,"updateTitle")}}returned=s.beforeTitleUpdate.call(s);if(returned===false){return s}if(s.elements.button){s.elements.button=s.elements.button.clone(true)}s.elements.title.html(w);if(s.elements.button){s.elements.title.prepend(s.elements.button)}s.onTitleUpdate.call(s);return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_TITLE_UPDATED,"updateTitle")},focus:function(A){var y,x,w,z;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"focus")}else{if(s.options.position.type=="static"){return f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.CANNOT_FOCUS_STATIC,"focus")}}y=parseInt(s.elements.tooltip.css("z-index"));x=6000+f("div.qtip[qtip]").length-1;if(!s.status.focused&&y!==x){z=s.beforeFocus.call(s,A);if(z===false){return s}f("div.qtip[qtip]").not(s.elements.tooltip).each(function(){if(f(this).qtip("api").status.rendered===true){w=parseInt(f(this).css("z-index"));if(typeof w=="number"&&w>-1){f(this).css({zIndex:parseInt(f(this).css("z-index"))-1})}f(this).qtip("api").status.focused=false}});s.elements.tooltip.css({zIndex:x});s.status.focused=true;s.onFocus.call(s,A);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_FOCUSED,"focus")}return s},disable:function(w){if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"disable")}if(w){if(!s.status.disabled){s.status.disabled=true;f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_DISABLED,"disable")}else{f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.TOOLTIP_ALREADY_DISABLED,"disable")}}else{if(s.status.disabled){s.status.disabled=false;f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_ENABLED,"disable")}else{f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.TOOLTIP_ALREADY_ENABLED,"disable")}}return s},destroy:function(){var w,x,y;x=s.beforeDestroy.call(s);if(x===false){return s}if(s.status.rendered){s.options.show.when.target.unbind("mousemove.qtip",s.updatePosition);s.options.show.when.target.unbind("mouseout.qtip",s.hide);s.options.show.when.target.unbind(s.options.show.when.event+".qtip");s.options.hide.when.target.unbind(s.options.hide.when.event+".qtip");s.elements.tooltip.unbind(s.options.hide.when.event+".qtip");s.elements.tooltip.unbind("mouseover.qtip",s.focus);s.elements.tooltip.remove()}else{s.options.show.when.target.unbind(s.options.show.when.event+".qtip-create")}if(typeof s.elements.target.data("qtip")=="object"){y=s.elements.target.data("qtip").interfaces;if(typeof y=="object"&&y.length>0){for(w=0;w<y.length-1;w++){if(y[w].id==s.id){y.splice(w,1)}}}}delete f.fn.qtip.interfaces[s.id];if(typeof y=="object"&&y.length>0){s.elements.target.data("qtip").current=y.length-1}else{s.elements.target.removeData("qtip")}s.onDestroy.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_DESTROYED,"destroy");return s.elements.target},getPosition:function(){var w,x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"getPosition")}w=(s.elements.tooltip.css("display")!=="none")?false:true;if(w){s.elements.tooltip.css({visiblity:"hidden"}).show()}x=s.elements.tooltip.offset();if(w){s.elements.tooltip.css({visiblity:"visible"}).hide()}return x},getDimensions:function(){var w,x;if(!s.status.rendered){return f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.TOOLTIP_NOT_RENDERED,"getDimensions")}w=(!s.elements.tooltip.is(":visible"))?true:false;if(w){s.elements.tooltip.css({visiblity:"hidden"}).show()}x={height:s.elements.tooltip.outerHeight(),width:s.elements.tooltip.outerWidth()};if(w){s.elements.tooltip.css({visiblity:"visible"}).hide()}return x}})}function p(){var s,w,u,t,v,y,x;s=this;s.beforeRender.call(s);s.status.rendered=true;s.elements.tooltip='<div qtip="'+s.id+'" class="qtip '+(s.options.style.classes.tooltip||s.options.style)+'"style="display:none; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;position:'+s.options.position.type+';">  <div class="qtip-wrapper" style="position:relative; overflow:hidden; text-align:left;">    <div class="qtip-contentWrapper" style="overflow:hidden;">       <div class="qtip-content '+s.options.style.classes.content+'"></div></div></div></div>';s.elements.tooltip=f(s.elements.tooltip);s.elements.tooltip.appendTo(s.options.position.container);s.elements.tooltip.data("qtip",{current:0,interfaces:[s]});s.elements.wrapper=s.elements.tooltip.children("div:first");s.elements.contentWrapper=s.elements.wrapper.children("div:first").css({background:s.options.style.background});s.elements.content=s.elements.contentWrapper.children("div:first").css(q(s.options.style));if(f.browser.msie){s.elements.wrapper.add(s.elements.content).css({zoom:1})}if(s.options.hide.when.event=="unfocus"){s.elements.tooltip.attr("unfocus",true)}if(typeof s.options.style.width.value=="number"){s.updateWidth()}if(f("<canvas>").get(0).getContext||f.browser.msie){if(s.options.style.border.radius>0){m.call(s)}else{s.elements.contentWrapper.css({border:s.options.style.border.width+"px solid "+s.options.style.border.color})}if(s.options.style.tip.corner!==false){e.call(s)}}else{s.elements.contentWrapper.css({border:s.options.style.border.width+"px solid "+s.options.style.border.color});s.options.style.border.radius=0;s.options.style.tip.corner=false;f.fn.qtip.log.error.call(s,2,f.fn.qtip.constants.CANVAS_VML_NOT_SUPPORTED,"render")}if((typeof s.options.content.text=="string"&&s.options.content.text.length>0)||(s.options.content.text.jquery&&s.options.content.text.length>0)){u=s.options.content.text}else{if(typeof s.elements.target.attr("title")=="string"&&s.elements.target.attr("title").length>0){u=s.elements.target.attr("title").replace("\\n","<br />");s.elements.target.attr("title","")}else{if(typeof s.elements.target.attr("alt")=="string"&&s.elements.target.attr("alt").length>0){u=s.elements.target.attr("alt").replace("\\n","<br />");s.elements.target.attr("alt","")}else{u=" ";f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.NO_VALID_CONTENT,"render")}}}if(s.options.content.title.text!==false){j.call(s)}s.updateContent(u);l.call(s);if(s.options.show.ready===true){s.show()}if(s.options.content.url!==false){t=s.options.content.url;v=s.options.content.data;y=s.options.content.method||"get";s.loadContent(t,v,y)}s.onRender.call(s);f.fn.qtip.log.error.call(s,1,f.fn.qtip.constants.EVENT_RENDERED,"render")}function m(){var F,z,t,B,x,E,u,G,D,y,w,C,A,s,v;F=this;F.elements.wrapper.find(".qtip-borderBottom, .qtip-borderTop").remove();t=F.options.style.border.width;B=F.options.style.border.radius;x=F.options.style.border.color||F.options.style.tip.color;E=g(B);u={};for(z in E){u[z]='<div rel="'+z+'" style="'+((z.search(/Left/)!==-1)?"left":"right")+":0; position:absolute; height:"+B+"px; width:"+B+'px; overflow:hidden; line-height:0.1px; font-size:1px">';if(f("<canvas>").get(0).getContext){u[z]+='<canvas height="'+B+'" width="'+B+'" style="vertical-align: top"></canvas>'}else{if(f.browser.msie){G=B*2+3;u[z]+='<v:arc stroked="false" fillcolor="'+x+'" startangle="'+E[z][0]+'" endangle="'+E[z][1]+'" style="width:'+G+"px; height:"+G+"px; margin-top:"+((z.search(/bottom/)!==-1)?-2:-1)+"px; margin-left:"+((z.search(/Right/)!==-1)?E[z][2]-3.5:-1)+'px; vertical-align:top; display:inline-block; behavior:url(#default#VML)"></v:arc>'}}u[z]+="</div>"}D=F.getDimensions().width-(Math.max(t,B)*2);y='<div class="qtip-betweenCorners" style="height:'+B+"px; width:"+D+"px; overflow:hidden; background-color:"+x+'; line-height:0.1px; font-size:1px;">';w='<div class="qtip-borderTop" dir="ltr" style="height:'+B+"px; margin-left:"+B+'px; line-height:0.1px; font-size:1px; padding:0;">'+u.topLeft+u.topRight+y;F.elements.wrapper.prepend(w);C='<div class="qtip-borderBottom" dir="ltr" style="height:'+B+"px; margin-left:"+B+'px; line-height:0.1px; font-size:1px; padding:0;">'+u.bottomLeft+u.bottomRight+y;F.elements.wrapper.append(C);if(f("<canvas>").get(0).getContext){F.elements.wrapper.find("canvas").each(function(){A=E[f(this).parent("[rel]:first").attr("rel")];r.call(F,f(this),A,B,x)})}else{if(f.browser.msie){F.elements.tooltip.append('<v:image style="behavior:url(#default#VML);"></v:image>')}}s=Math.max(B,(B+(t-B)));v=Math.max(t-B,0);F.elements.contentWrapper.css({border:"0px solid "+x,borderWidth:v+"px "+s+"px"})}function r(u,w,s,t){var v=u.get(0).getContext("2d");v.fillStyle=t;v.beginPath();v.arc(w[0],w[1],s,0,Math.PI*2,false);v.fill()}function e(v){var t,s,x,u,w;t=this;if(t.elements.tip!==null){t.elements.tip.remove()}s=t.options.style.tip.color||t.options.style.border.color;if(t.options.style.tip.corner===false){return}else{if(!v){v=t.options.style.tip.corner}}x=b(v,t.options.style.tip.size.width,t.options.style.tip.size.height);t.elements.tip='<div class="'+t.options.style.classes.tip+'" dir="ltr" rel="'+v+'" style="position:absolute; height:'+t.options.style.tip.size.height+"px; width:"+t.options.style.tip.size.width+'px; margin:0 auto; line-height:0.1px; font-size:1px;">';if(f("<canvas>").get(0).getContext){t.elements.tip+='<canvas height="'+t.options.style.tip.size.height+'" width="'+t.options.style.tip.size.width+'"></canvas>'}else{if(f.browser.msie){u=t.options.style.tip.size.width+","+t.options.style.tip.size.height;w="m"+x[0][0]+","+x[0][1];w+=" l"+x[1][0]+","+x[1][1];w+=" "+x[2][0]+","+x[2][1];w+=" xe";t.elements.tip+='<v:shape fillcolor="'+s+'" stroked="false" filled="true" path="'+w+'" coordsize="'+u+'" style="width:'+t.options.style.tip.size.width+"px; height:"+t.options.style.tip.size.height+"px; line-height:0.1px; display:inline-block; behavior:url(#default#VML); vertical-align:"+((v.search(/top/)!==-1)?"bottom":"top")+'"></v:shape>';t.elements.tip+='<v:image style="behavior:url(#default#VML);"></v:image>';t.elements.contentWrapper.css("position","relative")}}t.elements.tooltip.prepend(t.elements.tip+"</div>");t.elements.tip=t.elements.tooltip.find("."+t.options.style.classes.tip).eq(0);if(f("<canvas>").get(0).getContext){h.call(t,t.elements.tip.find("canvas:first"),x,s)}if(v.search(/top/)!==-1&&f.browser.msie&&parseInt(f.browser.version.charAt(0))===6){t.elements.tip.css({marginTop:-4})}n.call(t,v)}function h(t,v,s){var u=t.get(0).getContext("2d");u.fillStyle=s;u.beginPath();u.moveTo(v[0][0],v[0][1]);u.lineTo(v[1][0],v[1][1]);u.lineTo(v[2][0],v[2][1]);u.fill()}function n(u){var t,w,s,x,v;t=this;if(t.options.style.tip.corner===false||!t.elements.tip){return}if(!u){u=t.elements.tip.attr("rel")}w=positionAdjust=(f.browser.msie)?1:0;t.elements.tip.css(u.match(/left|right|top|bottom/)[0],0);if(u.search(/top|bottom/)!==-1){if(f.browser.msie){if(parseInt(f.browser.version.charAt(0))===6){positionAdjust=(u.search(/top/)!==-1)?-3:1}else{positionAdjust=(u.search(/top/)!==-1)?1:2}}if(u.search(/Middle/)!==-1){t.elements.tip.css({left:"50%",marginLeft:-(t.options.style.tip.size.width/2)})}else{if(u.search(/Left/)!==-1){t.elements.tip.css({left:t.options.style.border.radius-w})}else{if(u.search(/Right/)!==-1){t.elements.tip.css({right:t.options.style.border.radius+w})}}}if(u.search(/top/)!==-1){t.elements.tip.css({top:-positionAdjust})}else{t.elements.tip.css({bottom:positionAdjust})}}else{if(u.search(/left|right/)!==-1){if(f.browser.msie){positionAdjust=(parseInt(f.browser.version.charAt(0))===6)?1:((u.search(/left/)!==-1)?1:2)}if(u.search(/Middle/)!==-1){t.elements.tip.css({top:"50%",marginTop:-(t.options.style.tip.size.height/2)})}else{if(u.search(/Top/)!==-1){t.elements.tip.css({top:t.options.style.border.radius-w})}else{if(u.search(/Bottom/)!==-1){t.elements.tip.css({bottom:t.options.style.border.radius+w})}}}if(u.search(/left/)!==-1){t.elements.tip.css({left:-positionAdjust})}else{t.elements.tip.css({right:positionAdjust})}}}s="padding-"+u.match(/left|right|top|bottom/)[0];x=t.options.style.tip.size[(s.search(/left|right/)!==-1)?"width":"height"];t.elements.tooltip.css("padding",0);t.elements.tooltip.css(s,x);if(f.browser.msie&&parseInt(f.browser.version.charAt(0))==6){v=parseInt(t.elements.tip.css("margin-top"))||0;v+=parseInt(t.elements.content.css("margin-top"))||0;t.elements.tip.css({marginTop:v})}}function j(){var s=this;if(s.elements.title!==null){s.elements.title.remove()}s.elements.title=f('<div class="'+s.options.style.classes.title+'">').css(q(s.options.style.title,true)).css({zoom:(f.browser.msie)?1:0}).prependTo(s.elements.contentWrapper);if(s.options.content.title.text){s.updateTitle.call(s,s.options.content.title.text)}if(s.options.content.title.button!==false&&typeof s.options.content.title.button=="string"){s.elements.button=f('<a class="'+s.options.style.classes.button+'" style="float:right; position: relative"></a>').css(q(s.options.style.button,true)).html(s.options.content.title.button).prependTo(s.elements.title).click(function(t){if(!s.status.disabled){s.hide(t)}})}}function l(){var t,v,u,s;t=this;v=t.options.show.when.target;u=t.options.hide.when.target;if(t.options.hide.fixed){u=u.add(t.elements.tooltip)}if(t.options.hide.when.event=="inactive"){s=["click","dblclick","mousedown","mouseup","mousemove","mouseout","mouseenter","mouseleave","mouseover"];function y(z){if(t.status.disabled===true){return}clearTimeout(t.timers.inactive);t.timers.inactive=setTimeout(function(){f(s).each(function(){u.unbind(this+".qtip-inactive");t.elements.content.unbind(this+".qtip-inactive")});t.hide(z)},t.options.hide.delay)}}else{if(t.options.hide.fixed===true){t.elements.tooltip.bind("mouseover.qtip",function(){if(t.status.disabled===true){return}clearTimeout(t.timers.hide)})}}function x(z){if(t.status.disabled===true){return}if(t.options.hide.when.event=="inactive"){f(s).each(function(){u.bind(this+".qtip-inactive",y);t.elements.content.bind(this+".qtip-inactive",y)});y()}clearTimeout(t.timers.show);clearTimeout(t.timers.hide);t.timers.show=setTimeout(function(){t.show(z)},t.options.show.delay)}function w(z){if(t.status.disabled===true){return}if(t.options.hide.fixed===true&&t.options.hide.when.event.search(/mouse(out|leave)/i)!==-1&&f(z.relatedTarget).parents("div.qtip[qtip]").length>0){z.stopPropagation();z.preventDefault();clearTimeout(t.timers.hide);return false}clearTimeout(t.timers.show);clearTimeout(t.timers.hide);t.elements.tooltip.stop(true,true);t.timers.hide=setTimeout(function(){t.hide(z)},t.options.hide.delay)}if((t.options.show.when.target.add(t.options.hide.when.target).length===1&&t.options.show.when.event==t.options.hide.when.event&&t.options.hide.when.event!=="inactive")||t.options.hide.when.event=="unfocus"){t.cache.toggle=0;v.bind(t.options.show.when.event+".qtip",function(z){if(t.cache.toggle==0){x(z)}else{w(z)}})}else{v.bind(t.options.show.when.event+".qtip",x);if(t.options.hide.when.event!=="inactive"){u.bind(t.options.hide.when.event+".qtip",w)}}if(t.options.position.type.search(/(fixed|absolute)/)!==-1){t.elements.tooltip.bind("mouseover.qtip",t.focus)}if(t.options.position.target==="mouse"&&t.options.position.type!=="static"){v.bind("mousemove.qtip",function(z){t.cache.mouse={x:z.pageX,y:z.pageY};if(t.status.disabled===false&&t.options.position.adjust.mouse===true&&t.options.position.type!=="static"&&t.elements.tooltip.css("display")!=="none"){t.updatePosition(z)}})}}function o(u,v,A){var z,s,x,y,t,w;z=this;if(A.corner=="center"){return v.position}s=f.extend({},u);y={x:false,y:false};t={left:(s.left<f.fn.qtip.cache.screen.scroll.left),right:(s.left+A.dimensions.width+2>=f.fn.qtip.cache.screen.width+f.fn.qtip.cache.screen.scroll.left),top:(s.top<f.fn.qtip.cache.screen.scroll.top),bottom:(s.top+A.dimensions.height+2>=f.fn.qtip.cache.screen.height+f.fn.qtip.cache.screen.scroll.top)};x={left:(t.left&&(A.corner.search(/right/i)!=-1||(A.corner.search(/right/i)==-1&&!t.right))),right:(t.right&&(A.corner.search(/left/i)!=-1||(A.corner.search(/left/i)==-1&&!t.left))),top:(t.top&&A.corner.search(/top/i)==-1),bottom:(t.bottom&&A.corner.search(/bottom/i)==-1)};if(x.left){if(z.options.position.target!=="mouse"){s.left=v.position.left+v.dimensions.width}else{s.left=z.cache.mouse.x}y.x="Left"}else{if(x.right){if(z.options.position.target!=="mouse"){s.left=v.position.left-A.dimensions.width}else{s.left=z.cache.mouse.x-A.dimensions.width}y.x="Right"}}if(x.top){if(z.options.position.target!=="mouse"){s.top=v.position.top+v.dimensions.height}else{s.top=z.cache.mouse.y}y.y="top"}else{if(x.bottom){if(z.options.position.target!=="mouse"){s.top=v.position.top-A.dimensions.height}else{s.top=z.cache.mouse.y-A.dimensions.height}y.y="bottom"}}if(s.left<0){s.left=u.left;y.x=false}if(s.top<0){s.top=u.top;y.y=false}if(z.options.style.tip.corner!==false){s.corner=new String(A.corner);if(y.x!==false){s.corner=s.corner.replace(/Left|Right|Middle/,y.x)}if(y.y!==false){s.corner=s.corner.replace(/top|bottom/,y.y)}if(s.corner!==z.elements.tip.attr("rel")){e.call(z,s.corner)}}return s}function q(u,t){var v,s;v=f.extend(true,{},u);for(s in v){if(t===true&&s.search(/(tip|classes)/i)!==-1){delete v[s]}else{if(!t&&s.search(/(width|border|tip|title|classes|user)/i)!==-1){delete v[s]}}}return v}function c(s){if(typeof s.tip!=="object"){s.tip={corner:s.tip}}if(typeof s.tip.size!=="object"){s.tip.size={width:s.tip.size,height:s.tip.size}}if(typeof s.border!=="object"){s.border={width:s.border}}if(typeof s.width!=="object"){s.width={value:s.width}}if(typeof s.width.max=="string"){s.width.max=parseInt(s.width.max.replace(/([0-9]+)/i,"$1"))}if(typeof s.width.min=="string"){s.width.min=parseInt(s.width.min.replace(/([0-9]+)/i,"$1"))}if(typeof s.tip.size.x=="number"){s.tip.size.width=s.tip.size.x;delete s.tip.size.x}if(typeof s.tip.size.y=="number"){s.tip.size.height=s.tip.size.y;delete s.tip.size.y}return s}function a(){var s,t,u,x,v,w;s=this;u=[true,{}];for(t=0;t<arguments.length;t++){u.push(arguments[t])}x=[f.extend.apply(f,u)];while(typeof x[0].name=="string"){x.unshift(c(f.fn.qtip.styles[x[0].name]))}x.unshift(true,{classes:{tooltip:"qtip-"+(arguments[0].name||"defaults")}},f.fn.qtip.styles.defaults);v=f.extend.apply(f,x);w=(f.browser.msie)?1:0;v.tip.size.width+=w;v.tip.size.height+=w;if(v.tip.size.width%2>0){v.tip.size.width+=1}if(v.tip.size.height%2>0){v.tip.size.height+=1}if(v.tip.corner===true){v.tip.corner=(s.options.position.corner.tooltip==="center")?false:s.options.position.corner.tooltip}return v}function b(v,u,t){var s={bottomRight:[[0,0],[u,t],[u,0]],bottomLeft:[[0,0],[u,0],[0,t]],topRight:[[0,t],[u,0],[u,t]],topLeft:[[0,0],[0,t],[u,t]],topMiddle:[[0,t],[u/2,0],[u,t]],bottomMiddle:[[0,0],[u,0],[u/2,t]],rightMiddle:[[0,0],[u,t/2],[0,t]],leftMiddle:[[u,0],[u,t],[0,t/2]]};s.leftTop=s.bottomRight;s.rightTop=s.bottomLeft;s.leftBottom=s.topRight;s.rightBottom=s.topLeft;return s[v]}function g(s){var t;if(f("<canvas>").get(0).getContext){t={topLeft:[s,s],topRight:[0,s],bottomLeft:[s,0],bottomRight:[0,0]}}else{if(f.browser.msie){t={topLeft:[-90,90,0],topRight:[-90,90,-s],bottomLeft:[90,270,0],bottomRight:[90,270,-s]}}}return t}function k(){var s,t,u;s=this;u=s.getDimensions();t='<iframe class="qtip-bgiframe" frameborder="0" tabindex="-1" src="javascript:false" style="display:block; position:absolute; z-index:-1; filter:alpha(opacity=\'0\'); border: 1px solid red; height:'+u.height+"px; width:"+u.width+'px" />';s.elements.bgiframe=s.elements.wrapper.prepend(t).children(".qtip-bgiframe:first")}f(document).ready(function(){f.fn.qtip.cache={screen:{scroll:{left:f(window).scrollLeft(),top:f(window).scrollTop()},width:f(window).width(),height:f(window).height()}};var s;f(window).bind("resize scroll",function(t){clearTimeout(s);s=setTimeout(function(){if(t.type==="scroll"){f.fn.qtip.cache.screen.scroll={left:f(window).scrollLeft(),top:f(window).scrollTop()}}else{f.fn.qtip.cache.screen.width=f(window).width();f.fn.qtip.cache.screen.height=f(window).height()}for(i=0;i<f.fn.qtip.interfaces.length;i++){var u=f.fn.qtip.interfaces[i];if(u.status.rendered===true&&(u.options.position.type!=="static"||u.options.position.adjust.scroll&&t.type==="scroll"||u.options.position.adjust.resize&&t.type==="resize")){u.updatePosition(t,true)}}},100)});f(document).bind("mousedown.qtip",function(t){if(f(t.target).parents("div.qtip").length===0){f(".qtip[unfocus]").each(function(){var u=f(this).qtip("api");if(f(this).is(":visible")&&!u.status.disabled&&f(t.target).add(u.elements.target).length>1){u.hide(t)}})}})});f.fn.qtip.interfaces=[];f.fn.qtip.log={error:function(){return this}};f.fn.qtip.constants={};f.fn.qtip.defaults={content:{prerender:false,text:false,url:false,data:null,title:{text:false,button:false}},position:{target:false,corner:{target:"bottomRight",tooltip:"topLeft"},adjust:{x:0,y:0,mouse:true,screen:false,scroll:true,resize:true},type:"absolute",container:false},show:{when:{target:false,event:"mouseover"},effect:{type:"fade",length:100},delay:140,solo:false,ready:false},hide:{when:{target:false,event:"mouseout"},effect:{type:"fade",length:100},delay:0,fixed:false},api:{beforeRender:function(){},onRender:function(){},beforePositionUpdate:function(){},onPositionUpdate:function(){},beforeShow:function(){},onShow:function(){},beforeHide:function(){},onHide:function(){},beforeContentUpdate:function(){},onContentUpdate:function(){},beforeContentLoad:function(){},onContentLoad:function(){},beforeTitleUpdate:function(){},onTitleUpdate:function(){},beforeDestroy:function(){},onDestroy:function(){},beforeFocus:function(){},onFocus:function(){}}};f.fn.qtip.styles={defaults:{background:"white",color:"#111",overflow:"hidden",textAlign:"left",width:{min:0,max:250},padding:"5px 9px",border:{width:1,radius:0,color:"#d3d3d3"},tip:{corner:false,color:false,size:{width:13,height:13},opacity:1},title:{background:"#e1e1e1",fontWeight:"bold",padding:"7px 12px"},button:{cursor:"pointer"},classes:{target:"",tip:"qtip-tip",title:"qtip-title",button:"qtip-button",content:"qtip-content",active:"qtip-active"}},cream:{border:{width:3,radius:0,color:"#F9E98E"},title:{background:"#F0DE7D",color:"#A27D35"},background:"#FBF7AA",color:"#A27D35",classes:{tooltip:"qtip-cream"}},light:{border:{width:3,radius:0,color:"#E2E2E2"},title:{background:"#f1f1f1",color:"#454545"},background:"white",color:"#454545",classes:{tooltip:"qtip-light"}},dark:{border:{width:3,radius:0,color:"#303030"},title:{background:"#404040",color:"#f3f3f3"},background:"#505050",color:"#f3f3f3",classes:{tooltip:"qtip-dark"}},red:{border:{width:3,radius:0,color:"#CE6F6F"},title:{background:"#f28279",color:"#9C2F2F"},background:"#F79992",color:"#9C2F2F",classes:{tooltip:"qtip-red"}},green:{border:{width:3,radius:0,color:"#A9DB66"},title:{background:"#b9db8c",color:"#58792E"},background:"#CDE6AC",color:"#58792E",classes:{tooltip:"qtip-green"}},blue:{border:{width:3,radius:0,color:"#ADD9ED"},title:{background:"#D0E9F5",color:"#5E99BD"},background:"#E5F6FE",color:"#4D9FBF",classes:{tooltip:"qtip-blue"}}}})(jQuery);

(function($){
/*
 * inputDefaultText 0.1
 *
 * file: jquery.inputdefaulttext.js
 *
 * Add default text to input elements and automatically delete them on focus
 *
 * @usage		$("#input_element").inputDefaultText({ default_txt:"My Default Text" });
 * @copyright 	A&M ImpacT 2009
 * @author		DS
 */
$.fn.inputDefaultText = function( options )
{
	var defaults = {
		default_txt: ""
	};

	var options = $.extend(defaults, options);

	// set default text
	if ( $(this).val() == "" )
		$(this).val( options.default_txt );

	// add behaviour at focus and blur
	$(this).focus( function()
	{
		if ( $(this).val() == "" || $(this).val() == options.default_txt )
			$(this).val("");
	});

	$(this).blur( function()
	{
		if ( $(this).val() == "" )
			$(this).val( options.default_txt );
	});
};
})(jQuery);

/**
 * vervangt de default date picker, door de jQuery datepicker
 */
var overRuleCrudDatePicker = function( input_element, crud_image )
{
    $('#'+input_element).attr("autocomplete", "off").datepicker({
        dateFormat: 'dd-mm-yy',
        changeMonth: true,
        changeYear: true,
        showOn: 'button',
        buttonImage: config.submap+'img/kalender.gif',
        buttonImageOnly: true,
        showOn: 'both',
        firstDay: 1,

        closeText: 'Sluiten',
        prevText: 'Vorige maand',
        nextText: 'Volgende maand’',
        currentText: 'Vandaag',
        monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
        'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
        monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun',
        'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
        dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
        dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
        dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
        isRTL: false,
        yearRange: '1900:'+config.huidig_jaartal
    });

    $("#"+crud_image).hide();
};

/**
 * jQuery.ScrollTo - Easy element scrolling using jQuery.
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 5/25/2009
 * @author Ariel Flesler
 * @version 1.4.2
 *
 * http://flesler.blogspot.com/2007/10/jqueryscrollto.html
 */
;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var M=function(){return M.replace.apply(null,arguments)};var X=M.DOM={ready:(function(){var c=false,e={loaded:1,complete:1};var b=[],d=function(){if(c){return}c=true;for(var f;f=b.shift();f()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",d,false);window.addEventListener("pageshow",d,false)}if(!window.opera&&document.readyState){(function(){e[document.readyState]?d():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");d()}catch(f){setTimeout(arguments.callee,1)}})()}Q(window,"load",d);return function(f){if(!arguments.length){d()}else{c?f():b.push(f)}}})(),root:function(){return document.documentElement||document.body}};var N=M.CSS={Size:function(c,b){this.value=parseFloat(c);this.unit=String(c).match(/[a-z%]*$/)[0]||"px";this.convert=function(d){return d/b*this.value};this.convertFrom=function(d){return d/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(c,b){c.className=(c.className&&" ")+b;return c},color:J(function(c){var b={};b.color=c.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(e,d,f){b.opacity=parseFloat(f);return"rgb("+d+")"});return b}),fontStretch:J(function(b){if(typeof b=="number"){return b}if(/%$/.test(b)){return parseFloat(b)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[b]||1}),getStyle:function(c){var b=document.defaultView;if(b&&b.getComputedStyle){return new A(b.getComputedStyle(c,null))}if(c.currentStyle){return new A(c.currentStyle)}return new A(c.style)},gradient:J(function(f){var g={id:f,type:f.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},c=f.substr(f.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var e=0,b=c.length,d;e<b;++e){d=c[e].split("=",2).reverse();g.stops.push([d[1]||e/(b-1),d[0]])}return g}),quotedList:J(function(e){var d=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,b;while(b=c.exec(e)){d.push(b[3]||b[1])}return d}),recognizesMedia:J(function(h){var f=document.createElement("style"),d,c,b;f.type="text/css";f.media=h;try{f.appendChild(document.createTextNode("/**/"))}catch(g){}c=G("head")[0];c.insertBefore(f,c.firstChild);d=(f.sheet||f.styleSheet);b=d&&!d.disabled;c.removeChild(f);return b}),removeClass:function(d,c){var b=RegExp("(?:^|\\s+)"+c+"(?=\\s|$)","g");d.className=d.className.replace(b,"");return d},supports:function(d,c){var b=document.createElement("span").style;if(b[d]===undefined){return false}b[d]=c;return b[d]===c},textAlign:function(e,d,b,c){if(d.get("textAlign")=="right"){if(b>0){e=" "+e}}else{if(b<c-1){e+=" "}}return e},textDecoration:function(g,f){if(!f){f=this.getStyle(g)}var c={underline:null,overline:null,"line-through":null};for(var b=g;b.parentNode&&b.parentNode.nodeType==1;){var e=true;for(var d in c){if(!K(c,d)||c[d]){continue}if(f.get("textDecoration").indexOf(d)!=-1){c[d]=f.get("color")}e=false}if(e){break}f=this.getStyle(b=b.parentNode)}return c},textShadow:J(function(f){if(f=="none"){return null}var e=[],g={},b,c=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(b=d.exec(f)){if(b[0]==","){e.push(g);g={};c=0}else{if(b[1]){g.color=b[1]}else{g[["offX","offY","blur"][c++]]=b[2]}}}e.push(g);return e}),textTransform:(function(){var b={uppercase:function(c){return c.toUpperCase()},lowercase:function(c){return c.toLowerCase()},capitalize:function(c){return c.replace(/\b./g,function(d){return d.toUpperCase()})}};return function(e,d){var c=b[d.get("textTransform")];return c?c(e):e}})(),whiteSpace:(function(){var b={inline:1,"inline-block":1,"run-in":1};return function(e,c,d){if(b[c.get("display")]){return e}if(!d.previousSibling){e=e.replace(/^\s+/,"")}if(!d.nextSibling){e=e.replace(/\s+$/,"")}return e}})()};N.ready=(function(){var b=!N.recognizesMedia("all"),e=false;var d=[],h=function(){b=true;for(var k;k=d.shift();k()){}};var i=G("link"),j=G("style");function c(k){return k.disabled||g(k.sheet,k.media||"screen")}function g(n,q){if(!N.recognizesMedia(q||"all")){return true}if(!n||n.disabled){return false}try{var r=n.cssRules,p;if(r){search:for(var m=0,k=r.length;p=r[m],m<k;++m){switch(p.type){case 2:break;case 3:if(!g(p.styleSheet,p.media.mediaText)){return false}break;default:break search}}}}catch(o){}return true}function f(){if(document.createStyleSheet){return true}var l,k;for(k=0;l=i[k];++k){if(l.rel.toLowerCase()=="stylesheet"&&!c(l)){return false}}for(k=0;l=j[k];++k){if(!c(l)){return false}}return true}X.ready(function(){if(!e){e=N.getStyle(document.body).isUsable()}if(b||(e&&f())){h()}else{setTimeout(arguments.callee,10)}});return function(k){if(b){k()}else{d.push(k)}}})();function S(c){var b=this.face=c.face;this.glyphs=c.glyphs;this.w=c.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var e=b.bbox.split(/\s+/);var d={minX:parseInt(e[0],10),minY:parseInt(e[1],10),maxX:parseInt(e[2],10),maxY:parseInt(e[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent}function F(){var c={},b={oblique:"italic",italic:"oblique"};this.add=function(d){(c[d.style]||(c[d.style]={}))[d.weight]=d};this.get=function(h,i){var g=c[h]||c[b[h]]||c.normal||c.italic||c.oblique;if(!g){return null}i={normal:400,bold:700}[i]||parseInt(i,10);if(g[i]){return g[i]}var e={1:1,99:0}[i%100],k=[],f,d;if(e===undefined){e=i>400}if(i==500){i=400}for(var j in g){if(!K(g,j)){continue}j=parseInt(j,10);if(!f||j<f){f=j}if(!d||j>d){d=j}k.push(j)}if(i<f){i=f}if(i>d){i=d}k.sort(function(m,l){return(e?(m>i&&l>i)?m<l:m>l:(m<i&&l<i)?m>l:m<l)?-1:1});return g[k[0]]}}function R(){function d(f,g){if(f.contains){return f.contains(g)}return f.compareDocumentPosition(g)&16}function b(g){var f=g.relatedTarget;if(!f||d(this,f)){return}c(this)}function e(f){c(this)}function c(f){setTimeout(function(){M.replace(f,D.get(f).options,true)},10)}this.attach=function(f){if(f.onmouseenter===undefined){Q(f,"mouseover",b);Q(f,"mouseout",b)}else{Q(f,"mouseenter",e);Q(f,"mouseleave",e)}}}function U(){var c=[],d={};function b(h){var e=[],g;for(var f=0;g=h[f];++f){e[f]=c[d[g]]}return e}this.add=function(f,e){d[f]=c.push(e)-1};this.repeat=function(){var e=arguments.length?b(arguments):c,f;for(var g=0;f=e[g++];){M.replace(f[0],f[1],true)}}}function a(){var d={},b=0;function c(e){return e.cufid||(e.cufid=++b)}this.get=function(e){var f=c(e);return d[f]||(d[f]={})}}function A(b){var d={},c={};this.extend=function(e){for(var f in e){if(K(e,f)){d[f]=e[f]}}return this};this.get=function(e){return d[e]!=undefined?d[e]:b[e]};this.getSize=function(f,e){return c[f]||(c[f]=new N.Size(this.get(f),e))};this.isUsable=function(){return !!b}}function Q(c,b,d){if(c.addEventListener){c.addEventListener(b,d,false)}else{if(c.attachEvent){c.attachEvent("on"+b,function(){return d.call(c,window.event)})}}}function V(c,b){var d=D.get(c);if(d.options){return c}if(b.hover&&b.hoverables[c.nodeName.toLowerCase()]){B.attach(c)}d.options=b;return c}function J(b){var c={};return function(d){if(!K(c,d)){c[d]=b.apply(null,arguments)}return c[d]}}function C(g,f){if(!f){f=N.getStyle(g)}var c=N.quotedList(f.get("fontFamily").toLowerCase()),e;for(var d=0,b=c.length;d<b;++d){e=c[d];if(I[e]){return I[e].get(f.get("fontStyle"),f.get("fontWeight"))}}return null}function G(b){return document.getElementsByTagName(b)}function K(c,b){return c.hasOwnProperty(b)}function H(){var b={},d,f;for(var e=0,c=arguments.length;d=arguments[e],e<c;++e){for(f in d){if(K(d,f)){b[f]=d[f]}}}return b}function O(e,o,c,p,f,d){var n=p.separate;if(n=="none"){return Z[p.engine].apply(null,arguments)}var m=document.createDocumentFragment(),h;var j=o.split(P[n]),b=(n=="words");if(b&&T){if(/^\s/.test(o)){j.unshift("")}if(/\s$/.test(o)){j.push("")}}for(var k=0,g=j.length;k<g;++k){h=Z[p.engine](e,b?N.textAlign(j[k],c,k,g):j[k],c,p,f,d,k<g-1);if(h){m.appendChild(h)}}return m}function L(c,k){var d,b,e,h,g,j;for(e=V(c,k).firstChild;e;e=g){h=e.nodeType;g=e.nextSibling;j=false;if(h==1){if(!e.firstChild){continue}if(!/cufon/.test(e.className)){arguments.callee(e,k);continue}else{j=true}}else{if(h!=3){continue}}if(!b){b=N.getStyle(c).extend(k)}if(!d){d=C(c,b)}if(!d){continue}if(j){Z[k.engine](d,null,b,k,e,c);continue}var i=N.whiteSpace(e.data,b,e);if(i===""){continue}var f=O(d,i,b,k,e,c);if(f){e.parentNode.replaceChild(f,e)}else{e.parentNode.removeChild(e)}}}var T=" ".split(/\s+/).length==0;var D=new a();var B=new R();var Y=new U();var E=false;var Z={},I={},W={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(b){return jQuery(b)})||(window.dojo&&dojo.query)||(window.$$&&function(b){return $$(b)})||(window.$&&function(b){return $(b)})||(document.querySelectorAll&&function(b){return document.querySelectorAll(b)})||(window.Ext&&Ext.query)||G),separate:"words",textShadow:"none"};var P={words:/[^\S\u00a0]+/,characters:""};M.now=function(){X.ready();return M};M.refresh=function(){Y.repeat.apply(Y,arguments);return M};M.registerEngine=function(c,b){if(!b){return M}Z[c]=b;return M.set("engine",c)};M.registerFont=function(d){var b=new S(d),c=b.family;if(!I[c]){I[c]=new F()}I[c].add(b);return M.set("fontFamily",'"'+c+'"')};M.replace=function(d,c,b){c=H(W,c);if(!c.engine){return M}if(!E){N.addClass(X.root(),"cufon-active cufon-loading");N.ready(function(){N.removeClass(X.root(),"cufon-loading")});E=true}if(c.hover){c.forceHitArea=true}if(typeof c.textShadow=="string"){c.textShadow=N.textShadow(c.textShadow)}if(typeof c.color=="string"&&/^-/.test(c.color)){c.textGradient=N.gradient(c.color)}if(!b){Y.add(d,arguments)}if(d.nodeType||typeof d=="string"){d=[d]}N.ready(function(){for(var f=0,e=d.length;f<e;++f){var g=d[f];if(typeof g=="string"){M.replace(c.selector(g),c,true)}else{L(g,c)}}});return M};M.set=function(b,c){W[b]=c;return M};return M})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AH,a,z,W,e,AI){var I=(a===null);if(I){a=e.alt}var c=AH.viewBox;var K=z.getSize("fontSize",AH.baseSize);var v=z.get("letterSpacing");v=(v=="normal")?0:K.convertFrom(parseInt(v,10));var d=0,w=0,u=0,Y=0;var b=W.textShadow,s=[];if(b){for(var AG=b.length;AG--;){var m=b[AG];var r=K.convertFrom(parseFloat(m.offX));var p=K.convertFrom(parseFloat(m.offY));s[AG]=[r,p];if(p<d){d=p}if(r>w){w=r}if(p>u){u=p}if(r<Y){Y=r}}}var AL=Cufon.CSS.textTransform(a,z).split(""),U;var J=AH.glyphs,X,M,AC;var G=0,Q,h=[];for(var AG=0,AE=0,AB=AL.length;AG<AB;++AG){X=J[U=AL[AG]]||AH.missingGlyph;if(!X){continue}if(M){G-=AC=M[U]||0;h[AE-1]-=AC}G+=Q=h[AE++]=~~(X.w||AH.w)+v;M=X.k}if(Q===undefined){return null}w+=c.width-Q;Y+=c.minX;var V,L;if(I){V=e;L=e.firstChild}else{V=document.createElement("span");V.className="cufon cufon-canvas";V.alt=a;L=document.createElement("canvas");V.appendChild(L);if(W.printable){var AD=document.createElement("span");AD.className="cufon-alt";AD.appendChild(document.createTextNode(a));V.appendChild(AD)}}var AM=V.style;var o=L.style;var H=K.convert(c.height);var AK=Math.ceil(H);var t=AK/H;var n=t*Cufon.CSS.fontStretch(z.get("fontStretch"));var q=G*n;var AA=Math.ceil(K.convert(q+w-Y));var O=Math.ceil(K.convert(c.height-d+u));L.width=AA;L.height=O;o.width=AA+"px";o.height=O+"px";d+=c.minY;o.top=Math.round(K.convert(d-AH.ascent))+"px";o.left=Math.round(K.convert(Y))+"px";var T=Math.ceil(K.convert(q))+"px";if(A){AM.width=T;AM.height=K.convert(AH.height)+"px"}else{AM.paddingLeft=T;AM.paddingBottom=(K.convert(AH.height)-1)+"px"}var AJ=L.getContext("2d"),f=H/c.height;AJ.scale(f,f*t);AJ.translate(-Y,-d);AJ.lineWidth=AH.face["underline-thickness"];AJ.save();function N(i,g){AJ.strokeStyle=g;AJ.beginPath();AJ.moveTo(0,i);AJ.lineTo(G,i);AJ.stroke()}var P=W.enableTextDecoration?Cufon.CSS.textDecoration(AI,z):{};if(P.underline){N(-AH.face["underline-position"],P.underline)}if(P.overline){N(AH.ascent,P.overline)}function AF(){AJ.scale(n,1);for(var x=0,k=0,g=AL.length;x<g;++x){var y=J[AL[x]]||AH.missingGlyph;if(!y){continue}if(y.d){AJ.beginPath();if(y.code){C(y.code,AJ)}else{y.code=D("m"+y.d,AJ)}AJ.fill()}AJ.translate(h[k++],0)}AJ.restore()}if(b){for(var AG=b.length;AG--;){var m=b[AG];AJ.save();AJ.fillStyle=m.color;AJ.translate.apply(AJ,s[AG]);AF()}}var S=W.textGradient;if(S){var Z=S.stops,R=AJ.createLinearGradient(0,c.minY,0,c.maxY);for(var AG=0,AB=Z.length;AG<AB;++AG){R.addColorStop.apply(R,Z[AG])}AJ.fillStyle=R}else{AJ.fillStyle=z.get("color")}AF();if(P["line-through"]){N(-AH.descent,P["line-through"])}return V}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;var F=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(F?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function C(G,H){return A(G,/(?:em|ex|%)$|^[a-z-]+$/i.test(H)?"1em":H)}function A(J,K){if(/px$/i.test(K)){return parseFloat(K)}var I=J.style.left,H=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=K.replace("%","em");var G=J.style.pixelLeft;J.style.left=I;J.runtimeStyle.left=H;return G}var E={};function D(L){var M=L.id;if(!E[M]){var J=L.stops,K=document.createElement("cvml:fill"),G=[];K.type="gradient";K.angle=180;K.focus="0";K.method="sigma";K.color=J[0][1];for(var I=1,H=J.length-1;I<H;++I){G.push(J[I][0]*100+"% "+J[I][1])}K.colors=G.join(",");K.color2=J[H][1];E[M]=K}return E[M]}return function(AI,f,AC,b,n,AJ,AA){var J=(f===null);if(J){f=n.alt}var h=AI.viewBox;var L=AC.computedFontSize||(AC.computedFontSize=new Cufon.CSS.Size(C(AJ,AC.get("fontSize"))+"px",AI.baseSize));var z=AC.computedLSpacing;if(z==undefined){z=AC.get("letterSpacing");AC.computedLSpacing=z=(z=="normal")?0:~~L.convertFrom(A(AJ,z))}var X,M;if(J){X=n;M=n.firstChild}else{X=document.createElement("span");X.className="cufon cufon-vml";X.alt=f;M=document.createElement("span");M.className="cufon-vml-canvas";X.appendChild(M);if(b.printable){var AF=document.createElement("span");AF.className="cufon-alt";AF.appendChild(document.createTextNode(f));X.appendChild(AF)}if(!AA){X.appendChild(document.createElement("cvml:shape"))}}var AO=X.style;var u=M.style;var H=L.convert(h.height),AL=Math.ceil(H);var y=AL/H;var s=y*Cufon.CSS.fontStretch(AC.get("fontStretch"));var x=h.minX,w=h.minY;u.height=AL;u.top=Math.round(L.convert(w-AI.ascent));u.left=Math.round(L.convert(x));AO.height=L.convert(AI.height)+"px";var Q=b.enableTextDecoration?Cufon.CSS.textDecoration(AJ,AC):{};var e=AC.get("color");var AN=Cufon.CSS.textTransform(f,AC).split(""),W;var K=AI.glyphs,c,N,AE;var G=0,o=[],v=0,S;var U,g=b.textShadow;for(var AH=0,AG=0,AD=AN.length;AH<AD;++AH){c=K[W=AN[AH]]||AI.missingGlyph;if(!c){continue}if(N){G-=AE=N[W]||0;o[AG-1]-=AE}G+=S=o[AG++]=~~(c.w||AI.w)+z;N=c.k}if(S===undefined){return null}var V=-x+G+(h.width-S);var AM=L.convert(V*s),AB=Math.round(AM);var r=V+","+h.height,I;var m="r"+r+"ns";var T=b.textGradient&&D(b.textGradient);for(AH=0,AG=0;AH<AD;++AH){c=K[AN[AH]]||AI.missingGlyph;if(!c){continue}if(J){U=M.childNodes[AG];while(U.firstChild){U.removeChild(U.firstChild)}}else{U=document.createElement("cvml:shape");M.appendChild(U)}U.stroked="f";U.coordsize=r;U.coordorigin=I=(x-v)+","+w;U.path=(c.d?"m"+c.d+"xe":"")+"m"+I+m;U.fillcolor=e;if(T){U.appendChild(T.cloneNode(false))}var AK=U.style;AK.width=AB;AK.height=AL;if(g){var P=g[0],O=g[1];var a=Cufon.CSS.color(P.color),Y;var q=document.createElement("cvml:shadow");q.on="t";q.color=a.color;q.offset=P.offX+","+P.offY;if(O){Y=Cufon.CSS.color(O.color);q.type="double";q.color2=Y.color;q.offset2=O.offX+","+O.offY}q.opacity=a.opacity||(Y&&Y.opacity)||1;U.appendChild(q)}v+=o[AG++]}var p=U.nextSibling,R,Z;if(b.forceHitArea){if(!p){p=document.createElement("cvml:rect");p.stroked="f";p.className="cufon-vml-cover";R=document.createElement("cvml:fill");R.opacity=0;p.appendChild(R);M.appendChild(p)}Z=p.style;Z.width=AB;Z.height=AL}else{if(p){M.removeChild(p)}}AO.width=Math.max(Math.ceil(L.convert(G*s)),0);if(F){var t=AC.computedYAdjust;if(t===undefined){var d=AC.get("lineHeight");if(d=="normal"){d="1em"}else{if(!isNaN(d)){d+="em"}}AC.computedYAdjust=t=0.5*(A(AJ,d)-parseFloat(AO.height))}if(t){AO.marginTop=Math.ceil(t)+"px";AO.marginBottom=t+"px"}}return X}})());

Cufon.registerFont({"w":213,"face":{"font-family":"Arial Rounded MT Bold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 15 7 4 3 5 4 3 2 4","ascent":"288","descent":"-72","x-height":"4","cap-height":"4","bbox":"-26 -341 427.036 76.1693","underline-thickness":"17.9297","underline-position":"-27.0703","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":90},"!":{"d":"61,-262v30,-1,26,36,24,64v-3,36,-2,81,-13,110v-19,21,-29,-1,-31,-24r-8,-119v0,-19,11,-30,28,-31xm86,-22v0,16,-11,27,-26,26v-15,0,-27,-11,-27,-26v0,-14,13,-27,27,-27v14,0,26,12,26,27","w":119},"\"":{"d":"66,-166r-37,0v-6,-28,-11,-56,-9,-92r54,0v2,35,-2,64,-8,92xm145,-166r-37,0v-6,-28,-11,-56,-9,-92r54,0v2,35,-2,64,-8,92","w":172},"#":{"d":"52,-2v-17,18,-44,-4,-31,-29r6,-33v-16,0,-24,-6,-24,-19v0,-16,13,-22,32,-20r10,-52v-21,1,-43,1,-42,-19v0,-22,27,-21,50,-20v9,-23,1,-68,30,-68v34,0,12,45,9,68r39,0v9,-23,1,-63,29,-68v35,1,13,45,11,69v17,0,25,6,25,19v0,16,-14,21,-33,19r-10,52v22,-1,44,-1,43,20v0,22,-28,19,-51,19v-6,21,-7,47,-17,64v-18,13,-40,-6,-29,-31r6,-33r-38,0xm123,-155r-38,0r-11,52r39,0","w":198},"$":{"d":"21,-189v0,-43,30,-70,74,-72v0,-14,-2,-35,12,-33v15,-2,10,19,11,33v40,4,67,24,72,61v2,12,-10,22,-22,22v-28,-2,-21,-45,-50,-48r0,73v45,11,80,26,80,78v0,47,-33,75,-80,79v-3,22,9,61,-11,64v-22,-3,-9,-42,-12,-64v-46,-6,-77,-29,-81,-74v-2,-23,37,-30,44,-8v7,25,14,38,37,46r0,-82v-41,-11,-74,-25,-74,-75xm95,-227v-26,3,-41,34,-23,55v5,5,12,9,23,13r0,-68xm118,-30v30,-2,49,-41,27,-63v-6,-6,-15,-10,-27,-14r0,77"},"%":{"d":"63,-259v41,0,55,27,56,67v1,41,-18,67,-55,67v-38,0,-55,-26,-55,-65v-1,-43,13,-68,54,-69xm64,-147v22,0,22,-20,22,-46v0,-25,-1,-44,-22,-44v-22,0,-23,21,-23,44v0,24,0,46,23,46xm243,-132v41,0,55,27,56,67v1,41,-18,67,-55,67v-38,0,-56,-26,-56,-65v0,-43,14,-69,55,-69xm244,-20v22,0,22,-20,22,-46v0,-25,-2,-44,-22,-44v-22,0,-23,20,-23,44v0,27,2,46,23,46xm216,-248v3,-15,25,-18,27,-2r-153,250v-6,14,-23,13,-25,-1v45,-86,102,-164,151,-247","w":307},"&":{"d":"82,-147v-13,-18,-26,-30,-26,-56v1,-40,31,-58,72,-59v41,0,71,21,71,58v0,34,-26,47,-52,64r44,50v8,-12,12,-46,32,-44v38,4,14,53,0,73v8,11,41,24,41,44v0,18,-23,28,-37,16r-33,-26v-41,49,-175,41,-172,-43v2,-45,31,-59,60,-77xm163,-55r-58,-64v-19,12,-34,22,-35,46v-1,49,72,51,93,18xm129,-231v-40,1,-27,50,-6,64v18,-14,34,-16,34,-38v0,-14,-13,-26,-28,-26","w":273},"'":{"d":"62,-166r-37,0v-6,-28,-11,-56,-9,-92r54,0v2,35,-2,64,-8,92","w":86},"(":{"d":"68,-93v0,66,23,120,42,164v-36,19,-57,-43,-69,-69v-40,-87,-11,-220,48,-263v5,-1,22,-3,21,4v-19,43,-42,98,-42,164","w":127,"k":{"j":-31,"g":5,"J":9}},")":{"d":"60,-93v0,-66,-23,-121,-42,-164v1,-9,23,-4,27,0v45,45,80,150,50,236v-12,33,-27,92,-69,97v-6,0,-8,-2,-8,-5v18,-43,42,-99,42,-164","w":127},"*":{"d":"79,-275v25,0,10,38,10,60v19,-7,53,-36,63,-6v-5,22,-36,19,-57,25v13,14,30,26,36,46v0,7,-9,14,-16,14v-18,-7,-23,-24,-36,-48v-17,25,-14,39,-36,48v-36,-12,8,-48,20,-60v-22,-7,-50,-2,-57,-25v9,-31,46,1,63,6v0,0,-16,-60,10,-60","w":157},"+":{"d":"127,-37r-45,0r0,-67r-67,0r0,-46r67,0r0,-67r45,0r0,67r68,0r0,46r-68,0r0,67","w":209},",":{"d":"42,57v-35,-13,22,-35,15,-52v-15,0,-28,-10,-28,-27v0,-15,14,-29,28,-27v52,8,26,103,-15,106","w":112,"k":{"\u2019":14}},"-":{"d":"114,-94v0,32,-50,20,-82,22v-15,1,-25,-8,-25,-22v0,-32,50,-19,81,-21v16,-1,26,8,26,21","w":119},"\u00ad":{"d":"114,-94v0,32,-50,20,-82,22v-15,1,-25,-8,-25,-22v0,-32,50,-19,81,-21v16,-1,26,8,26,21","w":119},".":{"d":"83,-22v0,15,-12,26,-26,26v-15,0,-27,-11,-27,-26v0,-15,12,-27,26,-27v14,0,27,13,27,27","w":112,"k":{"\u2019":14}},"\/":{"d":"65,-256v20,-15,41,3,28,30r-54,218v-1,8,-7,12,-16,12v-21,-2,-20,-13,-15,-35r49,-203v3,-11,6,-18,8,-22","w":101},"0":{"d":"106,-260v72,0,90,55,91,134v1,74,-23,130,-90,130v-65,0,-90,-55,-90,-127v0,-77,18,-137,89,-137xm107,-32v43,0,42,-49,42,-98v0,-47,-1,-94,-42,-94v-40,0,-42,45,-42,96v0,48,0,96,42,96"},"1":{"d":"149,-31v6,45,-47,45,-47,7r0,-160v-30,23,-51,34,-61,34v-14,1,-25,-22,-13,-32v35,-17,72,-43,90,-74v15,-10,31,4,31,24r0,201"},"2":{"d":"196,-186v0,77,-86,95,-116,145r92,0v16,-1,28,6,28,20v1,14,-9,21,-23,21r-129,0v-36,2,-31,-41,-13,-58v16,-16,29,-29,42,-41v32,-32,66,-36,71,-86v4,-41,-58,-51,-77,-18v-6,11,-9,38,-30,38v-12,0,-21,-8,-20,-21v4,-47,36,-73,88,-73v52,-1,87,25,87,73"},"3":{"d":"66,-137v1,-15,15,-20,33,-19v22,0,39,-13,39,-36v0,-39,-61,-44,-71,-10v0,25,-42,32,-42,2v0,-38,40,-59,84,-59v43,0,76,21,76,64v0,27,-13,39,-29,54v23,13,42,30,42,63v0,51,-37,81,-93,82v-49,0,-81,-28,-87,-70v-3,-21,30,-30,38,-12v12,26,18,48,49,48v25,0,44,-19,44,-46v0,-35,-27,-50,-63,-42v-11,0,-21,-7,-20,-19"},"4":{"d":"148,4v-27,0,-22,-33,-22,-59v-50,0,-155,9,-112,-49r100,-134v11,-27,56,-33,56,8r0,136v20,0,37,-1,37,19v0,20,-17,20,-37,20v0,26,6,59,-22,59xm50,-94r76,0r0,-103"},"5":{"d":"193,-235v0,37,-72,16,-110,21r-10,57v59,-35,127,2,127,69v-1,57,-37,91,-94,92v-49,1,-87,-24,-87,-64v0,-10,10,-20,20,-19v29,4,30,52,68,50v30,-2,45,-25,45,-54v0,-31,-15,-51,-44,-53v-29,-2,-38,23,-61,26v-16,-2,-25,-14,-20,-33v9,-34,9,-79,24,-106v25,-15,78,-7,115,-7v18,0,27,7,27,21"},"6":{"d":"171,-185v-29,-1,-24,-46,-57,-41v-40,6,-46,34,-49,87v15,-16,30,-28,58,-28v50,2,78,35,78,84v0,52,-36,87,-89,87v-69,0,-95,-53,-95,-126v0,-79,25,-137,99,-137v39,0,70,21,74,55v1,10,-9,19,-19,19xm69,-86v0,28,17,56,44,56v25,0,42,-25,41,-53v-1,-29,-14,-51,-42,-51v-26,0,-43,20,-43,48"},"7":{"d":"27,-236v-1,-18,11,-19,29,-19r117,0v31,-3,41,22,23,42v-39,47,-70,106,-79,186v-2,20,-9,30,-28,31v-16,0,-26,-11,-24,-29v8,-77,46,-136,85,-189r-94,0v-18,1,-29,-5,-29,-22"},"8":{"d":"107,4v-91,8,-127,-114,-47,-143v-68,-30,-29,-127,45,-121v48,4,84,21,84,68v0,26,-14,43,-35,53v26,11,44,29,44,64v0,52,-38,74,-91,79xm107,-30v27,0,43,-20,43,-46v0,-27,-18,-44,-44,-45v-25,0,-42,19,-42,45v0,28,16,46,43,46xm143,-190v0,-23,-15,-35,-37,-36v-22,-1,-37,16,-37,37v0,19,16,34,38,34v23,0,36,-13,36,-35"},"9":{"d":"41,-70v29,1,23,44,56,40v42,-5,44,-35,50,-85v-14,15,-31,27,-58,27v-49,0,-77,-34,-77,-83v0,-54,33,-88,88,-88v70,0,95,53,95,126v0,78,-24,137,-99,137v-39,0,-71,-20,-74,-55v-1,-10,9,-19,19,-19xm99,-121v26,-2,44,-21,44,-48v0,-31,-15,-56,-45,-56v-54,0,-52,105,1,104"},":":{"d":"83,-22v0,15,-12,26,-26,26v-15,0,-27,-11,-27,-26v0,-15,12,-27,26,-27v14,0,27,13,27,27xm56,-138v-14,0,-26,-13,-26,-27v0,-15,12,-26,27,-26v14,0,26,11,26,26v1,12,-14,27,-27,27","w":112},";":{"d":"38,57v-34,-15,22,-34,16,-52v-16,0,-29,-11,-29,-27v0,-14,14,-27,28,-27v21,1,30,17,30,40v0,33,-18,61,-45,66xm57,-138v-15,-1,-27,-10,-27,-27v0,-15,12,-26,27,-26v14,0,26,11,26,26v0,14,-12,28,-26,27","w":112},"<":{"d":"193,-79r0,49r-176,-76r0,-43r176,-76r0,50r-123,47","w":209},"=":{"d":"195,-65r-180,0r0,-46r180,0r0,46xm195,-143r-180,0r0,-46r180,0r0,46","w":209},">":{"d":"193,-106r-176,77r0,-50r123,-48r-123,-48r0,-50r176,77r0,42","w":209},"?":{"d":"39,-167v-12,1,-23,-12,-23,-22v4,-43,40,-73,90,-73v69,0,112,69,65,116v-11,11,-48,34,-50,63v-1,12,-9,18,-21,18v-14,1,-22,-8,-22,-23v0,-56,59,-58,65,-104v2,-19,-17,-33,-37,-33v-46,0,-33,54,-67,58xm128,-22v0,15,-12,26,-26,26v-15,0,-27,-11,-27,-26v0,-14,12,-27,27,-27v14,0,26,13,26,27","w":206},"@":{"d":"119,-5v-80,-37,-34,-185,53,-185v21,0,36,7,46,23r5,-19r46,0r-29,142v0,5,2,8,7,8v33,-9,62,-48,62,-92v0,-68,-49,-100,-119,-102v-112,-4,-171,99,-135,203v29,82,204,94,258,24r37,0v-27,51,-78,79,-156,79v-111,-2,-184,-52,-184,-161v0,-110,69,-177,181,-177v89,0,149,47,149,136v0,72,-43,126,-115,126v-18,0,-29,-6,-33,-20v-17,17,-45,28,-73,15xm176,-159v-37,0,-52,44,-54,83v-1,24,11,45,32,44v38,-2,55,-46,55,-85v0,-24,-10,-42,-33,-42","w":352},"A":{"d":"241,-47v23,32,-9,65,-36,43v-11,-17,-16,-38,-24,-58r-105,0v-12,23,-11,64,-41,66v-25,1,-32,-29,-18,-50r81,-201v15,-27,66,-12,68,14xm90,-101r77,0r-39,-106","w":258,"k":{"\u2019":9,"\u201d":9,"w":5,"v":9,"Y":23,"V":18,"U":14,"T":32,"Q":5,"O":5,"G":9,"C":9}},"B":{"d":"242,-73v-1,82,-96,75,-183,73v-22,0,-31,-10,-31,-32r0,-194v-3,-52,72,-26,115,-32v83,-13,119,92,48,122v34,11,51,32,51,63xm189,-77v0,-48,-62,-35,-109,-37r0,75v46,0,109,6,109,-38xm179,-186v1,-43,-57,-29,-99,-32r0,66v44,-1,98,8,99,-34","w":258,"k":{"\u00dc":14,"\u00c5":14,"\u00c4":14,"U":14,"A":14,".":18,",":14}},"C":{"d":"71,-127v-16,89,101,123,130,46v1,-29,47,-31,47,0v0,53,-45,85,-106,85v-85,0,-124,-51,-124,-132v0,-82,44,-134,123,-134v56,0,100,30,106,78v2,18,-25,32,-37,18v-18,-21,-29,-57,-69,-55v-46,2,-71,40,-70,94","w":266,"k":{".":18,",":14}},"D":{"d":"28,-226v-3,-47,59,-30,100,-32v84,-4,121,49,121,128v0,81,-35,133,-119,130v-44,-1,-102,16,-102,-37r0,-189xm196,-130v3,-74,-39,-93,-115,-86r0,175r60,-1v41,-7,54,-38,55,-88","w":266,"k":{"\u00c5":14,"\u00c4":14,"Y":14,"W":-9,"V":9,"A":14,".":27,",":23}},"E":{"d":"223,-238v0,13,-10,21,-25,21r-118,0r0,63r109,0v14,-1,23,7,23,19v1,13,-8,20,-23,20r-109,0r0,74r122,0v15,-1,25,7,25,20v0,13,-10,21,-25,21r-142,0v-22,-1,-31,-10,-32,-32r0,-194v-1,-23,11,-32,32,-32r138,0v14,0,25,8,25,20","w":240},"F":{"d":"207,-238v0,13,-10,21,-25,21r-103,0r0,65r86,0v14,0,24,7,24,20v0,37,-73,14,-110,20v-5,42,18,116,-26,116v-17,0,-27,-11,-26,-31r0,-199v-1,-23,11,-32,32,-32r123,0v14,0,25,7,25,20","w":217,"k":{"\u00f6":14,"\u00e5":9,"\u00e4":9,"\u00c5":27,"\u00c4":27,"r":14,"o":14,"l":5,"i":5,"e":14,"a":9,"A":27,".":45,",":41}},"G":{"d":"169,-135v39,4,98,-15,94,30v-3,34,8,73,-22,85v-30,12,-51,25,-92,24v-84,-1,-131,-49,-131,-133v0,-85,48,-132,134,-133v55,0,98,23,104,68v3,21,-34,32,-45,13v-15,-25,-25,-41,-63,-41v-54,0,-77,39,-78,92v-1,56,26,94,79,94v27,-1,47,-8,67,-18r0,-42v-27,-2,-69,9,-70,-19v0,-12,9,-21,23,-20","w":285,"k":{"G":5,"A":14,".":9,",":5}},"H":{"d":"54,-262v41,0,23,66,27,105r112,0v4,-39,-15,-105,26,-105v17,0,27,12,27,32r0,203v0,20,-10,31,-27,31v-44,0,-20,-76,-26,-118r-112,0v-5,43,17,118,-27,118v-17,0,-26,-12,-26,-31r0,-203v-1,-20,9,-32,26,-32","w":273},"I":{"d":"56,4v-17,0,-26,-12,-26,-31r0,-203v-1,-20,9,-32,26,-32v17,0,27,12,26,32r0,203v1,20,-9,31,-26,31","w":112},"J":{"d":"152,-262v17,0,27,12,26,32v-3,104,26,234,-87,234v-55,0,-81,-31,-84,-82v-1,-15,10,-25,24,-25v39,3,14,66,60,66v23,0,35,-17,35,-51r0,-142v-1,-20,9,-32,26,-32","w":206,"k":{"\u00c5":9,"\u00c4":9,"A":9,";":5,":":5,".":27,",":23}},"K":{"d":"54,-262v45,0,21,79,27,122r102,-107v11,-20,51,-20,52,8v0,8,-4,14,-12,22r-64,60r74,105v16,17,25,55,-10,56v-24,1,-28,-18,-38,-31r-62,-95r-42,41v-2,35,10,86,-27,85v-22,-1,-27,-18,-26,-43r0,-191v-1,-20,9,-32,26,-32","w":266,"k":{"\u00fc":14,"\u00f6":14,"\u00e5":5,"\u00e4":5,"\u00d6":14,"y":9,"w":18,"v":23,"u":14,"o":14,"e":14,"a":5,"O":14,"G":18,"C":18,")":14}},"L":{"d":"53,-262v17,0,27,12,26,32r0,187r106,0v14,-1,27,8,26,22v0,14,-10,21,-26,21r-126,0v-22,-1,-31,-10,-32,-32r0,-198v-1,-20,9,-32,26,-32","w":217,"k":{"\u2019":36,"\u201d":23,"\u00dc":18,"\u00d6":18,"y":14,"w":14,"Y":45,"W":23,"V":41,"U":18,"T":45,"S":14,"O":18,"G":23,"C":18,"A":5}},"M":{"d":"250,4v-16,0,-24,-12,-24,-29r0,-178r-47,188v-5,20,-45,27,-54,5v-23,-59,-33,-130,-51,-193r0,178v0,17,-8,29,-24,29v-16,0,-24,-12,-24,-29r0,-204v-6,-38,63,-37,79,-17v18,50,30,111,45,164r45,-164v12,-19,79,-23,79,17r0,204v0,18,-8,29,-24,29","w":299},"N":{"d":"29,-224v-6,-39,41,-48,59,-20r109,165r0,-153v0,-18,7,-30,23,-30v18,0,24,12,25,30r0,202v4,42,-45,40,-61,16r-106,-162r0,151v1,18,-9,29,-25,29v-16,0,-24,-12,-24,-29r0,-199","w":273,"k":{"\u00c5":5,"\u00c4":5,"A":5,".":9,",":5}},"O":{"d":"16,-130v0,-81,43,-132,126,-132v83,0,127,51,127,133v0,83,-43,132,-126,133v-84,1,-127,-52,-127,-134xm142,-37v50,0,74,-39,74,-93v0,-53,-24,-91,-74,-91v-51,0,-73,39,-73,91v0,53,22,93,73,93","w":285,"k":{"\u00c5":14,"\u00c4":14,"Y":14,"X":9,"W":-4,"V":9,"T":14,"A":14,".":18,",":14}},"P":{"d":"225,-180v2,72,-65,85,-145,80v-4,39,15,104,-26,104v-17,0,-27,-12,-26,-31r0,-199v-3,-47,59,-30,100,-32v63,-3,96,21,97,78xm172,-179v0,-43,-47,-40,-92,-39r0,78v44,0,92,4,92,-39","w":240,"k":{"\u00e5":14,"\u00c5":32,"\u00c4":32,"o":14,"e":14,"a":14,"A":32,".":54,",":50}},"Q":{"d":"142,-262v83,0,126,51,127,133v0,41,-12,73,-34,97v15,13,45,17,48,39v-14,37,-59,-1,-78,-16v-17,9,-37,13,-62,13v-84,-1,-127,-51,-127,-134v0,-81,43,-132,126,-132xm127,-74v0,-7,7,-13,14,-13v11,0,28,9,53,27v40,-47,26,-165,-52,-161v-51,3,-72,39,-73,91v-3,63,42,109,100,87v-11,-11,-40,-12,-42,-31","w":285,"k":{"y":-4,"p":-9,"j":-22,"g":-9,"f":-13,"Y":18,"W":-9,"V":5,"T":14}},"R":{"d":"242,-17v0,26,-42,26,-50,7v-24,-31,-38,-76,-71,-97v-10,-4,-27,-3,-41,-3v-5,41,17,114,-26,114v-17,0,-27,-12,-26,-31r0,-199v-3,-52,73,-29,117,-32v56,-4,93,20,93,71v0,43,-27,61,-66,71v33,18,59,60,70,99xm185,-184v0,-44,-58,-33,-105,-34r0,70v45,-2,105,10,105,-36","w":258,"k":{"\u00fc":9,"\u00f6":9,"\u00e5":5,"\u00e4":5,"\u00dc":9,"y":5,"w":5,"v":9,"u":9,"o":9,"e":9,"a":5,"Y":14,"V":9,"U":9,"T":18,"G":5,"C":5,")":9}},"S":{"d":"117,-225v-35,-4,-63,36,-29,53v50,25,138,17,136,95v-2,55,-43,80,-102,81v-57,1,-97,-26,-103,-75v-1,-18,23,-31,38,-18v16,23,21,58,63,55v47,7,74,-57,24,-71v-51,-15,-118,-20,-120,-85v-2,-94,189,-97,189,-9v0,12,-9,26,-23,24v-36,-5,-24,-57,-73,-50","w":240,"k":{".":14,",":9}},"T":{"d":"222,-236v-1,32,-52,18,-83,21r0,188v0,19,-9,31,-26,31v-17,0,-27,-12,-27,-31r0,-188v-32,-3,-81,11,-83,-21v0,-15,11,-22,27,-22r165,0v17,-1,27,7,27,22","w":225,"k":{"\u00e5":18,"\u00d6":5,"\u00c5":23,"\u00c4":23,"z":9,"y":14,"w":14,"u":18,"s":23,"r":14,"o":23,"m":14,"i":5,"h":5,"e":23,"c":23,"a":18,"Q":5,"O":5,"G":9,"C":9,"A":23,";":18,":":18,".":45,"-":18,",":41}},"U":{"d":"141,4v-78,2,-113,-35,-113,-111r0,-123v0,-19,9,-32,26,-32v18,0,27,11,27,32v0,76,-30,193,56,193v86,0,56,-117,56,-193v0,-20,9,-32,26,-32v17,0,27,12,26,32r0,123v2,74,-32,110,-104,111","w":273,"k":{"\u00c5":18,"\u00c4":18,"A":18,".":18,",":14}},"V":{"d":"18,-211v-9,-20,-9,-52,18,-51v22,1,23,14,30,34r59,173r65,-193v7,-22,47,-16,47,9v-24,80,-53,154,-84,228v-8,19,-49,20,-59,0v-30,-62,-48,-135,-76,-200","w":247,"k":{"\u00e5":18,"\u00d6":5,"\u00c5":18,"\u00c4":18,"y":14,"u":14,"r":14,"o":18,"i":5,"e":18,"a":18,"Q":5,"O":5,"G":5,"C":5,"A":18,";":9,":":9,".":45,"-":18,",":41}},"W":{"d":"284,-245v4,-26,53,-19,47,7r-54,222v-5,25,-52,25,-59,1r-49,-180r-50,180v-4,20,-47,28,-55,6v-26,-71,-42,-151,-58,-229v-4,-22,33,-33,44,-15v17,54,28,120,42,177r45,-165v5,-27,57,-27,63,-1r45,166","w":337,"k":{"\u00e5":9,"\u00d6":-4,"y":9,"u":14,"r":5,"o":9,"e":9,"d":9,"a":9,"O":-4,";":9,":":9,".":23,"-":5,",":18}},"X":{"d":"52,-10v-8,19,-51,19,-46,-8v8,-44,49,-79,70,-116r-59,-94v-14,-24,18,-45,37,-28v17,23,38,61,55,87r57,-86v36,-20,47,14,26,45r-51,76r66,102v15,28,-26,51,-42,26r-57,-89","w":217,"k":{"\u00d6":5,"O":5,"G":9,"C":9}},"Y":{"d":"112,4v-43,0,-20,-73,-26,-113r-75,-118v-14,-24,20,-48,37,-29v24,26,45,71,65,102v24,-35,42,-75,70,-106v34,-12,44,31,19,52r-64,99v-4,41,16,113,-26,113","w":225,"k":{"\u00e5":23,"\u00d6":5,"\u00c5":23,"\u00c4":23,"v":14,"u":18,"q":27,"p":18,"o":23,"i":5,"e":23,"d":23,"a":23,"S":9,"O":5,"G":9,"C":9,"A":23,";":18,":":18,".":41,"-":18,",":36}},"Z":{"d":"36,0v-32,3,-44,-33,-22,-51r140,-167r-114,0v-14,0,-24,-7,-24,-20v0,-13,10,-20,24,-20r147,0v43,2,29,52,4,71r-124,148r137,0v15,0,24,5,24,19v0,13,-9,20,-24,20r-168,0","w":232},"[":{"d":"57,-262v26,0,66,-9,66,19v0,23,-30,18,-52,18r0,255v23,1,52,-5,52,19v0,27,-41,19,-66,19v-21,0,-32,-10,-31,-32r0,-266v0,-22,9,-32,31,-32","w":127},"\\":{"d":"8,-226v-13,-28,11,-45,28,-30v25,76,43,163,61,245v3,14,-20,19,-30,12v-7,-7,-7,-12,-10,-25","w":101},"]":{"d":"4,49v-1,-23,29,-19,52,-19r0,-255v-23,0,-52,5,-52,-18v0,-28,40,-19,66,-19v22,0,31,10,32,32r0,266v3,39,-39,32,-75,32v-14,0,-22,-6,-23,-19","w":127},"^":{"d":"70,-122r-50,0r66,-140r39,0r65,140r-50,0r-35,-86","w":209},"_":{"d":"-2,45r0,-18r184,0r0,18r-184,0","w":180},"`":{"d":"80,-210v-26,5,-55,-37,-66,-47v19,-7,58,-6,61,17r12,25v0,3,-2,5,-7,5","w":119},"a":{"d":"190,-88v-5,41,29,86,-14,92v-15,-2,-22,-14,-30,-27v-33,38,-132,39,-132,-27v0,-62,81,-53,129,-71v7,-48,-65,-46,-79,-16v-4,22,-41,21,-41,-2v0,-38,40,-50,84,-52v70,-3,92,32,83,103xm92,-27v37,-2,53,-21,51,-65v-24,12,-79,4,-80,39v0,15,14,26,29,26","k":{"y":5,"w":9,"v":9,"t":9,"p":5,"g":5,"b":5}},"b":{"d":"46,-262v38,2,18,65,23,101v18,-16,30,-29,62,-29v54,1,79,39,80,95v0,58,-25,97,-80,99v-32,1,-47,-14,-62,-32v1,19,-6,32,-23,32v-15,0,-22,-11,-22,-27r0,-210v0,-17,6,-29,22,-29xm119,-155v-33,0,-47,28,-48,63v-1,35,17,59,48,59v28,0,44,-27,44,-61v0,-35,-14,-61,-44,-61","w":225,"k":{"\u00fc":5,"y":5,"w":5,"v":5,"u":5,"l":5,"b":5,".":23,",":18}},"c":{"d":"112,-32v42,5,41,-62,79,-37v4,4,6,9,6,14v-5,40,-42,58,-87,59v-58,1,-96,-37,-95,-95v1,-61,34,-100,97,-100v43,0,77,19,82,56v1,12,-10,21,-22,21v-25,-8,-27,-40,-61,-40v-31,0,-48,28,-47,62v0,35,15,56,48,60","k":{"y":9,"l":9,"k":14,"h":9,".":18,",":14}},"d":{"d":"179,4v-16,0,-24,-14,-23,-32v-16,17,-31,33,-63,32v-53,-2,-78,-43,-79,-99v-1,-55,29,-95,80,-95v32,0,44,12,62,29v4,-36,-15,-99,23,-101v15,0,23,11,23,27r0,212v0,15,-7,28,-23,27xm107,-155v-31,0,-45,28,-45,61v0,35,15,61,46,61v33,0,46,-27,46,-61v0,-33,-15,-61,-47,-61","w":225,"k":{"\u2019":-4,"v":5}},"e":{"d":"198,-110v0,25,-15,28,-39,29r-94,0v-5,51,59,70,89,36v5,-11,39,-29,41,-1v-7,34,-40,50,-82,50v-61,2,-98,-38,-97,-98v1,-60,34,-97,94,-97v52,0,86,32,88,81xm152,-109v3,-42,-46,-64,-73,-36v-8,8,-12,20,-14,36r87,0","k":{"z":5,"y":9,"x":5,"w":5,"v":9,"p":5,"g":5,"b":5,".":18,",":14}},"f":{"d":"32,-152v-35,9,-50,-35,-11,-35r11,0v-3,-51,12,-75,63,-75v28,0,42,6,42,20v0,17,-19,17,-36,15v-23,-3,-20,19,-21,40v20,-1,40,2,40,17v0,21,-20,18,-40,18r0,127v2,17,-9,30,-24,29v-15,0,-25,-13,-24,-29r0,-127","w":119,"k":{"\u2019":-13,"\u201d":-18,"\u00f6":5,"\u00ef":-36,"\u00eb":5,"\u00e5":5,"\u00e4":5,"o":5,"l":-4,"i":-4,"f":-13,"e":5,"a":5,"?":-18,".":18,",":14,")":-13,"!":-13," ":-40}},"g":{"d":"178,-191v20,0,23,14,23,35r0,140v1,65,-31,92,-96,92v-41,-1,-81,-14,-85,-48v-1,-11,10,-21,21,-20v26,3,27,34,63,34v46,0,52,-25,50,-74v-13,19,-31,32,-60,32v-55,-1,-80,-43,-80,-98v0,-54,26,-91,79,-92v33,-1,47,12,63,32v-2,-19,6,-33,22,-33xm108,-155v-31,0,-46,26,-46,60v0,34,16,59,46,59v31,0,46,-25,47,-57v1,-35,-16,-62,-47,-62","w":225,"k":{"\u00f6":9,"\u00e5":9,"\u00e4":9,"r":5,"p":5,"o":9,"l":5,"g":9,"e":9,"a":9,".":14,",":9}},"h":{"d":"47,-262v40,1,20,63,25,100v33,-48,123,-34,123,45r0,92v0,17,-8,29,-24,29v-61,0,17,-158,-57,-158v-54,0,-41,72,-42,129v-1,17,-8,29,-25,29v-16,0,-23,-10,-23,-29r0,-208v0,-18,6,-29,23,-29","w":217},"i":{"d":"49,-191v15,0,25,12,24,28r0,138v1,17,-9,29,-24,29v-16,1,-25,-12,-24,-29r0,-137v0,-17,8,-30,24,-29xm73,-237v0,14,-11,24,-24,24v-14,0,-24,-9,-24,-24v0,-14,12,-22,24,-23v12,0,24,8,24,23","w":97},"j":{"d":"49,-191v16,0,25,11,24,29r0,163v3,49,-13,74,-55,75v-24,0,-43,-4,-44,-24v0,-18,15,-21,35,-18v17,-1,15,-13,16,-34r0,-162v0,-16,8,-29,24,-29xm73,-237v0,14,-11,24,-24,24v-14,0,-24,-9,-24,-24v0,-14,12,-22,24,-23v12,0,24,8,24,23","w":97},"k":{"d":"183,-42v23,20,1,59,-26,42v-19,-25,-37,-60,-55,-87r-26,24v0,30,5,68,-24,67v-16,0,-25,-11,-24,-29r0,-204v0,-19,6,-33,24,-33v17,0,24,12,24,30r0,116r69,-71v13,-10,35,0,34,16v-1,15,-33,39,-45,52","w":206,"k":{"\u00fc":9,"\u00f6":14,"\u00e4":14,"y":9,"u":9,"s":9,"q":14,"p":9,"o":14,"l":9,"i":9,"g":14,"e":14,"d":14,"c":9,"a":14}},"l":{"d":"49,4v-16,1,-25,-12,-24,-29r0,-208v0,-18,8,-29,24,-29v16,0,24,12,24,29r0,208v1,17,-9,29,-24,29","w":97,"k":{"w":5}},"m":{"d":"221,-153v-51,1,-37,75,-37,127v0,19,-8,30,-25,30v-39,-2,-24,-67,-24,-106v0,-29,1,-50,-25,-51v-55,-1,-39,75,-39,127v0,19,-8,30,-24,30v-16,0,-26,-12,-25,-30r0,-137v0,-17,7,-28,23,-28v16,1,24,12,23,30v20,-36,93,-40,111,0v30,-46,118,-39,118,41r0,94v0,18,-8,30,-25,30v-41,-2,-25,-71,-25,-111v0,-27,-1,-46,-26,-46","w":318,"k":{"\u00fc":5,"u":5}},"n":{"d":"46,-191v17,1,23,14,22,33v31,-53,126,-41,126,44r0,89v0,18,-7,29,-23,29v-61,0,17,-158,-57,-158v-54,0,-43,72,-43,129v0,18,-9,29,-24,29v-16,0,-24,-13,-24,-29r0,-138v0,-17,7,-28,23,-28","w":217,"k":{"\u00fc":5,"v":5,"u":5}},"o":{"d":"109,-191v61,0,95,37,95,98v0,61,-34,97,-95,97v-62,0,-96,-37,-96,-97v0,-61,35,-98,96,-98xm109,-31v31,0,47,-28,47,-62v0,-35,-15,-62,-47,-62v-33,0,-47,26,-47,62v0,37,14,62,47,62","w":217,"k":{"y":5,"x":9,"v":5,".":18,",":14}},"p":{"d":"46,-191v17,0,25,14,23,33v15,-19,31,-32,61,-32v53,1,81,41,81,96v0,57,-26,97,-81,98v-32,1,-45,-14,-61,-32v-4,36,13,104,-23,104v-19,0,-22,-12,-22,-32r0,-207v0,-16,7,-28,22,-28xm118,-33v31,0,45,-27,45,-61v0,-34,-14,-61,-45,-61v-30,0,-47,27,-47,62v0,33,18,60,47,60","w":225,"k":{"z":5,"y":5,"w":5,".":18,",":14}},"q":{"d":"179,76v-38,-2,-18,-64,-23,-100v-16,15,-33,28,-62,28v-54,-1,-80,-42,-80,-97v0,-55,27,-97,81,-97v29,0,48,12,61,32v-1,-19,6,-33,23,-33v15,0,22,12,23,27r0,208v0,21,-8,32,-23,32xm107,-155v-29,0,-46,27,-45,61v1,34,13,61,45,61v33,0,47,-25,47,-61v0,-34,-14,-61,-47,-61","w":225},"r":{"d":"107,-149v-47,5,-35,72,-35,124v0,18,-9,29,-24,29v-16,0,-24,-12,-24,-29r0,-133v0,-22,8,-33,24,-33v16,1,23,12,23,30v11,-17,18,-29,42,-30v18,0,43,11,43,28v-1,26,-29,18,-49,14","w":157,"k":{"\u00fc":9,"\u00f6":14,"\u00e5":9,"\u00e4":9,"v":5,"u":9,"t":-4,"s":9,"r":5,"q":14,"p":5,"o":14,"l":5,"k":9,"j":5,"g":9,"e":9,"d":9,"c":9,"a":9,";":5,":":5,".":45,"-":5,",":41}},"s":{"d":"91,-160v-22,-3,-41,20,-23,32v35,23,110,14,111,70v0,47,-36,62,-84,62v-41,-1,-76,-15,-80,-51v-2,-22,34,-26,39,-5v8,29,72,36,79,4v-13,-49,-114,-17,-116,-87v-2,-73,153,-74,153,-12v0,11,-8,20,-21,19v-26,-2,-26,-35,-58,-32","w":195,"k":{"w":9,".":18,",":14}},"t":{"d":"5,-169v0,-13,12,-19,28,-18v1,-30,-7,-69,24,-69v28,0,24,38,24,69v19,-1,38,0,38,18v0,17,-19,17,-38,17r0,88v-7,31,15,34,39,28v8,1,15,7,15,16v0,20,-23,22,-49,24v-77,5,-47,-90,-53,-156v-16,1,-27,-4,-28,-17","w":127,"k":{"\u2019":-9}},"u":{"d":"172,4v-17,0,-24,-14,-23,-33v-16,18,-31,33,-64,33v-78,3,-61,-91,-62,-166v0,-17,8,-29,24,-29v61,0,-16,153,57,158v55,4,42,-71,43,-129v0,-17,8,-30,24,-29v16,0,23,11,23,29r0,139v0,16,-6,28,-22,27","w":217},"v":{"d":"17,-145v-10,-16,-10,-46,15,-46v21,1,21,12,27,30r39,109v17,-44,30,-94,51,-133v17,-17,44,3,33,30r-62,148v-8,16,-42,13,-48,-3","w":195,"k":{"\u00f6":5,"\u00e5":5,"\u00e4":5,"q":5,"o":5,"e":5,"d":5,"c":9,"a":5,".":27,",":23}},"w":{"d":"14,-148v-20,-30,12,-55,32,-36v16,37,27,89,40,130r35,-121v4,-21,44,-20,50,1r36,120r36,-124v5,-19,45,-16,41,7v-10,55,-35,109,-52,159v-6,21,-46,21,-52,-2v-10,-36,-23,-77,-34,-114v-12,39,-21,88,-38,122v-21,26,-57,-5,-55,-27","w":292,"k":{"\u00f6":5,"\u00e5":5,"\u00e4":5,"q":5,"o":5,"e":5,"d":5,"c":5,"a":5,".":32,",":27}},"x":{"d":"168,-36v25,24,-2,50,-26,36v-18,-18,-33,-46,-48,-67v-21,22,-29,62,-62,71v-23,0,-26,-20,-12,-40r43,-62v-15,-23,-41,-46,-49,-74v-1,-16,24,-25,36,-14v16,15,30,40,44,58v19,-20,27,-55,57,-63v23,-1,29,27,12,41r-39,52","w":187,"k":{"\u00f6":5,"o":5,"e":5,"d":5,"c":9}},"y":{"d":"4,54v0,-31,46,-2,56,-26v5,-6,9,-19,13,-28r-59,-149v-18,-27,13,-54,34,-35v20,41,33,93,50,137v19,-46,31,-99,54,-141v24,-13,43,16,27,40r-78,198v-11,17,-27,26,-55,26v-23,0,-41,-2,-42,-22","w":195,"k":{"\u2019":-4,"\u00f6":5,"\u00e5":5,"\u00e4":5,"s":5,"o":5,"g":5,"e":5,"d":5,"c":5,"a":5,".":32,",":27}},"z":{"d":"142,-187v40,-5,36,37,13,51r-88,99r94,0v14,-1,24,6,23,19v0,13,-9,18,-23,18r-130,0v-39,-3,-24,-35,-3,-58r72,-79v5,-6,8,-11,11,-15r-71,0v-17,-1,-29,0,-30,-16v0,-13,9,-19,22,-19r110,0","w":187,"k":{"\u00f6":5,"o":5,"e":5,"d":5,"c":5}},"{":{"d":"101,-216v-16,37,2,111,-39,123v37,14,28,74,36,118v8,11,33,6,33,29v0,14,-9,22,-26,22v-61,0,-55,-65,-58,-118v-2,-28,-37,-24,-37,-51v0,-26,33,-24,36,-47v3,-23,4,-29,4,-69v0,-32,22,-53,55,-53v31,0,34,37,10,42v-7,1,-11,2,-14,4","w":138},"|":{"d":"51,-262v13,0,20,9,19,24r0,290v1,15,-6,24,-19,24v-12,0,-20,-10,-20,-24r0,-290v0,-14,7,-24,20,-24","w":101},"}":{"d":"8,54v-2,-29,37,-14,36,-42v-2,-50,0,-90,33,-105v-32,-15,-36,-57,-33,-106v2,-30,-36,-12,-36,-42v0,-14,8,-21,25,-21v33,1,56,19,56,53v-1,77,0,73,35,102v7,9,5,29,-6,33v-33,13,-27,49,-29,96v0,31,-23,55,-56,54v-15,0,-24,-8,-25,-22","w":138},"~":{"d":"150,-92v-52,0,-100,-48,-138,1r0,-46v15,-15,27,-23,53,-24v34,0,55,21,85,24v20,-2,35,-12,48,-25r0,47v-11,10,-28,23,-48,23","w":209},"\u00c4":{"d":"241,-47v23,32,-9,65,-36,43v-11,-17,-16,-38,-24,-58r-105,0v-12,23,-11,64,-41,66v-25,1,-32,-29,-18,-50r81,-201v15,-27,66,-12,68,14xm90,-101r77,0r-39,-106xm106,-299v0,11,-10,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,1,20,7,20,20xm135,-299v0,-10,9,-20,19,-20v11,0,20,9,20,20v1,11,-10,20,-20,20v-10,0,-19,-10,-19,-20","w":258,"k":{"\u2019":9,"\u201d":9,"w":5,"v":9,"Y":23,"V":18,"U":14,"T":32,"Q":5,"O":5,"G":9,"C":9}},"\u00c5":{"d":"83,-304v0,-20,17,-37,37,-37v20,0,36,17,36,37v0,20,-17,36,-36,36v-21,-1,-36,-15,-37,-36xm138,-304v-1,-10,-7,-19,-18,-18v-11,0,-18,7,-18,18v0,25,37,20,36,0xm241,-47v23,32,-9,65,-36,43v-11,-17,-16,-38,-24,-58r-105,0v-12,23,-11,64,-41,66v-25,1,-32,-29,-18,-50r81,-201v15,-27,66,-12,68,14xm90,-101r77,0r-39,-106","w":258,"k":{"\u2019":9,"\u201d":9,"w":5,"v":9,"Y":23,"V":18,"U":14,"T":32,"Q":5,"O":5,"G":9,"C":9}},"\u00c7":{"d":"248,-81v0,53,-45,85,-105,85r-1,4v20,4,37,11,37,31v0,38,-59,41,-94,31v-9,-10,1,-20,17,-17v18,2,47,1,44,-14v0,-26,-41,0,-43,-21v0,-7,10,-12,29,-14v-76,-4,-114,-54,-114,-132v0,-82,44,-134,123,-134v56,0,101,30,106,78v2,25,-36,31,-45,8v-11,-26,-26,-45,-61,-45v-46,0,-71,40,-70,94v-17,90,103,122,130,46v4,-31,47,-29,47,0","w":266},"\u00c9":{"d":"223,-238v0,13,-10,21,-25,21r-118,0r0,63r109,0v14,-1,23,7,23,19v1,13,-8,20,-23,20r-109,0r0,74r122,0v15,-1,25,7,25,20v0,13,-10,21,-25,21r-142,0v-22,-1,-31,-10,-32,-32r0,-194v-1,-23,11,-32,32,-32r138,0v14,0,25,8,25,20xm167,-322v-16,15,-35,49,-65,47v-18,-1,3,-21,5,-30v6,-24,36,-23,60,-17","w":240},"\u00d1":{"d":"29,-224v-6,-39,41,-48,59,-20r109,165r0,-153v0,-18,7,-30,23,-30v18,0,24,12,25,30r0,202v4,42,-45,40,-61,16r-106,-162r0,151v1,18,-9,29,-25,29v-16,0,-24,-12,-24,-29r0,-199xm159,-277v-21,-1,-37,-16,-57,-18v-12,-1,-12,23,-22,22v-23,-10,-2,-50,20,-49v22,1,37,16,58,18v15,1,11,-23,22,-22v22,11,2,50,-21,49","w":273},"\u00d6":{"d":"16,-130v0,-81,43,-132,126,-132v83,0,127,51,127,133v0,83,-43,132,-126,133v-84,1,-127,-52,-127,-134xm142,-37v50,0,74,-39,74,-93v0,-53,-24,-91,-74,-91v-51,0,-73,39,-73,91v0,53,22,93,73,93xm134,-299v0,11,-10,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,1,20,7,20,20xm163,-299v0,-10,9,-20,19,-20v11,0,20,9,20,20v1,11,-10,20,-20,20v-10,0,-19,-10,-19,-20","w":285,"k":{"Y":14,"X":9,"W":-4,"V":9,"T":14,"A":14}},"\u00dc":{"d":"141,4v-78,2,-113,-35,-113,-111r0,-123v0,-19,9,-32,26,-32v18,0,27,11,27,32v0,76,-30,193,56,193v86,0,56,-117,56,-193v0,-20,9,-32,26,-32v17,0,27,12,26,32r0,123v2,74,-32,110,-104,111xm116,-299v0,11,-10,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,1,20,7,20,20xm145,-299v0,-10,9,-20,19,-20v11,0,20,9,20,20v1,11,-10,20,-20,20v-10,0,-19,-10,-19,-20","w":273,"k":{"A":18}},"\u00e1":{"d":"190,-88v-5,41,29,86,-14,92v-15,-2,-22,-14,-30,-27v-33,38,-132,39,-132,-27v0,-62,81,-53,129,-71v7,-48,-65,-46,-79,-16v-4,22,-41,21,-41,-2v0,-38,40,-50,84,-52v70,-3,92,32,83,103xm92,-27v37,-2,53,-21,51,-65v-24,12,-79,4,-80,39v0,15,14,26,29,26xm147,-257v-16,15,-35,49,-65,47v-18,-1,3,-21,5,-30v6,-24,36,-23,60,-17"},"\u00e0":{"d":"190,-88v-5,41,29,86,-14,92v-15,-2,-22,-14,-30,-27v-33,38,-132,39,-132,-27v0,-62,81,-53,129,-71v7,-48,-65,-46,-79,-16v-4,22,-41,21,-41,-2v0,-38,40,-50,84,-52v70,-3,92,32,83,103xm92,-27v37,-2,53,-21,51,-65v-24,12,-79,4,-80,39v0,15,14,26,29,26xm120,-210v-26,5,-55,-37,-66,-47v19,-7,58,-6,61,17r12,25v0,3,-2,5,-7,5"},"\u00e2":{"d":"190,-88v-5,41,29,86,-14,92v-15,-2,-22,-14,-30,-27v-33,38,-132,39,-132,-27v0,-62,81,-53,129,-71v7,-48,-65,-46,-79,-16v-4,22,-41,21,-41,-2v0,-38,40,-50,84,-52v70,-3,92,32,83,103xm92,-27v37,-2,53,-21,51,-65v-24,12,-79,4,-80,39v0,15,14,26,29,26xm159,-214v-12,8,-40,2,-41,-10r-18,-20v-14,15,-25,42,-59,31v12,-27,59,-75,93,-33v8,10,19,21,25,32"},"\u00e4":{"d":"190,-88v-5,41,29,86,-14,92v-15,-2,-22,-14,-30,-27v-33,38,-132,39,-132,-27v0,-62,81,-53,129,-71v7,-48,-65,-46,-79,-16v-4,22,-41,21,-41,-2v0,-38,40,-50,84,-52v70,-3,92,32,83,103xm92,-27v37,-2,53,-21,51,-65v-24,12,-79,4,-80,39v0,15,14,26,29,26xm86,-234v0,11,-10,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,1,20,7,20,20xm115,-234v0,-10,9,-20,19,-20v11,0,20,9,20,20v1,11,-10,20,-20,20v-10,0,-19,-10,-19,-20","k":{"y":5,"w":9,"v":9}},"\u00e3":{"d":"190,-88v-5,41,29,86,-14,92v-15,-2,-22,-14,-30,-27v-33,38,-132,39,-132,-27v0,-62,81,-53,129,-71v7,-48,-65,-46,-79,-16v-4,22,-41,21,-41,-2v0,-38,40,-50,84,-52v70,-3,92,32,83,103xm92,-27v37,-2,53,-21,51,-65v-24,12,-79,4,-80,39v0,15,14,26,29,26xm129,-212v-21,-1,-37,-16,-57,-18v-12,-1,-12,23,-22,22v-23,-10,-2,-50,20,-49v22,1,37,16,58,18v15,1,11,-23,22,-22v22,11,2,50,-21,49"},"\u00e5":{"d":"63,-239v0,-20,17,-36,37,-36v20,0,36,17,36,36v0,19,-16,37,-36,36v-22,-1,-36,-15,-37,-36xm118,-239v-2,-9,-7,-18,-18,-18v-11,0,-18,7,-18,18v0,11,7,18,18,18v9,0,18,-9,18,-18xm190,-88v-5,41,29,86,-14,92v-15,-2,-22,-14,-30,-27v-33,38,-132,39,-132,-27v0,-62,81,-53,129,-71v7,-48,-65,-46,-79,-16v-4,22,-41,21,-41,-2v0,-38,40,-50,84,-52v70,-3,92,32,83,103xm92,-27v37,-2,53,-21,51,-65v-24,12,-79,4,-80,39v0,15,14,26,29,26","k":{"y":5,"w":9,"v":9}},"\u00e7":{"d":"176,-76v42,11,7,62,-17,70v-12,7,-27,9,-44,10r-1,4v21,1,37,9,37,29v0,28,-28,34,-59,35v-30,1,-41,-12,-24,-20v20,2,54,2,53,-14v-2,-23,-41,-1,-43,-22v0,-6,8,-10,25,-12v-55,-3,-88,-38,-88,-95v0,-61,34,-100,97,-100v43,0,77,19,82,56v1,12,-10,21,-22,21v-26,-7,-25,-40,-61,-40v-31,0,-48,28,-47,62v0,35,14,57,48,60v39,3,36,-39,64,-44"},"\u00e9":{"d":"198,-110v0,25,-15,28,-39,29r-94,0v-5,51,59,70,89,36v5,-11,39,-29,41,-1v-7,34,-40,50,-82,50v-61,2,-98,-38,-97,-98v1,-60,34,-97,94,-97v52,0,86,32,88,81xm152,-109v3,-42,-46,-64,-73,-36v-8,8,-12,20,-14,36r87,0xm147,-257v-16,15,-35,49,-65,47v-18,-1,3,-21,5,-30v6,-24,36,-23,60,-17"},"\u00e8":{"d":"198,-110v0,25,-15,28,-39,29r-94,0v-5,51,59,70,89,36v5,-11,39,-29,41,-1v-7,34,-40,50,-82,50v-61,2,-98,-38,-97,-98v1,-60,34,-97,94,-97v52,0,86,32,88,81xm152,-109v3,-42,-46,-64,-73,-36v-8,8,-12,20,-14,36r87,0xm120,-210v-26,5,-55,-37,-66,-47v19,-7,58,-6,61,17r12,25v0,3,-2,5,-7,5"},"\u00ea":{"d":"198,-110v0,25,-15,28,-39,29r-94,0v-5,51,59,70,89,36v5,-11,39,-29,41,-1v-7,34,-40,50,-82,50v-61,2,-98,-38,-97,-98v1,-60,34,-97,94,-97v52,0,86,32,88,81xm152,-109v3,-42,-46,-64,-73,-36v-8,8,-12,20,-14,36r87,0xm159,-214v-12,8,-40,2,-41,-10r-18,-20v-14,15,-25,42,-59,31v12,-27,59,-75,93,-33v8,10,19,21,25,32"},"\u00eb":{"d":"198,-110v0,25,-15,28,-39,29r-94,0v-5,51,59,70,89,36v5,-11,39,-29,41,-1v-7,34,-40,50,-82,50v-61,2,-98,-38,-97,-98v1,-60,34,-97,94,-97v52,0,86,32,88,81xm152,-109v3,-42,-46,-64,-73,-36v-8,8,-12,20,-14,36r87,0xm86,-234v0,11,-10,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,1,20,7,20,20xm115,-234v0,-10,9,-20,19,-20v11,0,20,9,20,20v1,11,-10,20,-20,20v-10,0,-19,-10,-19,-20"},"\u00ed":{"d":"49,-191v15,0,25,12,24,28r0,138v1,17,-9,29,-24,29v-16,1,-25,-12,-24,-29r0,-137v0,-17,8,-30,24,-29xm97,-257v-16,15,-35,49,-65,47v-18,-1,3,-21,5,-30v6,-24,36,-23,60,-17","w":97},"\u00ec":{"d":"49,-191v15,0,25,12,24,28r0,138v1,17,-9,29,-24,29v-16,1,-25,-12,-24,-29r0,-137v0,-17,8,-30,24,-29xm70,-210v-26,5,-55,-37,-66,-47v19,-7,58,-6,61,17r12,25v0,3,-2,5,-7,5","w":97},"\u00ee":{"d":"49,-191v15,0,25,12,24,28r0,138v1,17,-9,29,-24,29v-16,1,-25,-12,-24,-29r0,-137v0,-17,8,-30,24,-29xm109,-214v-12,8,-40,2,-41,-10r-18,-20v-14,15,-25,42,-59,31v12,-27,59,-75,93,-33v8,10,19,21,25,32","w":97},"\u00ef":{"d":"49,-191v15,0,25,12,24,28r0,138v1,17,-9,29,-24,29v-16,1,-25,-12,-24,-29r0,-137v0,-17,8,-30,24,-29xm36,-234v0,11,-10,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,1,20,7,20,20xm65,-234v0,-10,9,-20,19,-20v11,0,20,9,20,20v1,11,-10,20,-20,20v-10,0,-19,-10,-19,-20","w":97},"\u00f1":{"d":"46,-191v17,1,23,14,22,33v31,-53,126,-41,126,44r0,89v0,18,-7,29,-23,29v-61,0,17,-158,-57,-158v-54,0,-43,72,-43,129v0,18,-9,29,-24,29v-16,0,-24,-13,-24,-29r0,-138v0,-17,7,-28,23,-28xm129,-212v-21,-1,-37,-16,-57,-18v-12,-1,-12,23,-22,22v-23,-10,-2,-50,20,-49v22,1,37,16,58,18v15,1,11,-23,22,-22v22,11,2,50,-21,49","w":217},"\u00f3":{"d":"109,-191v61,0,95,37,95,98v0,61,-34,97,-95,97v-62,0,-96,-37,-96,-97v0,-61,35,-98,96,-98xm109,-31v31,0,47,-28,47,-62v0,-35,-15,-62,-47,-62v-33,0,-47,26,-47,62v0,37,14,62,47,62xm147,-257v-16,15,-35,49,-65,47v-18,-1,3,-21,5,-30v6,-24,36,-23,60,-17","w":217},"\u00f2":{"d":"109,-191v61,0,95,37,95,98v0,61,-34,97,-95,97v-62,0,-96,-37,-96,-97v0,-61,35,-98,96,-98xm109,-31v31,0,47,-28,47,-62v0,-35,-15,-62,-47,-62v-33,0,-47,26,-47,62v0,37,14,62,47,62xm120,-210v-26,5,-55,-37,-66,-47v19,-7,58,-6,61,17r12,25v0,3,-2,5,-7,5","w":217},"\u00f4":{"d":"109,-191v61,0,95,37,95,98v0,61,-34,97,-95,97v-62,0,-96,-37,-96,-97v0,-61,35,-98,96,-98xm109,-31v31,0,47,-28,47,-62v0,-35,-15,-62,-47,-62v-33,0,-47,26,-47,62v0,37,14,62,47,62xm159,-214v-12,8,-40,2,-41,-10r-18,-20v-14,15,-25,42,-59,31v12,-27,59,-75,93,-33v8,10,19,21,25,32","w":217},"\u00f6":{"d":"109,-191v61,0,95,37,95,98v0,61,-34,97,-95,97v-62,0,-96,-37,-96,-97v0,-61,35,-98,96,-98xm109,-31v31,0,47,-28,47,-62v0,-35,-15,-62,-47,-62v-33,0,-47,26,-47,62v0,37,14,62,47,62xm86,-234v0,11,-10,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,1,20,7,20,20xm115,-234v0,-10,9,-20,19,-20v11,0,20,9,20,20v1,11,-10,20,-20,20v-10,0,-19,-10,-19,-20","w":217,"k":{"y":5,"x":9,"v":5}},"\u00f5":{"d":"109,-191v61,0,95,37,95,98v0,61,-34,97,-95,97v-62,0,-96,-37,-96,-97v0,-61,35,-98,96,-98xm109,-31v31,0,47,-28,47,-62v0,-35,-15,-62,-47,-62v-33,0,-47,26,-47,62v0,37,14,62,47,62xm129,-212v-21,-1,-37,-16,-57,-18v-12,-1,-12,23,-22,22v-23,-10,-2,-50,20,-49v22,1,37,16,58,18v15,1,11,-23,22,-22v22,11,2,50,-21,49","w":217},"\u00f9":{"d":"172,4v-17,0,-24,-14,-23,-33v-16,18,-31,33,-64,33v-78,3,-61,-91,-62,-166v0,-17,8,-29,24,-29v61,0,-16,153,57,158v55,4,42,-71,43,-129v0,-17,8,-30,24,-29v16,0,23,11,23,29r0,139v0,16,-6,28,-22,27xm120,-210v-26,5,-55,-37,-66,-47v19,-7,58,-6,61,17r12,25v0,3,-2,5,-7,5","w":217},"\u00fc":{"d":"172,4v-17,0,-24,-14,-23,-33v-16,18,-31,33,-64,33v-78,3,-61,-91,-62,-166v0,-17,8,-29,24,-29v61,0,-16,153,57,158v55,4,42,-71,43,-129v0,-17,8,-30,24,-29v16,0,23,11,23,29r0,139v0,16,-6,28,-22,27xm86,-234v0,11,-10,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,1,20,7,20,20xm115,-234v0,-10,9,-20,19,-20v11,0,20,9,20,20v1,11,-10,20,-20,20v-10,0,-19,-10,-19,-20","w":217},"\u2020":{"d":"107,69v-13,0,-23,-9,-22,-26r0,-190v-27,-3,-71,10,-72,-19v0,-29,45,-16,72,-19v2,-30,-9,-75,22,-75v31,0,20,45,22,75v27,3,71,-10,72,19v0,29,-45,16,-72,19r0,190v0,17,-8,26,-22,26"},"\u00b0":{"d":"71,-150v-30,1,-58,-27,-56,-56v2,-33,22,-56,56,-56v33,0,56,23,56,56v0,33,-25,54,-56,56xm71,-233v-14,-1,-27,13,-27,27v0,14,13,27,27,27v14,0,27,-12,27,-27v-1,-16,-12,-26,-27,-27","w":142},"\u00a2":{"d":"15,-92v0,-67,40,-105,112,-98v8,-20,11,-46,22,-63v5,-8,22,-4,18,8r-18,60v21,9,43,24,45,49v0,12,-11,21,-22,21v-18,0,-22,-27,-36,-33r-36,115v48,12,46,-36,76,-43v12,0,23,9,21,21v-6,44,-55,65,-108,57v-7,20,-12,43,-21,62v-14,9,-21,-1,-15,-21r15,-46v-33,-14,-53,-44,-53,-89xm115,-155v-56,-8,-64,83,-34,111"},"\u00a3":{"d":"163,5v-7,2,-63,-16,-90,-16v-25,0,-66,34,-71,-7v12,-29,57,-44,44,-94v-19,-1,-40,3,-41,-15v-1,-15,15,-20,33,-18v-27,-64,9,-117,74,-117v49,0,85,30,85,68v0,12,-11,22,-23,22v-32,-1,-22,-58,-61,-55v-40,3,-42,51,-26,82v23,2,56,-7,56,17v1,21,-29,15,-50,16v-1,37,-15,47,-36,73v42,-14,99,9,137,-7v10,0,20,10,20,21v0,21,-30,30,-51,30"},"\u00a7":{"d":"110,40v32,0,43,-39,13,-51v-35,-27,-82,-42,-106,-80v-9,-33,3,-54,34,-71v-47,-38,-7,-104,54,-100v40,2,73,16,78,51v1,9,-10,19,-20,18v-25,-3,-26,-34,-56,-34v-23,0,-40,22,-23,37v38,35,116,39,116,104v0,26,-16,43,-35,53v51,39,12,113,-53,109v-47,-3,-86,-21,-86,-62v0,-11,11,-24,23,-22v30,5,25,48,61,48xm84,-138v-19,-11,-40,21,-24,36v18,17,50,32,74,48v55,-39,-20,-67,-50,-84"},"\u2022":{"d":"64,-179v30,1,51,22,52,52v0,27,-24,52,-52,52v-28,0,-52,-24,-52,-52v0,-28,24,-53,52,-52","w":127},"\u00b6":{"d":"0,-174v0,-63,45,-90,122,-84r76,0r0,14r-30,0r0,314r-18,0r0,-314r-33,0r0,314r-18,0r0,-159v-61,3,-99,-32,-99,-85","w":202},"\u00df":{"d":"99,-136v-2,-19,25,-51,25,-70v0,-14,-9,-21,-25,-21v-27,0,-30,22,-31,49r0,154v0,17,-7,28,-23,28v-16,0,-24,-12,-24,-28v0,-100,-32,-242,79,-238v39,2,69,15,71,51v2,25,-25,47,-26,66v9,29,57,47,57,91v0,67,-108,77,-119,20v-2,-9,10,-18,19,-18v13,-1,20,24,35,22v11,-1,22,-10,21,-22v-3,-37,-56,-45,-59,-84"},"\u00ae":{"d":"188,-158v0,23,-17,37,-38,40v24,9,31,42,47,63r-36,0v-17,-22,-18,-61,-59,-59r0,59r-30,0r0,-143v50,2,117,-12,116,40xm157,-157v0,-23,-31,-19,-55,-19r0,39v24,-1,55,5,55,-20xm-1,-127v0,-78,56,-135,134,-135v81,0,135,53,135,135v0,78,-57,134,-135,134v-77,0,-134,-57,-134,-134xm242,-127v0,-63,-45,-109,-108,-109v-63,0,-109,46,-109,109v0,63,47,108,109,108v63,0,108,-46,108,-108","w":266},"\u00a9":{"d":"67,-127v0,-79,106,-104,127,-32r-28,6v-16,-44,-73,-21,-68,23v-8,53,56,74,68,22r28,10v-9,30,-30,46,-62,46v-40,0,-65,-31,-65,-75xm-1,-127v0,-78,56,-135,134,-135v81,0,135,53,135,135v0,78,-57,134,-135,134v-79,0,-134,-57,-134,-134xm242,-127v0,-63,-46,-109,-109,-109v-63,0,-108,46,-108,109v0,62,45,107,108,107v64,0,109,-44,109,-107","w":266},"\u2122":{"d":"112,-114r-29,0r0,-119r-45,0r0,-25r117,0r0,25r-43,0r0,119xm200,-114r-28,0r0,-144r46,0r26,100r26,-100r46,0r0,144r-28,0r0,-115r-31,115r-26,0r-31,-115r0,115","w":360},"\u00b4":{"d":"107,-257v-16,15,-35,49,-65,47v-18,-1,3,-21,5,-30v6,-24,36,-23,60,-17","w":119},"\u00a8":{"d":"46,-234v0,11,-10,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,1,20,7,20,20xm75,-234v0,-10,9,-20,19,-20v11,0,20,9,20,20v1,11,-10,20,-20,20v-10,0,-19,-10,-19,-20","w":119},"\u00c6":{"d":"194,0v-35,3,-33,-29,-32,-62r-92,0v-14,24,-16,62,-48,66v-25,2,-28,-27,-16,-43r97,-208v4,-8,12,-11,26,-11r186,0v14,0,25,7,25,20v0,14,-11,19,-25,20r-102,0r0,64r93,0v15,-1,24,7,24,20v0,13,-9,20,-24,19r-93,0r0,76r106,0v15,0,25,5,25,19v0,13,-10,20,-25,20r-125,0xm87,-103r75,0r0,-117r-25,0","w":356},"\u00d8":{"d":"62,-20v-6,12,-37,39,-46,11v1,-17,14,-25,24,-35v-15,-22,-24,-50,-24,-86v0,-81,43,-131,126,-132v36,0,60,9,81,24v10,-12,18,-22,33,-24v22,5,13,26,-3,41r-7,7v15,23,23,51,23,85v-2,83,-43,132,-126,133v-33,0,-60,-8,-81,-24xm142,-221v-66,-2,-86,77,-65,138r113,-120v-11,-10,-28,-18,-48,-18xm95,-55v52,45,121,0,121,-75v0,-16,-3,-31,-8,-44","w":285},"\u00b1":{"d":"127,-63r-45,0r0,-67r-67,0r0,-46r67,0r0,-67r45,0r0,67r68,0r0,46r-68,0r0,67xm195,0r-180,0r0,-46r180,0r0,46","w":209},"\u00a5":{"d":"177,-253v12,-20,50,-2,36,21r-58,96v20,0,50,-3,47,16v2,24,-41,16,-64,17r0,25v23,2,64,-7,64,16v0,24,-41,16,-64,17v2,26,-3,52,-24,49v-20,2,-26,-23,-24,-49v-24,-1,-65,6,-65,-17v0,-23,42,-14,65,-16r0,-25v-24,-1,-65,6,-65,-17v0,-18,28,-16,48,-16v-20,-36,-47,-66,-63,-106v5,-31,38,-21,47,3r57,89","w":225},"\u00b5":{"d":"111,-35v54,-4,31,-96,36,-152r50,0r0,187r-47,0r0,-23v-7,15,-19,28,-37,28v-22,0,-27,-13,-37,-28r0,95r-49,0r0,-259r49,0r0,85v-2,25,5,70,35,67","w":221},"\u00aa":{"d":"128,-156v-2,20,-31,15,-36,-1v-25,22,-85,20,-86,-19v-2,-39,53,-36,82,-44v0,-13,-5,-18,-20,-18v-26,0,-23,20,-41,22v-8,1,-16,-4,-15,-13v3,-25,27,-30,56,-33v71,-7,47,59,60,106xm58,-165v20,0,32,-11,31,-33v-8,3,-50,5,-48,19v0,8,8,15,17,14","w":135},"\u00ba":{"d":"69,-262v40,0,64,22,64,60v0,38,-25,59,-64,60v-37,0,-64,-24,-63,-60v1,-37,24,-60,63,-60xm69,-168v19,0,29,-14,29,-34v0,-20,-10,-34,-29,-34v-19,0,-28,14,-28,34v0,20,9,34,28,34","w":138},"\u00e6":{"d":"169,-170v50,-44,152,-13,149,59v-2,50,-86,22,-131,29v1,31,15,52,46,54v35,2,45,-29,67,-36v11,0,16,6,16,19v0,59,-128,64,-157,19v-42,41,-144,45,-144,-23v0,-29,18,-47,55,-55v42,-10,67,-11,71,-19v0,-29,-6,-32,-36,-35v-41,-4,-32,41,-64,41v-11,0,-19,-8,-19,-19v-1,-60,112,-72,147,-34xm230,-158v-26,-1,-44,23,-43,49r86,0v-1,-29,-17,-48,-43,-49xm94,-27v35,-1,51,-24,47,-65v-19,10,-81,7,-78,39v0,15,13,27,31,26","w":333},"\u00f8":{"d":"188,-189v10,-9,25,4,17,17r-18,18v40,64,7,164,-78,158v-25,-2,-47,-7,-62,-19v-8,10,-29,33,-37,10v0,-14,13,-19,20,-28v-40,-64,-5,-164,79,-158v26,2,45,8,61,19xm77,-44v42,38,97,-15,76,-76xm140,-143v-42,-36,-96,14,-75,75","w":217},"\u00bf":{"d":"167,-20v13,-1,23,11,23,22v0,47,-39,70,-90,73v-71,4,-112,-76,-60,-120v5,-9,48,-32,46,-59v2,-12,9,-18,21,-18v13,0,21,9,21,24v2,55,-56,60,-65,103v0,19,17,31,37,33v47,4,32,-52,67,-58xm78,-165v0,-15,12,-26,27,-26v14,-1,26,10,26,26v0,15,-12,27,-26,27v-15,0,-26,-11,-27,-27","w":206},"\u00a1":{"d":"33,-165v0,-15,12,-26,27,-26v14,-1,26,10,26,26v0,15,-12,27,-26,27v-13,0,-28,-15,-27,-27xm59,76v-29,0,-28,-36,-24,-64v4,-36,3,-80,12,-111v17,-22,31,3,32,24r7,119v0,19,-9,32,-27,32","w":119},"\u00ac":{"d":"195,-66r-45,0r0,-77r-135,0r0,-46r180,0r0,123","w":209},"\u0192":{"d":"46,-118v0,-19,19,-19,40,-19v15,-53,3,-125,78,-125v27,0,58,17,37,36v-20,4,-51,-12,-56,16v-3,14,-11,57,-14,73v19,0,38,-2,38,17v0,20,-23,18,-44,18v-13,52,-12,118,-36,159v-13,22,-88,29,-94,-3v1,-31,49,1,58,-20v16,-36,18,-93,27,-136v-17,0,-34,0,-34,-16"},"\u00ab":{"d":"66,-158v8,-20,32,-19,36,0v-9,26,-26,43,-38,66v12,22,29,41,38,66v-4,21,-30,16,-37,-2v-10,-26,-54,-50,-32,-82xm166,-173v15,-1,22,21,10,30r-32,51v13,22,30,41,39,66v-4,21,-31,16,-38,-2v-10,-26,-54,-51,-31,-82v15,-20,28,-54,52,-63"},"\u00bb":{"d":"138,-15v-14,15,-36,-9,-21,-24r33,-53v-12,-23,-29,-40,-38,-66v4,-19,26,-19,36,0v12,23,31,40,40,66v-11,25,-32,58,-50,77xm68,-28v-7,18,-33,23,-37,2v8,-25,26,-44,38,-66v-12,-23,-28,-41,-38,-66v4,-19,27,-20,36,0v10,27,54,50,32,83"},"\u2026":{"d":"207,-22v0,15,-12,26,-27,26v-14,0,-26,-11,-26,-26v0,-15,12,-27,26,-27v14,0,27,13,27,27xm87,-22v0,15,-12,26,-27,26v-14,0,-26,-11,-26,-26v0,-15,12,-27,26,-27v14,0,27,13,27,27xm327,-22v0,15,-12,26,-27,26v-14,0,-26,-11,-26,-26v0,-15,12,-27,26,-27v14,0,27,13,27,27","w":360},"\u00c0":{"d":"241,-47v23,32,-9,65,-36,43v-11,-17,-16,-38,-24,-58r-105,0v-12,23,-11,64,-41,66v-25,1,-32,-29,-18,-50r81,-201v15,-27,66,-12,68,14xm90,-101r77,0r-39,-106xm140,-275v-26,5,-55,-37,-66,-47v19,-7,58,-6,61,17r12,25v0,3,-2,5,-7,5","w":258},"\u00c3":{"d":"241,-47v23,32,-9,65,-36,43v-11,-17,-16,-38,-24,-58r-105,0v-12,23,-11,64,-41,66v-25,1,-32,-29,-18,-50r81,-201v15,-27,66,-12,68,14xm90,-101r77,0r-39,-106xm149,-277v-21,-1,-37,-16,-57,-18v-12,-1,-12,23,-22,22v-23,-10,-2,-50,20,-49v22,1,37,16,58,18v15,1,11,-23,22,-22v22,11,2,50,-21,49","w":258},"\u00d5":{"d":"16,-130v0,-81,43,-132,126,-132v83,0,127,51,127,133v0,83,-43,132,-126,133v-84,1,-127,-52,-127,-134xm142,-37v50,0,74,-39,74,-93v0,-53,-24,-91,-74,-91v-51,0,-73,39,-73,91v0,53,22,93,73,93xm177,-277v-21,-1,-37,-16,-57,-18v-12,-1,-12,23,-22,22v-23,-10,-2,-50,20,-49v22,1,37,16,58,18v15,1,11,-23,22,-22v22,11,2,50,-21,49","w":285},"\u0152":{"d":"192,-228v-1,-24,12,-30,35,-30r107,0v15,0,25,7,25,21v-1,13,-9,21,-25,21r-96,0r0,61r87,0v16,0,25,7,25,21v0,13,-9,20,-25,20r-87,0r0,73r101,0v17,0,26,6,26,20v0,14,-9,21,-26,21r-113,0v-25,0,-34,-6,-34,-31v-17,22,-35,36,-73,35v-74,-3,-105,-56,-105,-133v0,-77,30,-131,104,-133v37,-1,56,13,74,34xm128,-37v51,0,59,-44,59,-103v0,-48,-16,-81,-59,-81v-44,0,-62,39,-61,90v0,52,13,94,61,94","w":371},"\u0153":{"d":"174,-163v44,-53,162,-25,158,53v-3,50,-86,22,-132,29v-6,52,58,68,88,37v8,-14,38,-30,41,-2v-9,57,-122,66,-154,21v-53,60,-169,20,-161,-68v-10,-90,108,-127,160,-70xm243,-158v-26,0,-45,22,-44,49r87,0v-2,-29,-14,-49,-43,-49xm108,-155v-33,-1,-48,29,-48,63v0,35,16,61,48,61v29,0,48,-27,47,-61v-1,-35,-14,-62,-47,-63","w":344},"\u2013":{"d":"182,-75r-184,0r0,-32r184,0r0,32","w":180},"\u2014":{"d":"362,-75r-364,0r0,-32r364,0r0,32","w":360},"\u201c":{"d":"73,-250v-4,17,-29,19,-28,40v17,-1,29,11,29,27v0,15,-12,27,-28,26v-20,0,-30,-18,-30,-40v1,-31,19,-60,45,-65v8,0,12,4,12,12xm150,-250v-3,19,-28,17,-27,40v16,-1,28,12,28,27v0,14,-12,27,-28,26v-20,0,-30,-17,-29,-40v1,-33,17,-65,45,-65v8,0,11,4,11,12","w":164,"k":{"\u00c5":9,"\u00c4":9,"A":9}},"\u201d":{"d":"14,-168v3,-19,30,-18,28,-41v-17,1,-28,-12,-29,-27v0,-15,12,-28,28,-26v53,8,27,102,-15,105v-8,0,-12,-4,-12,-11xm104,-157v-38,-13,26,-31,13,-52v-14,0,-26,-13,-26,-27v0,-14,12,-26,27,-26v20,0,31,17,30,40v0,32,-17,61,-44,65","w":164},"\u2018":{"d":"74,-262v36,14,-25,32,-14,52v14,0,26,12,26,27v0,15,-11,26,-27,26v-20,0,-31,-17,-30,-40v1,-32,20,-59,45,-65","w":112,"k":{"\u00c5":9,"\u00c4":9,"A":9}},"\u2019":{"d":"30,-168v0,-19,29,-18,27,-41v-16,1,-28,-13,-28,-27v0,-15,12,-28,28,-26v51,7,27,103,-15,105v-8,0,-12,-4,-12,-11","w":112,"k":{"v":5,"t":-4,"s":14,"r":9,"d":9}},"\u00f7":{"d":"195,-150r0,46r-180,0r0,-46r180,0xm130,-197v0,34,-49,29,-50,0v0,-15,11,-25,25,-25v15,0,25,10,25,25xm130,-57v0,35,-49,29,-50,0v0,-15,11,-25,25,-25v14,0,25,10,25,25","w":209},"\u0178":{"d":"112,4v-43,0,-20,-73,-26,-113r-75,-118v-14,-24,20,-48,37,-29v24,26,45,71,65,102v24,-35,42,-75,70,-106v34,-12,44,31,19,52r-64,99v-4,41,16,113,-26,113xm106,-299v0,11,-10,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,1,20,7,20,20xm135,-299v0,-10,9,-20,19,-20v11,0,20,9,20,20v1,11,-10,20,-20,20v-10,0,-19,-10,-19,-20","w":225},"\u20ac":{"d":"139,-113v0,4,-5,17,-9,18r-52,0v4,42,17,63,40,63v41,0,36,-49,65,-57v14,0,22,8,22,23v0,37,-44,72,-86,70v-52,-3,-86,-42,-89,-99v-9,-2,-24,4,-26,-4v2,-11,8,-22,24,-18r1,-29v-8,-2,-23,4,-25,-4v1,-12,10,-22,27,-18v8,-61,36,-92,86,-92v39,-1,81,23,81,60v0,12,-9,20,-19,20v-31,-3,-18,-48,-57,-44v-31,3,-40,24,-44,56r57,0v9,2,-1,20,-5,22r-53,0r0,29r58,0v2,0,4,1,4,4"},"\u2039":{"d":"65,-158v9,-20,32,-19,36,0v-8,27,-26,43,-38,66v12,22,31,39,38,66v-2,21,-30,18,-37,-2v-9,-27,-52,-50,-31,-82","w":131},"\u203a":{"d":"68,-28v-7,18,-34,23,-38,2v8,-26,27,-44,39,-66v-12,-23,-31,-41,-38,-66v4,-19,27,-20,35,0v11,26,55,50,33,83","w":131},"\u2021":{"d":"107,69v-28,0,-22,-38,-22,-67v-27,-3,-72,10,-72,-19v0,-28,45,-15,72,-18r0,-120v-27,-3,-72,10,-72,-19v0,-28,44,-17,72,-19v1,-28,-7,-67,22,-67v29,0,21,39,22,67v27,3,71,-10,72,19v0,29,-45,16,-72,19r0,120v27,3,72,-10,72,18v0,29,-45,16,-72,19v-1,29,6,67,-22,67"},"\u201a":{"d":"42,57v-35,-13,22,-35,15,-52v-15,0,-28,-10,-28,-27v0,-15,14,-29,28,-27v52,8,26,103,-15,106","w":112,"k":{"\u201a":36}},"\u201e":{"d":"104,57v-34,-15,22,-34,16,-52v-16,0,-29,-11,-29,-27v0,-14,14,-29,28,-27v53,6,27,106,-15,106xm27,57v-35,-14,22,-35,16,-52v-16,0,-29,-10,-29,-27v0,-15,14,-29,28,-27v54,7,26,104,-15,106","w":164},"\u2030":{"d":"63,-259v41,0,55,27,56,67v1,41,-18,67,-55,67v-38,0,-55,-26,-55,-65v-1,-43,13,-68,54,-69xm64,-147v22,0,22,-20,22,-46v0,-25,-1,-44,-22,-44v-22,0,-23,21,-23,44v0,24,0,46,23,46xm243,-132v41,0,55,27,56,67v1,41,-18,67,-55,67v-38,0,-56,-26,-56,-65v0,-43,14,-69,55,-69xm244,-20v22,0,22,-20,22,-46v0,-25,-2,-44,-22,-44v-22,0,-23,20,-23,44v0,27,2,46,23,46xm216,-248v3,-15,25,-18,27,-2r-153,250v-6,14,-23,13,-25,-1v45,-86,102,-164,151,-247xm370,-132v38,0,58,26,57,67v0,41,-17,67,-56,67v-37,0,-55,-26,-55,-65v0,-42,14,-69,54,-69xm371,-20v22,0,23,-20,23,-46v0,-25,-1,-44,-23,-44v-21,0,-22,21,-22,44v0,23,0,46,22,46","w":434},"\u00c2":{"d":"241,-47v23,32,-9,65,-36,43v-11,-17,-16,-38,-24,-58r-105,0v-12,23,-11,64,-41,66v-25,1,-32,-29,-18,-50r81,-201v15,-27,66,-12,68,14xm90,-101r77,0r-39,-106xm179,-279v-12,8,-40,2,-41,-10r-18,-20v-14,15,-25,42,-59,31v12,-27,59,-75,93,-33v8,10,19,21,25,32","w":258},"\u00ca":{"d":"223,-238v0,13,-10,21,-25,21r-118,0r0,63r109,0v14,-1,23,7,23,19v1,13,-8,20,-23,20r-109,0r0,74r122,0v15,-1,25,7,25,20v0,13,-10,21,-25,21r-142,0v-22,-1,-31,-10,-32,-32r0,-194v-1,-23,11,-32,32,-32r138,0v14,0,25,8,25,20xm179,-279v-12,8,-40,2,-41,-10r-18,-20v-14,15,-25,42,-59,31v12,-27,59,-75,93,-33v8,10,19,21,25,32","w":240},"\u00c1":{"d":"241,-47v23,32,-9,65,-36,43v-11,-17,-16,-38,-24,-58r-105,0v-12,23,-11,64,-41,66v-25,1,-32,-29,-18,-50r81,-201v15,-27,66,-12,68,14xm90,-101r77,0r-39,-106xm167,-322v-16,15,-35,49,-65,47v-18,-1,3,-21,5,-30v6,-24,36,-23,60,-17","w":258},"\u00cb":{"d":"223,-238v0,13,-10,21,-25,21r-118,0r0,63r109,0v14,-1,23,7,23,19v1,13,-8,20,-23,20r-109,0r0,74r122,0v15,-1,25,7,25,20v0,13,-10,21,-25,21r-142,0v-22,-1,-31,-10,-32,-32r0,-194v-1,-23,11,-32,32,-32r138,0v14,0,25,8,25,20xm106,-299v0,11,-10,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,1,20,7,20,20xm135,-299v0,-10,9,-20,19,-20v11,0,20,9,20,20v1,11,-10,20,-20,20v-10,0,-19,-10,-19,-20","w":240},"\u00c8":{"d":"223,-238v0,13,-10,21,-25,21r-118,0r0,63r109,0v14,-1,23,7,23,19v1,13,-8,20,-23,20r-109,0r0,74r122,0v15,-1,25,7,25,20v0,13,-10,21,-25,21r-142,0v-22,-1,-31,-10,-32,-32r0,-194v-1,-23,11,-32,32,-32r138,0v14,0,25,8,25,20xm140,-275v-26,5,-55,-37,-66,-47v19,-7,58,-6,61,17r12,25v0,3,-2,5,-7,5","w":240},"\u00cd":{"d":"56,4v-17,0,-26,-12,-26,-31r0,-203v-1,-20,9,-32,26,-32v17,0,27,12,26,32r0,203v1,20,-9,31,-26,31xm97,-322v-16,15,-35,49,-65,47v-18,-1,3,-21,5,-30v6,-24,36,-23,60,-17","w":112},"\u00ce":{"d":"56,4v-17,0,-26,-12,-26,-31r0,-203v-1,-20,9,-32,26,-32v17,0,27,12,26,32r0,203v1,20,-9,31,-26,31xm109,-279v-12,8,-40,2,-41,-10r-18,-20v-14,15,-25,42,-59,31v12,-27,59,-75,93,-33v8,10,19,21,25,32","w":112},"\u00cf":{"d":"56,4v-17,0,-26,-12,-26,-31r0,-203v-1,-20,9,-32,26,-32v17,0,27,12,26,32r0,203v1,20,-9,31,-26,31xm36,-299v0,11,-10,20,-20,20v-10,0,-20,-9,-20,-20v0,-11,10,-20,20,-20v11,1,20,7,20,20xm65,-299v0,-10,9,-20,19,-20v11,0,20,9,20,20v1,11,-10,20,-20,20v-10,0,-19,-10,-19,-20","w":112},"\u00cc":{"d":"56,4v-17,0,-26,-12,-26,-31r0,-203v-1,-20,9,-32,26,-32v17,0,27,12,26,32r0,203v1,20,-9,31,-26,31xm70,-275v-26,5,-55,-37,-66,-47v19,-7,58,-6,61,17r12,25v0,3,-2,5,-7,5","w":112},"\u00d3":{"d":"16,-130v0,-81,43,-132,126,-132v83,0,127,51,127,133v0,83,-43,132,-126,133v-84,1,-127,-52,-127,-134xm142,-37v50,0,74,-39,74,-93v0,-53,-24,-91,-74,-91v-51,0,-73,39,-73,91v0,53,22,93,73,93xm195,-322v-16,15,-35,49,-65,47v-18,-1,3,-21,5,-30v6,-24,36,-23,60,-17","w":285},"\u00d4":{"d":"16,-130v0,-81,43,-132,126,-132v83,0,127,51,127,133v0,83,-43,132,-126,133v-84,1,-127,-52,-127,-134xm142,-37v50,0,74,-39,74,-93v0,-53,-24,-91,-74,-91v-51,0,-73,39,-73,91v0,53,22,93,73,93xm207,-279v-12,8,-40,2,-41,-10r-18,-20v-14,15,-25,42,-59,31v12,-27,59,-75,93,-33v8,10,19,21,25,32","w":285},"\u00d2":{"d":"16,-130v0,-81,43,-132,126,-132v83,0,127,51,127,133v0,83,-43,132,-126,133v-84,1,-127,-52,-127,-134xm142,-37v50,0,74,-39,74,-93v0,-53,-24,-91,-74,-91v-51,0,-73,39,-73,91v0,53,22,93,73,93xm168,-275v-26,5,-55,-37,-66,-47v19,-7,58,-6,61,17r12,25v0,3,-2,5,-7,5","w":285},"\u00da":{"d":"141,4v-78,2,-113,-35,-113,-111r0,-123v0,-19,9,-32,26,-32v18,0,27,11,27,32v0,76,-30,193,56,193v86,0,56,-117,56,-193v0,-20,9,-32,26,-32v17,0,27,12,26,32r0,123v2,74,-32,110,-104,111xm177,-322v-16,15,-35,49,-65,47v-18,-1,3,-21,5,-30v6,-24,36,-23,60,-17","w":273},"\u00db":{"d":"141,4v-78,2,-113,-35,-113,-111r0,-123v0,-19,9,-32,26,-32v18,0,27,11,27,32v0,76,-30,193,56,193v86,0,56,-117,56,-193v0,-20,9,-32,26,-32v17,0,27,12,26,32r0,123v2,74,-32,110,-104,111xm189,-279v-12,8,-40,2,-41,-10r-18,-20v-14,15,-25,42,-59,31v12,-27,59,-75,93,-33v8,10,19,21,25,32","w":273},"\u00d9":{"d":"141,4v-78,2,-113,-35,-113,-111r0,-123v0,-19,9,-32,26,-32v18,0,27,11,27,32v0,76,-30,193,56,193v86,0,56,-117,56,-193v0,-20,9,-32,26,-32v17,0,27,12,26,32r0,123v2,74,-32,110,-104,111xm150,-275v-26,5,-55,-37,-66,-47v19,-7,58,-6,61,17r12,25v0,3,-2,5,-7,5","w":273},"\u02c6":{"d":"119,-214v-12,8,-40,2,-41,-10r-18,-20v-14,15,-25,42,-59,31v12,-27,59,-75,93,-33v8,10,19,21,25,32","w":119},"\u02dc":{"d":"89,-212v-21,-1,-37,-16,-57,-18v-12,-1,-12,23,-22,22v-23,-10,-2,-50,20,-49v22,1,37,16,58,18v15,1,11,-23,22,-22v22,11,2,50,-21,49","w":119},"\u00b8":{"d":"78,39v2,-25,-42,1,-40,-22v1,-9,9,-13,25,-13v25,0,44,13,47,35v-3,24,-26,33,-56,33v-26,-1,-40,-4,-33,-18v12,-6,55,7,57,-15","w":119},"\u0160":{"d":"63,-327v36,-6,41,17,57,33v14,-15,27,-44,59,-30v-14,27,-59,74,-92,32v-8,-10,-24,-22,-24,-35xm117,-225v-35,-4,-63,36,-29,53v50,25,138,17,136,95v-2,55,-43,80,-102,81v-57,1,-97,-26,-103,-75v-1,-18,23,-31,38,-18v16,23,21,58,63,55v47,7,74,-57,24,-71v-51,-15,-118,-20,-120,-85v-2,-94,189,-97,189,-9v0,12,-9,26,-23,24v-36,-5,-24,-57,-73,-50","w":240},"\u0161":{"d":"31,-259v29,-15,45,15,59,30v14,-15,27,-43,59,-30v-12,26,-59,74,-92,32v-8,-10,-20,-21,-26,-32xm91,-160v-22,-3,-41,20,-23,32v35,23,110,14,111,70v0,47,-36,62,-84,62v-41,-1,-76,-15,-80,-51v-2,-22,34,-26,39,-5v8,29,72,36,79,4v-13,-49,-114,-17,-116,-87v-2,-73,153,-74,153,-12v0,11,-8,20,-21,19v-26,-2,-26,-35,-58,-32","w":195},"\u00a6":{"d":"51,-63v35,0,13,70,19,106v-1,19,0,35,-19,33v-37,-5,-15,-76,-20,-115v-2,-14,7,-24,20,-24xm51,-262v13,0,20,9,19,24r0,91v1,15,-6,24,-19,24v-13,0,-20,-10,-20,-24r0,-91v0,-14,7,-24,20,-24","w":101},"\u00d0":{"d":"129,0v-44,0,-101,16,-101,-37r0,-75v-16,1,-28,-4,-28,-17v0,-13,12,-17,28,-16v5,-44,-18,-113,32,-113r68,0v84,-2,121,49,121,128v0,83,-37,130,-120,130xm110,-145v32,-9,37,33,11,33r-40,0r0,71r39,0v58,2,74,-32,76,-89v2,-73,-39,-93,-115,-86r0,71r29,0","w":266},"\u00f0":{"d":"148,-262v20,6,10,27,-8,31v34,34,64,73,64,135v0,62,-34,101,-96,101v-59,0,-95,-38,-95,-99v0,-63,53,-105,114,-88v-8,-10,-15,-19,-24,-28v-15,6,-41,29,-46,4v1,-13,15,-15,26,-22v-15,-11,-12,-33,8,-34v19,4,33,19,50,2v2,-1,5,-2,7,-2xm109,-151v-31,0,-49,27,-48,60v0,34,15,60,47,60v32,0,48,-25,48,-60v1,-35,-16,-59,-47,-60","w":217},"\u00dd":{"d":"112,4v-43,0,-20,-73,-26,-113r-75,-118v-14,-24,20,-48,37,-29v24,26,45,71,65,102v24,-35,42,-75,70,-106v34,-12,44,31,19,52r-64,99v-4,41,16,113,-26,113xm167,-322v-16,15,-35,49,-65,47v-18,-1,3,-21,5,-30v6,-24,36,-23,60,-17","w":225},"\u00fd":{"d":"4,54v0,-31,46,-2,56,-26v5,-6,9,-19,13,-28r-59,-149v-18,-27,13,-54,34,-35v20,41,33,93,50,137v19,-46,31,-99,54,-141v24,-13,43,16,27,40r-78,198v-11,17,-27,26,-55,26v-23,0,-41,-2,-42,-22xm137,-257v-16,15,-35,49,-65,47v-18,-1,3,-21,5,-30v6,-24,36,-23,60,-17","w":195},"\u00de":{"d":"80,-207v80,-4,145,1,145,77v0,70,-65,86,-145,80v2,28,0,54,-26,54v-17,0,-27,-12,-26,-31r0,-204v-1,-19,9,-30,26,-31v27,0,28,26,26,55xm172,-129v0,-43,-46,-40,-92,-39r0,78v45,0,92,5,92,-39","w":240},"\u00d7":{"d":"52,-42r-32,-32r52,-53r-53,-53r33,-33r53,54r53,-54r32,32r-53,54r53,53r-32,33r-54,-54","w":209},"\u00b9":{"d":"75,-125v-32,0,-12,-60,-17,-91v-16,10,-27,15,-33,15v-18,-2,-17,-21,3,-25v24,-5,27,-29,49,-33v8,-1,15,7,14,16r0,98v0,13,-5,20,-16,20","w":127},"\u00b2":{"d":"121,-140v-7,26,-62,10,-92,13v-26,3,-21,-31,-3,-38v15,-18,51,-27,59,-55v0,-11,-10,-16,-21,-17v-26,-2,-18,29,-40,29v-8,0,-15,-5,-14,-13v1,-49,108,-52,108,0v0,36,-49,49,-65,68v24,3,64,-9,68,13","w":127},"\u00b3":{"d":"87,-166v4,-31,-44,-8,-49,-30v0,-22,43,-3,42,-27v-1,-8,-7,-15,-18,-14v-23,-3,-16,21,-35,22v-7,1,-13,-6,-13,-12v4,-43,99,-44,99,2v0,14,-8,20,-16,27v49,23,12,76,-34,74v-28,-1,-51,-14,-54,-38v-1,-7,8,-14,15,-13v20,3,15,32,39,29v12,1,25,-8,24,-20","w":127},"\u00bd":{"d":"75,-125v-32,0,-12,-60,-17,-91v-16,10,-27,15,-33,15v-18,-2,-17,-21,3,-25v24,-5,27,-29,49,-33v8,-1,15,7,14,16r0,98v0,13,-5,20,-16,20xm301,-13v-7,26,-62,10,-92,13v-27,3,-20,-30,-3,-38v15,-18,51,-27,59,-55v0,-11,-10,-17,-21,-17v-26,-2,-17,28,-39,29v-8,0,-15,-5,-15,-13v3,-25,26,-36,55,-38v55,-4,68,55,26,78v-13,7,-30,19,-38,29v23,3,63,-9,68,12xm215,-248v4,-15,24,-18,27,-2r-153,250v-6,14,-23,13,-25,-1v45,-86,102,-164,151,-247","w":307},"\u00bc":{"d":"75,-125v-32,0,-12,-60,-17,-91v-16,10,-27,15,-33,15v-18,-2,-17,-21,3,-25v24,-5,27,-29,49,-33v8,-1,15,7,14,16r0,98v0,13,-5,20,-16,20xm268,2v-14,0,-17,-13,-15,-29v-32,2,-94,3,-62,-32r65,-71v12,-8,28,0,27,15r0,64v12,-1,22,2,22,12v1,9,-9,13,-22,12v1,16,-1,29,-15,29xm216,-51r37,0r0,-42xm221,-253v3,-12,25,-10,24,3r-153,250v-6,14,-23,13,-25,-1v46,-88,104,-167,154,-252","w":307},"\u00be":{"d":"283,-27v10,28,-28,41,-30,14r0,-14v-32,2,-94,5,-61,-32r64,-71v11,-8,27,0,27,15r0,64v12,-1,22,1,22,12v0,9,-9,13,-22,12xm216,-51r37,0r0,-42xm231,-258v18,-11,26,10,14,22r-146,236v-10,21,-35,3,-22,-10xm87,-166v0,-30,-44,-9,-49,-30v0,-22,43,-3,42,-27v-1,-8,-7,-14,-18,-14v-23,0,-15,20,-34,22v-8,1,-15,-6,-14,-12v4,-42,99,-44,99,2v0,14,-7,20,-15,27v47,24,10,74,-35,74v-29,0,-54,-15,-54,-38v0,-6,8,-14,16,-13v19,4,14,32,38,29v12,1,24,-8,24,-20","w":307},"\u00af":{"d":"-2,-291r0,-18r184,0r0,18r-184,0","w":180},"\u00a4":{"d":"38,-46v-26,3,-26,-37,-7,-45v-12,-25,-12,-50,0,-74v-19,-10,-20,-46,7,-45v11,1,17,6,24,14v22,-13,55,-13,75,0v11,-18,45,-19,45,7v0,12,-6,16,-14,24v12,23,11,54,0,74v19,10,19,45,-7,45v-13,-1,-14,-6,-24,-14v-22,12,-55,12,-75,0v-9,8,-12,13,-24,14xm99,-163v-21,0,-35,15,-35,35v0,20,15,36,35,36v21,0,36,-15,36,-36v0,-20,-15,-35,-36,-35","w":198},"\u00a0":{"w":90}}});

if(typeof jQuery=="undefined")
{
	throw"Unable to load Shadowbox, jQuery library not found"
}
var Shadowbox={};
Shadowbox.lib={
	adapter			: "jquery",
	getStyle		: function(B,A)		{return jQuery(B).css(A)},
	setStyle		: function(C,B,D)	{
											if(typeof B!="object")
											{
												var A={};
												A[B]=D;
												B=A
											}
											jQuery(C).css(B)
										},
	get				: function(A)		{ return( typeof A=="string" ) ? document.getElementById(A) : A },
	remove			: function(A)		{ jQuery(A).remove() },
	getTarget		: function(A)		{ return A.target },
	getPageXY		: function(A)		{ return[A.pageX,A.pageY] },
	preventDefault	: function(A)		{ A.preventDefault() },
	keyCode			: function(A)		{ return A.keyCode },
	addEvent		: function(C,A,B)	{ jQuery(C).bind(A,B) },
	removeEvent		: function(C,A,B)	{ jQuery(C).unbind(A,B) },
	append			: function(B,A)		{ jQuery(B).append(A) }
};
(function(A)
{
	A.fn.shadowbox = function(B)
	{
		var afbeeldinglink = this
		afbeeldinglink.hover(function()
		{
			return afbeeldinglink.each(function()
			{

				var E = A(afbeeldinglink);
				var D = A.extend({},B||{},A.metadata?E.metadata():A.meta?E.data():{});
				var C = afbeeldinglink.className||"";
				D.width=parseInt((C.match(/w:(\d+)/)||[])[1])||D.width;
				D.height=parseInt((C.match(/h:(\d+)/)||[])[1])||D.height;
				Shadowbox.setup(E,D)
			})
		});
	}
})(jQuery);
if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox, no base library adapter found"}(function(){var version="2.0";
var options={
	animate:true,
	animateFade:true,
	animSequence:"wh",
	flvPlayer:"fla/flvplayer.swf",
	modal:false,
	overlayColor:"#000",
	overlayOpacity:0.8,
	flashBgColor:"#000000",
	autoplayMovies:true,
	showMovieControls:true,
	slideshowDelay:0,
	resizeDuration:0.55,
	fadeDuration:0.35,
	displayNav:true,
	continuous:true,
	displayCounter:true,
	counterType:"skip",
	counterLimit:10,
	viewportPadding:20,
	handleOversize:"resize",
	handleException:null,
	handleUnsupported:"link",
	initialHeight:160,
	initialWidth:320,
	enableKeys:true,
	onOpen:null,
	onFinish:null,
	onChange:null,
	onClose:null,
	skipSetup:false,
	errors:{fla:{name:"Flash",url:"http://www.adobe.com/products/flashplayer/"},
	qt:{name:"QuickTime",url:"http://www.apple.com/quicktime/download/"},
	wmp:{name:"Windows Media Player",url:"http://www.microsoft.com/windows/windowsmedia/"},
	f4m:{name:"Flip4Mac",url:"http://www.flip4mac.com/wmv_download.htm"}},
	ext:{img:["png","jpg","jpeg","gif","bmp"],
	swf:["swf"],
	flv:["flv"],
	qt:["dv","mov","moov","movie","mp4"],
	wmp:["asf","wm","wmv"],
	qtwmp:["avi","mpg","mpeg"],
	iframe:["asp","aspx","cgi","cfm","htm","html","pl","php","php3","php4","php5","phtml","rb","rhtml","shtml","txt","vbs"]}
};
var SB=Shadowbox;
var SL=SB.lib;
var default_options;
var RE={
	domain:/:\/\/(.*?)[:\/]/,
	inline:/#(.+)$/,
	rel:/^(light|shadow)box/i,
	gallery:/^(light|shadow)box\[(.*?)\]/i,
	unsupported:/^unsupported-(\w+)/,
	param:/\s*([a-z_]*?)\s*=\s*(.+)\s*/,
	empty:/^(?:br|frame|hr|img|input|link|meta|range|spacer|wbr|area|param|col)$/i
};
var cache=[];
var gallery;
var current;
var content;
var content_id="shadowbox_content";
var dims;
var initialized=false;
var activated=false;
var slide_timer;
var slide_start;
var slide_delay=0;
var ua=navigator.userAgent.toLowerCase();
var client={isStrict:document.compatMode=="CSS1Compat",isOpera:ua.indexOf("opera")>-1,isIE:ua.indexOf("msie")>-1,isIE7:ua.indexOf("msie 7")>-1,isSafari:/webkit|khtml/.test(ua),isWindows:ua.indexOf("windows")!=-1||ua.indexOf("win32")!=-1,isMac:ua.indexOf("macintosh")!=-1||ua.indexOf("mac os x")!=-1,isLinux:ua.indexOf("linux")!=-1};
client.isBorderBox=client.isIE&&!client.isStrict;
client.isSafari3=client.isSafari&&!!(document.evaluate);
client.isGecko=ua.indexOf("gecko")!=-1&&!client.isSafari;
var ltIE7=client.isIE&&!client.isIE7;
var plugins;
if(navigator.plugins&&navigator.plugins.length){var detectPlugin=function(plugin_name){var detected=false;
for(var i=0,len=navigator.plugins.length;
i<len;
++i){if(navigator.plugins[i].name.indexOf(plugin_name)>-1){detected=true;
break}}return detected};
var f4m=detectPlugin("Flip4Mac");
plugins={fla:detectPlugin("Shockwave Flash"),qt:detectPlugin("QuickTime"),wmp:!f4m&&detectPlugin("Windows Media"),f4m:f4m}}else{var detectPlugin=function(plugin_name){var detected=false;
try{var axo=new ActiveXObject(plugin_name);
if(axo){detected=true}}catch(e){}return detected};
plugins={fla:detectPlugin("ShockwaveFlash.ShockwaveFlash"),qt:detectPlugin("QuickTime.QuickTime"),wmp:detectPlugin("wmplayer.ocx"),f4m:false}}var apply=function(o,e){for(var p in e){o[p]=e[p]}return o};
var isLink=function(el){return el&&typeof el.tagName=="string"&&(el.tagName.toUpperCase()=="A"||el.tagName.toUpperCase()=="AREA")};
SL.getViewportHeight=function(){var h=window.innerHeight;
var mode=document.compatMode;
if((mode||client.isIE)&&!client.isOpera){h=client.isStrict?document.documentElement.clientHeight:document.body.clientHeight}return h};
SL.getViewportWidth=function(){var w=window.innerWidth;
var mode=document.compatMode;
if(mode||client.isIE){w=client.isStrict?document.documentElement.clientWidth:document.body.clientWidth}return w};
SL.createHTML=function(obj){var html="<"+obj.tag;
for(var attr in obj){if(attr=="tag"||attr=="html"||attr=="children"){continue}if(attr=="cls"){html+=' class="'+obj.cls+'"'}else{html+=" "+attr+'="'+obj[attr]+'"'}}if(RE.empty.test(obj.tag)){html+="/>"}else{html+=">";
var cn=obj.children;
if(cn){for(var i=0,len=cn.length;
i<len;
++i){html+=this.createHTML(cn[i])}}if(obj.html){html+=obj.html}html+="</"+obj.tag+">"}return html};
var ease=function(x){return 1+Math.pow(x-1,3)};
var animate=function(el,p,to,d,cb){var from=parseFloat(SL.getStyle(el,p));
if(isNaN(from)){from=0}if(from==to){if(typeof cb=="function"){cb()}return }var delta=to-from;
var op=p=="opacity";
var unit=op?"":"px";
var fn=function(ease){SL.setStyle(el,p,from+ease*delta+unit)};
if(!options.animate&&!op||op&&!options.animateFade){fn(1);
if(typeof cb=="function"){cb()}return }d*=1000;
var begin=new Date().getTime();
var end=begin+d;
var timer=setInterval(function(){var time=new Date().getTime();
if(time>=end){clearInterval(timer);
fn(1);
if(typeof cb=="function"){cb()}}else{fn(ease((time-begin)/d))}},10)};
var clearOpacity=function(el){var s=el.style;
if(client.isIE){if(typeof s.filter=="string"&&(/alpha/i).test(s.filter)){s.filter=s.filter.replace(/[\w\.]*alpha\(.*?\);?/i,"")}}else{s.opacity="";
s["-moz-opacity"]="";
s["-khtml-opacity"]=""}};
var getComputedHeight=function(el){var h=Math.max(el.offsetHeight,el.clientHeight);
if(!h){h=parseInt(SL.getStyle(el,"height"),10)||0;
if(!client.isBorderBox){h+=parseInt(SL.getStyle(el,"padding-top"),10)+parseInt(SL.getStyle(el,"padding-bottom"),10)+parseInt(SL.getStyle(el,"border-top-width"),10)+parseInt(SL.getStyle(el,"border-bottom-width"),10)}}return h};
var getPlayer=function(url){var m=url.match(RE.domain);
var d=m&&document.domain==m[1];
if(url.indexOf("#")>-1&&d){return"inline"}var q=url.indexOf("?");
if(q>-1){url=url.substring(0,q)}if(RE.img.test(url)){return"img"}if(RE.swf.test(url)){return plugins.fla?"swf":"unsupported-swf"}if(RE.flv.test(url)){return plugins.fla?"flv":"unsupported-flv"}if(RE.qt.test(url)){return plugins.qt?"qt":"unsupported-qt"}if(RE.wmp.test(url)){if(plugins.wmp){return"wmp"}if(plugins.f4m){return"qt"}if(client.isMac){return plugins.qt?"unsupported-f4m":"unsupported-qtf4m"}return"unsupported-wmp"}else{if(RE.qtwmp.test(url)){if(plugins.qt){return"qt"}if(plugins.wmp){return"wmp"}return client.isMac?"unsupported-qt":"unsupported-qtwmp"}else{if(!d||RE.iframe.test(url)){return"iframe"}}}return"unsupported"};
var handleClick=function(ev){var link;
if(isLink(this)){link=this}else{link=SL.getTarget(ev);
while(!isLink(link)&&link.parentNode){link=link.parentNode}}if(link){SB.open(link);
if(gallery.length){SL.preventDefault(ev)}}};
var toggleNav=function(id,on){var el=SL.get("shadowbox_nav_"+id);
if(el){el.style.display=on?"":"none"}};
var buildBars=function(cb){var obj=gallery[current];
var title_i=SL.get("shadowbox_title_inner");
title_i.innerHTML=obj.title||"";
var nav=SL.get("shadowbox_nav");
if(nav){var c,n,pl,pa,p;
if(options.displayNav){c=true;
var len=gallery.length;
if(len>1){if(options.continuous){n=p=true}else{n=(len-1)>current;
p=current>0}}if(options.slideshowDelay>0&&hasNext()){pa=slide_timer!="paused";
pl=!pa}}else{c=n=pl=pa=p=false}toggleNav("close",c);
toggleNav("next",n);
toggleNav("play",pl);
toggleNav("pause",pa);
toggleNav("previous",p)}var counter=SL.get("shadowbox_counter");
if(counter){var co="";
if(options.displayCounter&&gallery.length>1){if(options.counterType=="skip"){var i=0,len=gallery.length,end=len;
var limit=parseInt(options.counterLimit);
if(limit<len){var h=Math.round(limit/2);
i=current-h;
if(i<0){i+=len}end=current+(limit-h);
if(end>len){end-=len}}while(i!=end){if(i==len){i=0}co+='<a onclick="Shadowbox.change('+i+');"';
if(i==current){co+=' class="shadowbox_counter_current"'}co+=">"+(++i)+"</a>"}}else{co=(current+1)+" "+SB.LANG.of+" "+len}}counter.innerHTML=co}cb()};
var hideBars=function(anim,cb){var obj=gallery[current];
var title=SL.get("shadowbox_title");
var info=SL.get("shadowbox_info");
var title_i=SL.get("shadowbox_title_inner");
var info_i=SL.get("shadowbox_info_inner");
var fn=function(){buildBars(cb)};
var title_h=getComputedHeight(title);
var info_h=getComputedHeight(info)*-1;
if(anim){animate(title_i,"margin-top",title_h,0.35);
animate(info_i,"margin-top",info_h,0.35,fn)}else{SL.setStyle(title_i,"margin-top",title_h+"px");
SL.setStyle(info_i,"margin-top",info_h+"px");
fn()}};
var showBars=function(cb){var title_i=SL.get("shadowbox_title_inner");
var info_i=SL.get("shadowbox_info_inner");
var t=title_i.innerHTML!="";
if(t){animate(title_i,"margin-top",0,0.35)}animate(info_i,"margin-top",0,0.35,cb)};
var loadContent=function(){var obj=gallery[current];
if(!obj){return }var changing=false;
if(content){content.remove();
changing=true}var p=obj.player=="inline"?"html":obj.player;
if(typeof SB[p]!="function"){SB.raise("Unknown player "+obj.player)}content=new SB[p](content_id,obj);
listenKeys(false);
toggleLoading(true);
hideBars(changing,function(){if(!content){return }if(!changing){SL.get("shadowbox").style.display=""}var fn=function(){resizeContent(function(){if(!content){return }showBars(function(){if(!content){return }SL.get("shadowbox_body_inner").innerHTML=SL.createHTML(content.markup(dims));
toggleLoading(false,function(){if(!content){return }if(typeof content.onLoad=="function"){content.onLoad()}if(options.onFinish&&typeof options.onFinish=="function"){options.onFinish(gallery[current])}if(slide_timer!="paused"){SB.play()}listenKeys(true)})})})};
if(typeof content.ready!="undefined"){var id=setInterval(function(){if(content){if(content.ready){clearInterval(id);
id=null;
fn()}}else{clearInterval(id);
id=null}},100)}else{fn()}});
if(gallery.length>1){var next=gallery[current+1]||gallery[0];
if(next.player=="img"){var a=new Image();
a.src=next.content}var prev=gallery[current-1]||gallery[gallery.length-1];
if(prev.player=="img"){var b=new Image();
b.src=prev.content}}};
var setDimensions=function(height,width,resizable){resizable=resizable||false;
var sb=SL.get("shadowbox_body");
var h=height=parseInt(height);
var w=width=parseInt(width);
var view_h=SL.getViewportHeight();
var view_w=SL.getViewportWidth();
var border_w=parseInt(SL.getStyle(sb,"border-left-width"),10)+parseInt(SL.getStyle(sb,"border-right-width"),10);
var extra_w=border_w+2*options.viewportPadding;
if(w+extra_w>=view_w){w=view_w-extra_w}var border_h=parseInt(SL.getStyle(sb,"border-top-width"),10)+parseInt(SL.getStyle(sb,"border-bottom-width"),10);
var bar_h=getComputedHeight(SL.get("shadowbox_title"))+getComputedHeight(SL.get("shadowbox_info"));
var extra_h=border_h+2*options.viewportPadding+bar_h;
if(h+extra_h>=view_h){h=view_h-extra_h}var drag=false;
var resize_h=height;
var resize_w=width;
var handle=options.handleOversize;
if(resizable&&(handle=="resize"||handle=="drag")){var change_h=(height-h)/height;
var change_w=(width-w)/width;
if(handle=="resize"){if(change_h>change_w){w=Math.round((width/height)*h)}else{if(change_w>change_h){h=Math.round((height/width)*w)}}resize_w=w;
resize_h=h}else{var link=gallery[current];
if(link){drag=link.player=="img"&&(change_h>0||change_w>0)}}}dims={height:h+border_h+bar_h,width:w+border_w,inner_h:h,inner_w:w,top:(view_h-(h+extra_h))/2+options.viewportPadding,resize_h:resize_h,resize_w:resize_w,drag:drag}};
var resizeContent=function(cb){if(!content){return }setDimensions(content.height,content.width,content.resizable);
if(cb){switch(options.animSequence){case"hw":adjustHeight(dims.inner_h,dims.top,true,function(){adjustWidth(dims.width,true,cb)});
break;
case"wh":adjustWidth(dims.width,true,function(){adjustHeight(dims.inner_h,dims.top,true,cb)});
break;
case"sync":default:adjustWidth(dims.width,true);
adjustHeight(dims.inner_h,dims.top,true,cb)}}else{adjustWidth(dims.width,false);
adjustHeight(dims.inner_h,dims.top,false);
var c=SL.get(content_id);
if(c){if(content.resizable&&options.handleOversize=="resize"){c.height=dims.resize_h;
c.width=dims.resize_w}if(gallery[current].player=="img"&&options.handleOversize=="drag"){var top=parseInt(SL.getStyle(c,"top"));
if(top+content.height<dims.inner_h){SL.setStyle(c,"top",dims.inner_h-content.height+"px")}var left=parseInt(SL.getStyle(c,"left"));
if(left+content.width<dims.inner_w){SL.setStyle(c,"left",dims.inner_w-content.width+"px")}}}}};
var adjustHeight=function(height,top,anim,cb){height=parseInt(height);
var sb=SL.get("shadowbox_body");
if(anim){animate(sb,"height",height,options.resizeDuration)}else{SL.setStyle(sb,"height",height+"px")}var s=SL.get("shadowbox");
if(anim){animate(s,"top",top,options.resizeDuration,cb)}else{SL.setStyle(s,"top",top+"px");
if(typeof cb=="function"){cb()}}};
var adjustWidth=function(width,anim,cb){width=parseInt(width);
var s=SL.get("shadowbox");
if(anim){animate(s,"width",width,options.resizeDuration,cb)}else{SL.setStyle(s,"width",width+"px");
if(typeof cb=="function"){cb()}}};
var listenKeys=function(on){if(!options.enableKeys){return }SL[(on?"add":"remove")+"Event"](document,"keydown",handleKey)};
var handleKey=function(e){var code=SL.keyCode(e);
SL.preventDefault(e);
if(code==81||code==88||code==27){SB.close()}else{if(code==37){SB.previous()}else{if(code==39){SB.next()}else{if(code==32){SB[(typeof slide_timer=="number"?"pause":"play")]()}}}}};
var toggleLoading=function(on,cb){var loading=SL.get("shadowbox_loading");
if(on){loading.style.display="";
if(typeof cb=="function"){cb()}}else{var p=gallery[current].player;
var anim=(p=="img"||p=="html");
var fn=function(){loading.style.display="none";
clearOpacity(loading);
if(typeof cb=="function"){cb()}};
if(anim){animate(loading,"opacity",0,options.fadeDuration,fn)}else{fn()}}};
var fixTop=function(){SL.get("shadowbox_container").style.top=document.documentElement.scrollTop+"px"};
var fixHeight=function(){SL.get("shadowbox_overlay").style.height=SL.getViewportHeight()+"px"};
var hasNext=function(){return gallery.length>1&&(current!=gallery.length-1||options.continuous)};
var toggleVisible=function(cb){var els,v=(cb)?"hidden":"visible";
var hide=["select","object","embed"];
for(var i=0;
i<hide.length;
++i){els=document.getElementsByTagName(hide[i]);
for(var j=0,len=els.length;
j<len;
++j){els[j].style.visibility=v}}var so=SL.get("shadowbox_overlay");
var sc=SL.get("shadowbox_container");
var sb=SL.get("shadowbox");
if(cb){SL.setStyle(so,{backgroundColor:options.overlayColor,opacity:0});
if(!options.modal){SL.addEvent(so,"click",SB.close)}if(ltIE7){fixTop();
fixHeight();
SL.addEvent(window,"scroll",fixTop)}sb.style.display="none";
sc.style.visibility="visible";
animate(so,"opacity",parseFloat(options.overlayOpacity),options.fadeDuration,cb)}else{SL.removeEvent(so,"click",SB.close);
if(ltIE7){SL.removeEvent(window,"scroll",fixTop)}sb.style.display="none";
animate(so,"opacity",0,options.fadeDuration,function(){sc.style.visibility="hidden";
sb.style.display="";
clearOpacity(so)})}};
Shadowbox.init=function(opts){if(initialized){return }if(typeof SB.LANG=="undefined"){SB.raise("No Shadowbox language loaded");
return }if(typeof SB.SKIN=="undefined"){SB.raise("No Shadowbox skin loaded");
return }apply(options,opts||{});
var markup=SB.SKIN.markup.replace(/\{(\w+)\}/g,function(m,p){return SB.LANG[p]});
var bd=document.body||document.documentElement;
SL.append(bd,markup);
if(ltIE7){SL.setStyle(SL.get("shadowbox_container"),"position","absolute");
SL.get("shadowbox_body").style.zoom=1;
var png=SB.SKIN.png_fix;
if(png&&png.constructor==Array){for(var i=0;
i<png.length;
++i){var el=SL.get(png[i]);
if(el){var match=SL.getStyle(el,"background-image").match(/url\("(.*\.png)"\)/);
if(match){SL.setStyle(el,{backgroundImage:"none",filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src="+match[1]+",sizingMethod=scale);"})}}}}}for(var e in options.ext){RE[e]=new RegExp(".("+options.ext[e].join("|")+")s*$","i")}var id;
SL.addEvent(window,"resize",function(){if(id){clearTimeout(id);
id=null}id=setTimeout(function(){if(ltIE7){fixHeight()}resizeContent()},50)});
if(!options.skipSetup){SB.setup()}initialized=true};
Shadowbox.loadSkin=function(skin,dir)
{
	if(!(/\/$/.test(dir)))
	{
		dir+="/"
	}
	skin=dir+skin+"/";
	document.write('<link rel="stylesheet" type="text/css" href="'+skin+'skin.css">');
	document.write('<script type="text/javascript" src="'+skin+'skin.js"><\/script>')
};
Shadowbox.loadLanguage=function(lang,dir){if(!(/\/$/.test(dir))){dir+="/"}document.write('<script type="text/javascript" src="'+dir+"shadowbox-"+lang+'.js"><\/script>')};
Shadowbox.loadPlayer=function(players,dir){if(typeof players=="string"){players=[players]}if(!(/\/$/.test(dir))){dir+="/"}for(var i=0,len=players.length;
i<len;
++i){document.write('<script type="text/javascript" src="'+dir+"shadowbox-"+players[i]+'.js"><\/script>')}};
Shadowbox.setup=function(links,opts){if(!links){var links=[];
var a=document.getElementsByTagName("a"),rel;
for(var i=0,len=a.length;
i<len;
++i){rel=a[i].getAttribute("rel");
if(rel&&RE.rel.test(rel)){links[links.length]=a[i]}}}else{if(!links.length){links=[links]}}var link;
for(var i=0,len=links.length;
i<len;
++i){link=links[i];
if(typeof link.shadowboxCacheKey=="undefined"){link.shadowboxCacheKey=cache.length;
SL.addEvent(link,"click",handleClick)}cache[link.shadowboxCacheKey]=this.buildCacheObj(link,opts)}};
Shadowbox.buildCacheObj=function(link,opts){var href=link.href;
var o={el:link,title:link.getAttribute("title"),player:getPlayer(href),options:apply({},opts||{}),content:href};
var opt,l_opts=["player","title","height","width","gallery"];
for(var i=0,len=l_opts.length;
i<len;
++i){opt=l_opts[i];
if(typeof o.options[opt]!="undefined"){o[opt]=o.options[opt];
delete o.options[opt]}}var rel=link.getAttribute("rel");
if(rel){var match=rel.match(RE.gallery);
if(match){o.gallery=escape(match[2])}var params=rel.split(";");
for(var i=0,len=params.length;
i<len;
++i){match=params[i].match(RE.param);
if(match){if(match[1]=="options"){eval("apply(o.options, "+match[2]+")")}else{o[match[1]]=match[2]}}}}return o};
Shadowbox.applyOptions=function(opts){if(opts){default_options=apply({},options);
options=apply(options,opts)}};
Shadowbox.revertOptions=function(){if(default_options){options=default_options;
default_options=null}};
Shadowbox.open=function(obj,opts){this.revertOptions();
if(isLink(obj)){if(typeof obj.shadowboxCacheKey=="undefined"||typeof cache[obj.shadowboxCacheKey]=="undefined"){obj=this.buildCacheObj(obj,opts)}else{obj=cache[obj.shadowboxCacheKey]}}if(obj.constructor==Array){gallery=obj;
current=0}else{var copy=apply({},obj);
if(!obj.gallery){gallery=[copy];
current=0}else{current=null;
gallery=[];
var ci;
for(var i=0,len=cache.length;
i<len;
++i){ci=cache[i];
if(ci.gallery){if(ci.content==obj.content&&ci.gallery==obj.gallery&&ci.title==obj.title){current=gallery.length}if(ci.gallery==obj.gallery){gallery.push(apply({},ci))}}}if(current==null){gallery.unshift(copy);
current=0}}}obj=gallery[current];
if(obj.options||opts){this.applyOptions(apply(apply({},obj.options||{}),opts||{}))}var match,r;
for(var i=0,len=gallery.length;
i<len;
++i){r=false;
if(gallery[i].player=="unsupported"){r=true}else{if(match=RE.unsupported.exec(gallery[i].player)){if(options.handleUnsupported=="link"){gallery[i].player="html";
var s,a,oe=options.errors;
switch(match[1]){case"qtwmp":s="either";
a=[oe.qt.url,oe.qt.name,oe.wmp.url,oe.wmp.name];
break;
case"qtf4m":s="shared";
a=[oe.qt.url,oe.qt.name,oe.f4m.url,oe.f4m.name];
break;
default:s="single";
if(match[1]=="swf"||match[1]=="flv"){match[1]="fla"}a=[oe[match[1]].url,oe[match[1]].name]}var msg=SB.LANG.errors[s].replace(/\{(\d+)\}/g,function(m,i){return a[i]});
gallery[i].content='<div class="shadowbox_message">'+msg+"</div>"}else{r=true}}else{if(gallery[i].player=="inline"){var match=RE.inline.exec(gallery[i].content);
if(match){var el;
if(el=SL.get(match[1])){gallery[i].content=el.innerHTML}else{SB.raise("Cannot find element with id "+match[1])}}else{SB.raise("Cannot find element id for inline content")}}}}if(r){gallery.splice(i,1);
if(i<current){--current}else{if(i==current){current=i>0?current-1:i}}--i;
len=gallery.length}}if(gallery.length){if(options.onOpen&&typeof options.onOpen=="function"){options.onOpen(obj)}if(!activated){setDimensions(options.initialHeight,options.initialWidth);
adjustHeight(dims.inner_h,dims.top,false);
adjustWidth(dims.width,false);
toggleVisible(loadContent)}else{loadContent()}activated=true}};
Shadowbox.change=function(num){if(!gallery){return }if(!gallery[num]){if(!options.continuous){return }else{num=num<0?(gallery.length-1):0}}if(typeof slide_timer=="number"){clearTimeout(slide_timer);
slide_timer=null;
slide_delay=slide_start=0}current=num;
if(options.onChange&&typeof options.onChange=="function"){options.onChange(gallery[current])}loadContent()};
Shadowbox.next=function(){this.change(current+1)};
Shadowbox.previous=function(){this.change(current-1)};
Shadowbox.play=function(){if(!hasNext()){return }if(!slide_delay){slide_delay=options.slideshowDelay*1000}if(slide_delay){slide_start=new Date().getTime();
slide_timer=setTimeout(function(){slide_delay=slide_start=0;
SB.next()},slide_delay);
toggleNav("play",false);
toggleNav("pause",true)}};
Shadowbox.pause=function(){if(typeof slide_timer=="number"){var time=new Date().getTime();
slide_delay=Math.max(0,slide_delay-(time-slide_start));
if(slide_delay){clearTimeout(slide_timer);
slide_timer="paused"}toggleNav("pause",false);
toggleNav("play",true)}};
Shadowbox.close=function(){if(!activated){return }listenKeys(false);
toggleVisible(false);
if(content){content.remove();
content=null}if(typeof slide_timer=="number"){clearTimeout(slide_timer)}slide_timer=null;
slide_delay=0;
if(options.onClose&&typeof options.onClose=="function"){options.onClose(gallery[current])}activated=false};
Shadowbox.clearCache=function(){for(var i=0,len=cache.length;
i<len;
++i){if(cache[i].el){SL.removeEvent(cache[i].el,"click",handleClick);
delete cache[i].el.shadowboxCacheKey}}cache=[]};
Shadowbox.getPlugins=function(){return plugins};
Shadowbox.getOptions=function(){return options};
Shadowbox.getCurrent=function(){return gallery[current]};
Shadowbox.getVersion=function(){return version};
Shadowbox.getClient=function(){return client};
Shadowbox.getContent=function(){return content};
Shadowbox.getDimensions=function(){return dims};
Shadowbox.raise=function(e){if(typeof options.handleException=="function"){options.handleException(e)}else{throw e}}})();

if(typeof Shadowbox=="undefined"){throw"Unable to load Shadowbox language file, base library not found."}Shadowbox.LANG={code:"nl",of:"van",loading:"laden",cancel:"",next:"Volgende",previous:"Vorige",play:"Play",pause:"Pause",close:"Sluiten",errors:{single:'U moet de <a href="{0}">{1}</a> browser plugin installeren om dit media type te kunnen bekijken.',shared:'U moet de <a href="{0}">{1}</a> en de <a href="{2}">{3}</a> browser plugins installeren om dit media type te kunnen bekijken.',either:'U moet de <a href="{0}">{1}</a> of de <a href="{2}">{3}</a> browser plugin installeren om dit media type te kunnen bekijken.'}};

(function(){var F=Shadowbox;
var L=F.lib;
var A=F.getClient();
var I;
var M;
var J="shadowbox_drag_layer";
var K;
var D=function(){I={x:0,y:0,start_x:null,start_y:null}};
var E=function(N,O,C){if(N){D();
var P=["position:absolute","height:"+O+"px","width:"+C+"px","cursor:"+(A.isGecko?"-moz-grab":"move"),"background-color:"+(A.isIE?"#fff;filter:alpha(opacity=0)":"transparent")];
L.append(L.get("shadowbox_body_inner"),'<div id="'+J+'" style="'+P.join(";")+'"></div>');
L.addEvent(L.get(J),"mousedown",H)}else{var Q=L.get(J);
if(Q){L.removeEvent(Q,"mousedown",H);
L.remove(Q)}}};
var H=function(N){L.preventDefault(N);
var C=L.getPageXY(N);
I.start_x=C[0];
I.start_y=C[1];
M=L.get("shadowbox_content");
L.addEvent(document,"mousemove",G);
L.addEvent(document,"mouseup",B);
if(A.isGecko){L.setStyle(L.get(J),"cursor","-moz-grabbing")}};
var B=function(){L.removeEvent(document,"mousemove",G);
L.removeEvent(document,"mouseup",B);
if(A.isGecko){L.setStyle(L.get(J),"cursor","-moz-grab")}};
var G=function(Q){var O=F.getContent();
var R=F.getDimensions();
var P=L.getPageXY(Q);
var N=P[0]-I.start_x;
I.start_x+=N;
I.x=Math.max(Math.min(0,I.x+N),R.inner_w-O.width);
L.setStyle(M,"left",I.x+"px");
var C=P[1]-I.start_y;
I.start_y+=C;
I.y=Math.max(Math.min(0,I.y+C),R.inner_h-O.height);
L.setStyle(M,"top",I.y+"px")};
Shadowbox.img=function(O,N){this.id=O;
this.obj=N;
this.resizable=true;
this.ready=false;
var C=this;
K=new Image();
K.onload=function(){C.height=C.obj.height?parseInt(C.obj.height,10):K.height;
C.width=C.obj.width?parseInt(C.obj.width,10):K.width;
C.ready=true;
K.onload="";
K=null};
K.src=N.content};
Shadowbox.img.prototype={markup:function(C){return{tag:"img",id:this.id,height:C.resize_h,width:C.resize_w,src:this.obj.content,style:"position:absolute"}},onLoad:function(){var C=F.getDimensions();
if(C.drag&&F.getOptions().handleOversize=="drag"){E(true,C.resize_h,C.resize_w)}},remove:function(){var C=L.get(this.id);
if(C){L.remove(C)}E(false);
if(K){K.onload="";
K=null}}}})();

(function(){var A=Shadowbox;
var B=A.lib;
Shadowbox.html=function(D,C){this.id=D;
this.obj=C;
this.height=this.obj.height?parseInt(this.obj.height,10):300;
this.width=this.obj.width?parseInt(this.obj.width,10):500};
Shadowbox.html.prototype={markup:function(C){return{tag:"div",id:this.id,cls:"html",html:this.obj.content}},remove:function(){var C=B.get(this.id);
if(C){B.remove(C)}}}})();

(function(){var A=Shadowbox;
var B=A.lib;
var D=A.getClient();
Shadowbox.iframe=function(E,C){this.id=E;
this.obj=C;
this.height=this.obj.height?parseInt(this.obj.height,10):B.getViewportHeight();
this.width=this.obj.width?parseInt(this.obj.width,10):B.getViewportWidth()};
Shadowbox.iframe.prototype={markup:function(E){var C={tag:"iframe",id:this.id,name:this.id,height:"100%",width:"100%",frameborder:"0",marginwidth:"0",marginheight:"0",scrolling:"auto"};
if(D.isIE){C.allowtransparency="true";
if(!D.isIE7){C.src='javascript:false;document.write("");'}}return C},onLoad:function(){var C=(D.isIE)?B.get(this.id).contentWindow:window.frames[this.id];
C.location=this.obj.content},remove:function(){var C=B.get(this.id);
if(C){B.remove(C);
if(D.isGecko){delete window.frames[this.id]}}}}})();

(function(){var A=Shadowbox;
var B=A.lib;
Shadowbox.swf=function(D,C){this.id=D;
this.obj=C;
this.resizable=true;
this.height=this.obj.height?parseInt(this.obj.height,10):300;
this.width=this.obj.width?parseInt(this.obj.width,10):300};
Shadowbox.swf.prototype={markup:function(D){var C=A.getOptions().flashBgColor;
return{tag:"object",id:this.id,name:this.id,type:"application/x-shockwave-flash",data:this.obj.content,children:[{tag:"param",name:"movie",value:this.obj.content},{tag:"param",name:"bgcolor",value:C}],height:D.resize_h,width:D.resize_w}},remove:function(){var C=B.get(this.id);
if(C){B.remove(C)}}}})();

(function(){var A=Shadowbox;
var B=A.lib;
Shadowbox.flv=function(D,C){this.id=D;
this.obj=C;
this.resizable=true;
this.height=this.obj.height?parseInt(this.obj.height,10):300;
if(A.getOptions().showMovieControls==true){this.height+=20}this.width=this.obj.width?parseInt(this.obj.width,10):300};
Shadowbox.flv.prototype={markup:function(G){var E=this.obj;
var F=G.resize_h;
var I=G.resize_w;
var L=A.getOptions();
var C=String(L.autoplayMovies);
var J=L.showMovieControls;
var H=String(J);
var K=F-(J?20:0);
var D=["file="+this.obj.content,"height="+F,"width="+I,"autostart="+C,"displayheight="+K,"showicons="+H,"backcolor=0x000000","frontcolor=0xCCCCCC","lightcolor=0x557722"];
return{tag:"object",id:this.id,name:this.id,type:"application/x-shockwave-flash",data:L.flvPlayer,children:[{tag:"param",name:"movie",value:L.flvPlayer},{tag:"param",name:"flashvars",value:D.join("&amp;")},{tag:"param",name:"allowfullscreen",value:"true"}],height:F,width:I}},remove:function(){var C=B.get(this.id);
if(C){B.remove(C)}}}})();

(function(){var A=Shadowbox;
var B=A.lib;
var D=A.getClient();
Shadowbox.qt=function(E,C){this.id=E;
this.obj=C;
this.height=this.obj.height?parseInt(this.obj.height,10):300;
if(A.getOptions().showMovieControls==true){this.height+=16}this.width=this.obj.width?parseInt(this.obj.width,10):300};
Shadowbox.qt.prototype={markup:function(H){var F=A.getOptions();
var G=String(F.autoplayMovies);
var E=String(F.showMovieControls);
var C={tag:"object",id:this.id,name:this.id,height:this.height,width:this.width,children:[{tag:"param",name:"src",value:this.obj.content},{tag:"param",name:"scale",value:"aspect"},{tag:"param",name:"controller",value:E},{tag:"param",name:"autoplay",value:G}],kioskmode:"true"};
if(D.isIE){C.classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B";
C.codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"}else{C.type="video/quicktime";
C.data=this.obj.content}return C},remove:function(){try{document[this.id].Stop()}catch(E){}var C=B.get(this.id);
if(C){B.remove(C)}}}})();

(function(){var A=Shadowbox;
var B=A.lib;
var D=A.getClient();
Shadowbox.wmp=function(E,C){this.id=E;
this.obj=C;
this.height=this.obj.height?parseInt(this.obj.height,10):300;
if(A.getOptions().showMovieControls){this.height+=(D.isIE?70:45)}this.width=this.obj.width?parseInt(this.obj.width,10):300};
Shadowbox.wmp.prototype={markup:function(H){var F=A.getOptions();
var G=F.autoplayMovies?1:0;
var E={tag:"object",id:this.id,name:this.id,height:this.height,width:this.width,children:[{tag:"param",name:"autostart",value:G}]};
if(D.isIE){var C=F.showMovieControls?"full":"none";
E.classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6";
E.children[E.children.length]={tag:"param",name:"url",value:this.obj.content};
E.children[E.children.length]={tag:"param",name:"uimode",value:C}}else{var C=F.showMovieControls?1:0;
E.type="video/x-ms-wmv";
E.data=this.obj.content;
E.children[E.children.length]={tag:"param",name:"showcontrols",value:C}}return E},remove:function(){if(D.isIE){try{window[this.id].controls.stop();
window[this.id].URL="non-existent.wmv";
window[this.id]=function(){}}catch(E){}}var C=B.get(this.id);
if(C){setTimeout(function(){B.remove(C)},10)}}}})();

/**
 * The "classic" theme markup for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
 * Noncommercial-Share Alike license. This means that it is absolutely free
 * for personal, noncommercial use provided that you 1) make attribution to the
 * author and 2) release any derivative work under the same or a similar
 * license.
 *
 * If you wish to use Shadowbox for commercial purposes, licensing information
 * can be found at http://mjijackson.com/shadowbox/.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007-2008 Michael J. I. Jackson
 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
 * @version     SVN: $Id: skin.js 108 2008-07-11 04:19:01Z mjijackson $
 */

if(typeof Shadowbox == 'undefined'){
    throw 'Unable to load Shadowbox skin, base library not found.';
}

/**
 * The HTML markup to use for Shadowbox.
 *
 * IMPORTANT: The script depends on most of these elements being present.
 *
 * @property    {Object}    SKIN
 * @public
 * @static
 */
Shadowbox.SKIN = {

    markup:     '<div id="shadowbox_container">' +
                    '<div id="shadowbox_overlay"></div>' +
                    '<div id="shadowbox">' +
                        '<div id="shadowbox_title">' +
                            '<div id="shadowbox_title_inner"></div>' +
                        '</div>' +
                        '<div id="shadowbox_body">' +
                            '<div id="shadowbox_body_inner"></div>' +
                            '<div id="shadowbox_loading">' +
                                '<div id="shadowbox_loading_indicator"></div>' +
                                '<span><a onclick="Shadowbox.close();">{cancel}</a></span>' +
                            '</div>' +
                        '</div>' +
                        '<div id="shadowbox_info">' +
                            '<div id="shadowbox_info_inner">' +
                                '<div id="shadowbox_counter"></div>' +
                                '<div id="shadowbox_nav">' +
                                    '<a id="shadowbox_nav_close" title="{close}" onclick="Shadowbox.close()"></a>' +
                                    '<a id="shadowbox_nav_next" title="{next}" onclick="Shadowbox.next()"></a>' +
                                    '<a id="shadowbox_nav_play" title="{play}" onclick="Shadowbox.play()"></a>' +
                                    '<a id="shadowbox_nav_pause" title="{pause}" onclick="Shadowbox.pause()"></a>' +
                                    '<a id="shadowbox_nav_previous" title="{previous}" onclick="Shadowbox.previous()"></a>' +
                                '</div>' +
                                '<div class="shadowbox_clear"></div>' +
                            '</div>' +
                        '</div>' +
                    '</div>' +
                '</div>',

    png_fix:    [
        'shadowbox_nav_close',
        'shadowbox_nav_next',
        'shadowbox_nav_play',
        'shadowbox_nav_pause',
        'shadowbox_nav_previous'
    ]

};
$( function() { Shadowbox.init(); });
