var nav_222tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Used cars',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'usedcars.html'
},
{   'sTitle':'Service & MOT',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'servicemot.html'
},
{   'sTitle':'Finance',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'finance.html'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'Meet The Team',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'team.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'WMG News',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'news.html'
}]
});
