{
Sommaire = "index.htm";
A = "index.htm";
AA = "nav/bar-acc.gif";
B = "actualite/index.htm";
BB = "nav/bar-act.gif";
C = "discipline.htm";
CC = "nav/bar-dis.gif";
D = "club/index.php";
DD = "nav/bar-clu.gif";
E = "federation/index.htm";
EE = "nav/bar-ffm.gif";
F = "infosite/plan.htm";
FF = "nav/bar-pla.gif";
}
if (NIVEAU == 0)
{
NIVEA =""
}
if (NIVEAU == 1)
{
NIVEA ="../"
}
if (NIVEAU == 2)
{
NIVEA ="../../"
}
if (NIVEAU == 3)
{
NIVEA ="../../../"
}
if (NIVEAU == 4)
{
NIVEA ="../../../../"
}
if (NIVEAU == 5)
{
NIVEA ="../../../../../"
}

document.write ('<a href="'  + NIVEA + A +'"target="_parent" border="0"><img src="'+ NIVEA + AA +'" border="0">')
document.write ('<a href="'  + NIVEA + B +'"target="_parent" border="0"><img src="'+ NIVEA + BB +'" border="0">')
document.write ('<a href="'  + NIVEA + C +'"target="_parent" border="0"><img src="'+ NIVEA + CC +'" border="0">')
document.write ('<a href="'  + NIVEA + D +'"target="_parent" border="0"><img src="'+ NIVEA + DD +'" border="0">')
document.write ('<a href="'  + NIVEA + E +'"target="_parent" border="0"><img src="'+ NIVEA + EE +'" border="0">')
document.write ('<a href="'  + NIVEA + F +'"target="_parent" border="0"><img src="'+ NIVEA + FF +'" border="0">')
