var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'End Times Topics',
    bIsWebPath:true,
    sUrl:'End_Times_Topics.htm',
    sTarget:'_self'
},
{   sTitle:'Ministry Goals',
    bIsWebPath:true,
    sUrl:'ministry_goals.htm',
    sTarget:'_self'
},
{   sTitle:'eBook Store',
    bIsWebPath:true,
    sUrl:'ebookstore.htm',
    sTarget:'_self'
},
{   sTitle:'Donate',
    bIsWebPath:true,
    sUrl:'donate_to_spread_the_gospel.htm',
    sTarget:'_self'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.htm',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.htm',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.htm',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.htm',
    sTarget:'_self'
},
{   sTitle:'Letters To The Martyrs',
    bIsWebPath:true,
    sUrl:'letters_to_the_martyrs.html',
    sTarget:'_self'
}]
});
