function clearField(txt) {

	if(txt.value == 'gebruikersnaam') {
	
		txt.value='';
	}
}

