function entfernen($Adresse) {
	if(confirm('Wirklich entfernen?')) document.location.href = $Adresse;
}
