var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Maps',
    bIsWebPath:true,
    sUrl:'maps.html'
},
{   sTitle:'Parish Council',
    bIsWebPath:true,
    sUrl:'council.html',"childArray" : [
    {   sTitle:'Papers',
        bIsWebPath:true,
        sUrl:'papers.html',"childArray" : [
        {   sTitle:'Parish Plan',
            bIsWebPath:true,
            sUrl:'parish_plan.html'
        }]
    }]
},
{   sTitle:'Organisations and Clubs',
    bIsWebPath:true,
    sUrl:'org_clubs.html'
},
{   sTitle:'HomeWatch',
    bIsWebPath:true,
    sUrl:'page18.html'
},
{   sTitle:'Businesses',
    bIsWebPath:true,
    sUrl:'businesses.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Photographs',
    bIsWebPath:true,
    sUrl:'photgraphs.html'
},
{   sTitle:'Newsletter',
    bIsWebPath:true,
    sUrl:'newsletter.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
