var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors1.html'
},
{   sTitle:'2011 Berenloop',
    bIsWebPath:true,
    sUrl:'berenloop.html',"childArray" : [
    {   sTitle:'Uitslagen 2011',
        bIsWebPath:true,
        sUrl:'uitslagen 2011.html'
    },
    {   sTitle:'Fotogalerij 2011',
        bIsWebPath:true,
        sUrl:'fotogalerij 2011.html'
    },
    {   sTitle:'Sponsors',
        bIsWebPath:true,
        sUrl:'bl_sponsor.html'
    },
    {   sTitle:'Parkoers',
        bIsWebPath:true,
        sUrl:'parkoers berenloop 2011.html'
    }]
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html',"childArray" : [
    {   sTitle:'Archief',
        bIsWebPath:true,
        sUrl:'Achief.html'
    },
    {   sTitle:'Mededeling',
        bIsWebPath:true,
        sUrl:'Mededeling.html'
    }]
},
{   sTitle:'Jeugd en Piste',
    bIsWebPath:true,
    sUrl:'jeugdenpiste.html'
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'agenda.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Formulier agenda',
        bIsWebPath:true,
        sUrl:'formulier1.html'
    },
    {   sTitle:'Locatie clubhuis',
        bIsWebPath:true,
        sUrl:'locatie clubhuis.html'
    },
    {   sTitle:'Welkom nieuwe leden',
        bIsWebPath:true,
        sUrl:'Nieuwe_leden.html'
    }]
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html'
},
{   sTitle:'Wedstrijd',
    bIsWebPath:true,
    sUrl:'wedstrijd.html',"childArray" : [
    {   sTitle:'Clubrecords',
        bIsWebPath:true,
        sUrl:'Clubrecords.html'
    },
    {   sTitle:'Wedstrijd klassement',
        bIsWebPath:true,
        sUrl:'Klassement.html'
    }]
},
{   sTitle:'Galerij',
    bIsWebPath:true,
    sUrl:'galerij.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
