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