if (NIVEAU == 1)


{


NIV ="../"


}





if (NIVEAU == 2)


{


NIV ="../../"


}


if (NIVEAU == 3)


{


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


}


if (NIVEAU == 4)


{


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


}


if (NIVEAU == 5)


{


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


}





{


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


width = 470;


height = 62;


url = NIV + "pub/image/boutique.gif";


alte = "retrouvez la boutique de la FFME";


hspace = 2;


}


document.write ('<center><A HREF="' + gotosite + '" TARGET="_blank"><IMG SRC="' + url + '" WIDTH=' + width + ' HEIGHT=' + height + ' ALT="' + alte + '" BORDER=1 HSPACE=' + hspace + '></A></center>')