var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME |',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'TYRES |',
    'bIsWebPath':true,
    'sUrl':'tyres.html'
},
{   'sTitle':'EXHAUSTS |  BRAKES | BATTERIES |',
    'bIsWebPath':true,
    'sUrl':'exhausts_brakes_batteries.html'
},
{   'sTitle':'ABOUT US |',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
