var nav_183tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Climbing Walls',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'climbing.html'
},
{   'sTitle':'Skate Parks',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'skate.html'
},
{   'sTitle':'Parkour',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'parkour.html'
},
{   'sTitle':'High Ropes Course',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'highropes.html'
}]
});
