function ShowVraag2() {
    document.getElementById("v2").style.display = 'block';
}

function HideVraag2() {
    document.getElementById("v2").style.display = 'none';
}

function ShowVraag3() {
    document.getElementById("v3").style.display = 'block';
}

function HideVraag3() {
    document.getElementById("v3").style.display = 'none';
}

function ShowVraag4() {
    document.getElementById("v4").style.display = 'block';
}

function HideVraag4() {
    document.getElementById("v4").style.display = 'none';
}

function ShowVraag5() {
    document.getElementById("v5").style.display = 'block';
}

function HideVraag5() {
    document.getElementById("v5").style.display = 'none';
}

function ShowVraag6() {
    document.getElementById("v6").style.display = 'block';
}

function HideVraag6() {
    document.getElementById("v6").style.display = 'none';
}

function ShowVraag7() {
  document.getElementById("v7").style.display = 'block';
  
}

function HideVraag7() {
    document.getElementById("v7").style.display = 'none';
}

function ShowVraag8() {
    document.getElementById("v8").style.display = 'block';
}

function HideVraag8() {
    document.getElementById("v8").style.display = 'none';
}

function ShowVraag9() {
    document.getElementById("v9").style.display = 'block';
}

function HideVraag9() {
    document.getElementById("v9").style.display = 'none';
}

function ShowVraag10() {
    document.getElementById("v10").style.display = 'block';
}

function HideVraag10() {
    document.getElementById("v10").style.display = 'none';
}

function ShowAfmetingen() {
  document.getElementById("vAfmetingen").style.display = 'block';
}

function HideAfmetingen() {
  document.getElementById("vAfmetingen").style.display = 'none';
}

function ShowAantal() {
  document.getElementById("vAantal").style.display = 'block';
}

function HideAantal() {
  document.getElementById("vAantal").style.display = 'none';
}

function ShowStart() {
    document.getElementById("start").style.display = 'block';
}

function HideStart() {
    document.getElementById("start").style.display = 'none';
}

function ShowDG() {
  document.getElementById("dg").style.display = 'block';
}

function HideDG() {
  document.getElementById("dg").style.display = 'none';
}

function ShowEGZwaar() {
  document.getElementById("eg-zwaar").style.display = 'block';
}

function HideEGZwaar() {
  document.getElementById("eg-zwaar").style.display = 'none';
}

function ShowEGLicht() {
  document.getElementById("eg-licht").style.display = 'block';
}

function HideEGLicht() {
  document.getElementById("eg-licht").style.display = 'none';
}
