var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Buy Now',
    bIsWebPath:true,
    sUrl:'purchasewwebook1.htm',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html',
        sTarget:'_self'
    }]
},
{   sTitle:'The Book',
    bIsWebPath:true,
    sUrl:'thebook.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'The Author',
        bIsWebPath:true,
        sUrl:'theauthor.html',
        sTarget:'_self'
    },
    {   sTitle:'Critical Acclaim',
        bIsWebPath:true,
        sUrl:'criticalacclaim.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html',
    sTarget:'_self'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Merchandise',
        bIsWebPath:true,
        sUrl:'merchandise.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Make Money',
    bIsWebPath:true,
    sUrl:'page14.html',
    sTarget:'_self'
},
{   sTitle:'Community',
    bIsWebPath:true,
    sUrl:'community.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Charity',
        bIsWebPath:true,
        sUrl:'charity.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});