var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Vereniging',
        bIsWebPath:true,
        sUrl:'pagina5.html'
    },
    {   sTitle:'Lid worden',
        bIsWebPath:true,
        sUrl:'lidworden.html'
    }]
},
{   sTitle:'Ledenlijst',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Bediening/onderhoud 1',
    bIsWebPath:true,
    sUrl:'pagina11.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'B&O (2)',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    },
    {   sTitle:'B&O (3)',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    }]
},
{   sTitle:'Energiebesparing | Milieu',
    bIsWebPath:true,
    sUrl:'pagina17a.html'
},
{   sTitle:'Opleidingen',
    bIsWebPath:true,
    sUrl:'pagina9.html'
},
{   sTitle:'Kwaliteitshandboek',
    bIsWebPath:true,
    sUrl:'pagina15.html'
}]
});