var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Oakley Wood - Management Plan',
        bIsWebPath:true,
        sUrl:'managementplan.html'
    },
    {   sTitle:'Oakley Wood - Iron age fort',
        bIsWebPath:true,
        sUrl:'ironagefort.html'
    },
    {   sDescription:'Information about the thinning work going on in Oakley Wood.',
        sTitle:'Oakley Wood - Thinning work',
        bIsWebPath:true,
        sUrl:'oakley_wood_thinning_work.html'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sDescription:'Friends of Oakley wood Fungi walk 2011',
        sTitle:'Fungi Walk - 2011',
        bIsWebPath:true,
        sUrl:'fungi_walk.html'
    },
    {   sDescription:'Friends of Oakley Wood Bat night 2011',
        sTitle:'Bat Night - 2011',
        bIsWebPath:true,
        sUrl:'batnight.html'
    },
    {   sTitle:'Bluebell Walk - 2011',
        bIsWebPath:true,
        sUrl:'page18.html'
    },
    {   sTitle:'Litter Pick - 2011',
        bIsWebPath:true,
        sUrl:'litter_pick_2011.html'
    },
    {   sDescription:'Oakley Wood Friends AGM 2010',
        sTitle:'AGM 2010',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'AGM 2011',
        bIsWebPath:true,
        sUrl:'AGM2011.html'
    },
    {   sDescription:'Summary of OWF events 2009.',
        sTitle:'Events from 2009',
        bIsWebPath:true,
        sUrl:'events2009.html'
    },
    {   sDescription:'Friends of Oakley Wood events from 2010',
        sTitle:'Events from 2010',
        bIsWebPath:true,
        sUrl:'events2010.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Join us',
    bIsWebPath:true,
    sUrl:'joinus.html'
}]
});
