var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history_of_Tanzania.html',
    sTarget:'_self'
},
{   sTitle:' Nyerere',
    bIsWebPath:true,
    sUrl:'julius_nyerere.html',
    sTarget:'_self'
},
{   sTitle:'Ujamaa',
    bIsWebPath:true,
    sUrl:'ujamaa_villages.html',
    sTarget:'_self'
},
{   sTitle:'Education',
    bIsWebPath:true,
    sUrl:'secondary_education.html',
    sTarget:'_self'
},
{   sTitle:'Politics',
    bIsWebPath:true,
    sUrl:'politics.html',
    sTarget:'_self'
},
{   sTitle:'Heritage',
    bIsWebPath:true,
    sUrl:'laetoli_olduvai.html',
    sTarget:'_self'
},
{   sTitle:'Marketplace',
    bIsWebPath:true,
    sUrl:'marketplace.html',
    sTarget:'_self'
},
{   sTitle:'Sitemap',
    bIsWebPath:true,
    sUrl:'sitemap.html'
}]
});
