var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Un nom: Mira-Baï',
    bIsWebPath:true,
    sUrl:'unnommirabai.html'
},
{   sTitle:'La danse indienne',
    bIsWebPath:true,
    sUrl:'ladanseindienne.html',"childArray" : [
    {   sTitle:'Danses classiques',
        bIsWebPath:true,
        sUrl:'ladanseindienne/dansesclassiques.html'
    },
    {   sTitle:'Danses folkloriques',
        bIsWebPath:true,
        sUrl:'ladanseindienne/dansesfolkloriques.html'
    },
    {   sTitle:'Danses \"Bollywood\"',
        bIsWebPath:true,
        sUrl:'ladanseindienne/dansesbollywood.html'
    }]
},
{   sTitle:'Cours et stages',
    bIsWebPath:true,
    sUrl:'coursetstages.html',"childArray" : [
    {   sTitle:'Bharata Natyam',
        bIsWebPath:true,
        sUrl:'coursetstages/bharatanatyam.html'
    },
    {   sTitle:'Bollywood',
        bIsWebPath:true,
        sUrl:'coursetstages/bollywood.html'
    },
    {   sTitle:'Danse indienne enfants',
        bIsWebPath:true,
        sUrl:'danseindienneenfants.html'
    },
    {   sTitle:'Stages',
        bIsWebPath:true,
        sUrl:'stages.html'
    },
    {   sTitle:'Tarifs des cours',
        bIsWebPath:true,
        sUrl:'coursetstages/tarifsdescours.html'
    },
    {   sTitle:'Calendrier',
        bIsWebPath:true,
        sUrl:'calendrier.html'
    }]
},
{   sTitle:'Photos et vidéos',
    bIsWebPath:true,
    sUrl:'photosetvideos.html',"childArray" : [
    {   sTitle:'Photos',
        bIsWebPath:true,
        sUrl:'photosetvideos/photos.html'
    },
    {   sTitle:'Vidéos',
        bIsWebPath:true,
        sUrl:'photosetvideos/videos.html'
    }]
},
{   sTitle:'Spectacles',
    bIsWebPath:true,
    sUrl:'spectaclesetinterventions.html',"childArray" : [
    {   sTitle:'Agenda et historique',
        bIsWebPath:true,
        sUrl:'spectaclesetinterventions/agendaethistorique.html'
    },
    {   sTitle:'Prestations',
        bIsWebPath:true,
        sUrl:'spectaclesetinterventions/prestations.html'
    },
    {   sTitle:'Séances d\'initiation',
        bIsWebPath:true,
        sUrl:'seancesdinitiation.html'
    }]
},
{   sTitle:'La compagnie',
    bIsWebPath:true,
    sUrl:'lacompagniemirabai.html'
},
{   sTitle:'Humanitaire',
    bIsWebPath:true,
    sUrl:'humanitaire.html'
},
{   sTitle:'Liens',
    bIsWebPath:true,
    sUrl:'liens.html'
}]
});
