var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'default.htm'
},
{   sTitle:'Psychologe',
    bIsWebPath:true,
    sUrl:'psychologe.htm',"childArray" : [
    {   sTitle:'Eerstelijnspsycholoog',
        bIsWebPath:true,
        sUrl:'1elijn.htm'
    },
    {   sTitle:'GZ-psycholoog',
        bIsWebPath:true,
        sUrl:'gz.htm'
    },
    {   sTitle:'BIG',
        bIsWebPath:true,
        sUrl:'big.htm'
    },
    {   sTitle:'Hypnotherapie',
        bIsWebPath:true,
        sUrl:'hypnotherapie.htm'
    },
    {   sTitle:'EMDR',
        bIsWebPath:true,
        sUrl:'emdr.htm'
    },
    {   sTitle:'Supervisor',
        bIsWebPath:true,
        sUrl:'supervisor.htm'
    },
    {   sTitle:'CVA',
        bIsWebPath:true,
        sUrl:'cva.htm'
    }]
},
{   sTitle:'Diëtiste',
    bIsWebPath:true,
    sUrl:'dietiste.htm'
},
{   sTitle:'Reiki Master',
    bIsWebPath:true,
    sUrl:'reikimaster.htm'
},
{   sTitle:'Bereikbaarheid',
    bIsWebPath:true,
    sUrl:'bereikbaarheid.htm'
},
{   sTitle:'Ruimte te huur',
    bIsWebPath:true,
    sUrl:'ruimtetehuur.htm'
}]
});
