

		home0 = new Image();
		home0.src = "fileadmin/template/html/images/home_off.gif";
		home1 = new Image();
		home1.src = "fileadmin/template/html/images/home_on.gif";

		print0 = new Image();
		print0.src = "fileadmin/template/html/images/print_off.gif";
		print1 = new Image();
		print1.src = "fileadmin/template/html/images/print_on.gif";

		function Wechseln(Normalbild,Wechselbild)
		{
		document.images[Normalbild].src = eval(Wechselbild + ".src")
		}
