
		window.addEvent('domready', function(){


			
			/* Tips 2 */
			var Tips2 = new Tips($$('.Tips2'), {
				initialize:function(){
					this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 500, wait: false}).set(0);
				},
				onShow: function(toolTip) {
					this.fx.start(0.98);
				},
				onHide: function(toolTip) {
					this.fx.start(0);
				},
				fixed: false,
					className: 'custom',
						showDelay: 0,
				hideDelay: 100,
				 offsets: {'x': 90, 'y': -100}
			});
			
			

		var Tips3 = new Tips($$('.Tips3'), {
				initialize:function(){
					this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 500, wait: false}).set(0);
				},
				onShow: function(toolTip) {
					this.fx.start(0.98);
				},
				onHide: function(toolTip) {
					this.fx.start(0);
				},
				fixed: false,
					className: 'customimages',
						showDelay: 0,
				hideDelay: 100,
				 offsets: {'x': -300, 'y': -315}
			});
			
			
					var Tips4 = new Tips($$('.Tips4'), {
				initialize:function(){
					this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 500, wait: false}).set(0);
				},
				onShow: function(toolTip) {
					this.fx.start(0.98);
				},
				onHide: function(toolTip) {
					this.fx.start(0);
				},
				fixed: false,
					className: 'customimages',
						showDelay: 0,
				hideDelay: 100,
				 offsets: {'x': -400, 'y': -100}
			});
			
								var Tips5 = new Tips($$('.Tips5'), {
				initialize:function(){
					this.fx = new Fx.Style(this.toolTip, 'opacity', {duration: 500, wait: false}).set(0);
				},
				onShow: function(toolTip) {
					this.fx.start(0.98);
				},
				onHide: function(toolTip) {
					this.fx.start(0);
				},
				fixed: false,
					className: 'customimages',
						showDelay: 0,
				hideDelay: 300,
				 offsets: {'x': -150, 'y': -275}
			});
			
	}); 

