function xpic(newpic){
	document.getElementById("bild").style.background="url(img/"+newpic+")";
}
