var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Burgundy Villas',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Farmhouse',
        'bIsWebPath':true,
        'sUrl':'farmhouse.html'
    },
    {   'sTitle':'L\'Ecurie',
        'bIsWebPath':true,
        'sUrl':'lecurie.html'
    },
    {   'sTitle':'Pickwicks',
        'bIsWebPath':true,
        'sUrl':'pickwicks.html'
    }]
},
{   'sTitle':'Surrounding Areas',
    'bIsWebPath':true,
    'sUrl':'surrounding_areas.html'
},
{   'sTitle':'Activities',
    'bIsWebPath':true,
    'sUrl':'activities.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'How to find us',
    'bIsWebPath':true,
    'sUrl':'find_us.html'
},
{   'sTitle':'T&Cs',
    'bIsWebPath':true,
    'sUrl':'tcs.html'
},
{   'sTitle':'Availability',
    'bIsWebPath':true,
    'sUrl':'availability.html'
},
{   'sTitle':'Bookings & Payments',
    'bIsWebPath':true,
    'sUrl':'booking.html'
},
{   'sTitle':'More Info',
    'bIsWebPath':true,
    'sUrl':'more_info.html'
},
{   'sTitle':'Wedding & Events venue',
    'bIsWebPath':true,
    'sUrl':'weddings.html'
}]
});
