var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Order Parts',
    bIsWebPath:true,
    sUrl:'parts.html',
    sTarget:'_self'
},
{   sTitle:'Tyres',
    bIsWebPath:true,
    sUrl:'tyres.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self'
},
{   sTitle:'Number Plates',
    bIsWebPath:true,
    sUrl:'num_plates.html',
    sTarget:'_self'
},
{   sTitle:'Graphics',
    bIsWebPath:true,
    sUrl:'graphics.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});