// Submit Form
function submitForm()
{
	var oForm = document.getElementById( "SollicitatieForm" );
	oForm.submit();
	
	return false;
}


function printPage()
{
    window.focus();
    window.print();
}