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