var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'ACCUEIL',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'CREATION',
    bIsWebPath:true,
    sUrl:'creation.html'
},
{   sTitle:'IMPRESSION',
    bIsWebPath:true,
    sUrl:'impression.html'
},
{   sTitle:'TOUS LES IMPRIMES',
    bIsWebPath:true,
    sUrl:'produits-imprimes.html'
},
{   sTitle:'SIGNALETIQUE',
    bIsWebPath:true,
    sUrl:'signaletique.html'
},
{   sTitle:'SOLUTION INTERNET',
    bIsWebPath:true,
    sUrl:'creation-sites-internet.html'
},
{   sTitle:'OBJETS PUBLICITAIRES',
    bIsWebPath:true,
    sUrl:'objets-publicitaires.html'
}]
});
