var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About us',
    'bIsWebPath':true,
    'sUrl':'about us.html',"childArray" : [
    {   'sTitle':'Nicholas Edwards',
        'bIsWebPath':true,
        'sUrl':'nicholasedwards.html'
    },
    {   'sTitle':'Fraser Skirrow',
        'bIsWebPath':true,
        'sUrl':'fraserskirrow.html'
    },
    {   'sTitle':'Warwick Tong',
        'bIsWebPath':true,
        'sUrl':'warwicktong.html'
    },
    {   'sTitle':'Maureen Coleman',
        'bIsWebPath':true,
        'sUrl':'maureencoleman.html'
    },
    {   'sTitle':'Richard Barker',
        'bIsWebPath':true,
        'sUrl':'richardbarker.html'
    }]
},
{   'sTitle':'What we do',
    'bIsWebPath':true,
    'sUrl':'what we do.html',"childArray" : [
    {   'sTitle':'Consulting',
        'bIsWebPath':true,
        'sUrl':'consulting.html'
    },
    {   'sTitle':'Directorships and Board Mentoring',
        'bIsWebPath':true,
        'sUrl':'dirandbm.html'
    }]
},
{   'sTitle':'Our clients',
    'bIsWebPath':true,
    'sUrl':'ourclients.html',"childArray" : [
    {   'sTitle':'Pharmaceutical and Biotechnology Companies',
        'bIsWebPath':true,
        'sUrl':'pandbc.html'
    },
    {   'sTitle':'Small and medium businesses',
        'bIsWebPath':true,
        'sUrl':'sandmcom.html'
    },
    {   'sTitle':'Public and Professional Bodies',
        'bIsWebPath':true,
        'sUrl':'pubandprofbod.html'
    }]
},
{   'sTitle':'Investments',
    'bIsWebPath':true,
    'sUrl':'investments.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
