var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Accommodation',
    'bIsWebPath':true,
    'sUrl':'accommodation.html'
},
{   'sTitle':'Bar & Restaurant',
    'bIsWebPath':true,
    'sUrl':'restaurant.html'
},
{   'sTitle':'Weddings',
    'bIsWebPath':true,
    'sUrl':'weddings.html'
},
{   'sTitle':'Corporate',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Other Occassions',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'Events & Social',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'The Gallery',
    'bIsWebPath':true,
    'sUrl':'thegallery.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
