var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Bar Eden',
    'bIsWebPath':true,
    'sUrl':'bar.html'
},
{   'sTitle':'Accommodation',
    'bIsWebPath':true,
    'sUrl':'accommodation.html'
},
{   'sTitle':'Reservations',
    'bIsWebPath':true,
    'sUrl':'reservations.html'
},
{   'sTitle':'Location',
    'bIsWebPath':true,
    'sUrl':'location.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Isle of Arran',
    'bIsWebPath':true,
    'sUrl':'arran.html'
},
{   'sTitle':'Terms of Use',
    'bIsWebPath':true,
    'sUrl':'terms.html'
}]
});
