// JavaScript Document

function bildWechsel(wohin)
{
	var bild = document.getElementById('anzeige');
	bild.src = 'Shopsystem/'+wohin;
}