var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Forthcoming Events',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Newsletters',
    bIsWebPath:true,
    sUrl:'newsletters.html',"childArray" : [
    {   sTitle:'Spring 2010',
        bIsWebPath:true,
        sUrl:'spring2010.html'
    }]
},
{   sTitle:'General Meetings',
    bIsWebPath:true,
    sUrl:'general.html',"childArray" : [
    {   sTitle:'General Meeting March 2010',
        bIsWebPath:true,
        sUrl:'march10.html'
    }]
},
{   sTitle:' Walks Leaflets',
    bIsWebPath:true,
    sUrl:'geowalks.html',"childArray" : [
    {   sTitle:'Beaumont Park',
        bIsWebPath:true,
        sUrl:'beaumwalk.html'
    },
    {   sTitle:'Bracken Hall',
        bIsWebPath:true,
        sUrl:'brackenhall.html'
    },
    {   sTitle:'Brockholes',
        bIsWebPath:true,
        sUrl:'brockholeswalk.html'
    },
    {   sTitle:'Cow and Calf Rocks',
        bIsWebPath:true,
        sUrl:'ilkleywalk.html'
    },
    {   sTitle:'Digley Quarries',
        bIsWebPath:true,
        sUrl:'digley.html'
    },
    {   sTitle:'Dimples Quarry',
        bIsWebPath:true,
        sUrl:'dimples.html'
    },
    {   sTitle:'Folly Dolly Falls',
        bIsWebPath:true,
        sUrl:'follydolly.html'
    },
    {   sTitle:'Gorpley Clough',
        bIsWebPath:true,
        sUrl:'gorpley.html'
    },
    {   sTitle:'Heptonstall',
        bIsWebPath:true,
        sUrl:'heptonstall.html'
    },
    {   sTitle:'Ogden Water',
        bIsWebPath:true,
        sUrl:'ogdenwater.html'
    },
    {   sTitle:'Royds Hall Beck',
        bIsWebPath:true,
        sUrl:'roydshallwalk.html'
    },
    {   sTitle:'Upton Cutting',
        bIsWebPath:true,
        sUrl:'uptonwalk.html'
    }]
},
{   sTitle:'Reports of Past Events',
    bIsWebPath:true,
    sUrl:'walkreports.html',"childArray" : [
    {   sTitle:'October 2009',
        bIsWebPath:true,
        sUrl:'oct09.html'
    },
    {   sTitle:'Winter 2009',
        bIsWebPath:true,
        sUrl:'jan2009.html'
    },
    {   sTitle:'Beacon Hill',
        bIsWebPath:true,
        sUrl:'beaconwalk.html'
    },
    {   sTitle:'Digley Quarries',
        bIsWebPath:true,
        sUrl:'digley0309.html'
    },
    {   sTitle:'Ogden Water',
        bIsWebPath:true,
        sUrl:'ogden.html'
    }]
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'Spring 2010',
        bIsWebPath:true,
        sUrl:'project0310.html'
    },
    {   sTitle:'Page 30',
        bIsWebPath:true,
        sUrl:'page30.html'
    }]
},
{   sTitle:'Geology Courses',
    bIsWebPath:true,
    sUrl:'courses.html',"childArray" : [
    {   sTitle:'Yorkshire Rocks',
        bIsWebPath:true,
        sUrl:'yorksrocks2010.html'
    }]
}]
});