var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'A Precious Gift',
    bIsWebPath:true,
    sUrl:'apreciousgift.html'
},
{   sTitle:'Gods Garden',
    bIsWebPath:true,
    sUrl:'godsgarden.html'
},
{   sTitle:'Season Of Darkness',
    bIsWebPath:true,
    sUrl:'seasonofdarkness.html'
},
{   sTitle:'In Christ Alone',
    bIsWebPath:true,
    sUrl:'inchristalone.html'
},
{   sTitle:'How I Wonder',
    bIsWebPath:true,
    sUrl:'howiwonder.html'
},
{   sTitle:'Never Give Up',
    bIsWebPath:true,
    sUrl:'nevergiveup.html'
}]
});
