window.addEvent("domready",function(){var a=new SmoothScroll({transition:Fx.Transitions.Quad.easeInOut,duration:1000});a.start=function(d,i){var f=this.element.getSize(),g=this.element.getScrollSize();var c=this.element.getScroll(),e={y:i};for(var h in e){var b=g[h]-f[h];if($chk(e[h])){e[h]=($type(e[h])=="number")?e[h].limit(0,b):b}else{e[h]=c[h]}e[h]+=this.options.offset[h]}this.parent=Fx.prototype.start;return this.parent([0,c.y],[0,e.y])}});