{
Sommaire = "index.htm";
A = "loisir/presentation.htm";
B = "loisir/materiel.htm";
BB = "loisir/glossaire.htm";
C = "loisir/maitrise.htm";
D= "loisir/recommandation.htm";
E= "loisir/consigne.htm";
F= "loisir/prevention.htm";
G= "loisir/recommandation.htm";
H = "../formation/stage/canyon/index.htm";
I = "../formation/date/canyon/index.pdf";

}
if (NIVEAU == 1)
{
NIVEA =""
}
if (NIVEAU == 2)
{
NIVEA ="../"
}
if (NIVEAU == 3)
{
NIVEA ="../../"
}
if (NIVEAU == 4)
{
NIVEA ="../../../"
}
document.write ('<p class="nav1">&nbsp;&nbsp;<A HREF="'  + NIVEA + Sommaire +'" TARGET="_parent">Sommaire</A><br>&nbsp;<br>')
document.write ('&nbsp;&nbsp;<b>Le canyonisme</b><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + A +'" TARGET="_parent">c est quoi</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + B +'" TARGET="_parent">le materiel</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + BB +'" TARGET="_parent">glossaire</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + C +'" TARGET="_parent">pre requis</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + D +'" TARGET="_parent">recommandation</A><br>&nbsp;<br>')
document.write ('&nbsp;&nbsp;<b>La s&eacute;curite</b><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + E +'" TARGET="_parent">conseils</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + F +'" TARGET="_parent">eviter accident</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + G +'" TARGET="_parent">reglementation</A><br>&nbsp;<br>')
document.write ('&nbsp;&nbsp;<b>Calendriers</b><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + E +'" TARGET="_parent">conseils</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + F +'" TARGET="_parent">eviter accident</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + G +'" TARGET="_parent">reglementation</A><br>&nbsp;<br>')
document.write ('&nbsp;&nbsp;<b>La formation</b><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + H +'" TARGET="_parent">les stages</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + I +'" TARGET="_parent">le calendrier</A><br>&nbsp;<br>')

