var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Société',
    bIsWebPath:true,
    sUrl:'page19.html',
    sTarget:'_self'
},
{   sTitle:'Références',
    bIsWebPath:true,
    sUrl:'realisations.html'
},
{   sTitle:'Les Techniques',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Isolation par l\'exterieur',
        bIsWebPath:true,
        sUrl:'page13.html',
        sTarget:'_self'
    },
    {   sTitle:'Isolation des combles',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    },
    {   sTitle:'Les enduits',
        bIsWebPath:true,
        sUrl:'page14.html',
        sTarget:'_self'
    },
    {   sTitle:'Restauration de pierres',
        bIsWebPath:true,
        sUrl:'page15.html',
        sTarget:'_self'
    },
    {   sTitle:'Peinture extèrieure',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    },
    {   sTitle:'Echafaudage',
        bIsWebPath:true,
        sUrl:'page17.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Partenaires',
    bIsWebPath:true,
    sUrl:'partenaires.html',
    sTarget:'_self'
},
{   sTitle:'Plan',
    bIsWebPath:true,
    sUrl:'plan.html',
    sTarget:'_self'
},
{   sTitle:'Nous contacter',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
