function switchimg (what, bild){
	what.src = "img/"+bild+".gif";
}
