var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Le Club',
    bIsWebPath:true,
    sUrl:'leclub.html'
},
{   sTitle:'L\'agenda',
    bIsWebPath:true,
    sUrl:'l\'agenda.html'
},
{   sTitle:'Notre terrain',
    bIsWebPath:true,
    sUrl:'notre terrain.html'
},
{   sTitle:'Nos camions',
    bIsWebPath:true,
    sUrl:'nos camions.html'
},
{   bSeparatorBefore:true,
    sTitle:'Galerie photo',
    bIsWebPath:true,
    sUrl:'galerie_photo.html'
},
{   sTitle:'Vidéo',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'forum',
    bIsExternal:true,
    sUrl:'http://www.mcr-club-forum.ch',
    sTarget:'_blank'
},
{   sTitle:'Liens',
    bIsWebPath:true,
    sUrl:'liens.html'
},
{   sTitle:'Trucs et astuces',
    bIsWebPath:true,
    sUrl:'trucs et astuces.html'
},
{   sTitle:'Nos partenaires',
    bIsWebPath:true,
    sUrl:'nos parrtenaires.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
