var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'FOOD',
    'bIsWebPath':true,
    'sUrl':'barandrestaurant.html'
},
{   'sTitle':'ACCOMMODATION',
    'bIsWebPath':true,
    'sUrl':'accommodation.html'
},
{   'sTitle':'LOCATION',
    'bIsWebPath':true,
    'sUrl':'location.html'
},
{   'sTitle':'INFORMATION',
    'bIsWebPath':true,
    'sUrl':'local.html',"childArray" : [
    {   'sTitle':'AREA INFORMATION',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'local.html',
        'sTarget':'_self'
    },
    {   'sTitle':'AWARDS/TESTIMONIALS',
        'bIsWebPath':true,
        'sUrl':'awards.html'
    },
    {   'sTitle':'SUPPLIERS',
        'bIsWebPath':true,
        'sUrl':'suppliers.html'
    },
    {   'sTitle':'SITE MAP',
        'bIsWebPath':true,
        'sUrl':'sitemap.html'
    },
    {   'sTitle':'PRIVACY STATEMENT',
        'bIsWebPath':true,
        'sUrl':'privacy.html'
    }]
},
{   'sTitle':'AIDAN',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
