var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Menu',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Location',
    'bIsWebPath':true,
    'sUrl':'location.html'
},
{   'sTitle':'Catering',
    'bIsWebPath':true,
    'sUrl':'catering.html'
}]
});
