function verder() {
	//var Soort = document.soortkiezen.StapEenSoort.value;
	
	//if (document.instellingen.StapEenSoort.checked == false) {
	//	alert('Maak uw keuze');
	//} else {
	document.instellingen.submit();
	//}
}

function Open_New_Window(Location){
	myRef = window.open(Location,'AvD Promotions','left=20,top=20,width=600,height=500,toolbar=1,resizable=1');
}
