var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'De cursus',
    bIsWebPath:true,
    sUrl:'cursus.html',"childArray" : [
    {   sTitle:'Inhoud',
        bIsWebPath:true,
        sUrl:'inhoud.html',
        sTarget:'_self'
    },
    {   sTitle:'Data',
        bIsWebPath:true,
        sUrl:'data.html',
        sTarget:'_self'
    },
    {   sTitle:'Kosten',
        bIsWebPath:true,
        sUrl:'kosten.html',
        sTarget:'_self'
    },
    {   sTitle:'Locatie',
        bIsWebPath:true,
        sUrl:'locatie.html',
        sTarget:'_self'
    },
    {   sTitle:'Voordelen',
        bIsWebPath:true,
        sUrl:'voordelen.html',
        sTarget:'_self'
    }]
}]
});
