var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'How We Can Help',
    bIsWebPath:true,
    sUrl:'how we can help.html',"childArray" : [
    {   sTitle:'Tyghe Educational Foundation',
        bIsWebPath:true,
        sUrl:'Tyghe Educational Foundation.html'
    },
    {   sTitle:'Public Purposes',
        bIsWebPath:true,
        sUrl:'Public Purposes.html'
    },
    {   sTitle:'St Thomas\' Day Charity',
        bIsWebPath:true,
        sUrl:'St Thomas\' Day Charity.html'
    },
    {   sTitle:'Educational Help',
        bIsWebPath:true,
        sUrl:'Educational Help.html'
    }]
},
{   sTitle:'Citizens Advice',
    bIsWebPath:true,
    sUrl:'Citizens Advice.html'
},
{   sTitle:'Hire Of Facilities',
    bIsWebPath:true,
    sUrl:'Hire Of Facilities.html'
},
{   sTitle:'More About Us',
    bIsWebPath:true,
    sUrl:'More About Us.html',"childArray" : [
    {   sTitle:'The Trustees',
        bIsWebPath:true,
        sUrl:'The Trustees.html'
    }]
}]
});