var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Wie wij zijn',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Diensten',
    bIsWebPath:true,
    sUrl:'pagina30.html',"childArray" : [
    {   sTitle:'Werving',
        bIsWebPath:true,
        sUrl:'pagina23.html'
    },
    {   sTitle:'Assessment',
        bIsWebPath:true,
        sUrl:'pagina17.html',"childArray" : [
        {   sTitle:'Assessment opdrachtgever',
            bIsWebPath:true,
            sUrl:'pagina14.html'
        },
        {   sTitle:'Assessment deelnemer',
            bIsWebPath:true,
            sUrl:'pagina15.html'
        },
        {   sTitle:'E-assessment',
            bIsWebPath:true,
            sUrl:'pagina16.html'
        }]
    },
    {   sTitle:'Vitaliteit',
        bIsWebPath:true,
        sUrl:'pagina24.html'
    },
    {   sTitle:'Coaching & Reflectie',
        bIsWebPath:true,
        sUrl:'pagina25.html'
    },
    {   sTitle:'Outplacement',
        bIsWebPath:true,
        sUrl:'pagina29.html'
    },
    {   sTitle:'Teamcoaching',
        bIsWebPath:true,
        sUrl:'pagina26.html'
    },
    {   sTitle:'Teamontwikkeling',
        bIsWebPath:true,
        sUrl:'pagina19.html'
    },
    {   sTitle:'Organisatiecultuur',
        bIsWebPath:true,
        sUrl:'pagina27.html'
    },
    {   sTitle:'Management Development',
        bIsWebPath:true,
        sUrl:'pagina28.html'
    },
    {   sTitle:'Sociale innovatie',
        bIsWebPath:true,
        sUrl:'pagina20.html'
    }]
},
{   sTitle:'Partners',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'English',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'pagina21.html'
}]
});
