window.addEvent('domready', function(){
	
	
	
	
	
	
	
	// The same as before: adding events
	// Beseitigen von Störungen Ihrer IT (schnell und kompetent)
	$('element').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 1500,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '140px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
		// IT-Support: Serverwartung, Firewallwartung
		$('element2').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 1500,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '420px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// IT-Lösungen: Hardware und Softwarevertrieb (unabhängig)
	$('element3').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 1500,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '240px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Server Migration auf neue Hardware und Betriebssystem
	$('element4').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 1500,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '340px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Virtualisierungen: Server, Desktop, Software
	$('element5').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 2000,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '420px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Storage: NAS, SAN (Kupfer und Fibre Optic)
	$('element6').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 2000,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '60px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Microsoft Exchange Consulting
	$('element7').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 2000,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '200px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Multimedia Consulting
	$('element8').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 2000,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '200px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Dokumentenmanagement mit OCR und indiziert
	$('element9').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 2000,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '200px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Softwareimplementierung
	$('element10').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 1500,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '70px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Datensicherung: Minimierung der Ausfallwahrscheinlichkeit und Wiederherstellungszeit Ihrer IT
	$('element11').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 2000,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '220px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Datensicherheit: Verschlüsselung und Zugriffsverwaltung
	$('element12').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 2000,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '160px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Monitoring kritischer Dienste und Systemparameter
	$('element13').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 1500,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '100px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Kontinuierliche Systembetreuung
	$('element14').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 1500,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '280px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Laufzeitverbesserung Ihrer IT-Systeme
	$('element15').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 1500,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '180px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Optimierung der Systemperformance
	$('element16').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 2000,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '340px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Standortvernetzung (Office-, Home Office Anbindung)
	$('element17').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 1500,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '220px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// Vernetzung mobiler Endgeräte
	$('element18').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 1500,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '160px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	// PC-Werkstatt: Aufrüstung, Datenrettung, Reparatur
	$('element19').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 1500,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '160px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {duration: 1000}).tween('height', '20px');
		}
	});
	
	$('element20').addEvents({
		'mouseenter': function(){
			// Always sets the duration of the tween to 1000 ms and a bouncing transition
			// And then tweens the height of the element
			this.set('tween', {
				duration: 700,
				transition: Fx.Transitions.Back.easeOut // This could have been also 'bounce:out'
			}).tween('height', '100px');
		},
		'mouseleave': function(){
			// Resets the tween and changes the element back to its original size
			this.set('tween', {}).tween('height', '20px');
		}
	});
	
	
	
});
