/* alert("JS loaded"); */

/* initialise form */

function setFocus() {
	element = document.getElementById('Voornaam');
	element.focus();
}

function checkFormInput() {
}

		
window.onload = function() {

	/*	
	if(document.getElementById('contactform')) {
		setFocus();
	}
	
	if ('function' == typeof window.initLightbox) {
		initLightbox();
	}
	*/
}
