{
Accueil = "index.htm";

Actu = "actualite/index.htm";
Sport = "sport.htm";
Corde = "corde.htm";
Prepa = "preparer.htm";
Prog = "progression.htm";
Longe = "longe.htm";
Histoire = "histoire.htm";
Cote = "cotation.htm";
Carte = "site/index.htm";
}

if (NIVEAU == 1)
{
NIVEA ="../"
}
if (NIVEAU == 2)
{
NIVEA ="../../"
}
if (NIVEAU == 3)
{
NIVEA ="../../../"
}
if (NIVEAU == 4)
{
NIVEA ="../../../../"
}


document.write ('<A HREF="' + NIVEA + Accueil + '" TARGET="_parent"><font color="black" face="verdana,san serif" size="1"><b>ACCUEIL</b></font></a>&nbsp;|&nbsp;<A HREF="' + NIVEA + Actu + '" TARGET="_parent"><font color="black" face="verdana,san serif" size="1"><b>ACTUALITE</b></font></A>')
