if (NIVEAU == 1)
{
NIV ="../"
}
if (NIVEAU == 2)
{
NIV ="../../"
}
if (NIVEAU == 3)
{
NIV ="../../../"
}
if (NIVEAU == 4)
{
NIV ="../../../../"
}
if (NIVEAU == 5)
{
NIV ="../../../../../"
}
{
gotosite = "http://www.forum-montagne.com/phorum/index.php";
width = 120;
height = 100;
url = NIV + "pub/image/forum01.gif";
alte = "les forums - cliquez ici";
hspace = 0;
}
document.write ('<center><A HREF="' + gotosite + '" TARGET="_blank"><IMG SRC="' + url + '" WIDTH=' + width + ' HEIGHT=' + height + ' ALT="' + alte + '" BORDER=1 HSPACE=' + hspace + '></A></center>')