var fDesc=new Array(); fDesc[0] = "A Windows version word processor software, which is designed for both Chinese and English languages. It is also an ideal tool for Chinese learning and teaching with powerful dictionary functions.
Main Features:
Type, edit, format, convert and print Chinese documents;
Supports both Simplified and Traditional Chinese characters;
Instant English-Chinese/Chinese-English dictionary/translation;
Accurate and fast Chinese hand-writing recognition input (Pro versions);
Chinese text-to-speech function (Pro versions);
More than 20 advanced Chinese input methods;
Up to 10 NJStar Chinese true type fonts (TTF) (Pro versions);
Chinese character vertical printing;
Type/edit simplified Chinese, traditional Chinese and English on the same line; Chinese learning tools such as "Convert characters to Pinyin", "Hanzi of the Day", "Hanzi Information", "Study List" and Chinese characters Radical Lookup table"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }