var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about us.html'
},
{   'sTitle':'Our Menu',
    'bIsWebPath':true,
    'sUrl':'Our Menu.html'
},
{   'sTitle':'Catering',
    'bIsWebPath':true,
    'sUrl':'Catering.html'
},
{   'sTitle':'Our Location',
    'bIsWebPath':true,
    'sUrl':'Our Location.html'
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'Photo Gallery.html'
}]
});
