var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Historie',
    bIsWebPath:true,
    sUrl:'historie.html'
},
{   sTitle:'Activiteiten',
    bIsWebPath:true,
    sUrl:'activiteiten.html'
},
{   sTitle:'Informatie',
    bIsWebPath:true,
    sUrl:'informatie.html'
},
{   sTitle:'sponsoren',
    bIsWebPath:true,
    sUrl:'sponsoren.html'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
