function Delete(theurl) {
 if(confirm('Soll der Eintrag gelöscht werden ?')) {
  location=theurl;
 }
}

function CustomerDelete(theurl) {
 if(confirm('Soll der User gelöscht werden ?')) {
  location=theurl;
 }
}