if (NIVEAU == 1)


{


NIV ="../"


}





if (NIVEAU == 2)


{


NIV ="../../"


}


if (NIVEAU == 3)


{


NIV ="../../../"


}


if (NIVEAU == 4)


{


NIV ="../../../../"


}


if (NIVEAU == 5)


{


NIV ="../../../../../"


}





{


gotosite = NIV + "glace/index.htm";


width = 120;


height = 141;


url = NIV + "pub/image/iwc01.jpg";


alte = "l'actu de la glace";


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>')