var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'East Lodge',
    'bIsWebPath':true,
    'sUrl':'eastlodge.html'
},
{   'sTitle':'Easingwold',
    'bIsWebPath':true,
    'sUrl':'easingwold.html'
},
{   'sTitle':'York',
    'bIsWebPath':true,
    'sUrl':'york.html'
},
{   'sTitle':'and More',
    'bIsWebPath':true,
    'sUrl':'andmore.html'
},
{   'sTitle':'Bookings',
    'bIsWebPath':true,
    'sUrl':'bookings.html'
},
{   'sTitle':'Terms & Conditions',
    'bIsWebPath':true,
    'sUrl':'termsandconditions.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Acknowledgements',
    'bIsWebPath':true,
    'sUrl':'acknowlegements.html'
}]
});
