<!--

	tnorm = new Image();
	tnorm.src = "./pics/source1.gif";
	thover = new Image();
	thover.src = "./pics/source2.gif";




	function Bildwechsel(Bildnr,Bildobjekt)
	{
 		window.document.images[Bildnr].src = Bildobjekt.src;
	}

//-->

