var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'A propos de nous',
    bIsWebPath:true,
    sUrl:'a propos de nous.html'
},
{   sTitle:'Notre fabrication',
    bIsWebPath:true,
    sUrl:'notre fabrication.html',"childArray" : [
    {   sTitle:'Cuisines & Salles de bain',
        bIsWebPath:true,
        sUrl:'cuisines.html'
    },
    {   sTitle:'Meubles',
        bIsWebPath:true,
        sUrl:'meubles.html'
    },
    {   sTitle:'Menuiserie',
        bIsWebPath:true,
        sUrl:'menuiserie.html'
    }]
},
{   sTitle:'Nous contacter',
    bIsWebPath:true,
    sUrl:'nous contacter.html'
},
{   sTitle:'Comment nous joindre',
    bIsWebPath:true,
    sUrl:'comment nous joindre.html'
}]
});
