var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Butterfly Zoo',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Butterfly Gallery',
        'bIsWebPath':true,
        'sUrl':'butterflygallery.html'
    },
    {   'sTitle':'Nature Notes',
        'bIsWebPath':true,
        'sUrl':'natureapril.html'
    },
    {   'sTitle':'Spotters\' Guide',
        'bIsWebPath':true,
        'sUrl':'spottersguide.html'
    },
    {   'sTitle':'Farn Festival',
        'bIsWebPath':true,
        'sUrl':'farnfestival.html'
    },
    {   'sTitle':'About us',
        'bIsWebPath':true,
        'sUrl':'about.html'
    },
    {   'sTitle':'Contact us',
        'bIsWebPath':true,
        'sUrl':'contact.html'
    },
    {   'sTitle':'Frequently asked questions',
        'bIsWebPath':true,
        'sUrl':'faq.html'
    },
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'links.html'
    },
    {   'sTitle':'Directions',
        'bIsWebPath':true,
        'sUrl':'directions.html'
    },
    {   'sTitle':'Open times',
        'bIsWebPath':true,
        'sUrl':'opentimes.html'
    },
    {   'sTitle':'Ticket prices',
        'bIsWebPath':true,
        'sUrl':'tickets.html'
    },
    {   'sTitle':'Bookings',
        'bIsWebPath':true,
        'sUrl':'booking.html'
    },
    {   'sTitle':'Testimonials',
        'bIsWebPath':true,
        'sUrl':'testimonials.html'
    }]
},
{   'sTitle':'Maze',
    'bIsWebPath':true,
    'sUrl':'maze.html'
},
{   'sTitle':'Miniature Golf',
    'bIsWebPath':true,
    'sUrl':'minigolf.html'
},
{   'sTitle':'Laser Tag',
    'bIsWebPath':true,
    'sUrl':'laserops.html'
},
{   'sTitle':'Visitor Centre',
    'bIsWebPath':true,
    'sUrl':'facilities.html'
}]
});
