var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Biography',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Publishers',
    'bIsWebPath':true,
    'sUrl':'page24.html'
},
{   'sTitle':'Audio Books',
    'bIsWebPath':true,
    'sUrl':'page25.html'
},
{   'sTitle':'E books',
    'bIsWebPath':true,
    'sUrl':'ebooks.html'
},
{   'sTitle':'Contact and Links',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
