function DisplayText()
{
  window.alert("This is in English - Great Britain");
  return false;
}
