var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Personal Training',
    'bIsWebPath':true,
    'sUrl':'personaltraining.html'
},
{   'sTitle':'Health and Fitness',
    'bIsWebPath':true,
    'sUrl':'healthandfitness.html'
},
{   'sTitle':'Coaching',
    'bIsWebPath':true,
    'sUrl':'coaching.html'
},
{   'sTitle':'Camps/Events/Parties',
    'bIsWebPath':true,
    'sUrl':'camps/events/parties.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
