var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Our Church',
    bIsWebPath:true,
    sUrl:'about_our_church.html'
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'ministries.html'
},
{   sTitle:'Misssions',
    bIsWebPath:true,
    sUrl:'missions.html'
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'articles.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'pictures.html'
},
{   sTitle:'Newsletter \"Greeter\"',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'June 2010 \"Greeter\"',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Greeter June 10.pdf',
        sTarget:'_blank'
    },
    {   sTitle:'April 2010 \"Greeter\"',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'Greeter April 10.pdf',
        sTarget:'_blank'
    }]
},
{   sTitle:'Church Leaders',
    bIsWebPath:true,
    sUrl:'church_leaders.html'
},
{   sTitle:'Links',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Christian Standard',
        bIsExternal:true,
        sUrl:'http://www.christianstandard.com/',
        sTarget:'_blank'
    },
    {   sTitle:'Christian Restoration',
        bIsExternal:true,
        sUrl:'http://www.thecra.org/',
        sTarget:'_blank'
    }]
}]
});