var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Informations',
    bIsWebPath:true,
    sUrl:'informations.html'
},
{   sTitle:'Parcours',
    bIsWebPath:true,
    sUrl:'parcours.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacs.html'
},
{   sTitle:'Liens',
    bIsWebPath:true,
    sUrl:'liens.html'
}]
});
