var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Consultants',
    'bIsWebPath':true,
    'sUrl':'consultants.html'
},
{   'sTitle':'Clients',
    'bIsWebPath':true,
    'sUrl':'clients.html'
},
{   'sTitle':'Training',
    'bIsExternal':true,
    'sUrl':'http://www.rpc.uk.com/training.php',
    'sTarget':'_blank'
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
}]
});
