function changePic(bild){
	if(bild.length > 0)
		parent.topFrame.document.bildleiste.src = "pics/"+bild;
/*	top.frames['oben'].document.images[Bildname].src = Bildobjekt.src;*/
	return true;
}
