function fncZoek(zoekWat)
{
	if (zoekWat != "")
	{
		document.getElementById("hiddenZoek").value = zoekWat;
		document.forms[0].submit();			
	}
}
		
function printPopup(URL) 
{			
	var content = document.getElementById('kolom2').innerHTML;
	var printPopup = window.open(URL, 'popupvenster', 'width=600, height=650, resizable=no, menubar=no, scrollbars=yes, status=no, toolbar=no');
}	
