var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'What we do',
        bIsWebPath:true,
        sUrl:'whatwedo.html',
        sTarget:'_self'
    },
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html'
    }]
},
{   sTitle:'Who we are',
    bIsWebPath:true,
    sUrl:'whoweare.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Local Campaigns',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Manifesto',
        bIsWebPath:true,
        sUrl:'manifesto.html'
    },
    {   sTitle:'Air Traffic',
        bIsWebPath:true,
        sUrl:'airtraffic.html'
    },
    {   sTitle:'Regional Planning',
        bIsWebPath:true,
        sUrl:'planning.html'
    },
    {   sTitle:'Stop the Drop',
        bIsWebPath:true,
        sUrl:'stopthedrop.html',"childArray" : [
        {   sTitle:'Village Actions',
            bIsWebPath:true,
            sUrl:'littervillages.html'
        },
        {   sTitle:'Our Actions',
            bIsWebPath:true,
            sUrl:'ouractions.html',
            sTarget:'_self'
        },
        {   sTitle:'Council Actions',
            bIsWebPath:true,
            sUrl:'littercouncils.html'
        }]
    },
    {   sTitle:'Greenbelt',
        bIsWebPath:true,
        sUrl:'greenbelt.html'
    },
    {   bSeparatorBefore:true,
        bSeparatorAfter:true,
        sTitle:'Windfarm',
        bIsWebPath:true,
        sUrl:'windfarm.html'
    },
    {   sTitle:'A14 and Guided Bus',
        bIsWebPath:true,
        sUrl:'a14.html'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'Future Events',
        bIsWebPath:true,
        sUrl:'futureevents.html'
    },
    {   sTitle:'Past Events',
        bIsWebPath:true,
        sUrl:'past events.html'
    },
    {   sTitle:'Other Branches',
        bIsWebPath:true,
        sUrl:'otherbranches.html'
    }]
},
{   sTitle:'Get Involved',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
