var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Studio Owners',
        bIsWebPath:true,
        sUrl:'studioowners.html'
    },
    {   sTitle:'Corporate Health & Wellness',
        bIsWebPath:true,
        sUrl:'corporateprograms.html'
    },
    {   sTitle:'Kids Classes',
        bIsWebPath:true,
        sUrl:'kidsclasses.html'
    },
    {   sTitle:'Athletes & Teams',
        bIsWebPath:true,
        sUrl:'athletesteams.html'
    }]
},
{   sTitle:'Teacher Training',
    bIsWebPath:true,
    sUrl:'teachertraining.html',"childArray" : [
    {   sTitle:'200 Hour RYTT',
        bIsWebPath:true,
        sUrl:'ryt.html'
    },
    {   sTitle:'Certified Training',
        bIsWebPath:true,
        sUrl:'certified.html'
    },
    {   sTitle:'Yoga Alliance CEC',
        bIsWebPath:true,
        sUrl:'yogaalliance.html'
    }]
},
{   sTitle:'Workshops',
    bIsWebPath:true,
    sUrl:'Workshops.html'
},
{   sTitle:'Event Calendar',
    bIsWebPath:true,
    sUrl:'eventcalendar.html'
},
{   sTitle:'About SPF',
    bIsWebPath:true,
    sUrl:'aboutspf.html',"childArray" : [
    {   sTitle:'The Practice',
        bIsWebPath:true,
        sUrl:'thepractice.html'
    },
    {   sTitle:'Afflilate Studios',
        bIsWebPath:true,
        sUrl:'afflilates.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
}]
});
