var customNavTree62 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'LOLA',
    bIsWebPath:true,
    sUrl:'lola.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self'
},
{   sTitle:'Références',
    bIsWebPath:true,
    sUrl:'références.html',
    sTarget:'_self'
},
{   sTitle:'Solis System',
    bIsWebPath:true,
    sUrl:'solis system.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
