
			
		
	
	/*<a href="#" onmouseover="startani()" onmouseout="stopani()">
	<img height="350" width="250" src="start.jpg" name="animation" border="0"></a>*/





		var verzoegerung = 1500;
		var bildNr = 1;
		var aufruf;
		if(document.images)
		{
		
		    var bild1 = new Image();                            
			bild1.src = "projektor/bild1.jpg";
			var bild2 = new Image();                            
			bild2.src = "projektor/bild2.jpg";
			var bild3 = new Image();                            
			bild3.src = "projektor/bild3.jpg";
			var bild4 = new Image();                            
			bild4.src = "projektor/bild4.jpg";
			var bild5 = new Image();                            
			bild5.src = "projektor/bild5.jpg";
			var bild6 = new Image();                            
			bild6.src = "projektor/bild6.jpg";
			var bild7 = new Image();                            
			bild7.src = "projektor/bild7.gif";
			var bild8 = new Image();                            
			bild8.src = "projektor/bild8.jpg";
			var bild9 = new Image();                            
			bild9.src = "projektor/bild9.jpg";
			var bild10 = new Image();                            
			bild10.src ="projektor/bild10.jpg";
			
			
		    }
		function startani() {
				document.animation.src = "projektor/bild"+bildNr+".jpg";
				bildNr++;
				if (bildNr > 10) bildNr=0;
				aufruf = setTimeout('startani()', verzoegerung);	
		}
	
		function stopani() {
			if(document.animation) {
				clearTimeout(aufruf);
			}
		}
	
		
		
	/*	 <span class="floatright">
<a href="#" onmouseover="startani()" onmouseout="stopani()">
<img src="bild1.jpg" name="animation" border="0"></a>
</span> */
				
				
				
				
				
		