var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Parish',
    bIsWebPath:true,
    sUrl:'theparish.html',"childArray" : [
    {   sTitle:'The Parish',
        bIsWebPath:true,
        sUrl:'parishdescription.html'
    },
    {   sTitle:'Burchetts Green',
        bIsWebPath:true,
        sUrl:'burchetts_green.html'
    },
    {   sTitle:'Hurley',
        bIsWebPath:true,
        sUrl:'hurley.html'
    },
    {   sTitle:'Knowl Hill',
        bIsWebPath:true,
        sUrl:'knowl_hill.html'
    },
    {   sTitle:'Littlewick Green',
        bIsWebPath:true,
        sUrl:'littlewick_green.html'
    },
    {   sTitle:'Warren Row',
        bIsWebPath:true,
        sUrl:'warren_row.html'
    }]
},
{   sTitle:'What we do',
    bIsWebPath:true,
    sUrl:'whatwedo.html',"childArray" : [
    {   sDescription:'What are Parish Council?',
        sTitle:'Overview',
        bIsWebPath:true,
        sUrl:'overview.html'
    },
    {   sTitle:'Parish Councillor',
        bIsWebPath:true,
        sUrl:'councillor.html'
    },
    {   sTitle:'Parish Clerk',
        bIsWebPath:true,
        sUrl:'clerk.html'
    },
    {   sTitle:'Policies',
        bIsWebPath:true,
        sUrl:'policies.html'
    },
    {   sTitle:'Powers',
        bIsWebPath:true,
        sUrl:'powers.html'
    },
    {   sTitle:'Annual Report',
        bIsWebPath:true,
        sUrl:'annualreport.html'
    }]
},
{   sTitle:'Meetings',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Regular Council Meetings',
        bIsWebPath:true,
        sUrl:'regularmeetings.html'
    },
    {   sTitle:'Annual Parish Assembly',
        bIsWebPath:true,
        sUrl:'annualassembly.html'
    }]
},
{   sTitle:'Planning',
    bIsWebPath:true,
    sUrl:'planning.html'
},
{   sTitle:'Finance',
    bIsWebPath:true,
    sUrl:'finance.html'
},
{   sTitle:'Who we are',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'Map',
    bIsWebPath:true,
    sUrl:'maps.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',"childArray" : [
    {   sTitle:'Local Links',
        bIsWebPath:true,
        sUrl:'linksa.html'
    },
    {   sTitle:'Local Organisations',
        bIsWebPath:true,
        sUrl:'localorganisations.html'
    }]
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Search',
    bIsWebPath:true,
    sUrl:'search.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'form.html'
},
{   sTitle:'Legal',
    bIsWebPath:true,
    sUrl:'legal.html',"childArray" : [
    {   sTitle:'Legal overview',
        bIsWebPath:true,
        sUrl:'legaloverview.html'
    },
    {   sTitle:'Privacy Statement',
        bIsWebPath:true,
        sUrl:'privacy.html'
    },
    {   sTitle:'Terms of Use',
        bIsWebPath:true,
        sUrl:'termsofuse.html'
    }]
}]
});
