var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'PsychoWerk',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Opleidingen',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Counseling & coaching',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Persoonlijke groei',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Bedrijven & organisaties',
    bIsWebPath:true,
    sUrl:'pagina9.html'
},
{   sTitle:'Overige',
    bIsWebPath:true,
    sUrl:'pagina5.html',"childArray" : [
    {   sTitle:'Meditatie',
        bIsWebPath:true,
        sUrl:'pagina8.html'
    },
    {   sTitle:'Weekinzicht ',
        bIsWebPath:true,
        sUrl:'pagina11.html',"childArray" : [
        {   sTitle:'Afspraak maken',
            bIsWebPath:true,
            sUrl:'pagina18.html'
        }]
    },
    {   sTitle:'Downloads & tools',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    },
    {   sTitle:'Webshop',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    },
    {   sTitle:'Weekinzicht 2',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    },
    {   sTitle:'Over PsychoWerk',
        bIsWebPath:true,
        sUrl:'pagina15.html'
    },
    {   sTitle:'Nieuwsbrief',
        bIsWebPath:true,
        sUrl:'pagina19.html'
    },
    {   sTitle:'Trefwoorden zoeken',
        bIsWebPath:true,
        sUrl:'pagina20.html'
    }]
}]
});
