var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Book Here',
    'bIsWebPath':true,
    'sUrl':'clubs.html'
},
{   'sTitle':'Heathlands ',
    'bIsWebPath':true,
    'sUrl':'Heathlands.html'
},
{   'sTitle':'Elmstead Market',
    'bIsWebPath':true,
    'sUrl':'elmstead.html'
},
{   'sTitle':'St Lawrence',
    'bIsWebPath':true,
    'sUrl':'stlawrence.html'
},
{   'sTitle':'St Andrews',
    'bIsWebPath':true,
    'sUrl':'standrews.html'
},
{   'sTitle':'John Ray',
    'bIsWebPath':true,
    'sUrl':'johnrayinfants.html'
},
{   'sTitle':'Grundisbugh',
    'bIsWebPath':true,
    'sUrl':'grundisburgh.html'
},
{   'sTitle':'Schools Section',
    'bIsWebPath':true,
    'sUrl':'SchoolsSection.html'
},
{   'sTitle':'Teachers',
    'bIsWebPath':true,
    'sUrl':'teachers.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
