var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Algemeen',
    bIsWebPath:true,
    sUrl:'algemeen.html'
},
{   sTitle:'Bestuur',
    bIsWebPath:true,
    sUrl:'bestuur.html'
},
{   sTitle:'Lokatie',
    bIsWebPath:true,
    sUrl:'lokatie.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html'
},
{   sTitle:'Aktiviteiten',
    bIsWebPath:true,
    sUrl:'aktiviteiten.html',"childArray" : [
    {   sTitle:'Nieuwjaarsreceptie',
        bIsWebPath:true,
        sUrl:'nieuwjaarsreceptie.html'
    },
    {   sTitle:'Nieuwjaarsreceptie foto\'s',
        bIsWebPath:true,
        sUrl:'nieuwjaarsreceptiefoto\'s.html'
    }]
},
{   sTitle:'Contributie',
    bIsWebPath:true,
    sUrl:'contributie.html',"childArray" : [
    {   sTitle:'Aanmeldingsformulier',
        bIsWebPath:true,
        sUrl:'aanmelding.html'
    }]
},
{   sTitle:'Andere Clubs',
    bIsWebPath:true,
    sUrl:'andere clubs.html'
}]
});


