var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Company Profile',
    'bIsWebPath':true,
    'sUrl':'company-profile.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'The Team',
    'bIsWebPath':true,
    'sUrl':'the-team.html'
},
{   'sTitle':'Legal Processes',
    'bIsWebPath':true,
    'sUrl':'legal-processes.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact-us.html'
}]
});
