var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Community Yoga',
        bIsWebPath:true,
        sUrl:'com yoga.html',
        sTarget:'_self'
    },
    {   sTitle:'Studio Hire',
        bIsWebPath:true,
        sUrl:'page26.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About ',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'What is Yoga?',
        bIsWebPath:true,
        sUrl:'what is.html',
        sTarget:'_self'
    },
    {   sTitle:'Hot Yoga Benefits',
        bIsWebPath:true,
        sUrl:'benefits.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Yoga',
    bIsWebPath:true,
    sUrl:'thurraya classes.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Hot Yoga',
        bIsWebPath:true,
        sUrl:'hot yoga.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Testimonials',
            bIsWebPath:true,
            sUrl:'test.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Kundilini Yoga',
        bIsWebPath:true,
        sUrl:'kundilini.html',
        sTarget:'_self'
    },
    {   sTitle:'Yoga Nidra',
        bIsWebPath:true,
        sUrl:'yoga nidra.html',
        sTarget:'_self'
    },
    {   sTitle:'Book a Class',
        bIsWebPath:true,
        sUrl:'class bookings.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Detox',
    bIsWebPath:true,
    sUrl:'detox.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Detox Treatments',
        bIsWebPath:true,
        sUrl:'detox .html',
        sTarget:'_self'
    }]
},
{   sTitle:'Ayurveda',
    bIsWebPath:true,
    sUrl:'ayurveda.html',
    sTarget:'_self'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Upcoming Workshops',
        bIsWebPath:true,
        sUrl:'page22.html',
        sTarget:'_self'
    },
    {   sTitle:'IYN Yoga festival 2010',
        bIsWebPath:true,
        sUrl:'page23.html',
        sTarget:'_self'
    },
    {   sTitle:'Boot camp Jan 2010',
        bIsWebPath:true,
        sUrl:'boot.html',
        sTarget:'_self'
    },
    {   sTitle:'Bootcamp Student Diarys 09',
        bIsWebPath:true,
        sUrl:'bootcamp 09.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
}]
});