var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Visie',
    'bIsWebPath':true,
    'sUrl':'visie.html'
},
{   'sTitle':'Alexander Rutgers',
    'bIsWebPath':true,
    'sUrl':'alexander_rutgers.html'
},
{   'sTitle':'Waarom WinnerCoaching?',
    'bIsWebPath':true,
    'sUrl':'waarom.html'
},
{   'sTitle':'Wat wij bieden',
    'bIsWebPath':true,
    'sUrl':'aanbod.html',"childArray" : [
    {   'sTitle':'Personal Coaching',
        'bIsWebPath':true,
        'sUrl':'personalcoaching.html'
    },
    {   'sTitle':'Groeps Coaching',
        'bIsWebPath':true,
        'sUrl':'groepscoaching.html'
    },
    {   'sTitle':'Team Coaching',
        'bIsWebPath':true,
        'sUrl':'teamcoaching.html'
    },
    {   'sTitle':'Coaching en the Inner Game of Tennis',
        'bIsWebPath':true,
        'sUrl':'innergametennis.html'
    },
    {   'sTitle':'Advies en Inspiratie gesprekken',
        'bIsWebPath':true,
        'sUrl':'advies_inspiratie.html'
    },
    {   'sTitle':'Training op maat',
        'bIsWebPath':true,
        'sUrl':'training.html'
    },
    {   'sTitle':'Open Training: De Kunst van Bewust Creëren',
        'bIsWebPath':true,
        'sUrl':'bewust_creeren.html'
    }]
},
{   'sTitle':'Locaties',
    'bIsWebPath':true,
    'sUrl':'locaties.html'
},
{   'sTitle':'Bronnen en Literatuur',
    'bIsWebPath':true,
    'sUrl':'literatuur.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
