var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Overview',
        bIsWebPath:true,
        sUrl:'overview.html',
        sTarget:'_self'
    },
    {   sTitle:'Mission',
        bIsWebPath:true,
        sUrl:'mission.html',
        sTarget:'_self'
    }]
},
{   sTitle:'What We Do',
    bIsWebPath:true,
    sUrl:'what_we_do.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Our Goal                      ',
        bIsWebPath:true,
        sUrl:'goal.html',
        sTarget:'_self'
    },
    {   sTitle:'Innovative Approach     ',
        bIsWebPath:true,
        sUrl:'approach.html',
        sTarget:'_self'
    },
    {   sTitle:'Potential in Africa          ',
        bIsWebPath:true,
        sUrl:'potential.html',
        sTarget:'_self'
    },
    {   sTitle:'Agricultural Investment',
        bIsWebPath:true,
        sUrl:'agriculture.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Our Focus',
    bIsWebPath:true,
    sUrl:'focus.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Complex Value Chains',
        bIsWebPath:true,
        sUrl:'complex_value_chains.html',
        sTarget:'_self'
    },
    {   sTitle:'Lack of Investment',
        bIsWebPath:true,
        sUrl:'lack_of_investment.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Team',
    bIsWebPath:true,
    sUrl:'team_rdx.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Investment Advisory Team',
        bIsWebPath:true,
        sUrl:'team.html',
        sTarget:'_self'
    },
    {   sTitle:'Partners                         ',
        bIsWebPath:true,
        sUrl:'partners.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
