var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About the Parish',
    bIsWebPath:true,
    sUrl:'parish.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Maps',
        bIsWebPath:true,
        sUrl:'maps.html',
        sTarget:'_self'
    },
    {   sTitle:'Views of the Parish',
        bIsWebPath:true,
        sUrl:'views.html',
        sTarget:'_self'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'District Council',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'news.html#News',
        sTarget:'_self'
    },
    {   sTitle:'Parish Council',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'news.html#News1',
        sTarget:'_self'
    }]
},
{   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',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Parish Clubs/Societies',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'links.html#Parish',
        sTarget:'_self'
    },
    {   sTitle:'Useful Links',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'links.html#Useful',
        sTarget:'_self'
    }]
}]
});