function confirmatie(txt,url)
{
  if (confirm(txt))
    location.href = url;
}