var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'News & Reports',
        bIsWebPath:true,
        sUrl:'page23a.html'
    }]
},
{   sTitle:'Statement',
    bIsWebPath:true,
    sUrl:'Statement.html'
},
{   sTitle:'Who\'s Who',
    bIsWebPath:true,
    sUrl:'WhosWho.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html'
},
{   sTitle:'Reflections',
    bIsWebPath:true,
    sUrl:'Reflections.html',"childArray" : [
    {   sTitle:'Jan & Feb\'11',
        bIsWebPath:true,
        sUrl:'JanFeb11.html'
    },
    {   sTitle:'Covenant:  02-Jan',
        bIsWebPath:true,
        sUrl:'Covenant.html'
    },
    {   sTitle:'Nov & Dec\'10',
        bIsWebPath:true,
        sUrl:'NovDec10.html'
    },
    {   sTitle:'Sep & Oct 2010',
        bIsWebPath:true,
        sUrl:'SepOct10.html'
    },
    {   sTitle:'Jul & Aug 2010',
        bIsWebPath:true,
        sUrl:'jul&aug.html'
    },
    {   sTitle:'May & Jun 2010',
        bIsWebPath:true,
        sUrl:'May&Jun.html'
    },
    {   sTitle:'Mar & Apr 2010',
        bIsWebPath:true,
        sUrl:'page23.html'
    },
    {   sTitle:'Jan & Feb 2010',
        bIsWebPath:true,
        sUrl:'page22aa.html'
    },
    {   sTitle:'Nov & Dec 2009',
        bIsWebPath:true,
        sUrl:'page22a.html'
    },
    {   sTitle:'Sept & Oct 2009',
        bIsWebPath:true,
        sUrl:'page22.html'
    },
    {   sTitle:'Jul & Aug 2009',
        bIsWebPath:true,
        sUrl:'JulAug09.html'
    },
    {   sTitle:'May & Jun 2009',
        bIsWebPath:true,
        sUrl:'MayJun09.html'
    },
    {   sTitle:'Mar & Apr 2009',
        bIsWebPath:true,
        sUrl:'Mar&Apr09.html'
    },
    {   sTitle:'Jan & Feb 2009',
        bIsWebPath:true,
        sUrl:'JanFeb09.html'
    },
    {   sTitle:'Nov & Dec 2008',
        bIsWebPath:true,
        sUrl:'NovDec08.html'
    }]
},
{   sTitle:'Open House',
    bIsWebPath:true,
    sUrl:'OpenHouse.html'
},
{   sTitle:'Public Transport',
    bIsWebPath:true,
    sUrl:'PublicTr.html'
},
{   sTitle:'Mill Hill Churches',
    bIsWebPath:true,
    sUrl:'MHChurches.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'ContactUs.html'
}]
});
