var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Fancy Cancel Books',
    'bIsWebPath':true,
    'sUrl':'fancycancelbooks.html'
},
{   'sTitle':'Comments',
    'bIsWebPath':true,
    'sUrl':'comments.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
