var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Minister',
    bIsWebPath:true,
    sUrl:'minister/index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services/index.html'
},
{   sTitle:'What\'s On',
    bIsWebPath:true,
    sUrl:'events/index.html'
},
{   sTitle:'Noticeboard',
    bIsWebPath:true,
    sUrl:'noticeboard/index.html',"childArray" : [
    {   sTitle:'Brief History',
        bIsWebPath:true,
        sUrl:'noticeboard/churchhistory.html'
    },
    {   sTitle:'Ministerial History',
        bIsWebPath:true,
        sUrl:'noticeboard/history.html'
    }]
},
{   sTitle:'The Welcome Centre',
    bIsWebPath:true,
    sUrl:'welcomecentre.html'
},
{   sTitle:'Groups & Organisations',
    bIsWebPath:true,
    sUrl:'organisations/index.html',"childArray" : [
    {   sTitle:'One Way',
        bIsWebPath:true,
        sUrl:'organisations/oneway.html'
    },
    {   sTitle:'Housegroups',
        bIsWebPath:true,
        sUrl:'organisations/housegroups.html'
    },
    {   sTitle:'Homemakers',
        bIsWebPath:true,
        sUrl:'organisations/homemakers.html'
    },
    {   sTitle:'Open Doors',
        bIsWebPath:true,
        sUrl:'organisations/opendoors.html'
    },
    {   sTitle:'Boys\' Brigade',
        bIsWebPath:true,
        sUrl:'organisations/boysbrigade.html'
    },
    {   sTitle:'Girls\' Brigade',
        bIsWebPath:true,
        sUrl:'organisations/girlsbrigade.html'
    },
    {   sTitle:'Noah\'s Ark (Baby & Toddler Group)',
        bIsWebPath:true,
        sUrl:'organisations/noahsark.html'
    },
    {   sTitle:'\'Whatever\' Youth Club',
        bIsWebPath:true,
        sUrl:'organisations/youthclub.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'mission/index.html',"childArray" : [
    {   sTitle:'Fundraising Coach Trips',
        bIsWebPath:true,
        sUrl:'page33.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact/contact.html'
}]
});
