// Bild Autauschfunktionen

function bildover(name,objekt)
{
	if (document.images)
	{
	document.images[name].src=eval(objekt).src;
    	}
}


