var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Over Ons',
    bIsWebPath:true,
    sUrl:'over-ons.html',
    sTarget:'_self'
},
{   sTitle:'Wadlopen',
    bIsWebPath:true,
    sUrl:'wadlopen.html',
    sTarget:'_self'
},
{   sTitle:'Veiligheid',
    bIsWebPath:true,
    sUrl:'veiligheid.html'
},
{   sTitle:'Programma',
    bIsWebPath:true,
    sUrl:'pagina22.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
