var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Kerikeri Bed and Breakfast accommodation at Rainbow Falls Lodge',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Explore',
    'bIsWebPath':true,
    'sUrl':'explore.html'
},
{   'sTitle':'Accommodation',
    'bIsWebPath':true,
    'sUrl':'accommodation.html'
},
{   'sTitle':'Service &  Rates',
    'bIsWebPath':true,
    'sUrl':'rates.html'
},
{   'sTitle':'Booking',
    'bIsWebPath':true,
    'sUrl':'booking.html'
},
{   'sTitle':'Map',
    'bIsWebPath':true,
    'sUrl':'map.html'
},
{   'sTitle':'Images',
    'bIsWebPath':true,
    'sUrl':'images.html'
},
{   'sTitle':'Eco-Friendly',
    'bIsWebPath':true,
    'sUrl':'eco-friendly.html'
},
{   'sTitle':'Kerikeri Today',
    'bIsWebPath':true,
    'sUrl':'today.html',"childArray" : [
    {   'sTitle':'Kerikeri History',
        'bIsWebPath':true,
        'sUrl':'history.html'
    }]
}]
});
