var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welkom',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'à La carte',
    'bIsWebPath':true,
    'sUrl':'alacarte.html',"childArray" : [
    {   'sTitle':'Kaart',
        'bIsWebPath':true,
        'sUrl':'a_kaart.html'
    },
    {   'sTitle':'Thema\'s',
        'bIsWebPath':true,
        'sUrl':'themas.html'
    },
    {   'sTitle':'Impressie',
        'bIsWebPath':true,
        'sUrl':'a_impressie.html'
    }]
},
{   'sTitle':'Easy',
    'bIsWebPath':true,
    'sUrl':'easy.html',"childArray" : [
    {   'sTitle':'Kaart',
        'bIsWebPath':true,
        'sUrl':'e_kaart.html'
    },
    {   'sTitle':'Impressie',
        'bIsWebPath':true,
        'sUrl':'e_impressie.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Vacatures',
    'bIsWebPath':true,
    'sUrl':'vacatures.html'
}]
});
