var WindowLocation=window.location;
var EnglishWindowLocationPre=WindowLocation+".htm";
var FrenchWindowLocationPre=WindowLocation+"_fr.htm";
var EnglishWindowLocation = EnglishWindowLocationPre.replace ("_fr.htm.htm", ".htm");
var FrenchWindowLocation = FrenchWindowLocationPre.replace (".htm_fr.htm", "_fr.htm");

if (FrenchWindowLocation.indexOf("_fr_fr.htm")==-1)
{ document.write ("Regardez <STRONG><A CLASS=nextlink TITLE=\"Read this page in French\" HREF=\""+FrenchWindowLocation+"\">cette page en fran&ccedil;ais</A></STRONG>"); }
else
{ document.write ("Read <STRONG><A CLASS=nextlink TITLE=\"Regardez cette page en anglais\" HREF=\""+EnglishWindowLocation+"\">this page in English</A></STRONG>"); }