/***********************************************
* Plaatst de cursor automatisch in het eerste tekst veld. In dit geval de Firstname text veld. Let op de body tag <body class="balken" onLoad="init()";>
***********************************************/
function init()
{   
document.form1.Naw_naam.focus();   
document.form1.Naw_naam.select();   
}
