var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'/index.html'
},
{   sTitle:'Healing',
    bIsWebPath:true,
    sUrl:'/healing.html'
},
{   sTitle:'Sessions',
    bIsWebPath:true,
    sUrl:'/sessions.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'/training.html'
},
{   sTitle:'Classroom',
    bIsWebPath:true,
    sUrl:'/classroom.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'/calendar.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'/aboutus.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'/resources.html'
},
{   sTitle:'Store',
    bIsWebPath:true,
    sUrl:'http://bodytalkunlimited.com/cgi/commerce.cgi?search=all'
},
{   sTitle:'Cart',
    bIsWebPath:true,
    sUrl:'http://bodytalkunlimited.com/cgi/commerce.cgi?display'
}]
});
