var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'NURSERIES',
    'bIsWebPath':true,
    'sUrl':'nurseries.html',"childArray" : [
    {   'sTitle':'Ware',
        'bIsWebPath':true,
        'sUrl':'ware.html'
    },
    {   'sTitle':'Hoddesdon',
        'bIsWebPath':true,
        'sUrl':'hoddesdon.html'
    },
    {   'sTitle':'Park Road',
        'bIsWebPath':true,
        'sUrl':'parkroad.html'
    }]
},
{   'sTitle':'INFORMATION',
    'bIsWebPath':true,
    'sUrl':'info.html',"childArray" : [
    {   'sTitle':'Sessions',
        'bIsWebPath':true,
        'sUrl':'sessions.html'
    },
    {   'sTitle':'Parent Handbooks',
        'bIsWebPath':true,
        'sUrl':'handbooks.html'
    },
    {   'sTitle':'Events & Competitions',
        'bIsWebPath':true,
        'sUrl':'events.html',"childArray" : [
        {   'sTitle':'Valentines',
            'bIsWebPath':true,
            'sUrl':'valentine.html'
        },
        {   'sTitle':'Spring Competition',
            'bIsWebPath':true,
            'sUrl':'springcomp.html'
        }]
    }]
},
{   'sTitle':'GALLERY',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Staff Xmas Party 2011',
        'bIsWebPath':true,
        'sUrl':'staffmeal2011.html'
    },
    {   'sTitle':'Snow Day',
        'bIsWebPath':true,
        'sUrl':'snowday.html'
    }]
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'page5.html',"childArray" : [
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'links.html'
    },
    {   'sTitle':'Vacancies',
        'bIsWebPath':true,
        'sUrl':'vacancies.html'
    }]
},
{   'sTitle':'WINTER',
    'bIsWebPath':true,
    'sUrl':'winter.html'
}]
});
