// -------------------------------------------
// Function NieuwsSubmit
// -------------------------------------------
function NieuwsSubmit()
{
	//alert('hmm');
	var crit = document.getElementById('crit');
	var year = document.getElementById('year');
	var month = document.getElementById('month');
	//alert("/nieuws/q-" + crit.value + "/m-" + month.value + "/y-" + year.value + "/pagina-.htm");
	
	
	document.location = "/nieuws/q-" + crit.value + "/m-" + month.value + "/y-" + year.value + "/pagina-.htm";
	
	//location.href="/nieuws/q-" + crit.value + "/m-" + month.value + "/y-" + year.value + "/pagina-.htm";
	//document.write(location.href);
}


//-------------------------------------------
//Function ReferentieSubmit
//-------------------------------------------
function ReferentieSubmit()
{
	var crit = document.getElementById('crit');
	var s = document.getElementById('s');
	var d = document.getElementById('d');
	
	document.location = "/referenties/q-" + crit.value + "/s-" + s.value + "/d-" + d.value + "/pagina-.htm";
}
