var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Our Services',
    bIsWebPath:true,
    sUrl:'page6.html',"childArray" : [
    {   sTitle:'Armor Bearer Ministires',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Expectation',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Eternal Life',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Pastors',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'This Ministry',
        bIsWebPath:true,
        sUrl:'page12.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
