<!--verander de textkkleur-->
function changeColor(obj, clr, bld){
document.getElementById(obj).style.color=clr;
document.getElementById(obj).style.fontWeight=bld;
}
 
 

