function DelConfirm(elt, url) {
	if(confirm("Are you sure you want to permanently delete "+elt+"?")) {
		location.href=url;
	}
}