var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'What is barefoot dance',
        bIsWebPath:true,
        sUrl:'whatis.html'
    },
    {   sTitle:'June weekend',
        bIsWebPath:true,
        sUrl:'weekend.html'
    }]
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'people',
    bIsWebPath:true,
    sUrl:'people.html',"childArray" : [
    {   sTitle:'the way of this heart weekend',
        bIsWebPath:true,
        sUrl:'heartwe.html'
    },
    {   sTitle:'weekend video',
        bIsWebPath:true,
        sUrl:'videoheart.html'
    },
    {   sTitle:'Tariq',
        bIsWebPath:true,
        sUrl:'tariq.html'
    }]
},
{   sTitle:'heart',
    bIsWebPath:true,
    sUrl:'heart.html'
},
{   sTitle:'friends',
    bIsWebPath:true,
    sUrl:'friends.html',"childArray" : [
    {   sTitle:'as it is',
        bIsWebPath:true,
        sUrl:'music.html'
    }]
},
{   sTitle:'plans',
    bIsWebPath:true,
    sUrl:'plans.html',"childArray" : [
    {   sTitle:'money 2011',
        bIsWebPath:true,
        sUrl:'money2011.html'
    },
    {   sTitle:'planning group Jan 2012',
        bIsWebPath:true,
        sUrl:'page17.html'
    }]
}]
});
