function ShowComment() {
  document.write("<tr><td class='TextEB' style='font-size: 11px'>("+Num+")</td>")
  document.write("<td class='TextEB' style='font-size: 9px'>"+Text+"</td>")
  document.write("<td class='TextFB' style='font-size: 11px'>("+Num+")</td>")
  document.write("<td class='TextFB' style='font-size: 9px'>"+Texte+"</td></tr>")
}

document.write("<tr><td align='center' colspan=4><table width='80%' cellspacing=0 cellpadding=5 align='center'>")

Num = 1 ; Text  = "Points of LAT-222 in Usma are in Proto configuration, points in Warnem&uuml;nde, Gizycko, Moscow and "
  Text  = Text  + "Plate Taille are in Racer configuration.&nbsp; These points MAY be cumulated for General Ranking, "
  Text  = Text  + "NOT in the Divisions."
          Texte = "Les points de LAT-222 à Usma sont en configuration Proto, ceux de Warnem&uuml;nde, de Gizycko, de "
  Texte = Texte + "Moscou et de la Plate Taille sont en configuration Régate.&nbsp; Ces points pourront &ecirc;tre "
  Texte = Texte + "cumulés pour le classement général, mais PAS pour les classements des Divisions."
  ShowComment()

Num = 2 ; Text  = "Points of this helmsman are on a chartered Cruiser in Moscow and on own Proto in Plate Taille. These "
  Text  = Text  + "points MAY be cumulated for General Ranking, NOT in the Divisions."
          Texte = "Les points de ce barreur à Moscou ont été obtenu à bord d'un bateau charter en division Croiseurs et "
  Texte = Texte + "à bord du Proto personnel à la Plate Taille sont en configuration Proto.&nbsp; Ces points pourront "
  Texte = Texte + "&ecirc;tre cumulés pour le classement général, mais PAS pour les classements des Divisions."
  ShowComment()

Num = 3 ; Text  = "Euro Micro NED Braassemer Meer: due to unsufficient number of competitors (2), the regatta is "
  Text  = Text  + "invalidated.&nbsp; However, according to IMCCA Regulation&nbsp;C, these competitors receive the "
  Text  = Text  + "points of last for this regatta."
          Texte = "Euro-Micro NED Braassemer Meer&nbsp;: suite à un nombre insuffisant de concurrents (2), la régate a "
  Texte = Texte + "été invalidée.&nbsp; Néanmoins, conformément à la Regulation IMCCA&nbsp;C, ces concurrents "
  Texte = Texte + "re&ccedil;oivent pour cette régate les points de dernier."
  ShowComment()

/*
Num = 4 ; Text  = "Due to request for redress for this competitor, his ranking and this of several others in the "
  Text  = Text  + "Euro-Micro in Moscow could be modified."
          Texte = "Suite à une demande de réparation en faveur de ce concurrent, son classement et celui de plusieurs "
  Texte = Texte + "autres dans l'Euro-Micro de Moscou pourrait &ecirc;tre modifié."
  ShowComment()
*/
document.write("</table></td></tr>")
