var WindowLocation, FrenchWindowLocation;
WindowLocation = window.location+"_fr.htm";
FrenchWindowLocation = WindowLocation.replace (".htm_fr.htm", "_fr.htm");
document.write ("Regardez <STRONG><A CLASS=nextlink TITLE=\"Read this page in French\" HREF=\""+FrenchWindowLocation+"\">cette page en Fran&ccedil;ais</A></STRONG>");
