var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'GGZ-Heuvelrug',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Aanbod',
    bIsWebPath:true,
    sUrl:'pagina9.html',"childArray" : [
    {   sTitle:'Kortdurend',
        bIsWebPath:true,
        sUrl:'pagina5.html'
    },
    {   sTitle:'Uitgebreide diganostiek',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    },
    {   sTitle:'Specialistische behandeling',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    },
    {   sTitle:'Jeugd',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    }]
},
{   sTitle:'Verwijzers',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'Kosten',
    bIsWebPath:true,
    sUrl:'pagina11.html',"childArray" : [
    {   sTitle:'regels 2011',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    },
    {   sTitle:'regels 2012',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    }]
}]
});
