/*TOOLTIP*/window.addEvent('domready', function(){var tt = new Tips($$('.tt'), {initialize:function(){this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 300, wait: false}).set(0);},onShow: function(toolTip) {this.fx.start(1);},onHide: function(toolTip) {this.fx.start(0);}});});/*SMOOTH SCROLL*/window.addEvent('domready', function(){new SmoothScroll();});