var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'circuit training',
    bIsWebPath:true,
    sUrl:'circuit training.html',
    sTarget:'_self'
},
{   sTitle:'personal training',
    bIsWebPath:true,
    sUrl:'personal training.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'personal training blog',
        bIsWebPath:true,
        sUrl:'personal training blog.html',
        sTarget:'_self'
    }]
},
{   sTitle:'nutrition',
    bIsWebPath:true,
    sUrl:'nutrition.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'nutritional blog',
        bIsWebPath:true,
        sUrl:'nutritional blog.html',
        sTarget:'_self'
    }]
},
{   sTitle:'massage',
    bIsWebPath:true,
    sUrl:'massage.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Rate & Availability',
        bIsWebPath:true,
        sUrl:'rates availability.html',
        sTarget:'_self'
    }]
},
{   sTitle:'cpr / first aid',
    bIsWebPath:true,
    sUrl:'cpr firstaid.html',
    sTarget:'_self'
},
{   sTitle:'forever fit',
    bIsWebPath:true,
    sUrl:'forever fit.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'forever fit blog',
        bIsWebPath:true,
        sUrl:'forever fit blog.html',
        sTarget:'_self'
    }]
}]
});