<!--
function Bildwechsel(a,b)
	{
		str = "window.document."+a+".src="+b+".src";
		//alert(str);
		eval(str);
		// window.document.Ganzeigen.src=Ganzeigen.src;
		// window.document..src=Bildobjekt.src;
	}
	
//-->
