var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Ministry Helps',
    bIsWebPath:true,
    sUrl:'ministryhelps.html'
},
{   sTitle:'Audio',
    bIsWebPath:true,
    sUrl:'audio_downloads.html'
},
{   sTitle:'eBooks',
    bIsWebPath:true,
    sUrl:'ebooks.html'
},
{   sTitle:'AStore',
    bIsWebPath:true,
    sUrl:'astore.html'
}]
});
