if(document.getElementById("cnav")!=null){startList=function(){if(document.all&&document.getElementById){navRoot=document.getElementById("cnav");for(i=0;i<navRoot.childNodes.length;i++){node=navRoot.childNodes[i];if(node.nodeName=="LI"){node.onmouseover=function(){this.className+=" over";};node.onmouseout=function(){this.className=this.className.replace(" over","");}}}}};window.onload=startList;}function switchMnu(sID){aMenus=document.getElementById('mnuDivs').value.split(",");for(i=0;i<aMenus.length;i++){document.getElementById(aMenus[i]).style.display='none';}document.getElementById(sID).style.display='block';} function cSearch(){
 	var s=document.getElementById('q');
 	if(s.value=="zoeken"){
 		s.value="";
 	}
 }