function zeigen(id) {
	$(id).style.display="block";
}
function weg(id) {
	$(id).style.display="none";
}
