var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'News & Events',
    'bIsWebPath':true,
    'sUrl':'newsandevents.html'
},
{   'sTitle':'Dining',
    'bIsWebPath':true,
    'sUrl':'dining.html'
},
{   'sTitle':'Accommodation',
    'bIsWebPath':true,
    'sUrl':'accommodation.html'
},
{   'sTitle':'Weddings',
    'bIsWebPath':true,
    'sUrl':'weddings.html'
},
{   'sTitle':'Corporate',
    'bIsWebPath':true,
    'sUrl':'corporate.html'
},
{   'sTitle':'Other Occassions',
    'bIsWebPath':true,
    'sUrl':'otheroccassions.html'
},
{   'sTitle':'Local Attractions',
    'bIsWebPath':true,
    'sUrl':'localattractions.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
