var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Village',
    bIsWebPath:true,
    sUrl:'ourvillage.html',"childArray" : [
    {   sTitle:'St Peters Church',
        bIsWebPath:true,
        sUrl:'stpeters.html'
    },
    {   sTitle:'Methodist Chapel',
        bIsWebPath:true,
        sUrl:'methodistchapel.html',"childArray" : [
        {   sTitle:'chapel',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'methodistchapel.html#chapel'
        }]
    },
    {   sTitle:'School',
        bIsWebPath:true,
        sUrl:'school.html'
    },
    {   sTitle:'Parish Council',
        bIsWebPath:true,
        sUrl:'huttoncranswickparishcouncil.html'
    }]
},
{   sTitle:'Village People',
    bIsWebPath:true,
    sUrl:'villagepeople.html',"childArray" : [
    {   sTitle:'A Tale of Two Reverends',
        bIsWebPath:true,
        sUrl:'tworeverends.html',
        sTarget:'_self'
    },
    {   sTitle:'Clive',
        bIsWebPath:true,
        sUrl:'clive.html',
        sTarget:'_self'
    },
    {   sTitle:'Foremans Garage',
        bIsWebPath:true,
        sUrl:'foremans.html',
        sTarget:'_self'
    },
    {   sTitle:'John Scholey',
        bIsWebPath:true,
        sUrl:'johnscholey.html',
        sTarget:'_self'
    },
    {   sTitle:'Irene Bradley',
        bIsWebPath:true,
        sUrl:'lifeboat lady.html',
        sTarget:'_self'
    },
    {   sTitle:'Raymond Richards',
        bIsWebPath:true,
        sUrl:'thelollipopman.html',
        sTarget:'_self'
    },
    {   sTitle:'Richard Wilkinson',
        bIsWebPath:true,
        sUrl:'richardwilkinson.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Events & Activities',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'Angling',
        bIsWebPath:true,
        sUrl:'angling.html'
    },
    {   sTitle:'Bowls',
        bIsWebPath:true,
        sUrl:'bowls.html'
    },
    {   sTitle:'Homing Society',
        bIsWebPath:true,
        sUrl:'homingsociety.html'
    },
    {   sTitle:'Gardening Club',
        bIsWebPath:true,
        sUrl:'gardeningclub.html'
    },
    {   sTitle:'Lawn Tennis Club',
        bIsWebPath:true,
        sUrl:'lawntennis.html'
    },
    {   sTitle:'Pop-In',
        bIsWebPath:true,
        sUrl:'popin.html'
    },
    {   sTitle:'Soft Play',
        bIsWebPath:true,
        sUrl:'softplay.html'
    },
    {   sTitle:'Sports & Recreation Assoc.',
        bIsWebPath:true,
        sUrl:'sports.html'
    },
    {   sTitle:'Tai-Chi',
        bIsWebPath:true,
        sUrl:'taichi.html'
    },
    {   sTitle:'Womens Institute',
        bIsWebPath:true,
        sUrl:'womensinstitute.html',"childArray" : [
        {   sTitle:'WI Archive',
            bIsWebPath:true,
            sUrl:'page69.html'
        }]
    }]
},
{   sTitle:'Directory',
    bIsWebPath:true,
    sUrl:'villagedirectory.html',"childArray" : [
    {   sTitle:'Accommodation',
        bIsWebPath:true,
        sUrl:'accomodation.html'
    },
    {   sTitle:'Home Maintenance',
        bIsWebPath:true,
        sUrl:'builders.html'
    },
    {   sTitle:'Caravans',
        bIsWebPath:true,
        sUrl:'caravans.html'
    },
    {   sTitle:'Childcare',
        bIsWebPath:true,
        sUrl:'childcareservices.html'
    },
    {   sTitle:'Children\'s Parties',
        bIsWebPath:true,
        sUrl:'childrensparties.html'
    },
    {   sTitle:'Food',
        bIsWebPath:true,
        sUrl:'food.html'
    },
    {   sTitle:'Footcare',
        bIsWebPath:true,
        sUrl:'page63.html'
    },
    {   sTitle:'Fuels',
        bIsWebPath:true,
        sUrl:'fuels.html'
    },
    {   sTitle:'Furnishings',
        bIsWebPath:true,
        sUrl:'furnishings.html'
    },
    {   sTitle:'Garage & Car Services',
        bIsWebPath:true,
        sUrl:'garages.html'
    },
    {   sTitle:'Garden Services & Nurseries',
        bIsWebPath:true,
        sUrl:'gardenservices.html'
    },
    {   sTitle:'Hairdressers',
        bIsWebPath:true,
        sUrl:'hairdressers.html'
    },
    {   sTitle:'Health & Fitness',
        bIsWebPath:true,
        sUrl:'healthandfitness.html'
    },
    {   sTitle:'Holiday Villa',
        bIsWebPath:true,
        sUrl:'holiday.html'
    },
    {   sTitle:'Optician',
        bIsWebPath:true,
        sUrl:'opticians.html'
    }]
},
{   sTitle:'In Bloom',
    bIsWebPath:true,
    sUrl:'villageinbloom.html',"childArray" : [
    {   sTitle:'A Brief History',
        bIsWebPath:true,
        sUrl:'vinhistory.html'
    },
    {   sTitle:'Floral Displays',
        bIsWebPath:true,
        sUrl:'flowers.html'
    },
    {   sTitle:'Our Environment',
        bIsWebPath:true,
        sUrl:'conservation.html'
    },
    {   sTitle:'Future Goals',
        bIsWebPath:true,
        sUrl:'future.html'
    },
    {   sTitle:'Press & PR',
        bIsWebPath:true,
        sUrl:'vibpr.html'
    },
    {   sTitle:'Blooming Champions',
        bIsWebPath:true,
        sUrl:'champions.html'
    }]
},
{   sTitle:'Click Here',
    bIsWebPath:true,
    sUrl:'clickhere.html'
}]
});