var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Fysia, praktijk voor fysiotherapie en personal training',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Fysiotherapie',
    bIsWebPath:true,
    sUrl:'pagina9.html',"childArray" : [
    {   sTitle:'Vergoeding',
        bIsWebPath:true,
        sUrl:'vergoeding.html',
        sTarget:'_self'
    },
    {   sTitle:'Kosten',
        bIsWebPath:true,
        sUrl:'kosten.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Dry needling',
    bIsWebPath:true,
    sUrl:'pagina10.html',"childArray" : [
    {   sTitle:'Triggerpoints',
        bIsWebPath:true,
        sUrl:'pagina16.html',
        sTarget:'_self'
    },
    {   sTitle:'Behandeling dry needling',
        bIsWebPath:true,
        sUrl:'pagina17.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Personal training',
    bIsWebPath:true,
    sUrl:'pagina11.html'
},
{   sTitle:'Team',
    bIsWebPath:true,
    sUrl:'pagina12.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina13.html'
}]
});
