var customnavtree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Chambres',
    bIsWebPath:true,
    sUrl:'chambres.html',
    sTarget:'_self'
},
{   sTitle:'Tarifs',
    bIsWebPath:true,
    sUrl:'tarifs.html',
    sTarget:'_self'
},
{   sTitle:'Accès',
    bIsWebPath:true,
    sUrl:'acces.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
