var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Search',
    bIsWebPath:true,
    sUrl:'search.html',
    sTarget:'_self'
},
{   sTitle:'Club Forum',
    bIsWebPath:true,
    sUrl:'club_forum.html',
    sTarget:'_self'
},
{   sTitle:'Motocross',
    bIsWebPath:true,
    sUrl:'motocross.html',
    sTarget:'_self'
},
{   sTitle:'Trials',
    bIsWebPath:true,
    sUrl:'trials.html',
    sTarget:'_self'
},
{   sTitle:'Grasstrack',
    bIsWebPath:true,
    sUrl:'grasstrack.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});