var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'How is it possible that a 10,000 year old religion originated in a country [Dahomey] whose existence date no further back than 800 years?',
    sTitle:' Article Home',
    bIsWebPath:true,
    sUrl:'dahomey.html'
},
{   sTitle:'Page 2',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Page 3',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Page 4',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Page 5',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'References',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
}]
});