var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Disclaimer',
    bIsWebPath:true,
    sUrl:'disclaimer.html'
},
{   sTitle:'Route',
    bIsWebPath:true,
    sUrl:'routeinfo.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Bedankt voor uw reactie',
        bIsWebPath:true,
        sUrl:'bedankt_vr_reactie.html'
    }]
},
{   sTitle:'Openingstijden',
    bIsWebPath:true,
    sUrl:'tijden.html'
}]
});
