var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'SERVICES',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Dispute Resolution',
        'bIsWebPath':true,
        'sUrl':'disputes.html'
    },
    {   'sTitle':'PM Consulting',
        'bIsWebPath':true,
        'sUrl':'pmconsulting.html'
    },
    {   'sTitle':'Commercial Management',
        'bIsWebPath':true,
        'sUrl':'commercial.html'
    },
    {   'sTitle':'Project Planning',
        'bIsWebPath':true,
        'sUrl':'planning.html'
    }]
},
{   'sTitle':'PARTNERS',
    'bIsWebPath':true,
    'sUrl':'partners.html',"childArray" : [
    {   'sTitle':'Richard Barton',
        'bIsWebPath':true,
        'sUrl':'richardbarton.html'
    },
    {   'sTitle':'Kevin Blatch',
        'bIsWebPath':true,
        'sUrl':'kevinblatch.html'
    },
    {   'sTitle':'Tony Ciorra',
        'bIsWebPath':true,
        'sUrl':'tonyciorra.html'
    },
    {   'sTitle':'Tracy Ann Hall',
        'bIsWebPath':true,
        'sUrl':'tracyannhall.html'
    },
    {   'sTitle':'Kevin Sharman',
        'bIsWebPath':true,
        'sUrl':'kevinsharman.html'
    },
    {   'sTitle':'Andrew Thompson',
        'bIsWebPath':true,
        'sUrl':'andrewthompson.html'
    },
    {   'sTitle':'Philip Wade',
        'bIsWebPath':true,
        'sUrl':'philipwade.html'
    }]
},
{   'sTitle':'CONTACT US',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
