function Versturen() {
	var restWin=window.open('','restWin','height=200, width=400, top='+(screen.height-200)/2+', left='+(screen.width-400)/2);
	restWin.focus();
	document.getElementById('Formulier').submit();
}
