var customNavTree3 = WpNavBar.readTree({
"childArray" : [{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.php',
    sTarget:'_self'},{   sTitle:'Programmation',
    bIsWebPath:true,
    sUrl:'programmation.php',"childArray" : [{   sTitle:'Jeune Public',
        bIsWebPath:true,
        sUrl:'prog-jeune-public.php',
        sTarget:'_self'},{   sTitle:'Théatre',
        bIsWebPath:true,
        sUrl:'prog-theatre.php',
        sTarget:'_self'},{   sTitle:'Concerts',
        bIsWebPath:true,
        sUrl:'prog-concerts.php',
        sTarget:'_self'},{   sTitle:'Cinéma',
        bIsWebPath:true,
        sUrl:'prog-cinema.php',
        sTarget:'_self'}]},{   sTitle:'Compagnie',
    bIsWebPath:true,
    sUrl:'compagnie.php'},{   sTitle:'Le Chapiteau',
    bIsWebPath:true,
    sUrl:'le-chapiteau.php'},{   sTitle:'Créations',
    bIsWebPath:true,
    sUrl:'creations.php'},{   sTitle:'Cours-Ateliers',
    bIsWebPath:true,
    sUrl:'cours-ateliers.php'},{   sTitle:'Bar équitable',
    bIsWebPath:true,
    sUrl:'bar.php'},{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'galerie.php'},{   sTitle:'Partenaires',
    bIsWebPath:true,
    sUrl:'partenaires.php'},{   sTitle:'Comment Venir',
    bIsWebPath:true,
    sUrl:'comment-venir.php'},{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contacts.php'}]
});
