var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Documents',
        bIsWebPath:true,
        sUrl:'documents.html'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Clubs and Playground',
    bIsWebPath:true,
    sUrl:'Clubs.html',"childArray" : [
    {   sTitle:'Playground',
        bIsWebPath:true,
        sUrl:'playground.html'
    }]
},
{   sTitle:'Fundraising',
    bIsWebPath:true,
    sUrl:'Fundraising.html',"childArray" : [
    {   sTitle:'Needs',
        bIsWebPath:true,
        sUrl:'needs.html'
    },
    {   sTitle:'Future Plans',
        bIsWebPath:true,
        sUrl:'future plans.html'
    }]
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html',"childArray" : [
    {   sTitle:'BBC Domesday Project',
        bIsWebPath:true,
        sUrl:'domesday.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Thanks',
    bIsWebPath:true,
    sUrl:'thanks.html'
},
{   sTitle:'Volunteers and Trustees',
    bIsWebPath:true,
    sUrl:'volunteer.html',"childArray" : [
    {   sTitle:'Trustees',
        bIsWebPath:true,
        sUrl:'trustees.html'
    }]
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html'
}]
});
