var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welkom',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Organisatie',
    'bIsWebPath':true,
    'sUrl':'organisatie.html'
},
{   'sTitle':'Realisaties',
    'bIsWebPath':true,
    'sUrl':'realisaties.html'
},
{   'sTitle':'Actueel',
    'bIsWebPath':true,
    'sUrl':'actueel.html'
},
{   'sTitle':'Projectkaart',
    'bIsWebPath':true,
    'sUrl':'projectkaart.html',"childArray" : [
    {   'sTitle':'Lineaire_erosiebestrijdingsingrepen',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'projectkaart.html#Lineaire_erosiebestrijdingsingrepen'
    }]
},
{   'sTitle':'Contact ',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
