var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Page D\'accueil',
    bIsWebPath:true,
    sUrl:'page_daccueil.html',
    sTarget:'_self'
}]
});
