var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Yoga',
    bIsWebPath:true,
    sUrl:'Yoga.html',"childArray" : [
    {   sTitle:'Yoga Class Timetable',
        bIsWebPath:true,
        sUrl:'yoga classes.html'
    },
    {   sTitle:'Yoga levels ',
        bIsWebPath:true,
        sUrl:'levels.html'
    },
    {   sTitle:'Yoga Workshop Schedule',
        bIsWebPath:true,
        sUrl:'yogaworkshops.html',"childArray" : [
        {   sTitle:'Michael Ryan ',
            bIsWebPath:true,
            sUrl:'michaelryan.html'
        },
        {   sTitle:'BJ Galvin',
            bIsWebPath:true,
            sUrl:'bjgalvin.html'
        },
        {   sTitle:'Jack Harrisson',
            bIsWebPath:true,
            sUrl:'jackharrison.html'
        },
        {   sTitle:'Bridget Woods Kramer',
            bIsWebPath:true,
            sUrl:'bridgetwoodskramer.html'
        },
        {   sTitle:'Tahnee Fournier',
            bIsWebPath:true,
            sUrl:'tahnee.html'
        },
        {   sTitle:'Christy Nones',
            bIsWebPath:true,
            sUrl:'christynones.html'
        }]
    },
    {   sTitle:'Anusara Yoga with Christy Nones',
        bIsWebPath:true,
        sUrl:'christy.html'
    },
    {   sTitle:'Yoga Styles ',
        bIsWebPath:true,
        sUrl:'styles.html'
    },
    {   sTitle:'yoga rates',
        bIsWebPath:true,
        sUrl:'yogarates.html'
    },
    {   sTitle:'Pregnancy Yoga',
        bIsWebPath:true,
        sUrl:'pregnancypilates.html'
    },
    {   sTitle:'Kids Yoga',
        bIsWebPath:true,
        sUrl:'kidsyoga.html'
    },
    {   sTitle:'Yoga Therapy',
        bIsWebPath:true,
        sUrl:'yogatherapy.html'
    },
    {   sTitle:'Yoga for Runners',
        bIsWebPath:true,
        sUrl:'yogaforrunners.html'
    },
    {   sTitle:'Shri Goodies',
        bIsWebPath:true,
        sUrl:'shrigoodies.html'
    },
    {   sTitle:'Yoga Class PayPal Payments page',
        bIsWebPath:true,
        sUrl:'yogapaypalpayments.html'
    },
    {   sTitle:'BJ Galvan',
        bIsWebPath:true,
        sUrl:'bjgalvan.html'
    },
    {   sTitle:'Yoga Teacher Training',
        bIsWebPath:true,
        sUrl:'ytt.html'
    }]
},
{   sTitle:'Pilates ',
    bIsWebPath:true,
    sUrl:'Pilates.html',"childArray" : [
    {   sTitle:'Pilates Timetable',
        bIsWebPath:true,
        sUrl:'pilatestimetable.html'
    }]
},
{   sTitle:'Meditation',
    bIsWebPath:true,
    sUrl:'Meditation.html'
},
{   sTitle:'Teachers',
    bIsWebPath:true,
    sUrl:'teachers.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact Us.html'
},
{   sTitle:'Rates',
    bIsWebPath:true,
    sUrl:'rates.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
