var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'ACCUEIL',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'SALON',
    bIsWebPath:true,
    sUrl:'salon.html'
},
{   sTitle:'EQUIPE',
    bIsWebPath:true,
    sUrl:'equipe.html'
},
{   sTitle:'COIFFURE',
    bIsWebPath:true,
    sUrl:'coiffure.html',"childArray" : [
    {   sTitle:'COULEUR MECHES',
        bIsWebPath:true,
        sUrl:'couleur.html'
    },
    {   sTitle:'COIFFURE DE SOIREE / CHIGNONS',
        bIsWebPath:true,
        sUrl:'chignons.html'
    },
    {   sTitle:'HOMMES',
        bIsWebPath:true,
        sUrl:'hommes.html'
    }]
},
{   sTitle:'TARIF',
    bIsWebPath:true,
    sUrl:'tarif.html'
},
{   sTitle:'LIENS',
    bIsWebPath:true,
    sUrl:'liens.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
