var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Doel - Werkwijze',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Voedselpakket',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Voedselpakket aanvragen',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    },
    {   sTitle:'Houdbaarheidsdatum',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    }]
},
{   sTitle:'Hulpinstanties',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'Afhaallocaties',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'Supermarktacties',
    bIsWebPath:true,
    sUrl:'pagina7.html',"childArray" : [
    {   sTitle:'Supermarktploeg zoekt ...',
        bIsWebPath:true,
        sUrl:'pagina21.html'
    },
    {   sTitle:'Opbrenst Supermarktacties',
        bIsWebPath:true,
        sUrl:'pagina25.html'
    }]
},
{   sTitle:'Organisatie',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'Doneren',
    bIsWebPath:true,
    sUrl:'pagina9.html',"childArray" : [
    {   sTitle:'Jaarverslag 2010',
        bIsWebPath:true,
        sUrl:'pagina23.html'
    }]
},
{   sTitle:'Vacatures',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'Nieuws ',
    bIsWebPath:true,
    sUrl:'pagina15.html',"childArray" : [
    {   sTitle:'Archief 2011 en 2010',
        bIsWebPath:true,
        sUrl:'pagina11.html'
    }]
}]
});
