var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Commercial',
    'bIsWebPath':true,
    'sUrl':'commercial.html'
},
{   'sTitle':'Conveyancing',
    'bIsWebPath':true,
    'sUrl':'conveyancing.html'
},
{   'sTitle':'Family',
    'bIsWebPath':true,
    'sUrl':'family.html'
},
{   'sTitle':'Private Client',
    'bIsWebPath':true,
    'sUrl':'privateclient.html'
}]
});
