var blnIE6 = false;
function hideCombos() {
	if (blnIE6) document.getElementById("selSchooljaren").style.visibility = "hidden";
}

function showCombos() {
	if (blnIE6) document.getElementById("selSchooljaren").style.visibility = "visible";
}
