var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Parish Council',
    bIsWebPath:true,
    sUrl:'PC.html',"childArray" : [
    {   sTitle:'Councillors',
        bIsWebPath:true,
        sUrl:'councillors.html'
    },
    {   sTitle:'PC responsibilities',
        bIsWebPath:true,
        sUrl:'pcresponsibilities.html'
    },
    {   sTitle:'Village plan',
        bIsWebPath:true,
        sUrl:'page12.html'
    }]
},
{   sTitle:'Village information',
    bIsWebPath:true,
    sUrl:'villageinfo.html'
},
{   sTitle:'Minutes',
    bIsWebPath:true,
    sUrl:'pcmeetings.html'
},
{   sTitle:'Newsletter ',
    bIsWebPath:true,
    sUrl:'newsletter.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
