var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Meetings',
    bIsWebPath:true,
    sUrl:'meetings.html',"childArray" : [
    {   sTitle:'Meetings 2010',
        bIsWebPath:true,
        sUrl:'meetings 2010.html'
    }]
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'History.html',"childArray" : [
    {   sTitle:'Frank Cook Letter',
        bIsWebPath:true,
        sUrl:'page17.html'
    },
    {   sTitle:'Alex Cunnigham',
        bIsWebPath:true,
        sUrl:'page18.html'
    }]
},
{   sTitle:'Status ',
    bIsWebPath:true,
    sUrl:'Status.html'
},
{   sTitle:'Stockton B C',
    bIsWebPath:true,
    sUrl:'SBC.html',"childArray" : [
    {   sTitle:'SBC Meeting',
        bIsWebPath:true,
        sUrl:'sbc meeting.html'
    }]
},
{   sTitle:'Dept Transport',
    bIsWebPath:true,
    sUrl:'Dept_Transport.html'
},
{   sTitle:'DEFRA',
    bIsWebPath:true,
    sUrl:'Defra.html'
},
{   sTitle:'Facts and Figures',
    bIsWebPath:true,
    sUrl:'Fact and figures.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'Contacts.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'Location.html',"childArray" : [
    {   sTitle:'Large Map',
        bIsWebPath:true,
        sUrl:'Large Map.html'
    }]
},
{   sTitle:'Local News',
    bIsWebPath:true,
    sUrl:'local news.html'
},
{   sTitle:'Local Business News',
    bIsWebPath:true,
    sUrl:'business.html'
},
{   sTitle:'Community Links',
    bIsWebPath:true,
    sUrl:'Community Links.html'
},
{   sTitle:'Comments',
    bIsWebPath:true,
    sUrl:'Comments.html',"childArray" : [
    {   sTitle:'Readers Comments',
        bIsWebPath:true,
        sUrl:'Reader Comments.html'
    }]
},
{   sTitle:'Petition',
    bIsWebPath:true,
    sUrl:'Petition.html'
}]
});
