
	function ShowPic(pfad)
	{
		document.getElementById("Bild").src = '/bilder/fotogalerie/' + pfad;
	}