var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html'
},
{   sTitle:'Book',
    bIsWebPath:true,
    sUrl:'book.html'
},
{   sTitle:'Recipe 1',
    bIsWebPath:true,
    sUrl:'recipe1.html'
},
{   sTitle:'Recipe 2',
    bIsWebPath:true,
    sUrl:'recipe2.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});