var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Business',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Consulting',
    bIsWebPath:true,
    sUrl:'consulting.html'
},
{   sTitle:'Trainings',
    bIsWebPath:true,
    sUrl:'trainings.html'
},
{   sTitle:'Upcoming Events',
    bIsWebPath:true,
    sUrl:'upcoming events.html'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
