var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Our Services',
    'bIsWebPath':true,
    'sUrl':'Our Services.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'Contact Us.html'
},
{   'sTitle':'Our Location',
    'bIsWebPath':true,
    'sUrl':'Our Location.html'
},
{   'sTitle':'Photos',
    'bIsWebPath':true,
    'sUrl':'Photos.html'
}]
});
