var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html'
},
{   sTitle:'De Vereniging',
    bIsWebPath:true,
    sUrl:'vereniging.html',"childArray" : [
    {   sTitle:'Instructrices',
        bIsWebPath:true,
        sUrl:'instructrices.html'
    },
    {   sTitle:'Teams',
        bIsWebPath:true,
        sUrl:'teams.html'
    },
    {   sTitle:'Solisten',
        bIsWebPath:true,
        sUrl:'solisten.html'
    },
    {   sTitle:'Lestijden/ Teamindeling',
        bIsWebPath:true,
        sUrl:'lestijden.html'
    },
    {   sTitle:'Marktplaats',
        bIsWebPath:true,
        sUrl:'marktplaats.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Bestuur',
        bIsWebPath:true,
        sUrl:'bestuur.html'
    }]
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'agenda.html'
},
{   sTitle:'Uitslagen',
    bIsWebPath:true,
    sUrl:'uitslagen.html',"childArray" : [
    {   sTitle:'Hall of Fame',
        bIsWebPath:true,
        sUrl:'hall-of-fame.html'
    }]
},
{   sTitle:'Film&Foto',
    bIsWebPath:true,
    sUrl:'foto.html'
},
{   sTitle:'Gastenboek',
    bIsWebPath:true,
    sUrl:'gastenboek.html'
}]
});
