if (NIVEAU == 1)
{
NIV ="../"
}

if (NIVEAU == 2)
{
NIV ="../../"
}
if (NIVEAU == 3)
{
NIV ="../../../"
}
if (NIVEAU == 4)
{
NIV ="../../../../"
}
if (NIVEAU == 5)
{
NIV ="../../../../../"
}

{
gotosite = NIV + "artif/abcd/index.htm";
width = 120;
height = 141;
url = NIV + "pub/image/artif_abcd.gif";
alte = "le petit abécédaire de l'artif";
hspace = 0;
}
document.write ('<center><A HREF="' + gotosite + '" TARGET="_parent"><IMG SRC="' + url + '" WIDTH=' + width + ' HEIGHT=' + height + ' ALT="' + alte + '" BORDER=1 HSPACE=' + hspace + '></A></center>')
