var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Start pagina',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Openingstijden',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Contact-Route',
    bIsWebPath:true,
    sUrl:'pagina6.html',
    sTarget:'_self'
}]
});
