<!-- Hide from browsers that do not understand Javascript 
	function setFocus(){ //Set focus to 1st field in the form and set window status message
	
		if (document.forms.length > 0) {
			document.forms[0].elements[0].focus();
			defaultStatus = "Registreer";
		}
	}



// End Hiding-->

