var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Corporate',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Coaches Toolbelt',
    bIsWebPath:true,
    sUrl:'store.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Free Ebook',
    bIsWebPath:true,
    sUrl:'ebook.html'
},
{   sTitle:'Coaching',
    bIsWebPath:true,
    sUrl:'our-coach.html'
},
{   sTitle:'Workshop',
    bIsWebPath:true,
    sUrl:'workshop.html'
},
{   sTitle:'Success Resources',
    bIsWebPath:true,
    sUrl:'success-resources.html'
},
{   sTitle:'Giving',
    bIsWebPath:true,
    sUrl:'giving.html'
}]
});
