function mouseOverEffect (bild,display) {
	document.getElementById(bild).style.display = display;
} 
