var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Overview',
    bIsWebPath:true,
    sUrl:'overview.html'
},
{   sTitle:'Business Mentoring',
    bIsWebPath:true,
    sUrl:'mentoring.html',"childArray" : [
    {   sTitle:'Scope',
        bIsWebPath:true,
        sUrl:'scope.html'
    },
    {   sTitle:'Business Development',
        bIsWebPath:true,
        sUrl:'businessdevelopment.html'
    },
    {   sTitle:'Business Basics',
        bIsWebPath:true,
        sUrl:'businessbasics.html'
    },
    {   sTitle:'Selling Skills',
        bIsWebPath:true,
        sUrl:'sellingskills.html'
    },
    {   sTitle:'Experience',
        bIsWebPath:true,
        sUrl:'ourexperience.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
