function swapImage(bild, art) {
	document.images[bild].src = 'images/'+bild+'_'+art+'.gif';
}

