function taalOn(id){
e=document.getElementById(id)
e.style.color= '#FFFFFF'
e.style.fontWeight= 'bold'
}
function taalOff(id){
e.style.color= '#C9ABB4'
e=document.getElementById(id)
e.style.fontWeight= 'normal'
}

