var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Workshops',
    bIsWebPath:true,
    sUrl:'workshops.html'
},
{   sTitle:'Classes',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Schedule',
        bIsWebPath:true,
        sUrl:'schedule.html'
    },
    {   sTitle:'Classes & Fees',
        bIsWebPath:true,
        sUrl:'fees.html'
    }]
},
{   sTitle:'Teachers Training',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Teachers Training',
        bIsWebPath:true,
        sUrl:'teacherstraining.html'
    },
    {   sTitle:'Advanced YTT',
        bIsWebPath:true,
        sUrl:'advanced.html'
    },
    {   sTitle:'Continuing Education',
        bIsWebPath:true,
        sUrl:'education.html'
    },
    {   sTitle:'Enrichment',
        bIsWebPath:true,
        sUrl:'enrichment.html'
    }]
},
{   sTitle:'Teachers',
    bIsWebPath:true,
    sUrl:'yoga_teachers.html'
},
{   sTitle:'Health Services',
    bIsWebPath:true,
    sUrl:'health_services.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
