var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Report',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'Worship',
    bIsWebPath:true,
    sUrl:'worship.html'
},
{   sTitle:'Fellowship',
    bIsWebPath:true,
    sUrl:'fellowship.html'
},
{   sTitle:'Our Roots',
    bIsWebPath:true,
    sUrl:'roots.html',"childArray" : [
    {   sTitle:'Methodist Family',
        bIsWebPath:true,
        sUrl:'methodism.html'
    }]
},
{   sTitle:'Action Aid',
    bIsWebPath:true,
    sUrl:'action_aid.html'
},
{   sTitle:'How to find us',
    bIsWebPath:true,
    sUrl:'where_we_are.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'page11.html',"childArray" : [
    {   sTitle:'Church Notices',
        bIsWebPath:true,
        sUrl:'notices.html'
    },
    {   sTitle:'Wednesday Group',
        bIsWebPath:true,
        sUrl:'page10.html'
    }]
}]
});