{
Sommaire = "index.htm";
A = "index.htm";
BA = "fond-ecran/alpinisme01/index.htm";
BB = "fond-ecran/alpinisme02/index.htm";
BC = "fond-ecran/alpinisme03/index.htm";
CA = "fond-ecran/escalade01/index.htm";
CB = "fond-ecran/escalade02/index.htm";
EA = "fond-ecran/canyon01/index.htm";
DA = "fond-ecran/nature01/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;-&nbsp;<A HREF="'  + NIVEA + Sommaire +'" TARGET="_parent">Sommaire</A><br>')
document.write ('<br>&nbsp;&nbsp;<b>Fonds d&#39;&eacute;cran</b><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + BA +'" TARGET="_parent">Montagne 1</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + BB +'" TARGET="_parent">Montagne 2</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + BC +'" TARGET="_parent">Montagne 3</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + CA +'" TARGET="_parent">Escalade 1</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + CB +'" TARGET="_parent">Escalade 2</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + EA +'" TARGET="_parent">Canyonisme</A><br>')
document.write ('&nbsp;&nbsp;<A HREF="'  + NIVEA + DA +'" TARGET="_parent">Pleine nature</A><br>')


