
  function I18NText(v)
  {
    if(I18NJSText[v])
    {
      return I18NJSText[v];
    }
    else
    {
      return v;
    }
  }
