var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Satsang',
    bIsWebPath:true,
    sUrl:'satsang.html'
},
{   sTitle:'Intensives',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Intensive',
        bIsWebPath:true,
        sUrl:'intensive.html'
    },
    {   sTitle:'Awakening',
        bIsWebPath:true,
        sUrl:'awakening.html'
    },
    {   sTitle:'Retraite',
        bIsWebPath:true,
        sUrl:'retraite.html'
    }]
},
{   sTitle:'Media',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'video.html'
    },
    {   sTitle:'Blog',
        bIsWebPath:true,
        sUrl:'blog.html'
    }]
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'agenda.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
