var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html'
},
{   sTitle:'progr/uitsl/standen',
    bIsWebPath:true,
    sUrl:'programma.html'
},
{   sTitle:'activiteiten',
    bIsWebPath:true,
    sUrl:'activiteiten.html'
},
{   sTitle:'wedstrijdverslag',
    bIsWebPath:true,
    sUrl:'wedstrijdverslag.html'
},
{   sTitle:'Biljarten',
    bIsWebPath:true,
    sUrl:'biljarten.html'
},
{   sTitle:'info',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'elftallen',
    bIsWebPath:true,
    sUrl:'elftallen.html'
},
{   sTitle:'Selectie',
    bIsWebPath:true,
    sUrl:'selectie.html'
},
{   sTitle:'organisatie',
    bIsWebPath:true,
    sUrl:'organisatie.html'
}]
});
