var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'School Based Projects',
        bIsWebPath:true,
        sUrl:'school based projects.html'
    },
    {   sTitle:'Peer Led Program',
        bIsWebPath:true,
        sUrl:'peer led program.html'
    },
    {   sTitle:'Luton Business Against Crime',
        bIsWebPath:true,
        sUrl:'luton business against crime.html',"childArray" : [
        {   sTitle:'Radio Link',
            bIsWebPath:true,
            sUrl:'radio link.html'
        },
        {   sTitle:'Photo Sharing & Incident Report',
            bIsWebPath:true,
            sUrl:'photo sharing & incident report.html'
        }]
    },
    {   sTitle:'SOS Bus',
        bIsWebPath:true,
        sUrl:'sos bus.html'
    },
    {   sTitle:'Community Space Challenge',
        bIsWebPath:true,
        sUrl:'community space challenge.html'
    },
    {   sTitle:'Victims & Witnesses ASB',
        bIsWebPath:true,
        sUrl:'victims & witnesses asb.html',"childArray" : [
        {   sTitle:'What is anti social behaviour?',
            bIsWebPath:true,
            sUrl:'what is anti social behaviour.html'
        },
        {   sTitle:'The Victims & Witnesses Champion will....',
            bIsWebPath:true,
            sUrl:'the victims & witnesses champion will.html'
        }]
    },
    {   sTitle:'Domestic Abuse',
        bIsWebPath:true,
        sUrl:'domestic abuse.html'
    },
    {   sTitle:'Conflict Resolution',
        bIsWebPath:true,
        sUrl:'conflict resolution.html'
    },
    {   sTitle:'Personal Safety',
        bIsWebPath:true,
        sUrl:'personal safety.html'
    },
    {   sTitle:'Youth & Community',
        bIsWebPath:true,
        sUrl:'youth & community.html',"childArray" : [
        {   sTitle:'Weapons & Other Bladed Instruments',
            bIsWebPath:true,
            sUrl:'weapons & other bladed instruments.html'
        }]
    },
    {   sTitle:'Youth Inclusion Projects',
        bIsWebPath:true,
        sUrl:'youth inclusion projects.html'
    }]
},
{   sTitle:'Get Involved',
    bIsWebPath:true,
    sUrl:'get involved.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html',"childArray" : [
    {   sTitle:'Brian McFarland',
        bIsWebPath:true,
        sUrl:'brian mcfarland.html'
    },
    {   sTitle:'Carly Stokes',
        bIsWebPath:true,
        sUrl:'carly stokes.html'
    },
    {   sTitle:'Joan Bailey',
        bIsWebPath:true,
        sUrl:'joan bailey.html'
    },
    {   sTitle:'Rajab Ali',
        bIsWebPath:true,
        sUrl:'rajab ali.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
