var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'biography.html'
},
{   sTitle:'Financial Matter',
    bIsWebPath:true,
    sUrl:'financialmatter.html'
},
{   sTitle:'Did you know?',
    bIsWebPath:true,
    sUrl:'know.html'
},
{   sTitle:'N.E.E.D.S.',
    bIsWebPath:true,
    sUrl:'needs.html'
},
{   sTitle:'Scriptures',
    bIsWebPath:true,
    sUrl:'scriptures.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Newsletter',
    bIsWebPath:true,
    sUrl:'newsletter.html',"childArray" : [
    {   sTitle:'Bookmarks',
        bIsWebPath:true,
        sUrl:'book.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
