var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'The latest happenings in the TR world',
    sTitle:'Recent Races',
    bIsWebPath:true,
    sUrl:'recentraces.html',"childArray" : [
    {   sTitle:'Older Races',
        bIsWebPath:true,
        sUrl:'oldraces.html'
    }]
},
{   sTitle:'XR Series',
    bIsWebPath:true,
    sUrl:'xrseries.html',"childArray" : [
    {   sDescription:'Order your Rice Car!',
        sTitle:'XR Order Form',
        bIsWebPath:true,
        sUrl:'xrorderform.html'
    }]
},
{   sDescription:'Who\'s in TEAM RICE?',
    sTitle:'TR Drivers',
    bIsWebPath:true,
    sUrl:'trdrivers.html'
},
{   sDescription:'What does stuff cost?',
    sTitle:'Parts List',
    bIsWebPath:true,
    sUrl:'partslist.html'
},
{   sTitle:'Racing Tools',
    bIsWebPath:true,
    sUrl:'tools.html'
},
{   sDescription:'Call or Email us anytime!',
    sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
