// JavaScript Document

function selecteervak()
{
	var tekstvak = document.getElementById("naam");
	tekstvak.focus();
}

onload = selecteervak;
