var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'About_us.html',
    sTarget:'_self'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'Sponsors.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'Calendar.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'Gallery.html',"childArray" : [
    {   sTitle:'Gallery 2010',
        bIsWebPath:true,
        sUrl:'gallery_2010.html'
    }]
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'videos.html'
},
{   sTitle:'Race Reports ',
    bIsWebPath:true,
    sUrl:'race_reports.html',"childArray" : [
    {   sTitle:'2010',
        bIsWebPath:true,
        sUrl:'race_reports_2010.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Knight RRT',
    bIsWebPath:true,
    sUrl:'knightrr.html'
},
{   sTitle:'AHR Gear',
    bIsWebPath:true,
    sUrl:'team-gear.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact.html'
}]
});
