var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Burnside House',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Accommodation',
    'bIsWebPath':true,
    'sUrl':'accommodation.html'
},
{   'sTitle':'Check Availability',
    'bIsWebPath':true,
    'sUrl':'availability.html'
},
{   'sTitle':'Tariff',
    'bIsWebPath':true,
    'sUrl':'tariff.html'
},
{   'sTitle':'Enquiry or Booking',
    'bIsWebPath':true,
    'sUrl':'book.html'
},
{   'sTitle':'Online Deposit',
    'bIsWebPath':true,
    'sUrl':'deposit.html'
},
{   'sTitle':'The Isle of Arran',
    'bIsWebPath':true,
    'sUrl':'arran.html',"childArray" : [
    {   'sTitle':'Arran Information',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'arran.html#Information'
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Terms & Conditions',
    'bIsWebPath':true,
    'sUrl':'terms.html'
}]
});
