var nav_152tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Mission Statement',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'mission.html',
    'sTarget':'_self'
},
{   'sTitle':'Camp Registration',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'registrations.html',
    'sTarget':'_self'
},
{   'sTitle':'Services',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'services.html',
    'sTarget':'_self'
},
{   'sTitle':'Instructors',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'instructors.html',
    'sTarget':'_self'
},
{   'sTitle':'Interactive',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'interactive.html',
    'sTarget':'_self'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contactus.html',
    'sTarget':'_self'
}]
});
