function banner(which){
	if (which == 0) top.frames[2].document.images[0].src = "_images/intro_top.gif"// Intro-Banner wird geladen
	if (which == 1) top.frames[2].document.images[0].src = "_images/top.gif"// normales Banner wird geladen
}