var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'hotel.html'
},
{   sTitle:'Chambres',
    bIsWebPath:true,
    sUrl:'chambres.html',
    sTarget:'_self'
},
{   sTitle:'Restaurant',
    bIsWebPath:true,
    sUrl:'restaurant.html',
    sTarget:'_self'
},
{   sTitle:'Séminaire',
    bIsWebPath:true,
    sUrl:'seminaire.html',
    sTarget:'_self'
},
{   sTitle:'Tarifs',
    bIsWebPath:true,
    sUrl:'tarifs.html',
    sTarget:'_self'
},
{   sTitle:'Réservation',
    bIsWebPath:true,
    sUrl:'reservation.html',
    sTarget:'_self'
},
{   sTitle:'Activités',
    bIsWebPath:true,
    sUrl:'activites.html',
    sTarget:'_self'
},
{   sTitle:'galerie',
    bIsWebPath:true,
    sUrl:'galerie.html',
    sTarget:'_self'
},
{   sTitle:'Découvrir',
    bIsWebPath:true,
    sUrl:'decouvrir.html',
    sTarget:'_self'
},
{   sTitle:'Situation',
    bIsWebPath:true,
    sUrl:'situation.html',
    sTarget:'_self'
}]
});
