function submitform()

{

	var myCheckbox = document.getElementById('ctc');



	if (myCheckbox.checked != true)

	{

		alert("U kunt geen bestelling plaatsen als u niet akkoord gaat met de algemene voorwaarden.");

	}



	else

	{

		document.order.submit();	

	}

}





function showConfirmation()

{

	window.open('/werkgevers/bevestigingsformulier/', 'Opdrachtbevestiging', 'toolbar=yes, scrollbars=yes, location=no, menubar=yes, resizable=yes, statusbar=no, left=' + (screen.width - 640) / 2 + ', top= ' + (screen.height - 480) / 2 + ', width=800, height=480');

}



function showConditions()

{

	window.open('/organisatie/algemenevoorwaarden/', 'Opdrachtbevestiging', 'toolbar=no, scrollbars=yes, location=no, menubar=no, resizable=yes, statusbar=no, left=' + (screen.width - 640) / 2 + ', top= ' + (screen.height - 480) / 2 + ', width=800, height=480');

}
