function showText(n)
{
  document.getElementById(n+"_f").style.display = "block";
  document.getElementById(n+"_r").style.display = "none";
}
