var customnavtree12 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Qui sommes nous',
    bIsWebPath:true,
    sUrl:'quisommesnous.html',
    sTarget:'_self'
},
{   sTitle:'Tourisme Fondamental',
    bIsWebPath:true,
    sUrl:'definition.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Définition',
        bIsWebPath:true,
        sUrl:'definition.html',
        sTarget:'_self'
    },
    {   sTitle:'Notre charte',
        bIsWebPath:true,
        sUrl:'notrecharte.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Nos Voyages',
    bIsWebPath:true,
    sUrl:'nosvoyages.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Voyages Solidaires',
        bIsWebPath:true,
        sUrl:'voyagesolidaire.html',
        sTarget:'_self'
    },
    {   sTitle:'Voyages Humanitaires',
        bIsWebPath:true,
        sUrl:'voyagehumanitaire.html',
        sTarget:'_self'
    },
    {   sTitle:'Voyages d\'intégrations',
        bIsWebPath:true,
        sUrl:'voyagesd\'integrations.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Témoignages',
    bIsWebPath:true,
    sUrl:'temoignages.html',
    sTarget:'_self'
},
{   sTitle:'Nos tarifs',
    bIsWebPath:true,
    sUrl:'tarifs.html',
    sTarget:'_self'
},
{   sTitle:'Réservation',
    bIsWebPath:true,
    sUrl:'reservation.html',
    sTarget:'_self'
},
{   sTitle:'Contactez-nous',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Médias',
    bIsWebPath:true,
    sUrl:'documentaire.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Photos',
        bIsWebPath:true,
        sUrl:'photos.html',
        sTarget:'_self'
    },
    {   sTitle:'Documentaire',
        bIsWebPath:true,
        sUrl:'documentaire.html',
        sTarget:'_self'
    }]
}]
});
