function muisOp(obj,color){ 
    obj.style.cursor='hand';
    obj.style.color='#C9E8FB'; 
}
 
function muisAf(obj,color){ 
    obj.style.color=color; 
}
 
function muisKlik(doel){ 
    top.location.href=doel;
} 

