// JavaScript Document
function checkInschrijfForm() {
if  (document.Thisform.Geslacht.value == '') {
alert('Voer a.u.b. in: Geslacht.');
document.Thisform.Geslacht.focus();return false;
}

else
	  if  (document.Thisform.Voornaam.value == '') {
alert('Voer a.u.b. in: Voornaam.');
document.Thisform.Voornaam.focus();return false;
}

else
	  if  (document.Thisform.Achternaam.value == '') {
alert('Voer a.u.b. in: Achternaam.');
document.Thisform.Achternaam.focus();return false;
}

else
	  if  (document.Thisform.TelefoonThuis.value == '') {
alert('Voer a.u.b. in: Telefoonnummer.');
document.Thisform.TelefoonThuis.focus();return false;
}

else
	  if  (document.Thisform.Email.value == '') {
alert('Voer a.u.b. in: E-mail.');
document.Thisform.Email.focus();return false;
}

else
	
if  (document.Thisform.Custom_522.value == '') {
alert('Voer a.u.b. in: Rijbewijs.');
document.Thisform.Custom_522.focus();return false;
}

else
	
if  (document.Thisform.Match_214.value == '') {
alert('Voer a.u.b. in: Niveau hoogst genoten opleiding.');
document.Thisform.Match_214.focus();return false;
}

else
	
if  (document.Thisform.Match_216.value == '') {
alert('Voer a.u.b. in: Aantal jaren werkervaring.');
document.Thisform.Match_216.focus();return false;
}

else
	
if  (document.Thisform.Match_234.value == '') {
alert('Voer a.u.b. in: In functie(s).');
document.Thisform.Match_234.focus();return false;
}

else
	
if  (document.Thisform.Match_217.value == '') {
alert('Voer a.u.b. in: Leidinggevende ervaring.');
document.Thisform.Match_217.focus();return false;
}

else
	
if  (document.Thisform.Match_221.value == '') {
alert('Voer a.u.b. in: Branche.');
document.Thisform.Match_221.focus();return false;
}

else
	
if  (document.Thisform.Custom_602.value == '') {
alert('Voer a.u.b. in: Reistijd (maximaal).');
document.Thisform.Custom_602.focus();return false;
}

else
	
if  (document.Thisform.Match_224.value == '') {
alert('Voer a.u.b. in: Arbeidsuren per week.');
document.Thisform.Match_224.focus();return false;
}

else
	
if  (document.Thisform.Match_208.value == '') {
alert('Voer a.u.b. in: Gewenst dienstverband.');
document.Thisform.Match_208.focus();return false;
}

else	
if  (document.Thisform.Match_317.value == '') {
alert('Voer a.u.b. in: Nederlandse taal, mondeling.');
document.Thisform.Match_317.focus();
}
else	
if  (document.Thisform.Match_354.value == '') {
alert('Voer a.u.b. in: Nederlandse taal, schrifteljk.');
document.Thisform.Match_354.focus();
}
else	
if  (document.Thisform.Match_355.value == '') {
alert('Voer a.u.b. in: Engelse taal, mondeling.');
document.Thisform.Match_355.focus();
}
else	
if  (document.Thisform.Match_356.value == '') {
alert('Voer a.u.b. in: Engelse taal, schriftelijk.');
document.Thisform.Match_356.focus();
}
else	
if  (document.Thisform.Match_357.value == '') {
alert('Voer a.u.b. in: Franse taal, mondeling.');
document.Thisform.Match_357.focus();
}
else	
if  (document.Thisform.Match_358.value == '') {
alert('Voer a.u.b. in: Franse taal, schriftelijk.');
document.Thisform.Match_358.focus();
}
else	
if  (document.Thisform.Match_359.value == '') {
alert('Voer a.u.b. in: Duitse taal, mondeling.');
document.Thisform.Match_359.focus();
}
else	
if  (document.Thisform.Match_360.value == '') {
alert('Voer a.u.b. in: Duitse taal, schriftelijk.');
document.Thisform.Match_360.focus();
}

else
	
if  (document.Thisform.Match_315.value == '') {
alert('Voer a.u.b. in: Computerkennis.');
document.Thisform.Match_315.focus();return false;
}

else
	
if  (document.Thisform.Match_223.value == '') {
alert('Voer a.u.b. in: Salarisindicatie.');
document.Thisform.Match_223.focus();return false;
}

else
	  if  (document.Thisform.UploadCVID.value == '') {
alert('Voer a.u.b. in: CV.');
document.Thisform.UploadCVID.focus();return false;
}
else document.Thisform.Versturen.value = 'Verzenden...'; document.Thisform.Versturen.disabled=true; document.Thisform.submit();

}
