var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'The Staff',
    'bIsWebPath':true,
    'sUrl':'staff.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'photo-gallery.html'
},
{   'sTitle':'Map & Directions',
    'bIsWebPath':true,
    'sUrl':'map-and-directions.html'
}]
});
