var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:' ACCUEIL',
    bIsWebPath:true,
    sUrl:'Index.html'
},
{   sTitle:' CREATION - IMPRESSION',
    bIsWebPath:true,
    sUrl:'creation - impression.html'
},
{   sTitle:'SIGNALETIQUE',
    bIsWebPath:true,
    sUrl:'signaletique.html'
},
{   sTitle:'SOLUTION INTERNET',
    bIsWebPath:true,
    sUrl:'solution-internet.html'
},
{   sTitle:'COMMUNIQUER PAR L\'OBJET',
    bIsWebPath:true,
    sUrl:'Objets.publicitaires.html'
},
{   bSeparatorBefore:true,
    sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});