var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'TBKART',
    bIsWebPath:true,
    sUrl:'tibikart2.html',
    sTarget:'_self'
},
{   sTitle:'TIRES',
    bIsWebPath:true,
    sUrl:'tires.html',
    sTarget:'_self'
},
{   sTitle:'ENGINES',
    bIsWebPath:true,
    sUrl:'engines.html',
    sTarget:'_self'
},
{   sTitle:'SPARES',
    bIsWebPath:true,
    sUrl:'spares.html',
    sTarget:'_self'
},
{   sTitle:'SERVICE',
    bIsWebPath:true,
    sUrl:'service.html',
    sTarget:'_self'
},
{   sTitle:'DEALERS',
    bIsWebPath:true,
    sUrl:'dealers.html',
    sTarget:'_self'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});