var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Meet the Team',
        bIsWebPath:true,
        sUrl:'meettheteam.html',
        sTarget:'_self'
    },
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html',
        sTarget:'_self'
    },
    {   sTitle:'Ofsted',
        bIsWebPath:true,
        sUrl:'ofsted.html',
        sTarget:'_self'
    },
    {   sTitle:'Policies',
        bIsWebPath:true,
        sUrl:'policies.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Calender',
    bIsWebPath:true,
    sUrl:'calender.html',
    sTarget:'_self'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Newsletter Archive',
        bIsWebPath:true,
        sUrl:'essendineexpress.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Parents',
    bIsWebPath:true,
    sUrl:'parents.html',
    sTarget:'_self'
},
{   sTitle:'Governors',
    bIsWebPath:true,
    sUrl:'governers.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Policies',
        bIsWebPath:true,
        sUrl:'schoolpolicies.html',
        sTarget:'_self'
    },
    {   sTitle:'Ofsted',
        bIsWebPath:true,
        sUrl:'page34.html',
        sTarget:'_self'
    },
    {   sTitle:'Governor Newsletters',
        bIsWebPath:true,
        sUrl:'page35.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Classes',
    bIsWebPath:true,
    sUrl:'class\'s.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Nursery',
        bIsWebPath:true,
        sUrl:'nursery.html',
        sTarget:'_self'
    },
    {   sTitle:'Reception',
        bIsWebPath:true,
        sUrl:'reception.html',
        sTarget:'_self'
    },
    {   sTitle:'Year 1',
        bIsWebPath:true,
        sUrl:'year1.html',
        sTarget:'_self'
    },
    {   sTitle:'Year 2',
        bIsWebPath:true,
        sUrl:'year2.html',
        sTarget:'_self'
    },
    {   sTitle:'Year 3',
        bIsWebPath:true,
        sUrl:'year3.html',
        sTarget:'_self'
    },
    {   sTitle:'Year 4',
        bIsWebPath:true,
        sUrl:'year4.html',
        sTarget:'_self'
    },
    {   sTitle:'Year 5',
        bIsWebPath:true,
        sUrl:'year5.html',
        sTarget:'_self'
    },
    {   sTitle:'Year 6',
        bIsWebPath:true,
        sUrl:'year6.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Term 1',
        bIsWebPath:true,
        sUrl:'term 1.html',
        sTarget:'_self'
    },
    {   sTitle:'Term 2',
        bIsWebPath:true,
        sUrl:'term 2.html',
        sTarget:'_self'
    },
    {   sTitle:'Term 3',
        bIsWebPath:true,
        sUrl:'term 3.html',
        sTarget:'_self'
    },
    {   sTitle:'Term 4',
        bIsWebPath:true,
        sUrl:'term 4.html',
        sTarget:'_self'
    },
    {   sTitle:'Term 5',
        bIsWebPath:true,
        sUrl:'term 5.html',
        sTarget:'_self'
    },
    {   sTitle:'Term 6',
        bIsWebPath:true,
        sUrl:'term.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Clubs',
    bIsWebPath:true,
    sUrl:'clubs.html',
    sTarget:'_self'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Links for Children',
        bIsWebPath:true,
        sUrl:'linksforchildren.html',
        sTarget:'_self'
    },
    {   sTitle:'Links for Parents',
        bIsWebPath:true,
        sUrl:'linksforparents.html',
        sTarget:'_self'
    },
    {   sTitle:'Links for Teachers',
        bIsWebPath:true,
        sUrl:'teacherlinks.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Vacancies',
    bIsWebPath:true,
    sUrl:'vacancies.html',
    sTarget:'_self'
},
{   sTitle:'School council',
    bIsWebPath:true,
    sUrl:'school council.html',
    sTarget:'_self'
}]
});