var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Hot Yoga',
        bIsWebPath:true,
        sUrl:'hot yoga.html',
        sTarget:'_self'
    },
    {   sTitle:'Classes',
        bIsWebPath:true,
        sUrl:'classes.html',
        sTarget:'_self'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Lisa',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Teacher Training',
        bIsWebPath:true,
        sUrl:'page14.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Foundation Course',
            bIsWebPath:true,
            sUrl:'page13.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Private Yoga',
    bIsWebPath:true,
    sUrl:'private yoga.html',
    sTarget:'_self'
},
{   sTitle:'Community Projects ',
    bIsWebPath:true,
    sUrl:'page12.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'G.Y.A.O',
        bIsWebPath:true,
        sUrl:'com yoga.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Corporate',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   sTitle:'Photograpy',
    bIsWebPath:true,
    sUrl:'page20.html',
    sTarget:'_self'
}]
});