{
Sommaire = "index.htm";
A = "voyage/index.htm";
B = "agrement/index.htm";
C = "expedition/index.htm";
D = "comite/index.htm";
E = "textes_uiaa/index.htm";
FA = "sommet/annapurna/index.htm";
FB = "sommet/14liste.htm";
FC = "sommet/everest/index.htm";
}
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>votre exp&eacute;</b><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + A +'" TARGET="_parent">pr&eacute;parer son exp&eacute;</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + B +'" TARGET="_parent">agr&eacute;ment d&#39;exp&eacute;</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + E +'" TARGET="_parent">textes UIAA</A><br>&nbsp;<br>')
document.write ('&nbsp;&nbsp;<b>Grands sommets</b><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + FB +'" TARGET="_parent">liste des 8000</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + FA +'" TARGET="_parent">l&#39;Annapurna</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + FC +'" TARGET="_parent">l&#39;Everest</A><br>&nbsp;<br>')
document.write ('&nbsp;&nbsp;<b>g&eacute;n&eacute;ralit&eacute;s</b><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + D +'" TARGET="_parent">le CS himalaya</A><br>&nbsp;</br>')













