var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Cultureel ',
    bIsWebPath:true,
    sUrl:'cultureel.html',
    sTarget:'_self'
},
{   sTitle:'In tuinen ',
    bIsWebPath:true,
    sUrl:'in tuinen.html',
    sTarget:'_self'
},
{   sTitle:'Met kinderen',
    bIsWebPath:true,
    sUrl:'met kinderen.html'
},
{   sTitle:'Sportief',
    bIsWebPath:true,
    sUrl:'sportief.html'
},
{   sTitle:'Culinair',
    bIsWebPath:true,
    sUrl:'culinair.html'
},
{   sTitle:'In de regen',
    bIsWebPath:true,
    sUrl:'in de regen.html',
    sTarget:'_self'
},
{   sTitle:'Familieweekend',
    bIsWebPath:true,
    sUrl:'familie.html',
    sTarget:'_self'
},
{   sTitle:'Reserveren',
    bIsWebPath:true,
    sUrl:'reserveren.html',
    sTarget:'_self'
}]
});
