function over(obj) {
  obj.className='navigatie_uit';
}
 
function uit(obj) {
  obj.className='navigatie';
}