var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'chateau-libre.html'
},
{   sTitle:'Explications',
    bIsWebPath:true,
    sUrl:'explications.html'
},
{   sTitle:'Départ du jeu',
    bIsWebPath:true,
    sUrl:'depart.html'
},
{   sTitle:'Le Forum',
    bIsWebPath:true,
    sUrl:'forum.html'
},
{   sTitle:'A votre avis ?',
    bIsWebPath:true,
    sUrl:'avis.html'
},
{   sTitle:'Le support',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
