function AreYouSure(target,vraag)
{if (confirm(vraag+"\n\rWeet u het zeker?"))
{location.href = target;}}
