var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'RESTAURANT',
    'bIsWebPath':true,
    'sUrl':'restaurant.html'
},
{   'sTitle':'WHAT\'S ON?',
    'bIsWebPath':true,
    'sUrl':'whats_on.html'
},
{   'sTitle':'FUNCTIONS',
    'bIsWebPath':true,
    'sUrl':'functions.html'
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
