var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html',"childArray" : [
    {   sTitle:'CV',
        bIsWebPath:true,
        sUrl:'cv.html'
    },
    {   sTitle:'Books',
        bIsWebPath:true,
        sUrl:'books2.html'
    },
    {   sTitle:'Bibliography',
        bIsWebPath:true,
        sUrl:'bibliography.html'
    },
    {   sTitle:'Critical Opinions',
        bIsWebPath:true,
        sUrl:'criticalopinions.html'
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html',"childArray" : [
    {   sTitle:'Understanding Africa',
        bIsWebPath:true,
        sUrl:'understandingafrica.html'
    },
    {   sTitle:'Understanding the Non-Western World',
        bIsWebPath:true,
        sUrl:'nonwesternworld.html'
    },
    {   sTitle:'Martial Arts Media',
        bIsWebPath:true,
        sUrl:'martialartsmedia.html'
    }]
},
{   sTitle:'International',
    bIsWebPath:true,
    sUrl:'international.html'
},
{   sTitle:'Academic',
    bIsWebPath:true,
    sUrl:'academic.html'
},
{   sTitle:'Literary',
    bIsWebPath:true,
    sUrl:'literary.html'
},
{   sTitle:'Martial Arts',
    bIsWebPath:true,
    sUrl:'martialarts.html'
},
{   sTitle:'Philanthropy',
    bIsWebPath:true,
    sUrl:'philanthropy.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
}]
});
