var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Info',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Mia Reijers',
        'bIsWebPath':true,
        'sUrl':'mia_reijers.html'
    },
    {   'sTitle':'Bronnen',
        'bIsWebPath':true,
        'sUrl':'bronnen.html'
    }]
},
{   'sTitle':'Visie',
    'bIsWebPath':true,
    'sUrl':'visie.html',"childArray" : [
    {   'sTitle':'Ruimte',
        'bIsWebPath':true,
        'sUrl':'ruimte.html'
    }]
},
{   'sTitle':'Aanpak',
    'bIsWebPath':true,
    'sUrl':'aanpak.html',"childArray" : [
    {   'sTitle':'Intake',
        'bIsWebPath':true,
        'sUrl':'intake.html'
    },
    {   'sTitle':'Maatwerk',
        'bIsWebPath':true,
        'sUrl':'maatwerk.html'
    },
    {   'sTitle':'Uitvoering',
        'bIsWebPath':true,
        'sUrl':'uitvoering.html'
    },
    {   'sTitle':'Evaluatie',
        'bIsWebPath':true,
        'sUrl':'evaluatie.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Route',
    'bIsWebPath':true,
    'sUrl':'routeplanner.html'
}]
});
