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':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
