var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'About.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'Contact.html'
},
{   'sTitle':'Business Practices',
    'bIsWebPath':true,
    'sUrl':'BusinessPractices.html'
},
{   'sTitle':'Expertise',
    'bIsWebPath':true,
    'sUrl':'Expertise.html'
},
{   'sTitle':'Facilities',
    'bIsWebPath':true,
    'sUrl':'Facilities.html'
},
{   'sTitle':'Clients',
    'bIsWebPath':true,
    'sUrl':'Clients.html'
},
{   'sTitle':'Links & Docs',
    'bIsWebPath':true,
    'sUrl':'Links&Docs.html'
}]
});
