var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Authors',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Schools',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Books',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Contact / Join',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'page8.html'
}]
});
