var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'District Groups',
        bIsWebPath:true,
        sUrl:'districtgroups.html',"childArray" : [
        {   sTitle:'Mendip Group',
            bIsWebPath:true,
            sUrl:'mendipgroup.html'
        },
        {   sTitle:'South Somerset',
            bIsWebPath:true,
            sUrl:'southsomerset.html'
        },
        {   sTitle:'West Somerset',
            bIsWebPath:true,
            sUrl:'westsomerset.html'
        }]
    }]
},
{   sTitle:'Position Statements',
    bIsWebPath:true,
    sUrl:'position statements.html',"childArray" : [
    {   sTitle:' Local Food',
        bIsWebPath:true,
        sUrl:'localfood.html'
    },
    {   sTitle:'Food Security',
        bIsWebPath:true,
        sUrl:'foodsecurity.html'
    },
    {   sTitle:' Renewable Energy',
        bIsWebPath:true,
        sUrl:'renewableenergy.html'
    },
    {   sTitle:'Traffic Speed In Rural Areas',
        bIsWebPath:true,
        sUrl:'trafficspeed.html'
    },
    {   sTitle:'Safe Cycle Routes',
        bIsWebPath:true,
        sUrl:'safecycleroutes.html'
    },
    {   sTitle:'Rural Affordable Housing',
        bIsWebPath:true,
        sUrl:'affordablehousing.html'
    },
    {   sTitle:'Agricultural Dwellings in Open Countryside',
        bIsWebPath:true,
        sUrl:'agriculturaldwellings.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Minutes of Recent Meetings',
        bIsWebPath:true,
        sUrl:'minutes.html'
    },
    {   sTitle:'FAQs',
        bIsWebPath:true,
        sUrl:'faqs.html'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'SCNP Event',
        bIsWebPath:true,
        sUrl:'scnp event.html'
    },
    {   sTitle:'Micro-hydropower',
        bIsWebPath:true,
        sUrl:'microhydropower.html'
    },
    {   sTitle:'Microquarries',
        bIsWebPath:true,
        sUrl:'microquarries.html'
    },
    {   sTitle:'Priddy Affordable Homes',
        bIsWebPath:true,
        sUrl:'priddy affordable homes.html'
    }]
},
{   sTitle:'Planning ',
    bIsWebPath:true,
    sUrl:'planning.html',"childArray" : [
    {   sTitle:'planning comments',
        bIsWebPath:true,
        sUrl:'planningcomments.html'
    }]
},
{   sTitle:'Support Us',
    bIsWebPath:true,
    sUrl:'supportus.html',"childArray" : [
    {   sTitle:'Membership',
        bIsWebPath:true,
        sUrl:'membership.html'
    },
    {   sTitle:'Giving',
        bIsWebPath:true,
        sUrl:'giving.html'
    },
    {   sTitle:'Get Involved',
        bIsWebPath:true,
        sUrl:'getinvolved.html',"childArray" : [
        {   sTitle:'Volunteer Vacancies',
            bIsWebPath:true,
            sUrl:'volunteervacancies.html'
        }]
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
