var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'ACCUEIL',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'L\'INSTITUT',
    bIsWebPath:true,
    sUrl:'institut.html'
},
{   sTitle:'TARIFS',
    bIsWebPath:true,
    sUrl:'tarifs.html'
},
{   sTitle:'ACTUALITE',
    bIsWebPath:true,
    sUrl:'actualite.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
