/* Startet die Funktion "fadeX()" automatisch nach dem Wert in Millisekunden,
nachdem die Seite vollständig geladen ist (onload). */

/* Kleine Bilder in der Reihe */
	window.onload = function() {
		setTimeout("fade1()", 200);
		setTimeout("fade2()", 400);
		setTimeout("fade3()", 600);
		setTimeout("fade4()", 800);
		setTimeout("fade5()", 1000);
		setTimeout("fade6()", 1200);
		setTimeout("fade7()", 1400);
		setTimeout("fade8()", 1600);
		setTimeout("fade9()", 1800);
		setTimeout("fade10()", 2000);
		setTimeout("fade11()", 2200);
		setTimeout("fade12()", 2400);
		setTimeout("fade13()", 2600);
		setTimeout("fade14()", 2800);
		setTimeout("fade15()", 3000);
		setTimeout("fade16()", 3200);
		setTimeout("fade17()", 3400);
		setTimeout("fade18()", 3600);		
		setTimeout("fade19()", 3800);	
		}		


/* Textwechsel */

function Textwechsel (was) {
  document.getElementById("iFrameBildbeschreibung").src = was;
}
/* Ende Textwechsel */

/* Bildwechsel: kleine Bilder in großem Bild angezeigt */
function Wechseln(Bildname,Tauschbildname)
{
document.images[Bildname].src = eval(Tauschbildname + ".src")
}
TauschbildLogo = new Object();			
TauschbildLogo.src = "Inhalte/Startseite/Bilder/Malawi-Entwicklungshilfe-gross.jpg";	/* Logo */
Tauschbild01 = new Object();
Tauschbild01.src= "Inhalte/Startseite/Bilder/Afrika-Entwicklungshilfe-Aufforstung-Projektstart-gross.jpg"    
Tauschbild02 = new Image();
Tauschbild02.src = "Inhalte/Startseite/Bilder/Afrikahilfe-Entwicklungshilfe-Empfangskomitee-gross.jpg";     
Tauschbild03 = new Image();
Tauschbild03.src = "Inhalte/Startseite/Bilder/Afrika-Malawi-Dorfgemeinschaft-Willkommen-gross.jpg";    
Tauschbild04 = new Image();
Tauschbild04.src = "Inhalte/Startseite/Bilder/Afrika-Malawi-Neembaum-Schatten-gross.jpg";   
Tauschbild05 = new Object();
Tauschbild05.src = "Inhalte/Startseite/Bilder/Afrika-Malawi-Projektleitung-gross.jpg";     
Tauschbild06 = new Image();
Tauschbild06.src = "Inhalte/Startseite/Bilder/Afrika-Malawi-Trockenzeit-gross.jpg";     
Tauschbild07 = new Image();
Tauschbild07.src = "Inhalte/Startseite/Bilder/Afrika-Neembaum-Baumschule-gross.jpg";    
Tauschbild08 = new Image();
Tauschbild08.src = "Inhalte/Startseite/Bilder/Afrika-Malawi-Armut-Krankheit-gross.jpg";     
Tauschbild09 = new Image();
Tauschbild09.src = "Inhalte/Startseite/Bilder/Afrika-Malawi-Armut-Alter-gross.jpg";    
Tauschbild10 = new Image();
Tauschbild10.src = "Inhalte/Startseite/Bilder/Malawi-Afrika-Akazienbaum-Akazie-gross.jpg";  

/* Ende Bildwechsel */

