var nav_3tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Mortgages',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'morgages.html',
    'sTarget':'_self'
},
{   'sTitle':'Estates',
    'bIsExternal':true,
    'sUrl':'http://wellbankfinancial.homeflow.co.uk/',
    'sTarget':'_self'
},
{   'sTitle':'Insurance & Protection',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'insurances.html',
    'sTarget':'_self'
},
{   'sTitle':'Debt Management',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'debt management.html',
    'sTarget':'_self'
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html',
    'sTarget':'_self'
}]
});
