function AreYouSure(action,URLifYes)
{
if (confirm ("Weet u zeker dat u dit item wilt " + action +"?"))
{document.location.href=URLifYes}
}

