function etiketKlik(){
location.href='introductie.htm';
}
function Hrood(){
document.getElementsByTagName('h1')[0].style.color = '#f00';
document.getElementsByTagName('h2')[0].style.color = '#f00';
}
function Hblauw(){
document.getElementsByTagName('h1')[0].style.color = '#009';
document.getElementsByTagName('h2')[0].style.color = '#009';
}

