var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'The Books',
    'bIsWebPath':true,
    'sUrl':'books.html'
},
{   'sTitle':'Book Sale',
    'bIsWebPath':true,
    'sUrl':'sale.html'
},
{   'sTitle':'Contact and order',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
