var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Bookshelf',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Buy/Trade Policy',
        'bIsWebPath':true,
        'sUrl':'page2.html',"childArray" : [
        {   'sTitle':'Book Condition Rating',
            'bIsWebPath':true,
            'sUrl':'page3.html'
        }]
    },
    {   'sTitle':'Local Links &  News',
        'bIsWebPath':true,
        'sUrl':'page5.html'
    },
    {   'sTitle':'Local Interest - Local Authors',
        'bIsWebPath':true,
        'sUrl':'page4.html'
    }]
}]
});
