window.addEvent('domready', function(){
			var tooltips = new Tips($$('.tooltips'), {
				initialize:function(){
					this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 500, wait: false}).set(0);
				},
				onShow: function(toolTip) {
					this.fx.start(1);
				},
				onHide: function(toolTip) {
					this.fx.start(0);
				}
			});
			
	}); 
/* remove the comment tag on the line before if you want to activate the soothscroll function without installing mambot tpsmoothscroll */
 window.addEvent('domready',function() { new SmoothScroll({ duration: 700 }); }); 
 
