var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About the Parish',
    'bIsWebPath':true,
    'sUrl':'parish.html',"childArray" : [
    {   'sTitle':'Maps',
        'bIsWebPath':true,
        'sUrl':'maps.html'
    },
    {   'sTitle':'Views of the Parish',
        'bIsWebPath':true,
        'sUrl':'views.html'
    },
    {   'sTitle':'Flower Festival',
        'bIsWebPath':true,
        'sUrl':'festival.html'
    }]
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':'District Council',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'news.html#News'
    },
    {   'sTitle':'Parish Council',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'news.html#News1'
    }]
},
{   'sTitle':'Council',
    'bIsWebPath':true,
    'sUrl':'councillors.html',"childArray" : [
    {   'sTitle':'Councillors',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'councillors.html#COUNCILLORS'
    },
    {   'sTitle':'Councillors\' Responsibilities',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'councillors.html#Responsibilities'
    }]
},
{   'sTitle':'Minutes',
    'bIsWebPath':true,
    'sUrl':'minutes.html',"childArray" : [
    {   'sTitle':'Minutes of Meetings',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'minutes.html#MINUTES'
    },
    {   'sTitle':'Dates of Meetings',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'minutes.html#DATES'
    },
    {   'sTitle':'Planning',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'minutes.html#planning'
    }]
},
{   'sTitle':'Planning ',
    'bIsWebPath':true,
    'sUrl':'planning.html'
},
{   'sTitle':'Useful Links',
    'bIsWebPath':true,
    'sUrl':'links.html',"childArray" : [
    {   'sTitle':'Parish Clubs/Societies',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'links.html#Parish'
    },
    {   'sTitle':'Useful Links',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'links.html#Useful'
    }]
}]
});
