var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Who we are',
    bIsWebPath:true,
    sUrl:'whoweare.html',"childArray" : [
    {   sTitle:'Customer commitment',
        bIsWebPath:true,
        sUrl:'customer commitment.html'
    },
    {   sTitle:'Trustees',
        bIsWebPath:true,
        sUrl:'trustees.html',"childArray" : [
        {   sTitle:'Meet our trustees',
            bIsWebPath:true,
            sUrl:'meet our trustees.html'
        }]
    },
    {   sTitle:'Membership',
        bIsWebPath:true,
        sUrl:'membership.html'
    },
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html'
    }]
},
{   sTitle:'What we do',
    bIsWebPath:true,
    sUrl:'whatwedo.html',"childArray" : [
    {   sTitle:'Independent living services',
        bIsWebPath:true,
        sUrl:'independent living services.html'
    },
    {   sTitle:'Payroll services',
        bIsWebPath:true,
        sUrl:'payroll services.html'
    },
    {   sTitle:'Recruitment services',
        bIsWebPath:true,
        sUrl:'recruitment services.html'
    },
    {   sTitle:'CRB checks',
        bIsWebPath:true,
        sUrl:'crb checks.html'
    },
    {   sTitle:'Administrative services',
        bIsWebPath:true,
        sUrl:'administrative services.html'
    },
    {   sTitle:'Advocacy',
        bIsWebPath:true,
        sUrl:'advocacy.html'
    },
    {   sTitle:'Lend a hand',
        bIsWebPath:true,
        sUrl:'lend a hand.html'
    },
    {   sTitle:'PA training',
        bIsWebPath:true,
        sUrl:'pa training.html',"childArray" : [
        {   sTitle:'Online PA training',
            bIsWebPath:true,
            sUrl:'online pa training.html'
        },
        {   sTitle:'PA Newsletter',
            bIsWebPath:true,
            sUrl:'pa newsletter.html'
        },
        {   sTitle:'PA training questionnaire',
            bIsWebPath:true,
            sUrl:'pa training questionnaire.html'
        },
        {   sTitle:'PA training questionnaire for PAs',
            bIsWebPath:true,
            sUrl:'pa training questionnaire for pas.html'
        },
        {   sTitle:'Worthing PA support meeting',
            bIsWebPath:true,
            sUrl:'worthing pa support meeting.html'
        }]
    }]
},
{   sTitle:'Vacancies',
    bIsWebPath:true,
    sUrl:'vacancies.html',"childArray" : [
    {   sTitle:'PA vacancies',
        bIsWebPath:true,
        sUrl:'pa vacancies.html',"childArray" : [
        {   sTitle:'PA online application form',
            bIsWebPath:true,
            sUrl:'pa online application form.html'
        },
        {   sTitle:'Personal Assistant work',
            bIsWebPath:true,
            sUrl:'personal assistant work.html'
        }]
    },
    {   sTitle:'Trustee vacancies',
        bIsWebPath:true,
        sUrl:'trustee vacancies.html'
    },
    {   sTitle:'ILA vacancies',
        bIsWebPath:true,
        sUrl:'ila vacancies.html'
    },
    {   sTitle:'Volunteers',
        bIsWebPath:true,
        sUrl:'volunteers.html',"childArray" : [
        {   sTitle:'Trustee volunteers',
            bIsWebPath:true,
            sUrl:'trustee volunteers.html'
        },
        {   sTitle:'Office placements',
            bIsWebPath:true,
            sUrl:'office placements.html'
        }]
    }]
},
{   sTitle:'Useful stuff',
    bIsWebPath:true,
    sUrl:'usefulstuff.html',"childArray" : [
    {   sTitle:'Useful links',
        bIsWebPath:true,
        sUrl:'useful links.html'
    },
    {   sTitle:'Jargon buster',
        bIsWebPath:true,
        sUrl:'jargon buster.html'
    },
    {   sTitle:'Newsletters',
        bIsWebPath:true,
        sUrl:'newsletters.html'
    },
    {   sTitle:'Documents',
        bIsWebPath:true,
        sUrl:'documents.html',"childArray" : [
        {   sTitle:'Annual report information',
            bIsWebPath:true,
            sUrl:'annual report information.html',"childArray" : [
            {   sTitle:'Latest annual report',
                bIsWebPath:true,
                sUrl:'latest annual report.html'
            }]
        }]
    }]
},
{   sTitle:'News & events',
    bIsWebPath:true,
    sUrl:'news and events.html',"childArray" : [
    {   sTitle:'Chat',
        bIsWebPath:true,
        sUrl:'chat.html'
    },
    {   sTitle:'Events diary',
        bIsWebPath:true,
        sUrl:'events diary.html'
    },
    {   sTitle:'Support groups',
        bIsWebPath:true,
        sUrl:'regular support groups.html',"childArray" : [
        {   sTitle:'DP support groups',
            bIsWebPath:true,
            sUrl:'dp support groups.html'
        },
        {   sTitle:'Other local groups',
            bIsWebPath:true,
            sUrl:'other local groups.html'
        }]
    },
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html',"childArray" : [
        {   sTitle:'Newsletters',
            bIsWebPath:true,
            sUrl:'Newsletters 2.html'
        }]
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact us.html',"childArray" : [
    {   sTitle:'Comments, complaints & questionnaires',
        bIsWebPath:true,
        sUrl:'comments complaints questionnaires.html'
    },
    {   sTitle:'Comments and complaints',
        bIsWebPath:true,
        sUrl:'comments and complaints.html'
    },
    {   sTitle:'Website & newsletter questionnaire',
        bIsWebPath:true,
        sUrl:'website & newsletter questionnaire.html'
    },
    {   sTitle:'Your hints and tips',
        bIsWebPath:true,
        sUrl:'hints and tips.html'
    },
    {   sTitle:'How to contact or find us',
        bIsWebPath:true,
        sUrl:'how to contact or find us.html',"childArray" : [
        {   sTitle:'Map',
            bIsWebPath:true,
            sUrl:'map.html'
        }]
    },
    {   sTitle:'Chat',
        bIsWebPath:true,
        sUrl:'chat 2.html'
    }]
},
{   sTitle:'Help',
    bIsWebPath:true,
    sUrl:'help.html'
}]
});