function renew_handle()
{
	document.location.href="/actions/account-renew-handle.php";
}

function renew_handle_nl()
{
	if (confirm('Weet je zeker dat je een nieuwe handle aan wilt maken?'+"\n"+'De oude handle zal niet meer werken bij het gebruik van de HTTP API!'))
	{
		renew_handle();
	}
}

function renew_handle_en()
{
	if (confirm('Are you sure that you want to create a new handle?'+"\n"+'The old handle will no longer be active. You need to use the new handle to connect to the HTTP API'))
	{
		renew_handle();
	}
}
