var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Why cycle camp?',
    bIsWebPath:true,
    sUrl:'r01whycyclecamp.html',
    sTarget:'_self'
},
{   sTitle:'Get cycle camping!',
    bIsWebPath:true,
    sUrl:'r02getcyclecamping!.html',
    sTarget:'_self'
},
{   sTitle:'What to take with you on your trip',
    bIsWebPath:true,
    sUrl:'r03whattotake.html',
    sTarget:'_self'
},
{   sTitle:'How much can you carry on your bike?',
    bIsWebPath:true,
    sUrl:'r04carry.html',
    sTarget:'_self'
},
{   sTitle:'What to do when it rains',
    bIsWebPath:true,
    sUrl:'r05whattodowhenitrains.html',
    sTarget:'_self'
},
{   sTitle:'How to mend a puncture',
    bIsWebPath:true,
    sUrl:'r06mendapuncture.html',
    sTarget:'_self'
},
{   sTitle:'How much does it cost?',
    bIsWebPath:true,
    sUrl:'r07cost.html',
    sTarget:'_self'
},
{   sTitle:'Where to go',
    bIsWebPath:true,
    sUrl:'r08wheretogo.html',
    sTarget:'_self'
},
{   sTitle:'The right bike for cycle camping',
    bIsWebPath:true,
    sUrl:'r09rightbike.html',
    sTarget:'_self'
}]
});
