var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Uitslagen',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'1e Afdeling',
        bIsWebPath:true,
        sUrl:'pagina20.html'
    },
    {   sTitle:'2e Afdeling',
        bIsWebPath:true,
        sUrl:'pagina21.html'
    },
    {   sTitle:'3e Afdeling A',
        bIsWebPath:true,
        sUrl:'pagina22.html'
    },
    {   sTitle:'3e Afdeling B',
        bIsWebPath:true,
        sUrl:'pagina23.html'
    }]
},
{   sTitle:'Klassement',
    bIsWebPath:true,
    sUrl:'pagina4.html',"childArray" : [
    {   sTitle:'1e Afdeling',
        bIsWebPath:true,
        sUrl:'pagina16.html'
    },
    {   sTitle:'2e Afdeling',
        bIsWebPath:true,
        sUrl:'pagina17.html'
    },
    {   sTitle:'3e Afdeling A',
        bIsWebPath:true,
        sUrl:'pagina18.html'
    },
    {   sTitle:'3e Afdeling B',
        bIsWebPath:true,
        sUrl:'pagina19.html'
    }]
},
{   sTitle:'Wedstrijdkalender',
    bIsWebPath:true,
    sUrl:'pagina5.html',"childArray" : [
    {   sTitle:'1e Afdeling 4 september',
        bIsWebPath:true,
        sUrl:'pagina12.html',"childArray" : [
        {   sTitle:'11 september',
            bIsWebPath:true,
            sUrl:'pagina24.html'
        },
        {   sTitle:'18 september',
            bIsWebPath:true,
            sUrl:'pagina25.html'
        },
        {   sTitle:'25 september',
            bIsWebPath:true,
            sUrl:'pagina26.html'
        },
        {   sTitle:'2 oktober',
            bIsWebPath:true,
            sUrl:'pagina27.html'
        },
        {   sTitle:'16 oktober',
            bIsWebPath:true,
            sUrl:'pagina29.html'
        },
        {   sTitle:'23 oktober',
            bIsWebPath:true,
            sUrl:'pagina30.html'
        },
        {   sTitle:'30 oktober',
            bIsWebPath:true,
            sUrl:'pagina31.html'
        },
        {   sTitle:'6 november',
            bIsWebPath:true,
            sUrl:'pagina32.html'
        },
        {   sTitle:'13 november',
            bIsWebPath:true,
            sUrl:'pagina33.html'
        },
        {   sTitle:'20 november',
            bIsWebPath:true,
            sUrl:'pagina34.html'
        },
        {   sTitle:'27 november',
            bIsWebPath:true,
            sUrl:'pagina28.html'
        }]
    },
    {   sTitle:'2e Afdeling',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    },
    {   sTitle:'3e Afdeling A',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    },
    {   sTitle:'3e Afdeling B',
        bIsWebPath:true,
        sUrl:'pagina15.html'
    }]
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'Sponsers',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'pagina9.html'
}]
});