function doNiets() {}

function JDR_links() {
document.getElementById("fotojdr").innerHTML = '<img src="images/headers/TtlLinks.jpg" width="647" height="91">';
}

function toonVerbergNavInhoud(antwoord){

if(document.getElementById('nav1Inhoud')) document.getElementById('nav1Inhoud').style.display='none' ;
if(document.getElementById('nav2Inhoud')) document.getElementById('nav2Inhoud').style.display='none';
if(document.getElementById('nav3Inhoud')) document.getElementById('nav3Inhoud').style.display='none';
if(document.getElementById('nav4Inhoud')) document.getElementById('nav4Inhoud').style.display='none';
if(document.getElementById('nav5Inhoud')) document.getElementById('nav5Inhoud').style.display='none';
//if(document.getElementById('nav2Inhoud')) document.getElementById('nav2Inhoud').style.='none';
//if(document.getElementById('nav3Inhoud')) document.getElementById('nav3Inhoud').style.='none';
//if(document.getElementById('nav4Inhoud')) document.getElementById('nav4Inhoud').style.='none';

  e=document.getElementById(antwoord);
  toon=e.style.display;
  if (toon=='none' || toon=='' ) e.style.display='block'
  else e.style.display='none'
}

function toonVerbergNavInhoudtest(antwoord, tabindex){

if(document.getElementById('nav1Inhoud')) document.getElementById('nav1Inhoud').style.display='none' ;
if(document.getElementById('nav2Inhoud')) document.getElementById('nav2Inhoud').style.display='none';
if(document.getElementById('nav3Inhoud')) document.getElementById('nav3Inhoud').style.display='none';
if(document.getElementById('nav4Inhoud')) document.getElementById('nav4Inhoud').style.display='none';
//if(document.getElementById('nav1Inhoud')) document.getElementById('tab').style.='none' ;
//if(document.getElementById('nav2Inhoud')) document.getElementById('tab').style.='none';
//if(document.getElementById('nav3Inhoud')) document.getElementById('tab').style.='none';
//if(document.getElementById('nav4Inhoud')) document.getElementById('tab').style.='none';

  e=document.getElementById(antwoord);
  toon=e.style.display;
  if (toon=='none' || toon=='' ) e.style.display='block'
  else e.style.display='none'
}

function toonVerbergSubnav(onderdeel, antwoord){

if(document.getElementById('subnav'+onderdeel+'Inhoud1')) document.getElementById('subnav'+onderdeel+'Inhoud1').style.display='none' ;
if(document.getElementById('subnav'+onderdeel+'Inhoud2')) document.getElementById('subnav'+onderdeel+'Inhoud2').style.display='none';
if(document.getElementById('subnav'+onderdeel+'Inhoud3')) document.getElementById('subnav'+onderdeel+'Inhoud3').style.display='none';
if(document.getElementById('subnav'+onderdeel+'Inhoud4')) document.getElementById('subnav'+onderdeel+'Inhoud4').style.display='none';
if(document.getElementById('subnav'+onderdeel+'Inhoud5')) document.getElementById('subnav'+onderdeel+'Inhoud5').style.display='none';
if(document.getElementById('subnav'+onderdeel+'Inhoud6')) document.getElementById('subnav'+onderdeel+'Inhoud6').style.display='none';

  e=document.getElementById(antwoord);
  toon=e.style.display;
  if (toon=='none' || toon=='' ) e.style.display='block'
  else e.style.display='none'
}

