function confirmDelete(url) {
	if (confirm('Soll der Datensatz wirklich gelöscht werden?')) document.location=url;
}
