
function showbild(bild,pfad){
	document.images.bildgross.src = pfad + bild;
	//alert(pfad + bild);
}
