var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startpagina',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'Voordrachten',
        bIsWebPath:true,
        sUrl:'pagina9.html'
    },
    {   sTitle:'Bijenmarkt',
        bIsWebPath:true,
        sUrl:'pagina15.html'
    },
    {   sTitle:'Andere',
        bIsWebPath:true,
        sUrl:'pagina16.html'
    }]
},
{   sTitle:'Bestuur/contact',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Geschiedenis',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Foto\'s',
    bIsWebPath:true,
    sUrl:'pagina5.html',"childArray" : [
    {   sTitle:'Bijenmarkten',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    },
    {   sTitle:'Teerfeesten',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    },
    {   sTitle:'Andere',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    }]
},
{   sTitle:'Nuttige Links',
    bIsWebPath:true,
    sUrl:'pagina6.html'
}]
});
