var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Événementiels et salons spécialisés ',
    bIsWebPath:true,
    sUrl:'salon.html',
    sTarget:'_self'
},
{   sTitle:'INFORMATIQUE Magazine',
    bIsWebPath:true,
    sUrl:'edition.html',
    sTarget:'_self'
},
{   sTitle:'SOGEDEX Algerie',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'MCE Computer',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'Nous contacter',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
