function init() {
	preloadImages();
	document.getElementById('mail').elements['naam'].focus();
	document.getElementById('mail').onsubmit = verify;
}
addEventSimple(window,'load',init);