var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'The Center',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Performance',
    'bIsWebPath':true,
    'sUrl':'Performance.html'
},
{   'sTitle':'Inventory',
    'bIsWebPath':true,
    'sUrl':'Inventory.html'
},
{   'sTitle':'Body Paint Custom',
    'bIsWebPath':true,
    'sUrl':'BodyPaintCustom.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'Services.html'
}]
});
