var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Sérigraphie',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Broderie',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Laser',
    bIsWebPath:true,
    sUrl:'page14.html',
    sTarget:'_self'
},
{   sTitle:'Strass',
    bIsWebPath:true,
    sUrl:'page15.html',
    sTarget:'_self'
},
{   sTitle:'Confection',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Impression numérique',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   sTitle:'Nous contacter',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
