var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Voorwoord ',
    bIsWebPath:true,
    sUrl:'voorwoord-nico-de-jong.html'
},
{   sTitle:'Galerij',
    bIsWebPath:true,
    sUrl:'galerij.html'
},
{   sTitle:'Laatste nieuws',
    bIsWebPath:true,
    sUrl:'laatste-nieuws.html'
},
{   sTitle:'Kalender',
    bIsWebPath:true,
    sUrl:'kalender.html'
},
{   sTitle:'Uitslagen',
    bIsWebPath:true,
    sUrl:'uitslagen_swift.html'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors.html'
},
{   sTitle:'Daan & autosport',
    bIsWebPath:true,
    sUrl:'daan-autosport-cv.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
