var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.htm'
},
{   sTitle:'Community',
    bIsWebPath:true,
    sUrl:'community.htm',"childArray" : [
    {   sTitle:'Community',
        bIsWebPath:true,
        sUrl:'page32.htm'
    },
    {   sTitle:'Businesses',
        bIsWebPath:true,
        sUrl:'page17.htm'
    },
    {   sTitle:'Sport & Leisure',
        bIsWebPath:true,
        sUrl:'page24.htm',"childArray" : [
        {   sTitle:'The Sports Club',
            bIsWebPath:true,
            sUrl:'page16.htm'
        }]
    },
    {   sTitle:'Clubs & Societies',
        bIsWebPath:true,
        sUrl:'page23.htm',"childArray" : [
        {   sTitle:'History Group',
            bIsWebPath:true,
            sUrl:'history_group.htm',"childArray" : [
            {   sTitle:'History News',
                bIsWebPath:true,
                sUrl:'page11.htm'
            },
            {   sTitle:'History of All Saints\' Church',
                bIsWebPath:true,
                sUrl:'page15.htm'
            },
            {   sTitle:'History of The Anchor Inn',
                bIsWebPath:true,
                sUrl:'page12.htm'
            },
            {   sTitle:'History of Blacklow Hill',
                bIsWebPath:true,
                sUrl:'page26.htm'
            },
            {   sTitle:'History of Chesford',
                bIsWebPath:true,
                sUrl:'page14.htm'
            },
            {   sTitle:'History of Guy\'s Cliffe',
                bIsWebPath:true,
                sUrl:'page27.htm'
            },
            {   sTitle:'History of The Hayes',
                bIsWebPath:true,
                sUrl:'page28.htm'
            },
            {   sTitle:'History: The Railway Disaster',
                bIsWebPath:true,
                sUrl:'page31.htm'
            },
            {   sTitle:'History of The School',
                bIsWebPath:true,
                sUrl:'page30.htm'
            },
            {   sTitle:'History of Woodcote',
                bIsWebPath:true,
                sUrl:'page29.htm'
            },
            {   sTitle:'Doreen\'s Diary Project',
                bIsExternal:true,
                sUrl:'http://www.doreensdiary.org.uk'
            }]
        }]
    },
    {   sTitle:'Village Hall',
        bIsWebPath:true,
        sUrl:'page25.htm'
    }]
},
{   sTitle:'Parish Magazine',
    bIsWebPath:true,
    sUrl:'link.htm'
},
{   sTitle:'Noticeboard',
    bIsWebPath:true,
    sUrl:'page10.htm'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.htm'
}]
});
