var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html',
    sTarget:'_self'
},
{   sTitle:'Gods Prophet',
    bIsWebPath:true,
    sUrl:' prophet.html',
    sTarget:'_self'
},
{   sTitle:'The Ministry',
    bIsWebPath:true,
    sUrl:'ministry.html',
    sTarget:'_self'
},
{   sTitle:'Follow Me',
    bIsWebPath:true,
    sUrl:'follow.html',
    sTarget:'_self'
},
{   sTitle:'Partner',
    bIsWebPath:true,
    sUrl:'partner.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Store',
    bIsWebPath:true,
    sUrl:'store.html',
    sTarget:'_self'
}]
});