/* Einblenden */		

	/* Startbild */
		function fade1a(step) {
			var imgs = document.getElementsByName("Bildwechsel");

			step = step || 60;

			imgs[0].style.opacity = step/100;
			imgs[0].style.filter = "alpha(opacity=" + step + ")"; // IE

			step = step + 1;

			if (step <= 100) {
				window.setTimeout(function () { fade10(step); }, 1);
			}
		}

	/* erstes kleines Bild */
			function fade1(step) {
			var imgs = document.getElementsByName("Bild1");

			step = step || 60;

			imgs[0].style.opacity = step/100;
			imgs[0].style.filter = "alpha(opacity=" + step + ")"; // IE

			step = step + 1;

			if (step <= 100) {
				window.setTimeout(function () { fade1(step); }, 1);
			}
		}
		
		
	
		/* zweites kleines Bild */
		
		
			function fade2(step) {
			var imgs = document.getElementsByName("Bild2");

			step = step || 60;

			imgs[0].style.opacity = step/100;
			imgs[0].style.filter = "alpha(opacity=" + step + ")"; // IE

			step = step + 1;

			if (step <= 100) {
				window.setTimeout(function () { fade2(step); }, 1);
			}
		}
		
	
		/* drittes kleines Bild */
	function fade3(step) {
			var imgs = document.getElementsByName("Bild3");

			step = step || 60;

			imgs[0].style.opacity = step/100;
			imgs[0].style.filter = "alpha(opacity=" + step + ")"; // IE

			step = step + 1;

			if (step <= 100) {
				window.setTimeout(function () { fade3(step); }, 1);
			}
		}
	
		/* viertes kleines Bild */
	function fade4(step) {
			var imgs = document.getElementsByName("Bild4");

			step = step || 60;

			imgs[0].style.opacity = step/100;
			imgs[0].style.filter = "alpha(opacity=" + step + ")"; // IE

			step = step + 1;

			if (step <= 100) {
				window.setTimeout(function () { fade4(step); }, 1);
			}
		}
	
	/* fünftes kleines Bild */
			function fade5(step) {
			var imgs = document.getElementsByName("Bild5");

			step = step || 60;

			imgs[0].style.opacity = step/100;
			imgs[0].style.filter = "alpha(opacity=" + step + ")"; // IE

			step = step + 1;

			if (step <= 100) {
				window.setTimeout(function () { fade5(step); }, 1);
			}
		}
	
		/* sechstes kleines Bild */
		function fade6(step) {
			var imgs = document.getElementsByName("Bild6");

			step = step || 60;

			imgs[0].style.opacity = step/100;
			imgs[0].style.filter = "alpha(opacity=" + step + ")"; // IE

			step = step + 1;

			if (step <= 100) {
				window.setTimeout(function () { fade6(step); }, 1);
			}
		}
	
		/* siebtes kleines Bild */
	function fade7(step) {
			var imgs = document.getElementsByName("Bild7");

			step = step || 60;

			imgs[0].style.opacity = step/100;
			imgs[0].style.filter = "alpha(opacity=" + step + ")"; // IE

			step = step + 1;

			if (step <= 100) {
				window.setTimeout(function () { fade7(step); }, 1);
			}
		}
	
		/* achtes kleines Bild */
	function fade8(step) {
			var imgs = document.getElementsByName("Bild8");

			step = step || 60;

			imgs[0].style.opacity = step/100;
			imgs[0].style.filter = "alpha(opacity=" + step + ")"; // IE

			step = step + 1;

			if (step <= 100) {
				window.setTimeout(function () { fade8(step); }, 1);
			}
		}

		/* neuntes kleines Bild */
			function fade9(step) {
			var imgs = document.getElementsByName("Bild9");

			step = step || 60;

			imgs[0].style.opacity = step/100;
			imgs[0].style.filter = "alpha(opacity=" + step + ")"; // IE

			step = step + 1;

			if (step <= 100) {
				window.setTimeout(function () { fade9(step); }, 1);
			}
		}
	
		/* zehntes kleines Bild */
		function fade10(step) {
			var imgs = document.getElementsByName("Bild10");

			step = step || 60;

			imgs[0].style.opacity = step/100;
			imgs[0].style.filter = "alpha(opacity=" + step + ")"; // IE

			step = step + 1;

			if (step <= 100) {
				window.setTimeout(function () { fade10(step); }, 1);
			}
		}
	
/* Ende Fade-In */
