var customnavtree8 = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sTitle:'Spider Mountain',
    bIsWebPath:true,
    sUrl:'spidermountain.html',
    sTarget:'_self'
},
{   sTitle:'Canoeing',
    bIsWebPath:true,
    sUrl:'canoeing.html'
},
{   sTitle:'Progressive Climbing',
    bIsWebPath:true,
    sUrl:'progressive.html'
},
{   sTitle:'Horse Riding',
    bIsWebPath:true,
    sUrl:'riding.html'
},
{   sTitle:'Indoor Application',
    bIsWebPath:true,
    sUrl:'indoor.html'
},
{   sTitle:'Why Choose Us',
    bIsWebPath:true,
    sUrl:'page23.html'
},
{   sTitle:'Risk Assessments',
    bIsWebPath:true,
    sUrl:'riakassessments.html'
},
{   sTitle:'Terms',
    bIsWebPath:true,
    sUrl:'terms.html'
}]
});