$(document).ready(function(){
	// focus op het eerste invoerveld
	$("#focusid").focus();
});

