var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CV and Books',
    bIsWebPath:true,
    sUrl:'books1.html'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.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'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
}]
});