var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Circuit 1',
    bIsWebPath:true,
    sUrl:'circuit1-terre-maya.html',
    sTarget:'_self'
},
{   sTitle:'Circuit 2',
    bIsWebPath:true,
    sUrl:'circuit2-terre-maya.html',
    sTarget:'_self'
},
{   sTitle:'Témoignages',
    bIsWebPath:true,
    sUrl:'terre-maya-temoignages.html',
    sTarget:'_self'
},
{   sTitle:'Inscription',
    bIsWebPath:true,
    sUrl:'inscription-terre-maya.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'terre-maya-contact.html',
    sTarget:'_self'
}]
});
