var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Trucks',
    bIsWebPath:true,
    sUrl:'trucks.html'
},
{   sTitle:'Tales of the tour',
    bIsWebPath:true,
    sUrl:'tales.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'pictures6.html'
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'video',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'history',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Crew',
    bIsWebPath:true,
    sUrl:'page13.html'
}]
});
