var nav_168tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Events',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Accommodation',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'accommodation.html'
},
{   'sTitle':'The Restaurant',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'restaurant.html'
},
{   'sTitle':'Weddings',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'weddings.html',
    'sTarget':'_self'
}]
});
