var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'MENU',
    'bIsWebPath':true,
    'sUrl':'menu.html'
},
{   'sTitle':'FOOD SERVICES',
    'bIsWebPath':true,
    'sUrl':'foodservices.html'
},
{   'sTitle':'GALLERY',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'CONTACT US',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
}]
});
