function abfrage(link1) {  
if (confirm ('Bist Du sicher? Diese Aktion kann nicht mehr rueckgangig gemacht werden!'))
location.href = link1;
}  