var customNavTree16 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'pagina2.html',
    sTarget:'_self'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'pagina3.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'pagina4.html',
    sTarget:'_self'
},
{   sTitle:'Bestuur',
    bIsWebPath:true,
    sUrl:'pagina5.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'fotogalerij',
    bIsWebPath:true,
    sUrl:'pagina8.html',
    sTarget:'_self'
},
{   sTitle:' Formulier/Agenda',
    bIsWebPath:true,
    sUrl:'pagina9.html',
    sTarget:'_self'
}]
});
