function adminConfirm (vraag, url)
{
	if(confirm(vraag))
	{
		window.location = url;
	}
}