var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Corporate Crunch',
    bIsWebPath:true,
    sUrl:'corporatecrunch.html',
    sTarget:'_self'
},
{   sTitle:'Health and Fitness',
    bIsWebPath:true,
    sUrl:'healthfitness.html',
    sTarget:'_self'
},
{   sTitle:'Participants Guide',
    bIsWebPath:true,
    sUrl:'participantsguide.html',
    sTarget:'_self'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors.html',
    sTarget:'_self'
},
{   sTitle:'CheckOffList',
    bIsWebPath:true,
    sUrl:'checkofflist.html',
    sTarget:'_self'
},
{   sTitle:'Registration',
    bIsWebPath:true,
    sUrl:'registration.html',
    sTarget:'_self'
}]
});