// JavaScript Document


function over(i,bild) {
	//alert(bild);
	i.src = bild;
	//Zugriff auf das Array images[];
}


