var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Team',
    bIsWebPath:true,
    sUrl:'ourteam.html'
},
{   sTitle:'Offerings',
    bIsWebPath:true,
    sUrl:'offerings.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});