function ask_delete(url) {
	is_conf = confirm("Wirklich löschen?");
	if(is_conf) {
		window.location.href = url;
	}
}