var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startpagina',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'clubinfo',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'locatie',
        bIsWebPath:true,
        sUrl:'pagina3.html'
    },
    {   sTitle:'bestuur',
        bIsWebPath:true,
        sUrl:'pagina4.html'
    }]
},
{   sTitle:'jeugdploegen',
    bIsWebPath:true,
    sUrl:'pagina5.html',"childArray" : [
    {   sTitle:'bewegingsschool',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    },
    {   sTitle:'miniemen',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    },
    {   sTitle:'pupillen',
        bIsWebPath:true,
        sUrl:'pagina8.html'
    },
    {   sTitle:'cadetten',
        bIsWebPath:true,
        sUrl:'pagina9.html',"childArray" : [
        {   sTitle:'cadetten schema',
            bIsWebPath:true,
            sUrl:'pagina20.html'
        }]
    },
    {   sTitle:'scholieren',
        bIsWebPath:true,
        sUrl:'pagina10.html',"childArray" : [
        {   sTitle:'scholieren a',
            bIsWebPath:true,
            sUrl:'pagina11.html'
        },
        {   sTitle:'scholieren B',
            bIsWebPath:true,
            sUrl:'pagina12.html'
        }]
    }]
},
{   sTitle:'seniorenploegen',
    bIsWebPath:true,
    sUrl:'pagina13.html',"childArray" : [
    {   sTitle:'kernploegen',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    },
    {   sTitle:'jeugdploeg -25',
        bIsWebPath:true,
        sUrl:'pagina15.html'
    }]
},
{   sTitle:'recreantenploeg',
    bIsWebPath:true,
    sUrl:'pagina16.html'
},
{   sTitle:'activiteiten',
    bIsWebPath:true,
    sUrl:'pagina17.html',"childArray" : [
    {   sTitle:'team nevenactiviteiten',
        bIsWebPath:true,
        sUrl:'pagina18.html'
    }]
},
{   sTitle:'internationaal korfbaltornooi',
    bIsWebPath:true,
    sUrl:'pagina19.html'
}]
});
