var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'A La Une',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
},
{   sTitle:'Info web',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Archives',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'Courrier',
    bIsWebPath:true,
    sUrl:'courrier-des-lecteurs-agde.html',
    sTarget:'_self'
},
{   sTitle:'Don',
    bIsWebPath:true,
    sUrl:'faire-un-don-agde.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});