var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Photo\'s',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Wing Ding',
    bIsWebPath:true,
    sUrl:'wingding.html'
},
{   sTitle:'Officers',
    bIsWebPath:true,
    sUrl:'officers.html'
},
{   sTitle:'Charities',
    bIsWebPath:true,
    sUrl:'charities.html'
},
{   sTitle:'Features',
    bIsWebPath:true,
    sUrl:'features.html'
},
{   sTitle:'Adverts',
    bIsWebPath:true,
    sUrl:'adverts.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});