var nav_204tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'The Range',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'range.html',
    'sTarget':'_self'
},
{   'sTitle':'Learn to Ride',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'training.html',
    'sTarget':'_self'
},
{   'sTitle':'Health Benefits',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'health.html',
    'sTarget':'_self'
},
{   'sTitle':'News & Events',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'news.html',
    'sTarget':'_self'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html',
    'sTarget':'_self'
}]
});
