var customNavTree125 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startpagina',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bestuur',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Verenigingen',
    bIsWebPath:true,
    sUrl:'pagina7.html',"childArray" : [
    {   sTitle:'Lokaliteiten',
        bIsWebPath:true,
        sUrl:'pagina8.html',"childArray" : [
        {   sTitle:'Café Kronenhuis',
            bIsWebPath:true,
            sUrl:'pagina10.html'
        },
        {   sTitle:'Cafe De Herberg',
            bIsWebPath:true,
            sUrl:'pagina12.html'
        },
        {   sTitle:'Cafe Rooks',
            bIsWebPath:true,
            sUrl:'pagina13.html'
        },
        {   sTitle:'Hotel Onland',
            bIsWebPath:true,
            sUrl:'pagina14.html'
        },
        {   sTitle:'Cafe Spiekerman',
            bIsWebPath:true,
            sUrl:'pagina15.html'
        },
        {   sTitle:'B&B Nieuw Beusink',
            bIsWebPath:true,
            sUrl:'pagina16.html'
        },
        {   sTitle:'Café Merlijn',
            bIsWebPath:true,
            sUrl:'pagina19.html'
        }]
    }]
},
{   sTitle:'Activiteiten',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Competitie',
    bIsWebPath:true,
    sUrl:'pagina4.html',"childArray" : [
    {   sTitle:'Driebanden',
        bIsWebPath:true,
        sUrl:'pagina26.html'
    },
    {   sTitle:'Reglementen',
        bIsWebPath:true,
        sUrl:'pagina6.html',"childArray" : [
        {   sTitle:'Competieleider',
            bIsWebPath:true,
            sUrl:'pagina18.html'
        },
        {   sTitle:'Limieten',
            bIsWebPath:true,
            sUrl:'pagina20.html'
        },
        {   sTitle:'Wedstrijdpunten',
            bIsWebPath:true,
            sUrl:'pagina22.html'
        }]
    },
    {   sTitle:'Pers. Kamp.',
        bIsWebPath:true,
        sUrl:'pagina25.html',"childArray" : [
        {   sTitle:'P.K. 1e klasse',
            bIsWebPath:true,
            sUrl:'pagina21.html'
        },
        {   sTitle:'P.K. 2e klasse',
            bIsWebPath:true,
            sUrl:'pagina23.html'
        },
        {   sTitle:'P.K. 3e klasse',
            bIsWebPath:true,
            sUrl:'pagina5.html'
        }]
    }]
},
{   sTitle:'Gastenboek',
    bIsWebPath:true,
    sUrl:'pagina24.html'
}]
});
