function change(image, id) {
	var element = document.getElementById(id);
	element.style.display = image;
	//backgroundImage = "url(fileadmin/templates/" + image + ")";
}