
	
		function Bildwechsel(Bildnr,Bildobjekt)    
			{
			window.document.images[Bildnr].src=Bildobjekt.src;
			}
		function neuesFenster()
			{
			Fenster=window.open("impressum.htm","Test","width=230,height=350,screenX=80,screenY=140,scrollbars=yes")
			}
		
	Normal0 = new Image();
  	Normal0.src = "images/arthur.gif";
  	Neu0 = new Image();
  	Neu0.src = "images/arthur2.gif";
	
	Normal1 = new Image();
  	Normal1.src = "images/felix.gif";
  	Neu1 = new Image();
  	Neu1.src = "images/felix2.gif";
	
	Normal2 = new Image();
	Normal2.src = "images/stephan.gif";
	Neu2 = new Image();
	Neu2.src = "images/stephan2.gif";
	
	Normal3 = new Image();
	Normal3.src = "images/joakim.gif";
	Neu3 = new Image();
	Neu3.src = "images/joakim2.gif";
	
	Normal4 = new Image();
	Normal4.src = "images/linkliste.gif";
	Neu4 = new Image();
	Neu4.src = "images/linkliste2.gif";
	
	Normal5 = new Image();
	Normal5.src = "images/impressum.gif";
	Neu5 = new Image();
	Neu5.src = "images/impressum2.gif";